Quadratics — Standard Pathway
Master quadratic equations from multiple perspectives: factorise, apply the quadratic formula, complete the square, and interpret the parabola graphically. At Year 4 Advanced, you must prove why methods work, not just apply them.
What You'll Learn
- Solve quadratics by factorising and justify using the zero product property
- Apply the quadratic formula and interpret the discriminant
- Complete the square to find the vertex form y = a(x − h)² + k
- Sketch parabolas identifying roots, vertex, axis of symmetry, and y-intercept
- Move fluently between factorised form, standard form, and vertex form
- Solve real-world problems modelled by quadratic equations
IB Assessment Focus
Criterion A: Apply quadratics to unfamiliar, multi-step problems (projectile motion, area optimisation).
Criterion B: Prove the quadratic formula by completing the square on ax² + bx + c = 0.
Criterion C: Communicate solutions using correct notation; move between algebraic, graphical, and numerical forms.
Criterion D: Justify degree of accuracy and explain whether solutions are reasonable in context.
Key Vocabulary
| Term | Definition |
|---|---|
| Quadratic equation | An equation of the form ax² + bx + c = 0 where a ≠ 0 |
| Roots / Solutions | The values of x where y = 0; the x-intercepts of the parabola |
| Factorising | Writing a quadratic as a product of two brackets: a(x + p)(x + q) |
| Zero product property | If ab = 0, then a = 0 or b = 0 (or both) |
| Quadratic formula | x = (−b ± √(b² − 4ac)) / 2a |
| Discriminant (Δ) | The expression b² − 4ac; determines the number of real roots |
| Vertex | The turning point (maximum or minimum) of the parabola |
| Axis of symmetry | The vertical line x = −b/2a passing through the vertex |
| Completing the square | Rewriting ax² + bx + c as a(x − h)² + k to reveal the vertex |
| Parabola | The U-shaped (or inverted U) graph of a quadratic function |
Solving by Factorising
Factorising is the quickest method when the quadratic has integer roots. It relies on the zero product property: if the product of two factors is zero, at least one factor must be zero.
Method: Factorising x² + bx + c
- Write the equation in standard form: ax² + bx + c = 0.
- Find two numbers that multiply to c and add to b.
- Write the quadratic as (x + p)(x + q) = 0.
- Apply the zero product property: x + p = 0 or x + q = 0.
- Solve each linear equation.
Factorising ax² + bx + c (a ≠ 1)
When the leading coefficient is not 1, use the ac-method (grouping).
- Multiply a × c to get the product.
- Find two numbers that multiply to ac and add to b.
- Split the middle term bx into two terms using those numbers.
- Factor by grouping in pairs.
Special Cases
Example: x² − 25 = (x + 5)(x − 5)
Example: x² + 6x + 9 = (x + 3)²
The Quadratic Formula
The quadratic formula works for every quadratic equation, including those that cannot be factorised. It is derived by completing the square on the general form.
The Discriminant
The expression under the square root, Δ = b² − 4ac, determines the nature of the roots.
| Discriminant (Δ) | Number of roots | Graph interpretation |
|---|---|---|
| Δ > 0 | 2 distinct real roots | Parabola crosses x-axis at two points |
| Δ = 0 | 1 repeated (double) root | Parabola touches x-axis at one point |
| Δ < 0 | No real roots | Parabola does not cross the x-axis |
- Factorising — first choice when integer/simple roots exist; fastest method
- Quadratic formula — universal method; use when factorising is not obvious
- Completing the square — use when you need vertex form or to prove the formula
Graphing Parabolas
The graph of y = ax² + bx + c is a parabola. Understanding its features lets you move between algebraic and graphical representations.
Key Features of a Parabola
| Feature | How to find it |
|---|---|
| Direction | a > 0: opens upward (minimum); a < 0: opens downward (maximum) |
| y-intercept | Set x = 0: y-intercept = c |
| x-intercepts (roots) | Set y = 0 and solve ax² + bx + c = 0 |
| Axis of symmetry | x = −b / 2a |
| Vertex | (−b/2a, f(−b/2a)) — substitute the axis of symmetry value back into the equation |
Three Forms of a Quadratic
| Form | Equation | Reveals |
|---|---|---|
| Standard form | y = ax² + bx + c | y-intercept (c); use formula for roots |
| Factorised form | y = a(x − p)(x − q) | x-intercepts directly (p and q) |
| Vertex form | y = a(x − h)² + k | Vertex directly at (h, k) |
Completing the Square
Completing the square transforms a quadratic from standard form to vertex form. It also provides the foundation for proving the quadratic formula.
Method (when a = 1)
- Start with x² + bx + c.
- Take half the coefficient of x: b/2.
- Write (x + b/2)² and subtract (b/2)² to compensate: x² + bx + c = (x + b/2)² − (b/2)² + c.
- Simplify the constant terms.
Method (when a ≠ 1)
- Factor out a from the x² and x terms.
- Complete the square inside the bracket.
- Distribute a back and simplify.
Proof of the Quadratic Formula
This proof is a key Criterion B target at Year 4 — you must be able to reproduce it.
Worked Examples
Multi-step solutions showing the reasoning expected at Year 4 Advanced.
x² − 5x + 6 = (x − 2)(x − 3) = 0.
Applying the zero product property: if the product of two factors equals zero, at least one factor must be zero.
x − 2 = 0 → x = 2, or x − 3 = 0 → x = 3.
Verify: (2)² − 5(2) + 6 = 4 − 10 + 6 = 0 ✓
(3)² − 5(3) + 6 = 9 − 15 + 6 = 0 ✓
Discriminant: Δ = b² − 4ac = 9 − 4(2)(−2) = 9 + 16 = 25 > 0 → two distinct real roots.
x = (−3 ± √25) / (2 × 2) = (−3 ± 5) / 4.
x = (−3 + 5)/4 = 2/4 = 1/2
x = (−3 − 5)/4 = −8/4 = −2
Verify: 2(1/2)² + 3(1/2) − 2 = 1/2 + 3/2 − 2 = 2 − 2 = 0 ✓
x² − 8x + 12 = (x − 4)² − 16 + 12 = (x − 4)² − 4
Vertex form: y = (x − 4)² − 4. The vertex is at (4, −4).
Since a = 1 > 0, this is a minimum point.
Check: The roots are x² − 8x + 12 = (x − 2)(x − 6) = 0, giving x = 2 and x = 6. The axis of symmetry x = (2 + 6)/2 = 4 confirms the vertex x-coordinate. ✓
Since Δ < 0, the equation has no real roots.
Graphically, the parabola y = 5x² − 4x + 1 opens upward (a = 5 > 0) and sits entirely above the x-axis — it never crosses it.
h = −5(t² − 4t) + 1 = −5[(t − 2)² − 4] + 1 = −5(t − 2)² + 20 + 1 = −5(t − 2)² + 21.
Maximum height: 21 metres at t = 2 seconds (since a = −5 < 0, vertex is a maximum).
When it hits the ground (h = 0):
−5t² + 20t + 1 = 0 → 5t² − 20t − 1 = 0
Δ = 400 + 20 = 420.
t = (20 ± √420) / 10 = (20 ± 20.49) / 10.
t = 4.049 or t = −0.049 (rejected, t ≥ 0).
The ball hits the ground at t ≈ 4.05 seconds.
Justification of accuracy: I rounded to 2 d.p. because time measurements in this context are practical (to the nearest hundredth of a second).
Rewrite: 6x² + 4x − 3x − 2 = 0.
Group: 2x(3x + 2) − 1(3x + 2) = 0.
Factor: (3x + 2)(2x − 1) = 0.
x = −2/3 or x = 1/2.
Verify: 6(1/2)² + 1/2 − 2 = 6/4 + 1/2 − 2 = 3/2 + 1/2 − 2 = 2 − 2 = 0 ✓
Δ = b² − 4ac = 36 − 4(k)(k) = 36 − 4k² = 0.
4k² = 36 → k² = 9 → k = ±3.
Check k ≠ 0 (otherwise it's not quadratic). Both k = 3 and k = −3 are valid.
k = 3 or k = −3.
Practice Q&A
Attempt each question before revealing the model answer. Focus on justifying each step.
(x + 5)(x − 3) = 0 → x = −5 or x = 3.
Verify: (−5)² + 2(−5) − 15 = 25 − 10 − 15 = 0 ✓
x = (5 ± 7)/6 → x = 12/6 = 2 or x = −2/6 = −1/3.
y = (x − 5)² − 25 + 21 = (x − 5)² − 4.
Vertex: (5, −4). Minimum value is −4.
Since Δ = 0, the equation has one repeated root. The parabola touches the x-axis at exactly one point.
(In fact: 4x² + 4x + 1 = (2x + 1)² = 0, so x = −1/2 is the repeated root.)
2x + 7 = 0 → x = −7/2 = −3.5
2x − 7 = 0 → x = 7/2 = 3.5
x = ±3.5
Axis of symmetry: x = −4/(2 × −1) = 2.
Vertex: y = −(2)² + 4(2) + 5 = −4 + 8 + 5 = 9. Vertex: (2, 9).
x-intercepts: −x² + 4x + 5 = 0 → x² − 4x − 5 = 0 → (x − 5)(x + 1) = 0 → x = 5 or x = −1.
y-intercept: (0, 5).
x&sub1; = (−b + √Δ)/(2a) and x&sub2; = (−b − √Δ)/(2a).
x&sub1; + x&sub2; = [(−b + √Δ) + (−b − √Δ)] / (2a) = −2b / (2a) = −b/a. ∎
The √Δ terms cancel, so this result holds regardless of the discriminant value.
x² + 3x − 4 = 54
x² + 3x − 58 = 0
Δ = 9 + 232 = 241. x = (−3 + √241)/2 ≈ (−3 + 15.52)/2 ≈ 6.26.
Rejecting the negative root (lengths must be positive).
Length ≈ 6.26 + 4 = 10.26 m, Width ≈ 6.26 − 1 = 5.26 m.
Check: 10.26 × 5.26 ≈ 53.97 ≈ 54 ✓
Rounded to 2 d.p. as appropriate for practical measurements.
Flashcard Review
Tap each card to reveal the answer. Try to answer from memory first.
Works for ALL quadratic equations ax² + bx + c = 0.
Δ > 0: two distinct real roots.
Δ = 0: one repeated root.
Δ < 0: no real roots.
a < 0: opens downward (maximum).
|a| controls the width: larger |a| = narrower.
Sum = −b/a
Product = c/a
Factorised: y = a(x − p)(x − q)
Vertex: y = a(x − h)² + k