📐 Quadratic Functions

Roots, Intercepts, Turning Points & Completing the Square

GCSE Maths · Ages 15–16 · Foundation & Higher
1 What is a Quadratic Function?

A quadratic function is any function where the highest power of $x$ is 2. The standard form is:

Standard Form
$$y = ax^2 + bx + c$$

where $a \neq 0$, and $a$, $b$, $c$ are constants

Its graph is a smooth, symmetrical curve called a parabola.

When $a > 0$ (positive)

The parabola is U-shaped — it opens upward and has a minimum turning point.

When $a < 0$ (negative)

The parabola is ∩-shaped — it opens downward and has a maximum turning point.

Key features on graph

Every parabola has: a y-intercept, possibly 0, 1 or 2 roots, and exactly one turning point.

-3-2 -11 23 24 6-2 -4 x y root (-1, 0) root (3, 0) y-intercept (0,−3) vertex (1,−4) x = 1 (axis of symmetry) y = x²−2x−3

Key features of a quadratic graph: roots (red), y-intercept (orange), vertex (purple)

2 Roots (x-intercepts)
The roots of a quadratic are the values of $x$ where the graph crosses or touches the x-axis — i.e. where $y = 0$. A quadratic can have 0, 1 or 2 roots.

No real roots

Graph doesn't cross x-axis
e.g. $y = x^2 + 2$

One root (repeated)

Graph touches x-axis
e.g. $y = x^2$

Two roots

Graph crosses x-axis twice
e.g. $y = x^2 - 4$

Method 1: Finding Roots by Factorising

  1. Set $y = 0$ to get the equation $ax^2 + bx + c = 0$
  2. Factorise the quadratic into two brackets
  3. Set each bracket equal to zero and solve for $x$
Worked Example — Roots by Factorising: $y = x^2 - 5x + 6$
Set $y = 0$: $\quad x^2 - 5x + 6 = 0$
Find two numbers that multiply to $+6$ and add to $-5$: these are $-2$ and $-3$. So: $(x-2)(x-3) = 0$
$x - 2 = 0 \Rightarrow x = 2$    or    $x - 3 = 0 \Rightarrow x = 3$
Roots: $x = 2$ and $x = 3$  — the graph crosses the x-axis at $(2, 0)$ and $(3, 0)$
Worked Example — Roots by Factorising: $y = x^2 + x - 12$
Set $y = 0$: $\quad x^2 + x - 12 = 0$
Need two numbers that multiply to $-12$ and add to $+1$: these are $+4$ and $-3$. So: $(x+4)(x-3) = 0$
$x + 4 = 0 \Rightarrow x = -4$    or    $x - 3 = 0 \Rightarrow x = 3$
Roots: $x = -4$ and $x = 3$

Method 2: Finding Roots using the Quadratic Formula

When a quadratic is hard to factorise, use the quadratic formula:

Quadratic Formula
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

The expression $b^2 - 4ac$ is called the discriminant — it tells you how many roots there are.

Discriminant $b^2 - 4ac$Number of rootsGraph behaviour
$b^2 - 4ac > 0$Two distinct real rootsCrosses x-axis at two points
$b^2 - 4ac = 0$One repeated rootTouches x-axis at one point
$b^2 - 4ac < 0$No real rootsDoesn't touch x-axis
Worked Example — Quadratic Formula: $y = 2x^2 - 3x - 2$
Identify: $a = 2,\ b = -3,\ c = -2$
Discriminant: $b^2 - 4ac = (-3)^2 - 4(2)(-2) = 9 + 16 = 25$
$x = \dfrac{-(-3) \pm \sqrt{25}}{2(2)} = \dfrac{3 \pm 5}{4}$
$x = \dfrac{3+5}{4} = 2$    or    $x = \dfrac{3-5}{4} = -\dfrac{1}{2}$
Roots: $x = 2$ and $x = -\tfrac{1}{2}$
3 The y-intercept
The y-intercept is where the graph crosses the y-axis. This happens when $x = 0$. For $y = ax^2 + bx + c$, substituting $x = 0$ gives $y = c$.
y-intercept
$$\text{The y-intercept is always } (0,\ c)$$
💡 Shortcut: The y-intercept is simply the constant term $c$ in the equation $y = ax^2 + bx + c$. No calculation needed!
Worked Example — y-intercept: $y = 3x^2 - 7x + 4$
The constant term is $c = 4$
y-intercept: $(0,\ 4)$

Verify: substitute $x = 0$: $y = 3(0) - 7(0) + 4 = 4$ ✓

