HomeLearning HubA Level MathsP1 1: Quadratics
P1 1

Quadratics

Pure Mathematics 1 · Paper 1 · AS and A Level

🎯What you need to be able to do

  • Complete the square, and read the vertex and the line of symmetry straight off the result.
  • Find the discriminant and use it to describe the roots — and to solve problems about a parameter.
  • Solve quadratic equations by factorising, completing the square and the formula.
  • Solve quadratic inequalities, and give the answer in the correct form.
  • Recognise and solve equations that are quadratic in a substituted variable.
  • Solve simultaneously one linear and one quadratic equation, including the tangency case.
  • Sketch a quadratic and relate its algebra to its graph.

📚The mathematics

Completing the square

Any quadratic can be written in the form

\[ a(x + b)^{2} + c \]

and this form is worth far more than the expanded one, because it hands you three things at once: the vertex is at \( (-b,\ c) \), the line of symmetry is \( x = -b \), and the least (or greatest) value of the expression is \( c \). The last of these is why “find the minimum value” questions never need calculus at P1.

The method, when \( a \ne 1 \): factor \(a\) out of the \( x^{2} \) and \( x \) terms only, complete the square inside the bracket, then multiply back out.

\[ 2x^{2} - 12x + 23 = 2\left(x^{2} - 6x\right) + 23 = 2\left[(x-3)^{2} - 9\right] + 23 = 2(x-3)^{2} + 5 \]

The step people drop is multiplying the \( -9 \) by the 2. If your completed square does not expand back to the original, that is almost always where it went wrong — and expanding back takes ten seconds.

Note the sign convention: \( (x-3)^{2} \) puts the vertex at \( x = +3 \). Whatever makes the bracket zero is where the vertex sits.

The discriminant

For \( ax^{2} + bx + c = 0 \), the discriminant is \( b^{2} - 4ac \), and it tells you about the roots without finding them:

\( b^{2}-4ac > 0 \) — two distinct real roots
\( b^{2}-4ac = 0 \) — one repeated root
\( b^{2}-4ac < 0 \) — no real roots

Translate the geometry into the algebra and back, because questions are phrased either way:

  • “cuts the \(x\)-axis twice”, “meets the curve at two points” → \( > 0 \)
  • “touches”, “is a tangent to”, “has equal roots” → \( = 0 \)
  • “does not meet”, “is always positive” (with \(a > 0\)) → \( < 0 \)

Questions asking for the values of a constant \(k\) that produce a given number of roots are discriminant questions, and they almost always end in a quadratic inequality in \(k\).

Quadratic inequalities

To solve \( ax^{2} + bx + c > 0 \): find the critical values by solving the corresponding equation, sketch the parabola, and read off the region. Do not divide an inequality by an expression whose sign you do not know, and do not simply reverse the sign of the equation’s answer.

The shape decides the form of the answer, and this is where marks are lost:

  • Positive \(a\), and you want \( > 0 \) — the curve is above the axis outside the roots, so the answer is two separate regions: \( x < \alpha \) or \( x > \beta \).
  • Positive \(a\), and you want \( < 0 \) — the curve is below the axis between the roots, so the answer is a single interval: \( \alpha < x < \beta \).
“or” and “and” are not interchangeable. Writing \( 2 < x < 5 \) when you meant \( x < 2 \) or \( x > 5 \) is a common and expensive error: the second cannot be written as a single chained inequality, because \( 5 < x < 2 \) describes nothing at all. Sketch the parabola every time. It takes five seconds and it removes the guess.

Disguised quadratics

Many equations become quadratic after a substitution. Spot the pattern: the power of one term is exactly twice the power of another.

\( x^{4} - 5x^{2} + 4 = 0 \), let \( u = x^{2} \)
\( x - 5\sqrt{x} + 6 = 0 \), let \( u = \sqrt{x} \)
\( 2^{2x} - 5(2^{x}) + 4 = 0 \), let \( u = 2^{x} \)

Solve for \(u\), then undo the substitution — the answer to the question is in \(x\), not \(u\). Two checks matter at that stage: \( u = x^{2} \) gives two values of \(x\) for each positive \(u\) and none for a negative one; \( u = \sqrt{x} \) requires \( u \ge 0 \), so a negative root of the quadratic must be discarded.

Simultaneous equations: one linear, one quadratic

Make one variable the subject of the linear equation and substitute into the quadratic. That direction round is always easier, and substituting the quadratic into the linear one produces a mess.

The resulting quadratic tells you how the line and the curve are related, which is the discriminant again: two solutions means the line is a chord cutting the curve twice, one repeated solution means it is a tangent, and no real solutions means they never meet.

✏️Worked example

(a) Express \( f(x) = 3x^{2} + 12x + 7 \) in the form \( a(x+b)^{2} + c \), and hence state the least value of \( f(x) \) and the value of \(x\) at which it occurs. (b) The line \( y = mx - 2 \) is a tangent to the curve \( y = x^{2} + 4x + 6 \). Find the possible values of \(m\). (c) Solve \( 2x^{2} - 5x - 3 \ge 0 \).

(a) Factor the 3 out of the first two terms only:

\[ 3x^{2} + 12x + 7 = 3\left(x^{2} + 4x\right) + 7 = 3\left[(x+2)^{2} - 4\right] + 7 = 3(x+2)^{2} - 12 + 7 = 3(x+2)^{2} - 5 \]

Since \( 3(x+2)^{2} \ge 0 \) always, and equals zero only when \( x = -2 \), the least value of \( f(x) \) is \( -5 \), occurring at \( x = -2 \).

(b) Tangency means the line meets the curve exactly once, so equating them must give a quadratic with a repeated root:

\[ x^{2} + 4x + 6 = mx - 2 \;\Longrightarrow\; x^{2} + (4-m)x + 8 = 0 \]

