Cambridge A Level Mathematics 9709 · Pure 1

Quadratics

A quadratic is an expression of the form ax2+bx+cax^2 + bx + c with a0a \neq 0; its graph is a parabola, and Cambridge 9709 Pure 1 asks three things of it: complete the square to find the vertex, use the discriminant to decide how many real roots there are, and solve the inequalities that follow. Across the 40 Pure 1 papers Quanta has mapped, section 1.1 carries 269 marks — 9% of the total — and appears on 36 of them. The question that recurs most is not “solve” but “find the set of values of kk for which…”, which is the discriminant applied to a line meeting a curve.

Updated 15 September 2026

Completing the square

Write ax2+bx+cax^2 + bx + c as a(x+p)2+qa(x + p)^2 + q. Take the coefficient of x2x^2 out of the first two terms, halve the coefficient of xx inside, and correct for the square you introduced:

2x212x+5=2(x26x)+5=2[(x3)29]+5=2(x3)2132x^2 - 12x + 5 = 2(x^2 - 6x) + 5 = 2\big[(x-3)^2 - 9\big] + 5 = 2(x-3)^2 - 13

The form answers four P1 questions at once. The vertex is (p, q)(-p,\ q) — here (3,13)(3, -13); the line of symmetry is x=px = -p; the minimum value (or maximum, if a<0a < 0) is qq; and the range of the function is f(x)qf(x) \ge q. It also gives the inverse of a restricted quadratic function directly, since y=a(x+p)2+qy = a(x+p)^2 + q rearranges without the formula.

The discriminant

For ax2+bx+c=0ax^2 + bx + c = 0, the discriminant is b24acb^2 - 4ac — the part of the quadratic formula under the root — and its sign says how many real roots exist:

ConditionRootsThe question says
b24ac>0b^2 - 4ac > 0two distinct real roots“meets the curve at two points”, “two real roots”
b24ac=0b^2 - 4ac = 0one repeated root“is a tangent to”, “touches”, “equal roots”
b24ac<0b^2 - 4ac < 0no real roots“does not meet”, “for all values of xx

“Real roots” without “distinct” means b24ac0b^2 - 4ac \ge 0; the equals sign is the difference between a correct answer and a lost mark. And note what the discriminant is computed on: the quadratic you get after rearranging to “= 0”, with its own aa, bb, cc — which in a “find kk” question will contain kk.

Quadratic inequalities

To solve ax2+bx+c>0ax^2 + bx + c > 0: find the critical values where the expression is zero, sketch the parabola (up if a>0a > 0), and read off where it is above or below the axis. For a>0a > 0, the expression is negative between the roots and positive outside them:

x25x+6<0    (x2)(x3)<0    2<x<3x^2 - 5x + 6 < 0 \;\Rightarrow\; (x-2)(x-3) < 0 \;\Rightarrow\; 2 < x < 3
x25x+6>0    x<2 or x>3x^2 - 5x + 6 > 0 \;\Rightarrow\; x < 2 \ \text{or}\ x > 3

The sketch is not optional working — it is how the direction of the inequality is decided, and examiners accept it as the justification. The outside case is two separate regions joined by “or”; writing it as 3<x<23 < x < 2 is a common and costly slip.

Lines meeting curves

The P1 question type. Substitute the line into the curve, rearrange to a quadratic in xx equal to zero, then apply the discriminant condition the wording implies. The coefficient of xx — and sometimes the constant — will contain the unknown kk, so the discriminant becomes a quadratic inequality in kk, solved as above.

Worked example

Worked example

Find the set of values of k for which the line y = kx − 4 does not meet the curve y = x² + 2x + 5.

Equate: x2+2x+5=kx4x^2 + 2x + 5 = kx - 4, so x2+(2k)x+9=0x^2 + (2 - k)x + 9 = 0.

Condition: no intersection means no real roots, so b24ac<0b^2 - 4ac < 0 with a=1a = 1, b=2kb = 2 - k, c=9c = 9:

(2k)236<0(2-k)^2 - 36 < 0

Solve: critical values where (2k)2=36(2-k)^2 = 36, i.e. 2k=±62 - k = \pm 6, giving k=4k = -4 and k=8k = 8. The expression (2k)236(2-k)^2 - 36 is a parabola in kk opening upwards, so it is negative between the critical values:

4<k<8-4 < k < 8

Four marks in a typical scheme: one for forming the quadratic, one for the correct discriminant expression, one for the critical values, one for the final inequality with strict signs. Change “does not meet” to “is a tangent to” and the same working gives k=4k = -4 or k=8k = 8.

Disguised quadratics

P1 hides quadratics inside other functions and expects a substitution:

  • x45x2+4=0x^4 - 5x^2 + 4 = 0: let u=x2u = x^2, so u25u+4=0u^2 - 5u + 4 = 0, u=1u = 1 or 44, hence x=±1,±2x = \pm 1, \pm 2.
  • x3x+2=0x - 3\sqrt{x} + 2 = 0: let u=xu = \sqrt{x}, so u23u+2=0u^2 - 3u + 2 = 0, u=1u = 1 or 22, hence x=1x = 1 or 44 — and u0u \ge 0, so a negative uu would be rejected.
  • tan2θ3tanθ+2=0\tan^2\theta - 3\tan\theta + 2 = 0: let u=tanθu = \tan\theta; the quadratic gives the values of tanθ\tan\theta, and the trigonometry finds θ\theta.

The mark that is lost here is the last one: solving for uu and stopping, or forgetting that x2=4x^2 = 4 has two solutions.

Common mistakes

  1. 1.Completing the square with a ≠ 1 without factorising first

    Take aa out of the x2x^2 and xx terms before halving. The correction term is then a×(b2a)2a \times (\tfrac{b}{2a})^2, and most sign errors come from skipping that step.

  2. 2.Strict versus non-strict inequality

    “Two distinct roots” is >>; “real roots” is \ge; “tangent” is ==. Match the sign to the wording before solving.

  3. 3.Discriminant of the wrong quadratic

    It applies to the equation after substitution and rearrangement to zero — not to the original curve. Identify a,b,ca, b, c from that equation.

  4. 4.Inequality solved without a sketch

    Critical values alone do not tell you which region. Sketch the parabola; between the roots for negative, outside for positive (when a>0a > 0).

  5. 5.Stopping at the substitution variable

    u=4u = 4 is not the answer to an equation in xx. Substitute back, and take both square roots where they exist.

Common questions

What does the discriminant tell you?

How many real roots a quadratic equation has: b24ac>0b^2 - 4ac > 0 gives two, =0= 0 gives one repeated root, <0< 0 gives none. Geometrically, whether a line crosses, touches or misses a curve.

How do you find the minimum value of a quadratic?

Complete the square: a(x+p)2+qa(x+p)^2 + q has minimum value qq at x=px = -p when a>0a > 0 (a maximum when a<0a < 0). Differentiation gives the same answer but the square is quicker and also gives the range.

When is a line a tangent to a curve?

When substituting the line into the curve gives a quadratic with a repeated root: discriminant equal to zero. That condition usually produces an equation in kk with two solutions — two different tangent lines.

How much of 9709 Paper 1 is quadratics?

Across the 40 Pure 1 papers Quanta has mapped, section 1.1 carries 269 marks — about 9% — and appears on 36 of the 40. It also underpins parts of functions, coordinate geometry and differentiation, so its real weight is higher.

Practise quadratics against real mark schemes

Quanta has real Cambridge A Level Maths 9709 past-paper questions, broken into skill checkpoints, marked criterion by criterion the way examiners mark — and it tracks which skills you’re missing. Free for individual students.

Start practising free