Solving equations (algebraic/graphical)
<p>Learn about Solving equations (algebraic/graphical) in this comprehensive lesson.</p>
Why This Matters
Imagine you have a puzzle, and you need to find a missing piece. In math, that missing piece is often called 'x' (or some other letter), and the puzzle is an 'equation'. Solving equations means figuring out what that missing piece is! This topic is super important because it helps us answer questions like: How long will it take to save enough money for a new game console? What's the best price for a new phone plan? How high will a rocket go before it starts falling back down? All these real-world problems can be turned into equations, and knowing how to solve them gives you the power to find the answers. We'll look at two main ways to solve these puzzles: using **algebra** (which is like following a recipe with numbers and letters) and using **graphs** (which is like drawing a picture to see the answer). Both methods are powerful tools in your math toolkit!
Key Words to Know
What Is This? (The Simple Version)
Think of an equation like a balanced seesaw. On one side, you have some stuff, and on the other side, you have some other stuff. The equals sign (=) in the middle means both sides weigh exactly the same. Our job is to find the value of a hidden number (often called a variable, like 'x') that makes the seesaw perfectly balanced.
For example, if you have 'x + 2 = 5', it's like saying: "I have a mystery weight 'x' and I add 2kg to it, and now the total is 5kg. What was the mystery weight 'x'?" You can probably guess it's 3kg!
We can solve these puzzles in two main ways:
- Algebraic Method: This is like being a detective and using rules to isolate the mystery number. You do the same thing to both sides of the seesaw to keep it balanced until 'x' is all by itself. It's like carefully removing weights from both sides until only 'x' remains on one side and its value on the other.
- Graphical Method: This is like drawing a picture of your seesaw. You draw what each side of the equation looks like on a graph. Where the two pictures (lines or curves) cross each other, that's where the seesaw is balanced! The point where they meet gives you the value of 'x' that solves the equation.
Real-World Example
Let's say you're planning a birthday party, and you want to buy some pizzas. Each pizza costs $10, and the delivery fee is a flat $5, no matter how many pizzas you order. You have a budget of $35.
How many pizzas can you buy? Let 'p' be the number of pizzas.
-
Set up the equation: The cost of 'p' pizzas is $10 times 'p' (which is 10p). Add the delivery fee of $5. The total cost must be equal to your budget of $35. So, the equation is: 10p + 5 = 35
-
Solve algebraically: We want to get 'p' by itself.
- First, get rid of the +5 on the left side. To do that, subtract 5 from BOTH sides to keep the seesaw balanced: 10p + 5 - 5 = 35 - 5 10p = 30
- Now, 'p' is being multiplied by 10. To undo that, divide BOTH sides by 10: 10p / 10 = 30 / 10 p = 3 So, you can buy 3 pizzas!
-
Solve graphically: Imagine you draw two lines on a graph.
- One line represents the cost: y = 10x + 5 (where 'x' is pizzas and 'y' is cost).
- The other line represents your budget: y = 35.
- If you plot these, you'll see they cross each other at the point where x = 3 and y = 35. This means when you buy 3 pizzas, the cost is $35, which matches your budget!
How It Works (Step by Step)
Let's break down how to solve an equation like 3x - 7 = 8 using both methods.
Algebraic Method (The Detective Work):
- Isolate the variable term: Get the part with 'x' alone on one side. To undo '-7', add 7 to both sides: 3x - 7 + 7 = 8 + 7, which simplifies to 3x = 15.
- Isolate the variable: Get 'x' completely by itself. To undo '3x' (which means 3 multiplied by x), divide both sides by 3: 3x / 3 = 15 / 3.
- Find the solution: This gives you x = 5. You found the mystery number!
Graphical Method (The Picture Approach):
- Rewrite as two functions: Turn each side of the equation into a separate function (a rule for drawing a line or curve). So, you have y1 = 3x - 7 and y2 = 8.
- Graph both functions: Plot y1 = 3x - 7 (a straight line) and y2 = 8 (a horizontal straight line).
- Find the intersection: Look for the point where these two lines cross each other. This is where they are equal.
- Read the x-value: The x-coordinate of that intersection point is your solution. You'll see they cross at x = 5.
More Complex Equations (Quadratic Equations)
Sometimes, equations aren't just straight lines; they can be curves! An equation like x² + 2x - 3 = 0 is called a quadratic equation because it has an 'x²' (x squared) term. When you graph these, they make a U-shape called a parabola.
Algebraic Method for Quadratics (The Formula):
- Set to zero: Make sure the equation is in the form ax² + bx + c = 0. (Our example x² + 2x - 3 = 0 is already like this).
- Use the Quadratic Formula: This is a special recipe to find 'x' for any quadratic equation. It looks scary but it's just plugging in numbers: x = [-b ± √(b² - 4ac)] / 2a.
- Identify a, b, c: For x² + 2x - 3 = 0, a=1 (because it's 1x²), b=2, and c=-3.
- Plug in and calculate: x = [-2 ± √(2² - 41-3)] / (2*1). This simplifies to x = [-2 ± √(4 + 12)] / 2 = [-2 ± √16] / 2 = [-2 ± 4] / 2.
- Find the two solutions: Because of the '±' (plus or minus), you usually get two answers: x = (-2 + 4) / 2 = 2/2 = 1, AND x = (-2 - 4) / 2 = -6/2 = -3.*
Graphical Method for Quadratics:
- Graph the function: Plot y = x² + 2x - 3.
- Find x-intercepts: The solutions to x² + 2x - 3 = 0 are where the parabola crosses the x-axis (where y = 0). You'll see it crosses at x = 1 and x = -3.
Common Mistakes (And How to Avoid Them)
Here are some common traps students fall into and how to steer clear of them:
-
Forgetting to do the same thing to both sides: This is like taking weights off only one side of the seesaw – it will no longer be balanced! ❌ Wrong: x + 5 = 10 -> x = 10 - 5 (only subtracted from one side) ✅ Right: x + 5 = 10 -> x + 5 - 5 = 10 - 5 -> x = 5 (subtracted from both sides)
-
Mixing up signs, especially with negatives: A tiny minus sign can completely change your answer. ❌ Wrong: -2x = 8 -> x = -4 (forgot to divide by -2) ✅ Right: -2x = 8 -> -2x / -2 = 8 / -2 -> x = -4 (divide by the full number, including its sign)
-
Misreading graphs: Sometimes the intersection point isn't exactly on a grid line, making it hard to read precisely. ❌ Wrong: Estimating x=2.1 when it's actually x=2.05. ✅ Right: Use a graphing calculator (like your GDC) to find the exact intersection point. Don't just eyeball it, especially in exams.
-
Only finding one solution for quadratics: Many quadratic equations have two solutions, not just one. ❌ Wrong: For x² = 9, only saying x = 3. ✅ Right: For x² = 9, remember that both 3 * 3 = 9 AND -3 * -3 = 9, so x = 3 OR x = -3.
Exam Tips
- 1.Always show your working steps clearly for algebraic solutions; even if your final answer is wrong, you can get 'method marks'.
- 2.When using a GDC (graphing display calculator) for graphical solutions, make sure your 'window' (the visible part of the graph) is set correctly so you can see the intersection points.
- 3.Double-check your answers by plugging them back into the original equation to see if both sides are truly equal.
- 4.For quadratic equations, remember there are often two solutions. Don't stop after finding just one!
- 5.Pay close attention to negative signs and fractions; they are common sources of errors.