40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Roots Intercepts and Turning Points of Quadratic Functions

Updated August 2025

This lesson teaches how to identify and interpret the key features of quadratic functions for the TMUA. You will learn to find roots graphically and algebraically, determine intercepts, and locate turning points by completing the square. These skills are vital for sketching parabolas and solving optimisation problems under exam conditions.

Core concept

A quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c produces a parabolic graph whose orientation depends on the coefficient aa. The roots are the xx intercepts where f(x)=0f(x) = 0, the yy intercept is the point (0,c)(0, c), and the turning point (the vertex) represents the extreme value of the function and its line of symmetry.

A quadratic function is a mathematical expression of the form f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where aa, bb, and cc are constant values. When plotted on a coordinate plane, the resulting graph is a curve called a parabola. The orientation of this parabola is determined by the sign of aa:

  1. If a>0a > 0, the parabola is U-shaped (concave up), opening upwards.
  2. If a<0a < 0, the parabola is an upside down U-shape (concave down), opening downwards.

img-27.jpeg

img-28.jpeg

Graphical Interpretation of Roots and Intercepts

Roots of Quadratic Functions

If you plot the graph of a quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c, the points where the curve crosses or touches the xx axis are the roots of the function. These roots are the solutions to the equation ax2+bx+c=0ax^2 + bx + c = 0.

img-29.jpeg

Intercepts

The yy intercept of a quadratic graph y=ax2+bx+cy = ax^2 + bx + c occurs when x=0x = 0. Substituting zero into the equation yields y=cy = c. This is the point where the curve crosses the vertical axis.

The xx intercepts occur when y=0y = 0. Depending on the specific function, there may be zero, one, or two intercepts with the xx axis. These points correspond directly to the real roots of the quadratic.

img-30.jpeg

The Turning Point

The turning point is the vertex of the parabola. It is the minimum point if a>0a > 0 and the maximum point if a<0a < 0. Quadratic graphs are always symmetrical, and the line of symmetry is a vertical line that passes directly through this turning point.

img-31.jpeg

Worked Example: Graphical Identification

The following diagram shows a section of the graph of y=2x2+6x+3y = 2x^2 + 6x + 3.

img-32.jpeg

Finding Roots: To find the roots to 1 decimal place, we look at where the curve crosses the xx axis. Given that 5 small squares represent 1 unit, each small square is 0.20.2. From the graph, we can see the roots are approximately 0.6-0.6 and 2.4-2.4.

Finding Intercepts: For y=3x2+2x5y = 3x^2 + 2x - 5, the yy intercept occurs when x=0x = 0. Thus, y=0+05=5y = 0 + 0 - 5 = -5.

Finding the Turning Point: Using the same graph of y=2x2+6x+3y = 2x^2 + 6x + 3 shown below, we look for the point where the curve is parallel to the xx axis.

img-33.jpeg

img-34.jpeg

The coordinates of the turning point are approximately (1.5,1.5)(-1.5, -1.5).

Deducing Roots Algebraically

To find the roots of f(x)=ax2+bx+cf(x) = ax^2 + bx + c algebraically, we solve the equation ax2+bx+c=0ax^2 + bx + c = 0 using methods such as factorisation, the quadratic formula, or completing the square.

Example: Find the roots of f(x)=2x2+5x+3f(x) = 2x^2 + 5x + 3. We solve 2x2+5x+3=02x^2 + 5x + 3 = 0. Factoring the expression gives (2x+3)(x+1)=0(2x + 3)(x + 1) = 0. Therefore, 2x+3=02x + 3 = 0 or x+1=0x + 1 = 0, leading to roots at x=1.5x = -1.5 and x=1x = -1.

Completing the Square

Completing the square is an algebraic process used to rewrite a quadratic expression of the form x2+kxx^2 + kx as a difference of two squares: x2+kx=(x+k2)2(k2)2x^2 + kx = (x + \frac{k}{2})^2 - (\frac{k}{2})^2

Worked Examples of Completing the Square:

  1. For x2+4xx^2 + 4x: Halve the coefficient of xx to get 22. Then, x2+4x=(x+2)222x^2 + 4x = (x + 2)^2 - 2^2.
  2. For x26xx^2 - 6x: Half of 6-6 is 3-3. Thus, x26x=(x3)2(3)2=(x3)232x^2 - 6x = (x - 3)^2 - (-3)^2 = (x - 3)^2 - 3^2.
  3. For 2x2+6x2x^2 + 6x: First, factor out the coefficient of x2x^2 so that the internal x2x^2 coefficient is 1: 2(x2+3x)2(x^2 + 3x). Now complete the square inside the bracket: 2[(x+32)2(32)2]2[(x + \frac{3}{2})^2 - (\frac{3}{2})^2]. Distributing the 2 gives 2(x+32)2922(x + \frac{3}{2})^2 - \frac{9}{2}.

