Roots Intercepts and Turning Points of Quadratic Functions

Updated July 2026

Quadratic functions are fundamental to ESAT Mathematics 1. This topic covers identifying roots, intercepts, and turning points from graphs and algebraic methods like completing the square. Understanding the parabolic shape and how to manipulate the quadratic equation allows for precise analysis of function behaviour and critical points.

Core concept

A quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c forms a parabola where the roots are the x-intercepts, the y-intercept occurs at x=0x=0, and the turning point is found by completing the square to find the maximum or minimum value.

A quadratic function of a variable xx is defined by the expression f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where a,b,a, b, and cc represent constants. When plotted on a coordinate plane, the resulting graph is a curve known as a parabola. The orientation of this parabola is determined entirely by the coefficient aa. If a>0a > 0, the parabola opens upwards (a U-shape). If a<0a < 0, it opens downwards (an upside-down U-shape).

img-27.jpeg

img-28.jpeg

Roots of quadratic functions graphically

When you plot the graph of f(x)=ax2+bx+cf(x) = ax^2 + bx + c, the roots of the function are found at the points where the curve intercepts the x-axis. These roots represent the solutions to the quadratic equation ax2+bx+c=0ax^2 + bx + c = 0. Depending on the specific function, the graph might cross the x-axis twice, touch it once, or not cross it at all.

img-29.jpeg

Intercepts of quadratic functions

The y-axis intercept of the graph y=ax2+bx+cy = ax^2 + bx + c occurs when the value of xx is zero. Substituting x=0x = 0 into the equation gives y=a(0)2+b(0)+cy = a(0)^2 + b(0) + c, which simplifies to y=cy = c. On a graph, this is the specific point where the curve crosses the vertical axis.

The x-axis intercepts occur when the value of yy is zero, meaning we must solve ax2+bx+c=0ax^2 + bx + c = 0. There can be 0, 1, or 2 intercepts with the x-axis, which can be identified by looking at the points where the curve meets the horizontal axis.

img-30.jpeg

The turning point of quadratic functions

The turning point is the extreme point of the parabola. It is the minimum (lowest point) if the parabola is U-shaped (a>0a > 0) and the maximum (highest point) if the parabola is an upside-down U-shape (a<0a < 0). Every quadratic graph is perfectly symmetric, and the vertical line of symmetry always passes directly through the turning point.

img-31.jpeg

Finding the roots of a quadratic function algebraically

To find the roots of f(x)=ax2+bx+cf(x) = ax^2 + bx + c algebraically, you must solve the equation f(x)=0f(x) = 0. This involves finding the values of xx that satisfy ax2+bx+c=0ax^2 + bx + c = 0, typically through factorisation, the quadratic formula, or completing the square.

Completing the square

Completing the square is a method used to rewrite a quadratic expression. Since (x+k2)2=x2+kx+(k2)2(x + \frac{k}{2})^2 = x^2 + kx + (\frac{k}{2})^2, we can rearrange this to show that:

x2+kx=(x+k2)2(k2)2x^2 + kx = (x + \frac{k}{2})^2 - (\frac{k}{2})^2

where kk is a constant. This process expresses the quadratic as a difference of two squares.

Finding the turning point by completing the square

The turning point corresponds to the minimum value of the function if a>0a > 0 or the maximum value if a<0a < 0. By completing the square, we can determine this point precisely. For the general form y=ax2+bx+cy = ax^2 + bx + c, we can factor out aa and complete the square:

ya=x2+bax+ca=(x+b2a)2b24a2+ca\frac{y}{a} = x^2 + \frac{b}{a}x + \frac{c}{a} = (x + \frac{b}{2a})^2 - \frac{b^2}{4a^2} + \frac{c}{a}

To find the turning point, we look for the value of xx that makes the squared term equal to zero. Because (x+b2a)2(x + \frac{b}{2a})^2 is always greater than or equal to zero, the turning point occurs when x+b2a=0x + \frac{b}{2a} = 0, leading to x=b2ax = -\frac{b}{2a}. The corresponding y-coordinate is then y=b24a2+cay = -\frac{b^2}{4a^2} + \frac{c}{a}.

Worked Example: Roots from a graph

Consider the graph of y=2x2+6x+3y = 2x^2 + 6x + 3 shown below. We want to find the roots correct to 1 decimal place.

img-32.jpeg

On this scale, 5 small squares represent 1 unit, meaning each small square is 0.20.2 units. By observing where the curve crosses the x-axis, we find the roots are at approximately 0.6-0.6 and 2.4-2.4.

Worked Example: Intercepts

For the function y=3x2+2x5y = 3x^2 + 2x - 5, what is the intercept with the y-axis?

The curve intercepts the y-axis when x=0x = 0. Substituting this gives: y=3(0)2+2(0)5=5y = 3(0)^2 + 2(0) - 5 = -5. Thus, the y-intercept is 5-5.

Worked Example: Turning point from a graph

Look at the graph of y=2x2+6x+3y = 2x^2 + 6x + 3 again to find its turning point.

