Quadratic Equations
- Solve quadratic equations by factorising, including when $a \neq 1$
- Solve quadratic equations using the quadratic formula, giving exact surd answers
- Complete the square to solve equations and find turning points
- Use the discriminant to determine the number of solutions and find unknown constants
- Solve simultaneous linear and quadratic equations and interpret geometrically
🔑 Core Concepts
The Standard Form of a Quadratic
A quadratic equation always involves an $x^2$ term and can always be rearranged into a single standard form. Understanding this structure is essential before choosing a solution method.
Method 1: Solving by Factorising
Factorising relies on the zero product property: if two factors multiply to zero, then at least one of them must be zero. This transforms a quadratic equation into two simple linear equations.
- Calculate $ac$.
- Find two numbers $p$ and $q$ such that $p + q = b$ and $pq = ac$.
- Rewrite the middle term: $ax^2 + px + qx + c$.
- Factorise by grouping.
$ax^2+bx+c=0$
$p+q=b$, $pq=ac$
two brackets
$= 0$ and solve
Method 2: The Quadratic Formula
The quadratic formula is derived by completing the square on the general form $ax^2 + bx + c = 0$. It always works and gives exact surd answers. Examiners specifically ask for exact answers in Grade 9 questions — never round unless told to.
Method 3: Completing the Square
Completing the square is the most versatile algebraic technique for quadratics. It rewrites $ax^2 + bx + c$ in the form $a(x + p)^2 + q$, from which you can read off the turning point directly, solve the equation exactly, and prove properties about roots.
Example: $x^2 + 6x + 2 = (x + 3)^2 - 9 + 2 = (x + 3)^2 - 7$
The Discriminant
The discriminant is the expression $b^2 - 4ac$ found under the square root in the quadratic formula. Its value tells us how many real solutions exist without solving the equation. This is an essential Grade 9 tool for proving properties of equations and finding unknown constants.
| Discriminant | Number of Real Roots | Graph of $y = ax^2 + bx + c$ |
|---|---|---|
| $b^2 - 4ac > 0$ | Two distinct real roots | Parabola crosses the $x$-axis at two distinct points |
| $b^2 - 4ac = 0$ | One repeated (equal) root | Parabola is tangent to the $x$-axis (touches at one point) |
| $b^2 - 4ac < 0$ | No real roots | Parabola does not intersect the $x$-axis |
- "two distinct real solutions" → set $\Delta > 0$
- "equal roots" or "the line is a tangent to the curve" → set $\Delta = 0$
- "prove the equation has no real solutions" → show $\Delta < 0$
- "how many intersection points?" → find $\Delta$ and interpret
Corner 1 (> 0): Two roots — the line passes through
Corner 2 (= 0): One root — the line just touches
Corner 3 (< 0): None — the line misses completely
Simultaneous Linear and Quadratic Equations
A straight line and a parabola can intersect at 0, 1, or 2 points. To find intersection points algebraically, substitute the linear equation into the quadratic. The number of solutions is determined by the discriminant of the resulting quadratic.
- From the linear equation, express $y$ in terms of $x$ (or vice versa).
- Substitute into the quadratic equation to eliminate $y$.
- Rearrange the resulting equation to standard form $ax^2 + bx + c = 0$.
- Solve the quadratic to find all $x$-values.
- Substitute each $x$-value back into the linear equation to find the corresponding $y$-values.
- State solutions as coordinate pairs $(x, y)$.
Geometric Problems Leading to Quadratics
Area and perimeter problems frequently produce quadratic equations. The key skill is translating a geometric scenario into algebra, then solving and interpreting the solutions in context.
A — Arrange into standard form $ax^2 + bx + c = 0$
F — Factorise or use the quadratic formula to solve
E — Examine solutions: reject any that are physically impossible
🗺 Visual Notes
Equations
- Factorising (quickest when it works)
- Quadratic formula (always works)
- Completing the square (most powerful)
- Graphically (estimate only)
- $\Delta = b^2 - 4ac$
- $\Delta > 0$: two distinct real roots
- $\Delta = 0$: one repeated root
- $\Delta < 0$: no real roots
- Form: $a(x + p)^2 + q$
- Turning point: $(-p,\, q)$
- Min/max value: $q$
- Axis of symmetry: $x = -p$
- Area and perimeter problems
- Simultaneous equations
- Line tangent to a curve
- Finding unknown constants
- Exact surd answers
- Complete square when $a \neq 1$
- Discriminant inequalities
- Proving no real solutions
Comparison of Solving Methods
| Method | Best Used When | Exact Surd Answers? | Always Works? |
|---|---|---|---|
| Factorising | Coefficients are integers; you can spot the factors quickly | Yes (rational) | No — not all quadratics factorise over integers |
| Quadratic Formula | Factorising is not obvious; surd answers expected | Yes | Yes |
| Completing the Square | Turning point also needed; proof questions | Yes | Yes |
| Graphical / Calculator | Checking or estimating only | No (decimal approx.) | Approximately |
Decision Tree: Which Method to Choose?
integer factors?
Quickest method
the turning point?
the Square
Quadratic Formula
Discriminant and Graph Relationship
| Condition | $\Delta$ Value | Graph Behaviour | Number of Solutions |
|---|---|---|---|
| Two distinct real roots | $\Delta > 0$ | Parabola crosses $x$-axis at 2 points | $x = \dfrac{-b + \sqrt{\Delta}}{2a}$ and $x = \dfrac{-b - \sqrt{\Delta}}{2a}$ |
| One repeated root | $\Delta = 0$ | Parabola is tangent to $x$-axis | $x = \dfrac{-b}{2a}$ (one value only) |
| No real roots | $\Delta < 0$ | Parabola does not reach $x$-axis | No real solutions exist |
Completing the Square — Step-by-Step Process ($a \neq 1$)
$x^2$ and $x$ terms
$x$ coefficient
minus its square
bracket; add $c$
point $(-p,\, q)$
✏ Worked Examples
Factor pairs of 10: $(1, 10)$ gives sum $11$; $(2, 5)$ gives sum $7$. ✓
So $p = 2$ and $q = 5$.
For integer factorisation, need $p + q = -4$ and $pq = 2 \times (-3) = -6$. No integer pair exists — use the formula.
(b) Hence state the coordinates of the turning point of $y = 3x^2 - 12x + 7$ and whether it is a minimum or maximum.
(c) Show that the equation $3x^2 - 12x + 7 = k$ has no real solutions when $k < -5$.
Since $a = 3 > 0$, the parabola is U-shaped, so this is a minimum.
❓ Exam Questions
Calculate the discriminant of the equation $x^2 + 4x + 7 = 0$ and state the number of real solutions it has.
Mark scheme:
$\Delta = b^2 - 4ac = 4^2 - 4(1)(7) = 16 - 28 = -12$ [1 mark]Since $\Delta = -12 < 0$, the equation has no real solutions.
Solve $x^2 - 9x + 18 = 0$ by factorising.
Mark scheme:
Find two numbers multiplying to 18 and adding to $-9$: these are $-3$ and $-6$.$(x - 3)(x - 6) = 0$ [1 mark for correct factorisation]
$x = 3$ or $x = 6$ [1 mark for both solutions]
Solve $3x^2 - 10x + 3 = 0$, giving your answers as fractions where necessary.
Mark scheme:
$a = 3$, $b = -10$, $c = 3$$\Delta = (-10)^2 - 4(3)(3) = 100 - 36 = 64$ [1 mark]
$x = \dfrac{10 \pm \sqrt{64}}{6} = \dfrac{10 \pm 8}{6}$ [1 mark for correct substitution]
$x = \dfrac{18}{6} = 3$ or $x = \dfrac{2}{6} = \dfrac{1}{3}$ [1 mark for both values]
Alternatively: $(3x - 1)(x - 3) = 0$ gives the same solutions.
(a) Complete the square on $x^2 - 6x + 2$, writing it in the form $(x + p)^2 + q$. [2 marks]
(b) Hence solve $x^2 - 6x + 2 = 0$, giving your answers in exact form. [2 marks]
Mark scheme:
Part (a):$x^2 - 6x + 2 = (x - 3)^2 - 9 + 2$ [1 mark for $(x-3)^2$]
$= (x - 3)^2 - 7$ [1 mark for $-7$]
Part (b):
$(x - 3)^2 - 7 = 0$
$(x - 3)^2 = 7$ [1 mark]
$x - 3 = \pm\sqrt{7}$
$x = 3 + \sqrt{7}$ or $x = 3 - \sqrt{7}$ [1 mark for both exact answers]
Solve simultaneously $y = x^2 - 4x + 3$ and $y = x - 1$.
Mark scheme:
Substitute $y = x - 1$ into $y = x^2 - 4x + 3$:$x - 1 = x^2 - 4x + 3$ [1 mark for substitution]
$0 = x^2 - 5x + 4$ [1 mark for correct rearrangement]
$0 = (x - 1)(x - 4)$
$x = 1$ or $x = 4$ [1 mark for both $x$-values]
When $x = 1$: $y = 1 - 1 = 0$ → $(1, 0)$
When $x = 4$: $y = 4 - 1 = 3$ → $(4, 3)$ [1 mark for both coordinate pairs]
The equation $kx^2 + 6x + k = 0$ has two distinct real solutions.
Find the range of values of $k$. [6 marks]
Mark scheme:
For two distinct real solutions, the discriminant must be strictly positive: $\Delta > 0$ [1 mark — correct condition stated]With $a = k$, $b = 6$, $c = k$:
$b^2 - 4ac > 0 \Rightarrow 36 - 4k^2 > 0$ [1 mark for correct expression]
$4k^2 < 36$ [1 mark]
$k^2 < 9$ [1 mark]
$|k| < 3$, giving $-3 < k < 3$ [1 mark]
For the equation to be quadratic, we also need $k \neq 0$ (otherwise the equation becomes $6x = 0$, which is linear).
Therefore: $k \in (-3, 0) \cup (0, 3)$ [1 mark for $k \neq 0$ condition]
⭐ Grade 9 Model Answers
Full Annotated Solution: Q6 — Discriminant with Unknown Coefficient
Note: Both $a$ and $c$ are equal to $k$. This symmetry is deliberate and leads to a clean quadratic inequality in $k$.
Alternatively: $k^2 - 9 < 0$ has roots $k = \pm 3$; since the coefficient of $k^2$ is positive, the parabola $y = k^2 - 9$ is below zero for $-3 < k < 3$.
Therefore the complete answer is: $k \in (-3, 0) \cup (0, 3)$.
Why This Question Requires Grade 9 Thinking
📋 Revision Sheet
| Term | Meaning |
|---|---|
| Quadratic equation | $ax^2+bx+c=0$, $a \neq 0$ |
| Discriminant $\Delta$ | $b^2-4ac$; determines root count |
| Completing the square | Rewriting as $a(x+p)^2+q$ |
| Turning point | Vertex of parabola: $(-p, q)$ |
| Repeated root | $\Delta=0$; parabola tangent to $x$-axis |
| Surd | Exact irrational answer, e.g. $3+\sqrt{7}$ |
| Zero product property | $AB=0 \Rightarrow A=0$ or $B=0$ |
Quadratic Formula:
$$x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$$Discriminant: $\Delta = b^2 - 4ac$
Completing the square ($a=1$):
$$x^2+bx+c = \!\left(x+\tfrac{b}{2}\right)^{\!2} - \tfrac{b^2}{4} + c$$Turning point from $a(x+p)^2+q$:
$$\text{Turning point: } (-p,\; q)$$Repeated root: $x = \dfrac{-b}{2a}$ when $\Delta = 0$
- "Minus $b$, plus-or-minus..." — say the formula aloud as you write it
- $\Delta$ has three corners — one for each case: $>0$, $=0$, $<0$
- SAFE for geometry: Set up, Arrange, Factorise, Examine
- "Halve it, square it, subtract it" — the completing the square mantra
- "The sign flips" — $(x+3)^2$ gives turning point $x=-3$
- "Equal roots = tangent" — $\Delta=0$ means the line just touches
- "Distinct = strictly greater" — two distinct roots means $\Delta > 0$, not $\geq 0$
- Write $a = \ldots$, $b = \ldots$, $c = \ldots$ before using the formula
- Calculate $b^2$ and $4ac$ separately before subtracting
- $b^2$ is always positive; $-4ac$ can be positive or negative
- Give exact surd answers unless the question says "decimal"
- In simultaneous equations: use the linear equation to find $y$
- In geometric problems: always reject negative lengths
- "Prove no real solutions" → calculate $\Delta$ and show $\Delta < 0$
- Check $k \neq 0$ when $k$ appears as the leading coefficient
🔄 Flashcards
Click each card to reveal the answer. Work through all 15 cards until you can answer instantly.
✗ Common Mistakes
Why marks are lost: Both solutions are completely wrong; typically 0 out of 3 marks for the question.
How to avoid it: Memorise the formula as starting with "negative $b$". Before substituting, explicitly write $-b = -(b\text{-value})$. If $b = -5$, write $-b = -(-5) = +5$ in your working.
Why marks are lost: The long fraction bar extends under the whole of $-b \pm \sqrt{b^2-4ac}$. This error gives wrong final values even when the discriminant is correct.
How to avoid it: Always draw a long horizontal fraction bar. Bracket the numerator: write $\frac{(-b) \pm \sqrt{b^2-4ac}}{2a}$ explicitly.
Why marks are lost: An answer that is not written cannot earn marks. This loses 1 mark for the missing solution — the most preventable error in the chapter.
How to avoid it: Whenever you take a square root in algebra, always write $\pm$. Make it a reflex: the square root step is the $\pm$ step.
Why marks are lost: The resulting completed square form is wrong; the turning point and solutions derived from it will also be wrong. Multiple marks are lost.
How to avoid it: Before completing the square, always check the value of $a$. If $a \neq 1$, your first line must be $a(x^2 + \frac{b}{a}x) + c$ with $a$ factored out.
Why marks are lost: The $x$-coordinate of the turning point is the value that makes the bracket zero. For $(x + 4) = 0$, we get $x = -4$. The sign always flips.
How to avoid it: Ask: "What value of $x$ makes this bracket equal to zero?" Write that value. Do not just copy the number from inside the bracket.
Why marks are lost: A length cannot be negative. Accepting $x = -2$ shows a failure to interpret the solution in context, losing 1 mark for "selecting the appropriate solution".
How to avoid it: After solving, always re-read what $x$ represents. Write: "Reject $x = -2$ since length cannot be negative." This statement itself can earn a mark.
✅ Final Checklist
Click each item when you can do it confidently without notes. Aim for 15/15 before your exam.
0 / 15- I can rearrange any equation into standard form $ax^2 + bx + c = 0$
- I can solve a quadratic by factorising when $a = 1$ (e.g. $x^2 + 5x + 6 = 0$)
- I can solve a quadratic by factorising when $a \neq 1$ using the AC method
- I can correctly identify $a$, $b$, $c$ before using the quadratic formula
- I can apply the quadratic formula and simplify surds in the answer (e.g. $\sqrt{40} = 2\sqrt{10}$)
- I can complete the square for $x^2 + bx + c$ when $a = 1$
- I can complete the square when $a \neq 1$ by factoring out $a$ first
- I can read off the turning point $(-p, q)$ from $a(x+p)^2 + q$
- I can calculate the discriminant $\Delta = b^2 - 4ac$ and interpret the result
- I can use $\Delta = 0$ to find unknown constants (tangency / equal roots problems)
- I can prove a quadratic has no real solutions by showing $\Delta < 0$
- I can solve simultaneous linear and quadratic equations by substitution
- I can form and solve a quadratic equation from a geometric area problem
- I can reject negative solutions that represent lengths and justify doing so
- I can find the range of values of an unknown constant using a discriminant inequality