Solving Simultaneous Linear Equations
To solve a system of two simultaneous linear equations, we can use three methods: elimination, substitution, and graphical methods.
-
Elimination Method: This involves adding or subtracting the equations to eliminate one variable.
- Example: For the equations
- 2x + 3y = 6
- x - 2y = -4,
- Multiply the second equation by 2 to align the coefficients:
- 2x - 4y = -8.
- Subtract the modified second equation from the first:
- (2x + 3y) - (2x - 4y) = 6 - (-8)
- This simplifies to 7y = 14, so y = 2.
- Substitute y back into one of the original equations to find x.
- Example: For the equations
-
Substitution Method: Solve one equation for a variable, then substitute into the other.
- Example: From x - 2y = -4, we can express x as x = 2y - 4, then substitute into the first equation.
-
Graphical Method: Plot both equations on a graph and identify the intersection point, which represents the solution.
Each method can effectively find the solution to the simultaneous equations.
Key points to remember
- Elimination involves adding or subtracting equations to remove a variable.
- Substitution requires solving one equation for a variable first.
- Graphical method shows the solution as the intersection point of lines.
- All three methods yield the same solution for consistent equations.
- Choose the method based on the equations' complexity and your preference.
Worked example
Solve the equations: 3x + 2y = 12 and 6x - 4y = 0 using elimination.
- Multiply the first equation by 2: 6x + 4y = 24.
- Subtract the second equation: 6x + 4y - (6x - 4y) = 24 - 0.
- This simplifies to 8y = 24, so y = 3.
- Substitute y back into the first equation: 3x + 2(3) = 12, hence x = 2.