4 The Turning Point (Vertex)
The turning point (also called the vertex) is the highest or lowest point on the parabola. It lies on the axis of symmetry, which is a vertical line that divides the parabola exactly in half.
Axis of Symmetry
$$x = -\frac{b}{2a}$$

Substitute this $x$-value back into the equation to find the $y$-coordinate of the turning point.

Worked Example — Turning Point using axis of symmetry: $y = x^2 - 4x + 1$
Identify $a = 1,\ b = -4,\ c = 1$
Axis of symmetry: $x = -\dfrac{-4}{2(1)} = \dfrac{4}{2} = 2$
Substitute $x = 2$: $y = (2)^2 - 4(2) + 1 = 4 - 8 + 1 = -3$
Turning point (minimum): $(2,\ -3)$. Since $a = 1 > 0$, it is a minimum.

Finding the Turning Point by Completing the Square

Completing the square rewrites $y = ax^2 + bx + c$ in the form $y = a(x + p)^2 + q$, which directly reveals the turning point at $(-p,\ q)$.

Method: Completing the Square (when $a = 1$)
  1. Start with $y = x^2 + bx + c$
  2. Halve the coefficient of $x$ to get $\dfrac{b}{2}$, then write $(x + \dfrac{b}{2})^2$
  3. Subtract $\left(\dfrac{b}{2}\right)^2$ to compensate for the extra term introduced: $$y = \left(x + \frac{b}{2}\right)^2 - \left(\frac{b}{2}\right)^2 + c$$
  4. Simplify the constants — this gives you $a(x+p)^2 + q$
  5. The turning point is $(-p,\ q)$
Worked Example — Completing the Square: $y = x^2 - 6x + 5$
Halve the coefficient of $x$: $\frac{-6}{2} = -3$. Write $(x - 3)^2$.
Expand to check: $(x-3)^2 = x^2 - 6x + 9$. But we need $x^2 - 6x + 5$, so subtract $9$ then add $5$.
$$y = (x-3)^2 - 9 + 5 = (x-3)^2 - 4$$
The turning point is where $(x-3)^2 = 0$, i.e. $x = 3$, giving $y = -4$.
Turning point (minimum): $(3,\ -4)$  |  Axis of symmetry: $x = 3$
Bonus — roots from completed square: Set $y=0$: $(x-3)^2 = 4 \Rightarrow x-3 = \pm 2 \Rightarrow x = 1$ or $x = 5$ ✓
Worked Example — Completing the Square (with leading coefficient): $y = 2x^2 + 8x + 3$
Factor out the coefficient of $x^2$ from the first two terms: $y = 2(x^2 + 4x) + 3$
Complete the square inside the bracket: $x^2 + 4x = (x+2)^2 - 4$
$y = 2\big[(x+2)^2 - 4\big] + 3 = 2(x+2)^2 - 8 + 3 = 2(x+2)^2 - 5$
Turning point (minimum): $(-2,\ -5)$  |  Axis of symmetry: $x = -2$
5 Reading Features Directly from a Graph

In the exam you may be given a graph and asked to read off its features. Here's what to look for:

FeatureWhere to lookWhat it looks like
RootsWhere the curve crosses the x-axisPoints of the form $(x, 0)$
y-interceptWhere the curve crosses the y-axisPoint of the form $(0, y)$
Turning pointThe lowest (U-shape) or highest (∩-shape) point of the curveThe tip of the parabola
Axis of symmetryThe vertical line through the turning pointDashed vertical line $x = k$
Values of $y$Read across from the y-axis at a given $x$Read the height of the curve
Solutions to $f(x)=k$Draw horizontal line $y=k$, find where it meets curvex-coordinates at intersection
🔑 Exam technique: When reading from a graph, draw dotted lines from the point to both axes to help you read the coordinates accurately. Always check whether the scale uses 1 square = 1 unit or some other value.
Worked Example — Reading a graph: $y = x^2 - 2x - 3$

Using the annotated diagram from Section 1:

Roots: The curve crosses the x-axis at $x = -1$ and $x = 3$
y-intercept: The curve crosses the y-axis at $(0, -3)$
Turning point: The minimum is at $(1, -4)$
Axis of symmetry: $x = 1$ (midpoint of roots: $\frac{-1+3}{2} = 1$ ✓)
💡 Useful shortcut: The axis of symmetry is always midway between the two roots. If roots are $x = p$ and $x = q$, the axis of symmetry is $x = \dfrac{p+q}{2}$.
6 Sketching a Quadratic — Step by Step

