Every distinction begins with one topic at a time.- start now
Almost every mark in this section, and a surprising number of marks in Functions, Calculus and Number Patterns, comes back to whether you can factorise quickly and correctly. The order never changes: take out a common factor first, then look at how many terms are left.
| What you see | Pattern | Own example |
|---|---|---|
| Every term shares something | Common factor first, always | 6x³ − 15x² = 3x²(2x − 5) |
| Two terms, both squares, a minus between them | a² − b² = (a − b)(a + b) | 49x² − 25 = (7x − 5)(7x + 5) |
| Three terms, x² leading | Trinomial: two numbers that multiply to ac and add to b | x² − 2x − 15 = (x − 5)(x + 3) |
| Four terms | Group in pairs, then factor the bracket out | x³ + 2x² − 9x − 18 = (x + 2)(x² − 9) |
| Two terms, both cubes | a³ ± b³ = (a ± b)(a² ∓ ab + b²) | 8x³ − 27 = (2x − 3)(4x² + 6x + 9) |
Q: Factorise 2x³ − 32x completely.
Common factor first: 2x(x² − 16)
The bracket is a difference of squares: x² − 16 = (x − 4)(x + 4)
∴ 2x³ − 32x = 2x(x − 4)(x + 4)
Note what going straight for the difference of squares would have cost you: without pulling out the 2x first, the expression is not a difference of squares at all, and the mark is gone.
Q: Factorise 3x³ − 12x² − 4x + 16.
Group in pairs: (3x³ − 12x²) + (−4x + 16)
Take a factor out of each pair: 3x²(x − 4) − 4(x − 4)
The bracket (x − 4) is now common: (x − 4)(3x² − 4)
∴ 3x³ − 12x² − 4x + 16 = (x − 4)(3x² − 4)
The sign check: pulling −4 out of −4x + 16 leaves (x − 4), matching the first bracket. If the two brackets do not match, your second factor has the wrong sign.
There are only two routes the examiner expects. Try factorising first, because it is faster and cleaner. If the trinomial refuses to factorise, or the question asks for an answer correct to two decimal places, that is the paper telling you to use the formula.
x = [−b ± √(b² − 4ac)] ÷ 2a is printed on the information sheet, so you do not need to memorise the symbols. What you DO need automatically is the setup: the equation must be written in the form ax² + bx + c = 0, with everything on one side and 0 on the other, BEFORE you read off a, b and c.
Factorising route
Formula route
Q: Solve for x: 2x² + 5x = 12.
Move everything to one side: 2x² + 5x − 12 = 0
ac = 2 × (−12) = −24, and the pair that multiplies to −24 and adds to 5 is 8 and −3
2x² + 8x − 3x − 12 = 0, so 2x(x + 4) − 3(x + 4) = 0
(x + 4)(2x − 3) = 0
∴ x = −4 or x = 1,5
Q: Solve for x, correct to TWO decimal places: 3x² − 7x − 1 = 0.
a = 3, b = −7, c = −1
Δ = (−7)² − 4(3)(−1) = 49 + 12 = 61
x = [7 ± √61] ÷ 6
x = (7 + 7,8102…) ÷ 6 or x = (7 − 7,8102…) ÷ 6
∴ x = 2,47 or x = −0,14
Notice that −b became +7 because b itself was negative. That single sign is the most common formula error in the whole paper.
The discriminant is a description question dressed as a calculation. You are not asked for the roots, you are asked what sort of roots exist, and the sign of Δ answers it completely.
| Value of Δ = b² − 4ac | Nature of the roots | What the parabola does |
|---|---|---|
| Δ < 0 | Non-real (no real roots) | Never touches the x-axis |
| Δ = 0 | Real, equal, rational | Touches the x-axis exactly once |
| Δ > 0, a perfect square | Real, unequal, rational | Cuts the x-axis at two "neat" points |
| Δ > 0, not a perfect square | Real, unequal, irrational | Cuts the x-axis at two surd points |
Q: Without solving the equation, describe the nature of the roots of 2x² − 3x − 5 = 0.
a = 2, b = −3, c = −5
Δ = (−3)² − 4(2)(−5) = 9 + 40 = 49
49 > 0 and 49 = 7², so it is a perfect square
∴ the roots are real, unequal and rational
Q: Determine the value(s) of k for which x² + (k + 2)x + 9 = 0 has equal roots.
a = 1, b = k + 2, c = 9
Equal roots means Δ = 0
(k + 2)² − 4(1)(9) = 0
k² + 4k + 4 − 36 = 0, so k² + 4k − 32 = 0
(k + 8)(k − 4) = 0
∴ k = −8 or k = 4
The discriminant question turned into an ordinary quadratic, just in k instead of x. That is the pattern every time.
Q: For which values of p will x² − 6x + p = 0 have two unequal real roots?
a = 1, b = −6, c = p
Two unequal real roots means Δ > 0
36 − 4p > 0
−4p > −36
∴ p < 9
Dividing an inequality by a negative number flips the sign. Skipping that flip turns a correct method into a wrong answer.
An inequality is solved in three moves: get zero on one side, find the critical values by pretending it is an equation, then decide which region satisfies the sign. A quick rough parabola, drawn in the margin, decides that last step faster than any table.
If the parabola opens upwards
Writing the answer
Q: Solve for x: x² − x − 6 < 0.
Critical values: x² − x − 6 = 0, so (x − 3)(x + 2) = 0, giving x = 3 and x = −2
a = 1 > 0, so the parabola opens upwards and dips below the axis between the roots
We want the part that is below the axis
∴ −2 < x < 3
Q: Solve for x: 2x² + 3x ≥ 2.
Zero on one side: 2x² + 3x − 2 ≥ 0
Critical values: (2x − 1)(x + 2) = 0, so x = 0,5 and x = −2
a = 2 > 0, and we want the parts at or above the axis, which sit outside the roots
∴ x ≤ −2 or x ≥ 0,5
The examiner always gives you one straight-line equation and one curved one. Make a variable the subject of the LINEAR equation, because that is the one with no squares in it, then substitute into the quadratic. Two pairs of answers come out, and both must be stated as pairs.
Q: Solve for x and y simultaneously: y − x = 2 and x² + y² = 100.
From the linear equation: y = x + 2
Substitute: x² + (x + 2)² = 100
x² + x² + 4x + 4 = 100, so 2x² + 4x − 96 = 0
Divide through by 2: x² + 2x − 48 = 0, so (x + 8)(x − 6) = 0
x = −8 or x = 6
Back into y = x + 2: if x = −8 then y = −6; if x = 6 then y = 8
∴ (x ; y) = (−8 ; −6) or (6 ; 8)
When the unknown sits in the exponent, you have exactly two tools: make the bases equal so the exponents can be equated, or spot a hidden quadratic and substitute a single letter for the repeated power.
Q: Solve for x: 32x−1 = 81.
Write 81 as a power of 3: 81 = 34
32x−1 = 34
Equal bases, so equate the exponents: 2x − 1 = 4
∴ x = 2,5
Q: Solve for x: 22x − 6·2x + 8 = 0.
Note that 22x = (2x)², so let k = 2x
k² − 6k + 8 = 0, so (k − 2)(k − 4) = 0
k = 2 or k = 4
Replace k: 2x = 2 gives x = 1; and 2x = 4 = 2² gives x = 2
∴ x = 1 or x = 2
Squaring both sides is legal, but it is not reversible: squaring can manufacture answers that never satisfied the original equation. Those false answers are called extraneous roots, and the only defence is testing.
Q: Solve for x: √(x + 7) = x + 1.
The root is already alone on the left, so square both sides
x + 7 = (x + 1)² = x² + 2x + 1
0 = x² + x − 6, so (x + 3)(x − 2) = 0
x = −3 or x = 2
Test x = 2: √9 = 3 and 2 + 1 = 3, so it works
Test x = −3: √4 = 2 but −3 + 1 = −2, so it fails
∴ x = 2 only
| Law | Statement | Own example |
|---|---|---|
| Multiply | am × an = am+n | 2³ × 24 = 27 |
| Divide | am ÷ an = am−n | 56 ÷ 5² = 54 |
| Power of a power | (am)n = amn | (3²)5 = 310 |
| Zero exponent | a0 = 1 for a ≠ 0 | (7x)0 = 1 |
| Negative exponent | a−n = 1 ÷ an | 4−2 = 1⁄16 |
| Fractional exponent | am/n = the n-th root of am | 82/3 = 4 |
Algebra is not one topic on the paper. It is the language the rest of the paper is written in.- one factorisation at a time
Common factor first, then count the terms: two squares means difference of squares, three terms means a trinomial, four terms means grouping, two cubes means SOAP. Solve quadratics by factorising, or by the formula when the question asks for decimals. Δ = b² − 4ac describes the roots: negative means non-real, zero means equal, positive means unequal, and a perfect square makes them rational. Inequalities need critical values, a rough parabola and interval notation, with "or" for outside answers. Simultaneous systems: make a variable the subject of the LINEAR equation, substitute, then pair the answers. Exponentials: equal bases, or substitute k for ax and reject any negative k. Surd equations: isolate, square, and test both roots back in the original.
This is a free preview of Topic 1. The full guide has every topic, the self-marking quizzes, mock exams, planner, journal and wellbeing tools.
Unlock the full guide on WhatsAppSee pricingA winner is a loser who tried one more time.- keep going, all the way to the exam