Quadratic Functions and Equations for the ESAT

Updated July 2026

This guide explores quadratic functions of the form ax2+bx+cax^2 + bx + c, focusing on the relationship between algebraic manipulation and graphical properties. Understanding completing the square and the discriminant is essential for solving ESAT problems. You will learn to determine roots and locate the vertex through multiple rigorous mathematical methods.

Core concept

A quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c (where a0a \neq 0) represents a parabola whose graphical position is determined by its coefficients, with the discriminant b24acb^2 - 4ac indicating the number of real roots.

Quadratics are functions written in the form ax2+bx+cax^2 + bx + c where a0a \neq 0. The term quadratic is often used generally to refer to the function, the expression, or its graph. Within the ESAT, quadratics serve as a fundamental tool because they possess interesting properties that illustrate complex mathematical concepts without unnecessary complications. They are the ideal model for understanding how graphs shift and how algebra dictates geometry.

Essential Skills for Quadratics

To succeed in the ESAT Mathematics 2 paper, you must be able to perform the following operations with confidence:

  1. Factorise quadratic expressions when appropriate.
  2. Solve quadratic equations using the quadratic formula.
  3. Complete the square for any given quadratic and understand how this relates to the quadratic formula.
  4. Understand the relationship between the roots of a quadratic and the x-intercepts of its graph.
  5. Understand the relationship between a quadratic in completed-square form and its graph.
  6. Sketch quadratic curves, marking the x-intercepts (roots), y-intercept, and the coordinates of the minimum or maximum.
  7. Use the discriminant to determine the nature of the roots.
  8. Find the coordinates of the vertex (min/max) by completing the square or by differentiation.

When asked to solve an equation, it is generally more efficient to attempt factorisation before using the quadratic formula or completing the square.

The Interplay Between Algebra and Graphs

Consider the quadratic y=x2+bx+cy = x^2 + bx + c. By completing the square, we can rewrite this as:

y=(x+b2)2b24+cy = \left(x + \frac{b}{2}\right)^2 - \frac{b^2}{4} + c

This form reveals that the graph of y=x2+bx+cy = x^2 + bx + c has the same shape as y=x2y = x^2 but is translated to a different position. If we start with y=x2y = x^2 and shift it to the left by b2\frac{b}{2} and then move it vertically by b24+c-\frac{b^2}{4} + c, we arrive at our quadratic graph. This is a translation that does not involve stretching or squashing the curve. Using functional notation, if f(x)=x2f(x) = x^2, the translated graph is y(b24+c)=f(x(b2))y - (-\frac{b^2}{4} + c) = f(x - (-\frac{b}{2})).

Finding the Vertex

We can determine the coordinates of the minimum point (the vertex) of y=x2+bx+cy = x^2 + bx + c using three different methods:

  1. Graph Shifting: The original minimum of y=x2y = x^2 is (0,0)(0, 0). Shifting it as described above moves the minimum to the coordinates (b2,b24+c)(-\frac{b}{2}, -\frac{b^2}{4} + c).
  2. Differentiation: Finding the stationary point by setting the derivative to zero: ddx(x2+bx+c)=2x+b=0\frac{d}{dx}(x^2 + bx + c) = 2x + b = 0. This yields x=b2x = -\frac{b}{2}. Substituting this xx value back into the original equation gives the yy coordinate b24+c-\frac{b^2}{4} + c.
  3. Algebraic Inspection: In the form y=(x+b2)2b24+cy = \left(x + \frac{b}{2}\right)^2 - \frac{b^2}{4} + c, the term (x+b2)2\left(x + \frac{b}{2}\right)^2 is always greater than or equal to zero. To minimise yy, we must make this term zero, which happens when x=b2x = -\frac{b}{2}.

Roots and the Discriminant

The roots of a quadratic are the solutions to ax2+bx+c=0ax^2 + bx + c = 0, representing where the graph crosses the x-axis (y=0y = 0). For a U-shaped quadratic where a>0a > 0, the graph crosses the x-axis only if the minimum point is below the x-axis. Algebraically, this means the y-coordinate of the minimum must be negative: b24+c<0-\frac{b^2}{4} + c < 0. Rearranging this gives b24c>0b^2 - 4c > 0, which is the discriminant condition for two real roots.