To sketch $y = ax^2 + bx + c$ fully, find and plot all key features:

  1. Shape: If $a > 0$, U-shape. If $a < 0$, ∩-shape.
  2. y-intercept: Always at $(0, c)$.
  3. Roots: Solve $ax^2 + bx + c = 0$ by factorising or the quadratic formula.
  4. Turning point: Use $x = -\dfrac{b}{2a}$ then substitute to find $y$; or use completed square form.
  5. Axis of symmetry: The vertical line $x = -\dfrac{b}{2a}$.
  6. Plot all points, then draw a smooth symmetrical curve through them.
Worked Example — Full sketch of $y = -x^2 + 4x + 5$
Shape: $a = -1 < 0$ → ∩-shaped (opens downward), so it has a maximum.
y-intercept: $c = 5$, so the curve crosses the y-axis at $(0, 5)$.
Roots: Set $y = 0$: $-x^2 + 4x + 5 = 0 \Rightarrow x^2 - 4x - 5 = 0 \Rightarrow (x-5)(x+1) = 0$, so $x = 5$ or $x = -1$.
Turning point: $x = -\dfrac{4}{2(-1)} = 2$.   $y = -(2)^2 + 4(2) + 5 = -4+8+5 = 9$.   Maximum at $(2, 9)$.
Axis of symmetry: $x = 2$ (check: midpoint of roots $= \frac{-1+5}{2} = 2$ ✓)
Plot $(-1,0)$, $(0,5)$, $(2,9)$, $(5,0)$ and draw a smooth ∩-shaped curve.
7 Quick Reference

Standard form

$y = ax^2 + bx + c$  — $a \ne 0$
$a>0$: U-shape (min)  $a<0$: ∩-shape (max)

y-intercept

Always $(0,\ c)$ — just read the constant term.

Roots

Set $y=0$, then factorise or use $x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}$

Discriminant

$b^2-4ac>0$: 2 roots
$b^2-4ac=0$: 1 root
$b^2-4ac<0$: no real roots

Axis of symmetry

$x = -\dfrac{b}{2a}$
Or midpoint of roots: $\dfrac{x_1+x_2}{2}$

Turning point

$x = -\dfrac{b}{2a}$, then sub back. Or complete the square: $a(x+p)^2+q$ → vertex $(-p,\ q)$.

Completed square

$y = (x+p)^2 + q$ → vertex at $(-p,\ q)$. Set $y=0$ to find roots from this form.

Symmetry shortcut

The turning point's x-coord is the average of the two roots: $x = \dfrac{x_1 + x_2}{2}$

8 Practice Questions
Question 1

For the quadratic $y = x^2 - 3x - 10$, find the roots by factorising. State the coordinates where the graph crosses the x-axis.

▶ Show solution

Set $y = 0$: $\; x^2 - 3x - 10 = 0$

Find two numbers multiplying to $-10$ and adding to $-3$: $+2$ and $-5$.

$(x + 2)(x - 5) = 0$

$x = -2$   or   $x = 5$

The graph crosses the x-axis at $(-2,\ 0)$ and $(5,\ 0)$.

Question 2

Write down the y-intercept of each of the following:

(a) $y = x^2 - 5x + 7$    (b) $y = 3x^2 + 2x - 8$    (c) $y = -2x^2 + x$

▶ Show solution

(a) $c = 7$, so y-intercept is $\mathbf{(0,\ 7)}$

(b) $c = -8$, so y-intercept is $\mathbf{(0,\ -8)}$

(c) There is no constant term, so $c = 0$; y-intercept is $\mathbf{(0,\ 0)}$ — the curve passes through the origin.

Question 3

Find the turning point and axis of symmetry of $y = x^2 + 6x + 8$. State whether it is a maximum or minimum.

▶ Show solution

$a = 1,\; b = 6,\; c = 8$

Axis of symmetry: $x = -\dfrac{6}{2(1)} = -3$

Substitute: $y = (-3)^2 + 6(-3) + 8 = 9 - 18 + 8 = -1$

Turning point: $(-3,\; -1)$  — it is a minimum since $a > 0$.

Axis of symmetry: $x = -3$

Question 4

Complete the square for $y = x^2 - 8x + 10$. Hence write down the coordinates of the turning point and the equation of the axis of symmetry.

▶ Show solution

Halve the coefficient of $x$: $\frac{-8}{2} = -4$

$y = (x - 4)^2 - 16 + 10$

$$y = (x - 4)^2 - 6$$

Turning point: $(4,\; -6)$   (minimum, since $a = 1 > 0$)