Setting the discriminant to zero: \( (4-m)^{2} - 4(1)(8) = 0 \), so \( (4-m)^{2} = 32 \) and \( 4 - m = \pm 4\sqrt{2} \). Hence \( m = 4 \mp 4\sqrt{2} \), that is

\[ m = 4 + 4\sqrt{2} \quad\text{or}\quad m = 4 - 4\sqrt{2} \]

(c) Factorise: \( 2x^{2} - 5x - 3 = (2x + 1)(x - 3) \), so the critical values are \( x = -\tfrac{1}{2} \) and \( x = 3 \). The coefficient of \( x^{2} \) is positive, so the parabola opens upwards and is at or above the axis outside the roots:

\[ x \le -\tfrac{1}{2} \quad\text{or}\quad x \ge 3 \]
Check it. Test one value from each region against the original. At \( x = 0 \) (between the roots) the expression is \( -3 \), which is negative — correctly excluded. At \( x = 4 \) it is \( 32 - 20 - 3 = 9 \), positive — correctly included. Two substitutions, and the region is confirmed.
Three habitual errors, one per part. In (a), forgetting to multiply the \( -4 \) by the 3, which gives \( 3(x+2)^{2} + 3 \) and a least value of 3. In (b), leaving the answer as \( m = 4 \pm 5.66 \) when the question implies exact form — keep the surd. In (c), writing \( -\tfrac{1}{2} \le x \le 3 \), which is the solution of the opposite inequality. The sketch prevents all three.

📝Practise

Work through these, then reveal the answer. Each question targets a different objective from the list above.

1. Express \( 5 + 8x - 2x^{2} \) in the form \( a - 2(x + b)^{2} \) and hence state the greatest value of the expression.
Take out \( -2 \) from the \(x\) terms: \( 5 - 2\left(x^{2} - 4x\right) \). Complete the square inside: \( x^{2} - 4x = (x-2)^{2} - 4 \). So the expression is \( 5 - 2\left[(x-2)^{2} - 4\right] = 5 - 2(x-2)^{2} + 8 = 13 - 2(x-2)^{2} \). Since \( -2(x-2)^{2} \le 0 \), the greatest value is \( 13 \), at \( x = 2 \). Note that taking out a negative factor flips the sign of everything inside, which is where this type goes wrong.
2. The equation \( x^{2} + (k+3)x + 4k = 0 \) has equal roots. Find the possible values of \(k\).
Equal roots means \( b^{2} - 4ac = 0 \): \( (k+3)^{2} - 16k = 0 \). Expanding, \( k^{2} + 6k + 9 - 16k = 0 \), so \( k^{2} - 10k + 9 = 0 \) and \( (k-1)(k-9) = 0 \). Hence \( k = 1 \) or \( k = 9 \). Notice the discriminant condition produced a quadratic in \(k\) — that is the normal outcome, not a sign of error.
3. Solve \( x^{4} - 13x^{2} + 36 = 0 \).
Let \( u = x^{2} \), giving \( u^{2} - 13u + 36 = 0 \), so \( (u-4)(u-9) = 0 \) and \( u = 4 \) or \( u = 9 \). Undo the substitution: \( x^{2} = 4 \) gives \( x = \pm 2 \), and \( x^{2} = 9 \) gives \( x = \pm 3 \). Four solutions: \( x = -3, -2, 2, 3 \). A quartic can have up to four roots, so stopping at two is a sign the substitution was not undone properly.
4. Find the values of \(k\) for which the line \( y = 2x + k \) does not intersect the curve \( y = x^{2} - 3x + 7 \).
Equate: \( x^{2} - 3x + 7 = 2x + k \), so \( x^{2} - 5x + (7 - k) = 0 \). No intersection means no real roots, so \( b^{2} - 4ac < 0 \): \( 25 - 4(7-k) < 0 \), giving \( 25 - 28 + 4k < 0 \), so \( 4k < 3 \) and \( k < \tfrac{3}{4} \). The inequality direction survives here because we divided by a positive 4 — dividing by a negative would have reversed it.
5. Solve the simultaneous equations \( 2x + y = 5 \) and \( x^{2} + y^{2} = 25 \).
Rearrange the linear equation: \( y = 5 - 2x \). Substitute: \( x^{2} + (5-2x)^{2} = 25 \), so \( x^{2} + 25 - 20x + 4x^{2} = 25 \), giving \( 5x^{2} - 20x = 0 \) and \( 5x(x - 4) = 0 \). So \( x = 0 \) or \( x = 4 \). Back-substitute into the linear equation: \( x = 0 \Rightarrow y = 5 \); \( x = 4 \Rightarrow y = -3 \). The solutions are \( (0, 5) \) and \( (4, -3) \). Always substitute back into the linear equation — the quadratic would give spurious extra pairings.
6. Solve \( 3^{2x} - 10\left(3^{x}\right) + 9 = 0 \).
Note \( 3^{2x} = \left(3^{x}\right)^{2} \), so let \( u = 3^{x} \): \( u^{2} - 10u + 9 = 0 \), giving \( (u-1)(u-9) = 0 \) and \( u = 1 \) or \( u = 9 \). Undo: \( 3^{x} = 1 \Rightarrow x = 0 \); \( 3^{x} = 9 = 3^{2} \Rightarrow x = 2 \). So \( x = 0 \) or \( x = 2 \). Had a root been negative it would have been rejected, since \( 3^{x} > 0 \) for every real \(x\).

🔗Go deeper — other people’s work

These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.

  • Desmos — graph a quadratic with a slider on \(k\) and watch the discriminant change the number of roots
  • Khan Academy — completing the square and quadratic inequalities
  • Cambridge examiner reports — quadratic inequalities appear in almost every one