Welcome to Algebraic Equations!
In this chapter, we are going to learn how to solve algebraic equations. Think of an equation as a mathematical puzzle where a number is hidden behind a letter (like \(x\) or \(y\)). Your job is to play detective and find out what that hidden number is!
Equations are used everywhere—from engineers building bridges to shopkeepers calculating profit. Don't worry if it seems a bit like another language at first; once you learn the rules of the "game," you'll be solving them in no time.
1. Linear Equations (One Unknown)
A linear equation is one where the unknown letter (the variable) isn't squared or cubed—it’s just a plain letter like \(x\).
The Balance Scale Analogy
Imagine the equals sign \(=\) is the middle of a balance scale. To keep the scale level, whatever you do to one side, you must do to the other. If you add 5 to the left, you must add 5 to the right.
Solving Step-by-Step
Let’s solve a basic equation: \(3x - 1 = 5\)
1. Goal: Get \(x\) by itself.
2. Inverse Operation: We see a \(- 1\), so we do the opposite and add 1 to both sides:
\(3x - 1 + 1 = 5 + 1\)
\(3x = 6\)
3. Final Step: Since \(3x\) means \(3\) multiplied by \(x\), we do the opposite and divide by 3:
\(x = 6 \div 3\)
\(x = 2\)
Unknowns on Both Sides
Sometimes you’ll see \(x\) on both sides, like \(5(x - 1) = 4 - x\).
Step 1: Expand any brackets: \(5x - 5 = 4 - x\).
Step 2: Move all the \(x\) terms to one side. Add \(x\) to both sides: \(6x - 5 = 4\).
Step 3: Move the numbers to the other side. Add 5 to both sides: \(6x = 9\).
Step 4: Divide: \(x = \frac{9}{6}\) or \(1.5\).
Quick Review: Inverse Operations
- The opposite of + is -
- The opposite of - is +
- The opposite of \(\times\) is \(\div\)
- The opposite of \(\div\) is \(\times\)
Common Mistake: Forgetting to multiply every term inside a bracket. In \(2(x + 3)\), the \(2\) must multiply the \(x\) AND the \(3\)!
Key Takeaway: Always keep the equation balanced by doing the same operation to both sides until the letter is alone.
2. Quadratic Equations
A quadratic equation contains an \(x^2\) term. These usually have two solutions.
Solving by Factorising
For equations like \(x^2 - 5x + 6 = 0\), we look for two numbers that:
- Multiply to give the last number (6)
- Add to give the middle number (-5)
Those numbers are \(-2\) and \(-3\). So, we write:
\((x - 2)(x - 3) = 0\)
For the answer to be zero, either \((x - 2) = 0\) or \((x - 3) = 0\).
So, \(x = 2\) or \(x = 3\).
The Quadratic Formula (Higher Tier)
If you can't factorise it, use this "magic" formula:
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
For the equation \(ax^2 + bx + c = 0\), just plug in the numbers for \(a\), \(b\), and \(c\).
Did you know? The graph of a quadratic equation is a U-shape called a parabola. This is the same shape made by water shooting out of a fountain!
Key Takeaway: Quadratics usually have two answers. Always try to factorise first; if that fails, use the formula.
3. Simultaneous Equations
These are "two-for-one" puzzles. You are given two different equations and need to find the values of \(x\) and \(y\) that work for both.
The Elimination Method
Example:
1) \(2x + 3y = 18\)
2) \(y = 3x - 5\)
In this case, substitution is easier because equation 2 tells us exactly what \(y\) is. We "swap" \(y\) in the first equation with \((3x - 5)\):
\(2x + 3(3x - 5) = 18\)
\(2x + 9x - 15 = 18\)
\(11x = 33\)
\(x = 3\)
Now, put \(x = 3\) back into either original equation to find \(y\):
\(y = 3(3) - 5\)
\(y = 4\)
Higher Tier: Linear and Quadratic
You might have one linear equation and one quadratic, like \(x^2 + y^2 = 50\). Use the substitution method described above to turn it into one big quadratic equation to solve.
Key Takeaway: Simultaneous equations find the specific point where two lines or curves cross each other on a graph.
4. Approximate Solutions (Graphs and Iteration)
Using Graphs
You can find the solution to an equation by looking at where two lines intersect (cross).
- The roots of \(x^2 - 5x + 6 = 0\) are the points where the curve crosses the x-axis.
- The solutions to simultaneous equations are the coordinates \((x, y)\) where the two lines touch.
Iteration (Higher Tier Only)
Sometimes equations are too messy to solve normally. We use iteration, which is a "trial and improvement" method. You start with a guess, see if the answer is too high or too low, and then refine your guess. This is often called a sign-change method because if the answer for \(x = 1\) is negative and \(x = 2\) is positive, the real answer must be somewhere between 1 and 2!
Common Mistake: When using a graph, students sometimes read the wrong axis. Always remember: "x is across, y is high."
Key Takeaway: If algebra gets too complicated, graphs and decimal searches can help you find an approximate answer.
Final Top Tips for the Exam
- Check your work: Once you find \(x\), plug it back into the original equation. If both sides match, you're 100% correct!
- Show your steps: Even if you get the final answer wrong, you can get lots of marks for showing your "balance scale" movements.
- Negative numbers: Be very careful with minus signs! Subtracting a negative is the same as adding a positive.
You've got this! Algebra is just a language of logic. Keep practicing, and these patterns will become second nature.