Finding the Turning Point Algebraically

By completing the square, we can transform y=ax2+bx+cy = ax^2 + bx + c into the form y=a(x+p)2+qy = a(x + p)^2 + q. In this form, the turning point occurs when the squared term (x+p)2(x + p)^2 is at its minimum value, which is zero. This happens when x=px = -p, making the yy value equal to qq. Thus, the turning point is (p,q)(-p, q).

Worked Example 1: Find the turning point of y=x2+6x+7y = x^2 + 6x + 7. Completing the square: y=(x+3)29+7=(x+3)22y = (x + 3)^2 - 9 + 7 = (x + 3)^2 - 2. The turning point occurs when x+3=0x + 3 = 0, giving x=3x = -3 and y=2y = -2. The turning point is (3,2)(-3, -2).

Worked Example 2: Find the turning point of y=2x2+6x+5y = 2x^2 + 6x + 5. First, factor out the 2: y=2(x2+3x)+5y = 2(x^2 + 3x) + 5. Completing the square inside: y=2[(x+32)2(32)2]+5y = 2[(x + \frac{3}{2})^2 - (\frac{3}{2})^2] + 5. Simplifying: y=2(x+32)292+5=2(x+32)2+12y = 2(x + \frac{3}{2})^2 - \frac{9}{2} + 5 = 2(x + \frac{3}{2})^2 + \frac{1}{2}. The turning point occurs when x+32=0x + \frac{3}{2} = 0, giving x=1.5x = -1.5 and y=0.5y = 0.5. The turning point is (1.5,0.5)(-1.5, 0.5).

Key takeaways

  • The roots of a quadratic function are the xx coordinates where the graph crosses the xx axis.
  • The yy intercept of y=ax2+bx+cy = ax^2 + bx + c is always the point (0,c)(0, c).
  • A quadratic graph is perfectly symmetrical about a vertical line passing through its turning point.
  • Completing the square into the form y=a(x+p)2+qy = a(x + p)^2 + q reveals the turning point at (p,q)(-p, q).
  • The sign of the x2x^2 coefficient determines if the turning point is a maximum (a<0a < 0) or a minimum (a>0a > 0).
Tips

In the TMUA, if a question asks for the minimum or maximum value of a quadratic, immediately think about completing the square. The 'value' usually refers to the yy coordinate of the turning point.

Cautions

When completing the square for ax2+bx+cax^2 + bx + c where aa is not 1, always factor aa out of both the x2x^2 and xx terms first. A common mistake is to forget to distribute the aa back to the constant subtracted at the end.

Insight

The symmetry of the quadratic means that the xx coordinate of the turning point is always the arithmetic mean (the midpoint) of the two roots. This is a quick way to find the turning point if the roots are already known.

Worked Examples

Example 1
Curve C has equation y=9x2y = 9 – x²

Line L has equation
y=5y = 5

What is the area enclosed between C and L?
A:323\frac{32}{3}
B:623\frac{62}{3}
C:923\frac{92}{3}
D:1223\frac{122}{3}
E:1523\frac{152}{3}

Practice Questions

Practice Question 1
The curve with equation y=x24x+5y = x^2 - 4x + 5 meets the straight line with equation y=2x+cy = 2x + c at two points, which have x-coordinates p and q, where q>pq > p.

Given that
qp=8q - p = 8, what is the value of the constant c?
A:-43
B:-12
C:-2
D:0
E:2
F:12
G:43

Frequently asked questions

How many roots can a quadratic function have?

A quadratic function can have zero, one, or two real roots. Graphically, this corresponds to the parabola not touching the xx axis, touching it at exactly one point (the vertex), or crossing it at two points.

Does every quadratic graph have a yy intercept?

Yes. Since the domain of a quadratic function is all real numbers, you can always substitute x=0x = 0 to find the yy intercept, which will always be (0,c)(0, c).

Why do we halve the coefficient of xx when completing the square?

When you expand (x+d)2(x + d)^2, you get x2+2dx+d2x^2 + 2dx + d^2. To match the kxkx term in x2+kxx^2 + kx, we must have 2d=k2d = k, so d=k/2d = k/2.

Can the turning point be found without completing the square?

Yes, for y=ax2+bx+cy = ax^2 + bx + c, the xx coordinate of the turning point is always x=b/2ax = -b/2a. You can then substitute this value back into the original equation to find the yy coordinate.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.