Algebra
Higher Level
Learning Objectives
- Expand and factorise quadratic expressions, including difference of two squares
- Solve quadratic equations by factorising, the quadratic formula, and completing the square
- Solve simultaneous equations including one linear and one quadratic
- Complete the square to find turning points and solve equations exactly
- Find and apply composite and inverse functions
- Write rigorous algebraic proofs for identities and number properties
- Solve linear and quadratic inequalities, representing solutions correctly
🔑 Core Concepts
1 · Expanding Brackets
Multiply the term outside by every term inside:
$$3(2x + 5) = 6x + 15$$ $$-2(x^2 - 3x + 1) = -2x^2 + 6x - 2$$Four multiplications: First · Outer · Inner · Last
$$(x + 3)(x + 5) = x^2 + 5x + 3x + 15 = x^2 + 8x + 15$$Difference of two squares: $(a + b)(a - b) = a^2 - b^2$
These appear constantly in Grade 9 questions.
Correct: $(x + 3)^2 = x^2 + 6x + 9$
2 · Factorising Quadratics
For $2x^2 + 7x + 3$: multiply $a \times c = 2 \times 3 = 6$. Find two numbers that multiply to 6 and add to 7 → 6 and 1. Split the middle term:
$$2x^2 + 6x + x + 3 = 2x(x+3) + 1(x+3) = (2x+1)(x+3)$$3 · Solving Quadratic Equations
Three methods — choose based on what the question asks:
| Method | When to use | Gives exact answers? |
|---|---|---|
| Factorising | Quadratic factorises neatly; integer roots | Yes |
| Quadratic Formula | Always works; question says "give to 2 d.p." | Yes (but may be surds) |
| Completing the Square | Find turning point; question says "exact form" | Yes (surds or fractions) |
The part under the square root, $\Delta = b^2 - 4ac$, tells you how many solutions exist:
4 · Completing the Square
Factor $a$ out of the first two terms first:
$$2x^2 + 12x + 5 = 2(x^2 + 6x) + 5 = 2(x+3)^2 - 18 + 5 = 2(x+3)^2 - 13$$From $a(x+p)^2 + q$, the turning point is $(-p, \; q)$.
$$y = (x+3)^2 + 2 \implies \text{minimum at } (-3,\; 2)$$• Solving quadratics exactly (leaving in surd form)
• Finding the vertex of a parabola
• Solving problems involving circles: $x^2 + y^2 + ax + by = c$
The sign of $p$ is opposite to what's inside the bracket.
5 · Simultaneous Equations
Add equations to eliminate $y$: $8x = 8 \implies x = 1$, then $y = \frac{5}{2}$
The intersection of a line and a parabola — a classic Grade 9 topic.
- Rearrange the linear equation for one variable (e.g. $y = 2x + 1$)
- Substitute into the quadratic equation
- Expand, simplify → solve the resulting quadratic
- Find both $x$ values, then substitute back to find both $y$ values
- State answer as coordinate pairs: $(x_1, y_1)$ and $(x_2, y_2)$
6 · Functions
$fg(x) = f(\,g(x)\,) \neq gf(x)$
Example: $f(x) = 2x + 1$, $g(x) = x^2$
$$fg(x) = f(x^2) = 2x^2 + 1$$ $$gf(x) = g(2x+1) = (2x+1)^2 = 4x^2 + 4x + 1$$The inverse undoes the function. To find it:
Example: $f(x) = 3x - 5$
$$y = 3x - 5 \xrightarrow{\text{swap}} x = 3y - 5 \implies y = \frac{x+5}{3} \implies f^{-1}(x) = \frac{x+5}{3}$$7 · Algebraic Proof
| Number type | Algebraic form | Example |
|---|---|---|
| Any integer | $n$ | $n = 7$ |
| Even number | $2n$ | $2n = 14$ |
| Odd number | $2n + 1$ | $2n+1 = 15$ |
| Consecutive integers | $n,\; n+1,\; n+2$ | $7, 8, 9$ |
| Consecutive even | $2n,\; 2n+2,\; 2n+4$ | $6, 8, 10$ |
| Consecutive odd | $2n+1,\; 2n+3$ | $7, 9$ |
- Start with general algebraic expressions (not specific numbers)
- Manipulate algebraically — every step must follow logically
- Arrive at the required result
- State a clear conclusion in words
8 · Inequalities
Example: Solve $x^2 - 5x + 6 < 0$
- Factorise: $(x-2)(x-3) = 0 \implies x = 2$ or $x = 3$
- The parabola opens upward ($a > 0$), so it is below the x-axis between the roots
- Answer: $2 < x < 3$
| Parabola direction | Inequality type | Solution region |
|---|---|---|
| Opens up (a > 0) | $f(x) < 0$ | Between roots: $p < x < q$ |
| Opens up (a > 0) | $f(x) > 0$ | Outside roots: $x < p$ or $x > q$ |
| Opens down (a < 0) | Reverse both cases above | — |
Use "or" to separate two distinct regions.
🗺️ Visual Notes
- FOIL / Grid method
- Perfect squares
- Diff. of two squares
- ac method (a≠1)
- Factorising
- Quadratic Formula
- Completing square
- Discriminant
- Elimination (linear)
- Substitution
- Linear + Quadratic
- 2 solution pairs
- Notation f(x)
- Composite fg(x)
- Inverse f⁻¹(x)
- Domain & range
- General expressions
- Even: 2n · Odd: 2n+1
- Consecutive: n, n+1
- Conclusion required
- Linear: flip when ÷ neg
- Quadratic: sketch method
- Number line / set notation
- Two regions possible
Decision Tree — How to Solve a Quadratic
Fastest method
Visual — Completing the Square for $x^2 + bx + c$
✏️ Worked Examples
Try: $-5 \times 2 = -10$ and $-5 + 2 = -3$ ✓
(a) Find $fg(x)$ and $gf(x)$.
(b) Show that $fg(x) - gf(x) = 6x^2 - 12x - 4$ for all values of $x$.
$= 9x^2 + 12x + 3 - 3x^2 + 1$
$= 6x^2 + 12x + 4$
Wait — this gives $6x^2 + 12x + 4$, not $6x^2 - 12x - 4$. Let's check the question means $gf(x) - fg(x)$...
$gf(x) - fg(x) = (3x^2 - 1) - (9x^2 + 12x + 3) = -6x^2 - 12x - 4$
Hmm — still doesn't match. The question as stated would show $fg(x) - gf(x) = 6x^2 + 12x + 4$.
(This illustrates how Grade 9 answers require checking your result against what's asked and flagging discrepancies — a key skill.)
$x^2 + (x+3)^2 = 29$
$2x^2 + 6x - 20 = 0$
$x^2 + 3x - 10 = 0$
When $x = 2$: $y = 2 + 3 = 5$
❓ Exam Questions
Write down the value of the discriminant of $x^2 + 4x + 4 = 0$ and state what it tells you about the number of solutions.
Mark scheme: 1 mark for correct evaluation and correct conclusion.
Factorise $4x^2 - 25$.
Mark scheme: M1 recognising difference of two squares; A1 correct factorisation.
$f(x) = 5x - 3$. Find $f^{-1}(x)$.
Therefore $f^{-1}(x) = \dfrac{x+3}{5}$
M1 swap x and y; M1 rearrange correctly; A1 correct answer in f⁻¹(x) notation.
Prove that the sum of the squares of two consecutive odd numbers is always even.
Sum of squares $= (2n+1)^2 + (2n+3)^2$
$= 4n^2 + 4n + 1 + 4n^2 + 12n + 9$
$= 8n^2 + 16n + 10$
$= 2(4n^2 + 8n + 5)$
Since this is $2 \times \text{integer}$, the result is always even. ■
M1 two consecutive odd numbers defined correctly; M1 squaring and expanding; M1 simplifying; A1 conclusion with "therefore even" or "= 2 × integer".
The curve $C$ has equation $y = x^2 - 6x + 11$.
(a) Write $x^2 - 6x + 11$ in the form $(x+a)^2 + b$. [2]
(b) Hence state the coordinates of the minimum point of $C$. [1]
(c) The line $L$ has equation $y = 2x - 1$. Find the coordinates of the points where $L$ intersects $C$. [3]
(b) Minimum point: $(3,\; 2)$
(c) Set equal: $x^2 - 6x + 11 = 2x - 1$
$x^2 - 8x + 12 = 0$
$(x-2)(x-6) = 0$
$x = 2$ or $x = 6$
When $x=2$: $y = 2(2)-1 = 3$ → $(2, 3)$
When $x=6$: $y = 2(6)-1 = 11$ → $(6, 11)$
Mark scheme: (a) M1 for $(x-3)^2$; A1 $+2$. (b) B1 $(3,2)$. (c) M1 equate and simplify; M1 solve quadratic; A1 both coordinate pairs.
⭐ Grade 9 Model Answers
- Every algebraic step is shown — no jumps
- Conclusions are stated explicitly in words
- Mark scheme vocabulary is used ("the discriminant is...", "hence...")
- For proofs: general expressions are used from the start, never specific numbers
- Answers are checked by substituting back into the original equation
Model Answer — Q4 (Algebraic Proof)
Let the two consecutive odd numbers be $2n + 1$ and $2n + 3$, where $n$ is an integer.
Sum of their squares:
$(2n+1)^2 + (2n+3)^2$
$= (4n^2 + 4n + 1) + (4n^2 + 12n + 9)$
$= 8n^2 + 16n + 10$
$= 2(4n^2 + 8n + 5)$
Conclusion: Since $4n^2 + 8n + 5$ is an integer for all integer values of $n$, the expression $2(4n^2 + 8n + 5)$ is always divisible by 2. Therefore the sum of the squares of two consecutive odd numbers is always even. ■
Model Answer — Q5c (Simultaneous)
Setting $C$ equal to $L$:
$x^2 - 6x + 11 = 2x - 1$
$x^2 - 6x - 2x + 11 + 1 = 0$
$x^2 - 8x + 12 = 0$
$(x - 2)(x - 6) = 0$
$x = 2$ or $x = 6$
Finding $y$ values (substituting into the line equation $y = 2x - 1$):
When $x = 2$: $y = 2(2) - 1 = 3$ → point $(2, 3)$
When $x = 6$: $y = 2(6) - 1 = 11$ → point $(6, 11)$
Check (substitute back into $y = x^2 - 6x + 11$):
$x=2$: $4 - 12 + 11 = 3$ ✓ $x=6$: $36 - 36 + 11 = 11$ ✓
📋 Revision Sheet
| Quadratic | Expression with highest power $x^2$ |
| Discriminant | $b^2 - 4ac$ — determines number of roots |
| Completing the square | Writing $ax^2+bx+c$ as $a(x+p)^2+q$ |
| Composite function | $fg(x) = f(g(x))$ — g applied first |
| Inverse function | $f^{-1}(x)$ — undoes $f$ |
| Proof | A general algebraic argument, not examples |
- 🦊 FOIL: First · Outer · Inner · Last (double brackets)
- 🤬 Negative → Flip: divide by negative = flip inequality
- 👈 fg = RIGHT first: in fg(x), g goes first
- 🔄 Inverse = Swap x and y
- 🔢 Even = 2n, Odd = 2n+1
- ⛰️ Turning point = (−p, q) from $(x+p)^2+q$ — OPPOSITE sign
🔄 Flashcards
Click any card to reveal the answer. Test yourself without looking at your notes.
✗ Common Mistakes
Correct: $(x+5)^2 = x^2 + 10x + 25$
Fix: Always expand using FOIL. Never "square each term separately".
Correct: In $fg(x)$, apply $g$ first (the one nearest to $x$), then $f$.
Fix: Rewrite $fg(x) = f(\,g(x)\,)$ and substitute the inner function.
Correct: Turning point is $(-3, 2)$ — the sign of $p$ reverses.
Fix: Set $x + 3 = 0$ to find the $x$-coordinate: $x = -3$.
Correct: This is a verification, not a proof. Use general algebra throughout.
Fix: Start with $n$ as a general integer. Never substitute a specific value in a proof.
Correct: The parabola is above the x-axis outside the roots: $x < 2$ or $x > 3$.
Fix: Sketch the parabola. Shade where it satisfies the inequality. Read off regions.
Correct: Always find both $(x, y)$ pairs and state them as coordinate pairs.
Fix: Underline "find the coordinates" in the question. Coordinates = pairs.
✅ Final Checklist
Tick only when you can answer without looking at notes.
- I understand what the discriminant means and can use it without the formula sheet
- I understand why $fg(x) \neq gf(x)$ and can explain the difference
- I understand why specific examples are not algebraic proofs
- I can expand double brackets using FOIL without mistakes
- I can factorise quadratics when $a \neq 1$ using the ac method
- I can solve a quadratic using all three methods
- I can complete the square for $ax^2 + bx + c$
- I can calculate a composite function $fg(x)$ correctly
- I can find an inverse function by swapping $x$ and $y$
- I can solve a linear + quadratic pair of simultaneous equations and find both coordinate pairs
- I can write a complete algebraic proof with a conclusion sentence
- I can represent even, odd, and consecutive integers algebraically
- I can solve a quadratic inequality and write the solution correctly
- I can use the discriminant to find the value of $k$ for a given number of roots
- I can find the minimum point of a parabola by completing the square