40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Quadratic Functions and Equations for the TMUA

Updated August 2025

This lesson covers the properties of quadratic functions, their graphs, and the essential algebraic techniques required for the TMUA. You will learn to manipulate quadratics via factorisation, completing the square, and the quadratic formula, while understanding how the discriminant determines the nature of the roots.

Core concept

A quadratic function is a polynomial of the form f(x)=ax2+bx+cf(x) = ax^2 + bx + c where a0a \neq 0, characterised by a parabolic graph and roots determined by the discriminant b24acb^2 - 4ac.

Defining Quadratic Functions

Quadratics are functions generally written in the form ax2+bx+cax^2 + bx + c where a0a \neq 0. The term quadratic is often used loosely to refer to the function itself, its graph, or the algebraic expression. In university admissions tests like the TMUA, quadratics serve as the perfect toy function: they are simple enough to manipulate while possessing rich properties that illustrate deeper mathematical concepts such as symmetry and rates of change.

To master this topic, you are expected to be able to:

  1. Factorise quadratics when appropriate.
  2. Solve equations using the quadratic formula.
  3. Complete the square and understand its relationship to the quadratic formula.
  4. Understand the link between the roots and the graph.
  5. Relate the completed square form to transformations on the xyxy plane.
  6. Sketch curves, marking xx intercepts, yy intercepts, and vertex coordinates.
  7. Use the discriminant to determine the number of real roots.
  8. Find maximum or minimum coordinates via completing the square or differentiation.

Completing the Square and Graph Shifting

Consider the simplified 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 is simply the basic parabola y=x2y = x^2 shifted, or translated, on the xyxy plane. Specifically, starting with y=x2y = x^2, we shift it to the left by b2\frac{b}{2} and up by b24+c-\frac{b^2}{4} + c. This transformation does not stretch or squash the shape, it merely moves it.

We can find the coordinates of the minimum point of y=x2+bx+cy = x^2 + bx + c using three distinct methods:

  1. Translation: The minimum of y=x2y = x^2 is (0,0)(0, 0). Shifting it as described gives the new minimum at (b2,b24+c)\left(-\frac{b}{2}, -\frac{b^2}{4} + c\right).
  2. Differentiation: Setting dydx=2x+b=0\frac{\mathrm{d}y}{\mathrm{d}x} = 2x + b = 0 yields x=b2x = -\frac{b}{2}. Substituting this back into the original equation gives the yy coordinate.
  3. Algebraic Inspection: Since (x+b2)2\left(x + \frac{b}{2}\right)^2 is always greater than or equal to zero, the least possible yy value occurs when this squared term is exactly zero, which happens when x=b2x = -\frac{b}{2}.

The Discriminant and Roots

The roots of a quadratic are the xx values where y=0y = 0, representing the points where the graph crosses the xx axis. For a graph with a positive x2x^2 coefficient, it only crosses the xx axis if its minimum point is below the axis. Algebraically, this requirement is b24+c<0- \frac{b^2}{4} + c < 0, which rearranges to b24c>0b^2 - 4c > 0.

For the general quadratic ax2+bx+cax^2 + bx + c, the nature of the roots is determined by the discriminant, b24acb^2 - 4ac:

  • If b24ac>0b^2 - 4ac > 0, the quadratic has two real distinct roots and cuts the xx axis at two points.
  • If b24ac=0b^2 - 4ac = 0, the quadratic has one repeated root and touches the xx axis at a single point.
  • If b24ac<0b^2 - 4ac < 0, the quadratic has no real roots and never touches or crosses the xx axis.

The General Quadratic Formula

Completing the square on ax2+bx+c=0ax^2 + bx + c = 0 allows us to derive the quadratic formula. We start by dividing by aa:

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

Rearranging to isolate xx:

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

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

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

This formula provides the horizontal positions of the roots. The line of symmetry for the graph is at x=b2ax = -\frac{b}{2a}, and the distance from this line to each root is b24ac2a\frac{\sqrt{b^2 - 4ac}}{2a}. Consequently, the total distance between the roots is b24aca\frac{\sqrt{b^2 - 4ac}}{a}.

img-1.jpeg

Alternative Forms and Exercises

Sometimes, an alternative version of the quadratic formula is useful. If we divide the original equation by x2x^2, we create a quadratic in terms of 1x\frac{1}{x}. Solving this leads to:

x=2cb±b24acx = \frac{2c}{-b \pm \sqrt{b^2 - 4ac}}

While this is equivalent to the standard formula, it requires c0c \neq 0. Thinking about such variations helps develop the flexibility needed for the TMUA.

Key takeaways

  • The discriminant b24acb^2 - 4ac determines if there are two, one, or zero real roots based on its sign.
  • The completed square form a(x+p)2+qa(x+p)^2 + q reveals the vertex of the parabola at (p,q)(-p, q).
  • The quadratic formula x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a} is derived directly from the process of completing the square.
  • The line of symmetry for any quadratic ax2+bx+cax^2 + bx + c is always the vertical line x=b2ax = -\frac{b}{2a}.
Tips

Always check for a common factor across aa, bb, and cc before solving, as this simplifies the arithmetic significantly. When using the discriminant in inequalities, remember that a quadratic 'touching' the axis counts as having a repeated root (b24ac=0b^2 - 4ac = 0).

Cautions

Be extremely careful with signs when calculating the discriminant, especially when cc is negative. A common error is writing 4ac-4ac as a subtraction when it should become an addition.

Insight

The relationship between the coefficients and the roots (Vieta's Formulas) is a powerful tool: the sum of the roots is b/a-b/a and the product of the roots is c/ac/a. This often allows you to solve TMUA problems without ever finding the roots explicitly.

Worked Examples

Example 1
How many real roots does the equation x44x3+4x21=0x^4 - 4x^3 + 4x^2 - 1 = 0 have?
A:0
B:1
C:2
D:3
E:4

Practice Questions

Practice Question 1
f(x)f(x) is a quadratic function in xx. The graph of y=f(x)y = f(x) passes through the point (1,1)(1, -1) and has a turning point at (1,3)(-1, 3). Find an expression for f(x)f(x).
A:x22x+2-x^2 - 2x + 2
B:x2+2x+3-x^2 + 2x + 3
C:x22xx^2 - 2x
D:x2+2x4x^2 + 2x - 4
E:2x2+4x+12x^2 + 4x + 1
F:2x24x+5-2x^2 - 4x + 5

Frequently asked questions

What does a negative discriminant mean for the graph of a quadratic?

A negative discriminant (b24ac<0b^2 - 4ac < 0) means the quadratic has no real roots. Geometrically, the entire parabola sits either strictly above the xx axis (if a>0a > 0) or strictly below the xx axis (if a<0a < 0).

How do I find the range of a quadratic function?

The range is determined by the yy coordinate of the vertex. For a>0a > 0, the range is yqy \geq q, and for a<0a < 0, the range is yqy \leq q, where qq is the yy value found after completing the square.

When should I factorise instead of using the formula?

Factorisation is generally faster if the roots are integers or simple fractions. If you cannot spot factors within a few seconds, it is usually more efficient to proceed with the quadratic formula or completing the square.

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.