The General Case and the Quadratic Formula

For the general quadratic y=ax2+bx+cy = ax^2 + bx + c where a0a \neq 0, we complete the square by first factoring out aa:

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

Simplifying this leads to the completed-square form:

y=a(x+b2a)2(b24ac4a)y = a \left(x + \frac{b}{2a}\right)^2 - \left(\frac{b^2 - 4ac}{4a}\right)

To derive the quadratic formula, we set y=0y = 0:

a(x+b2a)2=b24ac4aa \left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a}

(x+b2a)2=b24ac4a2\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}

Taking the square root of both sides (considering both positive and negative results):

x+b2a=±b24ac4a2x + \frac{b}{2a} = \pm \sqrt{\frac{b^2 - 4ac}{4a^2}}

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Symmetry and Root Distance

The graph of a quadratic is symmetrical about the vertical line x=b2ax = \frac{-b}{2a}. The horizontal distance from this line of symmetry to each root is b24ac2a\frac{\sqrt{b^2 - 4ac}}{2a}. Consequently, the total distance between the two roots is b24aca\frac{\sqrt{b^2 - 4ac}}{a}.

img-1.jpeg

The Discriminant Conditions

The value b24acb^2 - 4ac determines the number of real roots:

  1. If b24ac>0b^2 - 4ac > 0, the quadratic has two real distinct roots and the graph cuts the x-axis at two points.
  2. If b24ac=0b^2 - 4ac = 0, the quadratic has one repeated root and the graph touches the x-axis at its vertex.
  3. If b24ac<0b^2 - 4ac < 0, the quadratic has no real roots and the graph never touches or crosses the x-axis.

Exercise: An Alternative Formula

If we start with ax2+bx+c=0ax^2 + bx + c = 0 and divide the expression by x2x^2, we obtain a quadratic in terms of 1x\frac{1}{x}. Using the quadratic formula, it can be shown that 1x=b±b24ac2c\frac{1}{x} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2c}. Taking the reciprocal gives x=2cb±b24acx = \frac{2c}{-b \pm \sqrt{b^2 - 4ac}}. While this is equivalent to the standard formula, it requires c0c \neq 0 to avoid division by zero.

Key takeaways

  • Completing the square reveals the vertex of the parabola as the point (h,k)(h, k) in the form a(xh)2+ka(x-h)^2 + k.
  • The discriminant b24acb^2 - 4ac is the definitive test for the number of real roots and the graph's relationship with the x-axis.
  • The line of symmetry for any quadratic ax2+bx+cax^2 + bx + c is always located at x=b/2ax = -b/2a.
  • Always check for factorisation as your first solving strategy to save time during the ESAT.
Tips

In the ESAT, you might encounter quadratics within other functions. Being able to complete the square quickly is vital for identifying the range of a function or the centre of a circle.

Cautions

Be extremely careful with signs when completing the square, especially when the coefficient aa or bb is negative. A common error is failing to distribute the negative sign to all terms inside the brackets.

Insight

The fact that a quadratic has no real roots when the discriminant is negative is the gateway to complex numbers. In that system, every quadratic has exactly two roots, though they may be imaginary.

Frequently asked questions

What is a repeated root?

A repeated root occurs when the quadratic is a perfect square, such as (x+2)2=0(x + 2)^2 = 0. Graphically, this means the vertex of the parabola lies exactly on the x-axis, so it touches the axis at one point rather than crossing it.

Does the discriminant tell us about the y-intercept?

No. The discriminant only provides information about the x-intercepts (roots). The y-intercept is always given by the constant term cc in the form ax2+bx+cax^2 + bx + c, because that is the value of yy when x=0x = 0.

What happens to the graph if 'a' is negative?

If the coefficient aa is negative, the parabola is inverted (an 'n' shape). The vertex becomes a maximum point instead of a minimum point.

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.