img-33.jpeg

The turning point is the location where the curve is parallel to the x-axis. Reading from the graph, the coordinates are (1.5,1.5)(-1.5, -1.5).

img-34.jpeg

Worked Example: Finding roots algebraically

Find the roots of f(x)=2x2+5x+3f(x) = 2x^2 + 5x + 3.

Set f(x)=0f(x) = 0: 2x2+5x+3=02x^2 + 5x + 3 = 0

Factorising the quadratic gives: (2x+3)(x+1)=0(2x + 3)(x + 1) = 0

Setting each factor to zero: 2x+3=02x + 3 = 0 or x+1=0x + 1 = 0 x=32x = -\frac{3}{2} or x=1x = -1

Worked Example: Completing the square practice

  1. Complete the square for x2+4xx^2 + 4x: First, halve the coefficient of xx to get 2. Since (x+2)2=x2+4x+4(x + 2)^2 = x^2 + 4x + 4, we have: x2+4x=(x+2)222x^2 + 4x = (x + 2)^2 - 2^2

  2. Complete the square for x26xx^2 - 6x: Halve 6-6 to get 3-3. Thus: x26x=(x3)2(3)2=(x3)232x^2 - 6x = (x - 3)^2 - (-3)^2 = (x - 3)^2 - 3^2

  3. Complete the square for 2x2+6x2x^2 + 6x: First, factor out the 2 so the x2x^2 coefficient is 1: 2(x2+3x)2(x^2 + 3x) Now complete the square for the expression inside the bracket: 2[(x+32)2(32)2]=2(x+32)22×94=2(x+32)2922[(x + \frac{3}{2})^2 - (\frac{3}{2})^2] = 2(x + \frac{3}{2})^2 - 2 \times \frac{9}{4} = 2(x + \frac{3}{2})^2 - \frac{9}{2}

Worked Example: Turning points via completing the square

  1. Find the turning point for y=x2+6x+7y = x^2 + 6x + 7: Complete the square: y=(x+3)29+7=(x+3)22y = (x + 3)^2 - 9 + 7 = (x + 3)^2 - 2 The turning point occurs when the squared bracket is zero: x+3=0x + 3 = 0, so x=3x = -3. Substituting this back gives y=2y = -2. The turning point is (3,2)(-3, -2).

  2. Find the turning point for y=2x2+6x+5y = 2x^2 + 6x + 5: Complete the square: y=2(x2+3x)+5=2[(x+32)2(32)2]+5y = 2(x^2 + 3x) + 5 = 2[(x + \frac{3}{2})^2 - (\frac{3}{2})^2] + 5 y=2(x+32)22×94+5=2(x+32)292+5=2(x+32)2+12y = 2(x + \frac{3}{2})^2 - 2 \times \frac{9}{4} + 5 = 2(x + \frac{3}{2})^2 - \frac{9}{2} + 5 = 2(x + \frac{3}{2})^2 + \frac{1}{2} This function reaches its minimum when x+32=0x + \frac{3}{2} = 0, which means x=32x = -\frac{3}{2} and y=12y = \frac{1}{2}.

Key takeaways

  • The roots of a quadratic function are the x-coordinates where the graph crosses the x-axis, found by solving f(x)=0f(x) = 0.
  • The y-intercept of y=ax2+bx+cy = ax^2 + bx + c is always the constant term cc.
  • Turning points of a quadratic represent the maximum or minimum and can be identified as (h,k)(-h, k) if the function is in the form y=a(x+h)2+ky = a(x + h)^2 + k.
  • A quadratic graph is always symmetrical about a vertical line passing through its turning point.
Tips

When identifying roots or turning points from a graph in the ESAT, always check the scale of the axes carefully. Note how many units each small grid square represents to avoid precision errors.

Cautions

A common error when completing the square for ax2+bx+cax^2 + bx + c where a1a \neq 1 is forgetting to multiply the subtracted (k/2)2(k/2)^2 term by the factor aa when expanding the brackets.

Insight

The turning point coordinate x=b/2ax = -b/2a is exactly halfway between the two roots x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} (if they exist). This highlights the perfect symmetry of the quadratic parabola.

Frequently asked questions

Can a quadratic function have no roots?

Yes. If the parabola is entirely above the x-axis (with a>0a > 0) or entirely below the x-axis (with a<0a < 0), it will never cross the axis and therefore has no real roots.

How do you know if a turning point is a maximum or a minimum?

Look at the coefficient aa of the x2x^2 term. If aa is positive, the graph is U-shaped and the turning point is a minimum. If aa is negative, the graph is an upside-down U-shape and the turning point is a maximum.

What is the relationship between factorisation and finding roots?

Factorising a quadratic into the form (xp)(xq)=0(x - p)(x - q) = 0 allows you to identify the roots x=px = p and x=qx = q directly, as these are the values that make the function equal to zero.

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.

Roots Intercepts and Turning Points of Quadratic Functions | esat.fyi