Step-by-step worked examples and graded practice questions on quadratics — completing the square, the discriminant, always-positive proofs and sketching parabolas. Written to the Edexcel Pure Year 1 specification and equally suitable for AQA and OCR A.
📚 Pure Year 1 (AS)✅ 15 Practice Questions🔍 6 Worked Examples⚠️ Common Mistakes
Struggling with quadratics?
Alamin diagnoses exactly which skills are missing and builds a structured plan to fix them — backed by AI-powered practice between sessions.
You already know how to solve quadratics from GCSE — by factorising, completing the square, and using the quadratic formula. A-Level Maths uses these as a starting point and pushes further: completing the square for any value of \(a\) (not just \(a = 1\)), using the discriminant to find an unknown coefficient, proving an expression is always positive, and sketching a parabola directly from its algebraic form.
Five skills make up this topic:
Solving — factorising and the quadratic formula, including \(a \neq 1\)
Completing the square — in general form, to find the turning point
The discriminant — determining the number of real roots, and finding unknown coefficients
Always-positive proofs — using a completed square to prove an expression is never negative
Sketching — showing the roots, y-intercept and turning point on one diagram
Solving quadratic equations
For \(ax^2 + bx + c = 0\), the quadratic formula is \(x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). It always works, even when the expression won't factorise.
For \(a \neq 1\), factor \(a\) out of the \(x^2\) and \(x\) terms first, complete the square inside the bracket, then multiply back out. The result, \(a(x + p)^2 + q\), gives the turning point \((-p, q)\) directly.
Worked Example 2
Write \(2x^2 - 8x + 3\) in the form \(a(x + p)^2 + q\), and state the minimum value of the expression.
1
Factor 2 out of the \(x^2\) and \(x\) terms: \(2(x^2 - 4x) + 3\)
2
Complete the square inside the bracket: \(x^2 - 4x = (x - 2)^2 - 4\)
Answer\(2(x - 2)^2 - 5\); minimum value \(-5\) at \(x = 2\)
The discriminant
The discriminant, \(b^2 - 4ac\), tells you how many real roots a quadratic has without solving it:
Discriminant
Number of real roots
\(b^2 - 4ac > 0\)
Two distinct real roots
\(b^2 - 4ac = 0\)
One repeated root (the curve touches the x-axis)
\(b^2 - 4ac < 0\)
No real roots
At A-Level, the discriminant is also used the other way round — to find the values of an unknown coefficient that give a particular type of root.
Worked Example 3
Find the values of \(k\) for which \(x^2 + kx + 9 = 0\) has equal roots.
1
Equal roots means the discriminant is zero: \(k^2 - 4(1)(9) = 0\)
2
\(k^2 - 36 = 0\)
3
\(k^2 = 36\)
Answer\(k = 6\) or \(k = -6\)
Proving a quadratic is always positive
Completing the square proves an expression is always positive (or always negative) for every real value of x, because a squared term can never be negative.
Worked Example 4
Prove that \(x^2 - 6x + 11\) is positive for all real values of \(x\).
\((x - 3)^2 \geq 0\) for every real \(x\), since a square can never be negative
3
So \((x - 3)^2 + 2 \geq 2\), which is always positive
Answer\(x^2 - 6x + 11 = (x - 3)^2 + 2 \geq 2 > 0\) for all real \(x\)
Sketching quadratic graphs
A good sketch shows three things clearly: where the curve crosses the x-axis (the roots), where it crosses the y-axis, and its turning point (from the completed-square form).
Worked Example 5
Sketch the graph of \(y = x^2 - 2x - 8\), showing the roots, the y-intercept and the turning point.
The parabola \(y = x^2 - 2x - 8\), showing both roots, the y-intercept and the turning point found in Worked Example 5.
Worked Example 6
Find the range of values of \(k\) for which \(3x^2 + kx + 3 = 0\) has no real roots.
1
No real roots means the discriminant is negative: \(k^2 - 4(3)(3) < 0\)
2
\(k^2 - 36 < 0\)
3
\(k^2 < 36\)
4
Taking the square root of an inequality like this gives a range either side of zero
Answer\(-6 < k < 6\)
Exam tips
💡 Tip 1
"Equal roots", "repeated root" and "tangent to the x-axis" all mean discriminant = 0
Exam questions phrase this condition in several different ways — learn to recognise all of them as the same instruction: set \(b^2 - 4ac = 0\).
💡 Tip 2
Read off the turning point directly from \(a(x + p)^2 + q\)
The vertex is \((-p, q)\) — note the sign flip on \(p\). For \(2(x - 2)^2 - 5\), the turning point is \((2, -5)\), not \((-2, -5)\).
💡 Tip 3
State the reason in "prove always positive" questions
Don't just write the completed square — explicitly state that a squared term is never negative, then conclude. This reasoning line carries marks on its own.
💡 Tip 4
Sketches don't need a table of values
Once you have the roots, y-intercept and turning point, you have enough to sketch an accurate parabola — you don't need to plot extra points.
💡 Tip 5
Squaring an inequality flips it if both sides could be negative
When solving \(k^2 < 36\), don't just take the square root of both sides — the correct result is \(-6 < k < 6\), not \(k < 6\) alone. Sketching \(y = k^2 - 36\) as a quick mental check avoids this error.
Common mistakes
Common Mistake 1
Forgetting to multiply back out after completing the square with \(a \neq 1\)
For \(2x^2 - 8x + 3\), writing \(2(x - 2)^2 - 4 + 3\) forgets that the \(-4\) inside the bracket was itself multiplied by 2. Correctly: \(2[(x - 2)^2 - 4] + 3 = 2(x - 2)^2 - 8 + 3 =\) \(2(x - 2)^2 - 5\).
Common Mistake 2
Reading the turning point sign incorrectly
For \(y = (x + 3)^2 - 7\), the turning point is \((-3, -7)\), not \((3, -7)\) — the x-coordinate is the value that makes the bracket zero, which is the opposite sign of the number inside it.
Common Mistake 3
Using the wrong sign convention in the discriminant
For \(ax^2 + bx + c\), the discriminant is \(b^2 - 4ac\), using the coefficients exactly as they appear including their signs. For \(x^2 - 5x + 6\), this is \((-5)^2 - 4(1)(6) = 25 - 24 = 1\), not \(-5^2 - 24\).
Common Mistake 4
Only finding one solution to \(k^2 = 36\)
\(k^2 = 36\) has two solutions, \(k = 6\) and \(k = -6\) — square rooting both sides always gives a \(\pm\) result. Dropping the negative solution loses marks in "find the values of \(k\)" questions.
Common Mistake 5
Sketching a parabola the wrong way up
If the coefficient of \(x^2\) is negative, the parabola opens downward (a maximum, not a minimum). Always check the sign of \(a\) before sketching — \(y = 6 + x - x^2\) has a maximum, not a minimum, because \(a = -1\).
Practice questions
Work through each question before checking the worked solution.
If quadratics are still causing problems, Alamin's diagnostic approach identifies exactly which skills are missing and builds a targeted plan to address them — with AI-powered practice between sessions.