General Information
Linear systems appear in many forms on the ACT and SAT (among other standardized tests, in various school subjects, and in life in general). Lines, as a reminder, have a constant slope and go on forever in both (opposite) directions. In a plane, two unique points will entirely define a line.
Below are listed the major linear forms that you will encounter.
- Slope-Intercept Form: y = mx + b, where m is the slope and b is the y-intercept
- Standard Form: Ax + By = C, where A, B, and C are all constants
- Point-Slope Form: y - y1 = m(x - x1), where m is the slope found by calculating the slope between two points, (x1, y1) and (x2, y2), and you can use either of these two points as the point (x1, y1) in the equation
- The lines can intersect once.
- The lines do not intersect. (They are parallel, have the same slope.)
- The lines intersect an infinite number of times. (The system has infinite solutions because the lines are the same line.)
Solving Systems
Substitution
Perhaps the most popular method of solving a linear system is performing a substitution. In a substitution, you find an expression for one of the two variables in one of the two equations, and you plug this expression in for that variable in the other equation. By doing this, the equation is now in terms of one variable.Let's look at the following example. Find the intersection point of the following linear system.
- y = 2x + 7
- y = -3x - 8
- 2x + 7 = -3x - 8
- 5x = -15
- x = -3
- y = 2(-3) + 7 = 1
- y = -3(-3) - 8 = 1
Elimination
Elimination is generally performed when an intersection point is sought for two lines given in Standard Form. We eliminate one of the variables by multiplying one or both equations by a constant or constants in such a way that one variable expression is eliminated when the resulting lines are added.- 2x + 5y = 40
- -3x + 6y = 21
- 3(2x + 5y) = 3(40)
- 2(-3x + 6y) = 2(21)
- 6x + 15y = 120
- -6x + 12y = 42
- 27y = 162
- y = 6
- 2x + 5(6) = 40
- -3x + 6(6) = 21
- 2x + 30 = 40
- -3x + 36 = 21
- 2x = 10
- -3x = -15
- x = 5
- x = 5
Linear System Shortcuts
There are a number of shortcuts that you can use to solve questions involving lines quickly. Below is a list of a few of these shortcuts, and it will grow longer as I think of more.- The points (5, -16) and (-2, -9) lie on the same line. Because the sum of the x and y coordinates for both points is -11, the equation for this line is x + y = -11. Whenever you find two points on a line whose coordinates sum to the same value, the equation of that line in Standard Form is x + y = sum. The coordinates of every point on this line must have this sum.
- Given a linear system in Standard Form (like the one below), if A1⁄A2 = B1⁄B2, then the lines have the same slope and are at least parallel. If A1⁄A2 = B1⁄B2 = C1⁄C2, the lines are the same line.
- A1x + B1y = C1
- A2x + B2y = C2
- Given a linear system in Standard Form (like the one below), if A1⁄B1 = -B2⁄A2, then the lines are perpendicular.
- A1x + B1y = C1
- A2x + B2y = C2
Example Problems
- If line m, going through points (-3, 8) and (7, -2), intersects line n, having slope 2 and going through point (3, 2), at the point (a, b), then what is a + b?
- Show that the following system has no solution.
- 2x + 3y = 8
- x + 3⁄2y = 6
- Show that the following system has an infinite number of solutions.
- 5x + 4y = 8
- 3x + 12⁄5y = 4.8
- Show that the following lines intersect perpendicularly.
- 5x + 4y = 8
- -8x + 10y = 9
No comments:
Post a Comment