Solving Systems of Equations by Substitution ๐
This is a method to find where two lines on a graph intersect. It's useful because it gives you the one point (x, y) that makes both equations true at the same time. We use it to solve real-world problems, like figuring out when two plans cost the same amount.
Step-by-Step Guide
- Isolate a Variable: Look at both equations. Choose one and solve it for one variable (like y or x). Pick the one that looks easiest!
- Substitute: Take the expression you just found and substitute it into the other equation. This creates a new equation with only one variable.
- Solve: Solve this new equation for the remaining variable.
- Back-Substitute: Plug the value you just found back into one of the original equations to find the other variable.
- Check Your Solution: Plug both values into the original equations to make sure they work.
Worked Examples
Example 1: Solve the system: y = 2x and x + y = 12
- Step 1: The first equation is already solved for y: y = 2x
- Step 2: Substitute '2x' for 'y' in the second equation: x + (2x) = 12
- Step 3: Solve for x: 3x = 12 โ x = 4
- Step 4: Back-substitute x=4 into y=2x: y = 2(4) โ y = 8
- Step 5: Check: 8 = 2(4) โ and 4 + 8 = 12 โ. Solution: (4, 8)
Example 2: Solve the system: 2x + y = 1 and x - 2y = 12
- Step 1: Solve the first equation for y: y = 1 - 2x
- Step 2: Substitute into the second equation: x - 2(1 - 2x) = 12
- Step 3: Solve for x: x - 2 + 4x = 12 โ 5x = 14 โ x = 14/5
- Step 4: Back-substitute: y = 1 - 2(14/5) = 1 - 28/5 = -23/5
- Solution: (14/5, -23/5)
Common Mistakes to Avoid ๐ซ
- Substituting into the same equation: You must substitute into the other equation, not the one you just rearranged.
- Distribution errors: Be careful with negative signs when substituting! For example, -2(1 - 2x) is -2 + 4x, not -2 - 4x.
- Forgetting to find both variables: After you find x, you must go back and find y to have the complete solution point.
Tips & Tricks
- Look for the "lonely" variable: If a variable has no coefficient (like y = 2x + 1 or x = 5), that's the easiest one to isolate first!
- Label your steps: Write "Step 1: Solve for y" next to your work to stay organized.
- Always check your answer! This catches small calculation errors and confirms you have the correct solution.
How to Practice
- Start with systems where one variable is already isolated.
- Move on to systems where you need to do one simple step to isolate a variable.
- Create your own problems and solve them, or try to find the mistake in a purposely incorrect solution.
- Use online practice websites for instant feedback on your answers.