Axis of symmetry: $x = 4$

Question 5

Use the quadratic formula to find the roots of $y = x^2 - 4x + 1$. Give your answers correct to 2 decimal places.

▶ Show solution

$a=1,\; b=-4,\; c=1$

Discriminant: $(-4)^2 - 4(1)(1) = 16 - 4 = 12$

$$x = \frac{4 \pm \sqrt{12}}{2} = \frac{4 \pm 2\sqrt{3}}{2} = 2 \pm \sqrt{3}$$

$x = 2 + \sqrt{3} \approx 3.73$   or   $x = 2 - \sqrt{3} \approx 0.27$

Roots: $x \approx 3.73$ and $x \approx 0.27$

Question 6

Complete the square for $y = x^2 + 4x + 7$. How many real roots does this quadratic have? Explain your answer.

▶ Show solution

Halve the coefficient of $x$: $\frac{4}{2} = 2$

$y = (x + 2)^2 - 4 + 7 = (x+2)^2 + 3$

Since $(x+2)^2 \geq 0$ always, the minimum value of $y$ is $0 + 3 = 3$, which is above the x-axis.

The quadratic has no real roots — the graph never crosses the x-axis.

(Check: discriminant $= 4^2 - 4(1)(7) = 16 - 28 = -12 < 0$ ✓)

Question 7

Sketch the graph of $y = x^2 - 2x - 8$. Clearly label the roots, y-intercept and turning point.

▶ Show solution

Shape: $a = 1 > 0$ → U-shaped (minimum)

y-intercept: $(0,\; -8)$

Roots: $x^2 - 2x - 8 = 0 \Rightarrow (x-4)(x+2)=0 \Rightarrow x=4$ or $x=-2$

So roots at $(-2,\; 0)$ and $(4,\; 0)$

Turning point: $x = -\dfrac{-2}{2} = 1$; $y = 1 - 2 - 8 = -9$ → minimum at $(1,\; -9)$

Axis of symmetry: $x=1$ (check: $\frac{-2+4}{2}=1$ ✓)

Draw a U-shaped curve through $(-2,0)$, $(0,-8)$, $(1,-9)$, $(4,0)$, symmetric about $x=1$.

Question 8

The graph of $y = -x^2 + 6x - 5$ has a maximum turning point.

(a) Find the roots.   (b) Find the maximum turning point.   (c) Write the y-intercept.

▶ Show solution

(a) Roots: Set $y=0$: $-x^2+6x-5=0 \Rightarrow x^2-6x+5=0 \Rightarrow (x-1)(x-5)=0$

Roots: $x = 1$ and $x = 5$   →   graph crosses x-axis at $(1,0)$ and $(5,0)$

(b) Turning point: $a=-1,\;b=6$; axis: $x = -\dfrac{6}{2(-1)} = 3$

$y = -(3)^2 + 6(3) - 5 = -9 + 18 - 5 = 4$ → Maximum at $(3,\;4)$

(c) y-intercept: $(0,\;-5)$

Question 9

Complete the square for $y = 2x^2 - 12x + 13$. Hence find the minimum value of $y$ and the value of $x$ at which it occurs.

▶ Show solution

Factor out 2 from the $x^2$ and $x$ terms:

$y = 2(x^2 - 6x) + 13$

Complete the square inside: $x^2 - 6x = (x-3)^2 - 9$

$y = 2\big[(x-3)^2 - 9\big] + 13 = 2(x-3)^2 - 18 + 13$

$$y = 2(x-3)^2 - 5$$

Since $2(x-3)^2 \geq 0$, minimum occurs when $(x-3)^2 = 0$, i.e. at $x=3$.

Minimum value of $y = -5$, occurring at $x = 3$.

Turning point: $(3,\; -5)$

Question 10

The quadratic $y = x^2 - 6x + k$ has exactly one real root.

(a) Use the discriminant to find the value of $k$.

(b) Find the coordinates of the turning point.

(c) Write the equation of the axis of symmetry.

▶ Show solution

(a) For exactly one root: discriminant $= 0$

$b^2 - 4ac = 0 \Rightarrow (-6)^2 - 4(1)(k) = 0 \Rightarrow 36 - 4k = 0 \Rightarrow k = 9$

$k = 9$, so the equation is $y = x^2 - 6x + 9 = (x-3)^2$

(b) From $(x-3)^2$, the turning point is $(3,\ 0)$. (The parabola just touches the x-axis at its vertex.)

(c) Axis of symmetry: $x = 3$

Quadratic Functions · GCSE Maths Revision · Created with MathJax