
Quadratics are one of the biggest topics in GCSE Maths. They show up in algebra questions, graphs, worded problems and even in some physics style questions about throwing a ball in the air.
If you can handle quadratic equations and graphs with confidence, you unlock a lot of easy and medium marks across the paper.
This guide will walk you through:
Everything here is in UK GCSE language and aimed at both Foundation and Higher students. Higher tier will need to know all of it in more depth.
A quadratic is any expression or equation where the highest power of the variable is 2.
Common examples:
These are quadratic expressions. When you set them equal to something, usually zero, you get a quadratic equation.
Example:
The graph of a quadratic is a parabola. It can either be:
At GCSE, most of your quadratics will be smiling parabolas.
You will usually see quadratics written in three main forms. Being able to recognise these makes everything else easier.
This is the one you see most often:
[ ax^2 + bx + c = 0 ]
Where:
Example: (2x^2 - 3x - 5 = 0)
This is the form you use for the quadratic formula.
This is where the quadratic is written as a product of brackets.
Example:
[ x^2 + 5x + 6 = (x + 2)(x + 3) ]
This form is really useful because you can read off the solutions straight away.
If ((x + 2)(x + 3) = 0), then either:
So the solutions are (x = -2) and (x = -3).
This form looks like:
[ a(x + p)^2 + q ]
For example:
[ x^2 + 4x + 1 = (x + 2)^2 - 3 ]
This form is brilliant for sketching graphs, because you can read off the turning point straight away. More on that later.
For Foundation and Higher, this is the first method you should be confident with.
These are quadratics like (x^2 + 7x + 12 = 0).
Step 1: Look for two numbers that multiply to give (c) and add to give (b).
For (x^2 + 7x + 12):
So:
[ x^2 + 7x + 12 = (x + 3)(x + 4) ]
Now set equal to zero:
[ (x + 3)(x + 4) = 0 ]
So the solutions are (x = -3) and (x = -4).
Exam tip: Once you have your answers, quickly substitute one back into the original equation to check it works.
Example: (2x^2 + 7x + 3 = 0).
You need two numbers that multiply to (a \times c) and add to (b).
Here:
Rewrite the middle term using these numbers:
[ 2x^2 + 6x + x + 3 = 0 ]
Now factorise in pairs:
[ 2x(x + 3) + 1(x + 3) = 0 ]
Factorise the common bracket:
[ (2x + 1)(x + 3) = 0 ]
So the solutions are:
This is a special pattern you should spot instantly:
[ x^2 - 9 = (x - 3)(x + 3) ]
In general:
[ a^2 - b^2 = (a - b)(a + b) ]
Example:
Solve (x^2 - 16 = 0).
Factorise:
[ (x - 4)(x + 4) = 0 ]
Solutions: (x = 4) or (x = -4).
Common mistake: Trying to factorise things like (x^2 + 9) as ((x + 3)(x + 3)). That is wrong. (x^2 + 9) does not factorise nicely over the reals.
Sometimes the quadratic will not factorise nicely. That is where the quadratic formula comes in.
For (ax^2 + bx + c = 0):
[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ]
The expression under the square root, (b^2 - 4ac), is called the discriminant.
Solve (2x^2 - 3x - 5 = 0).
Here:
Work out the discriminant:
[ b^2 - 4ac = (-3)^2 - 4(2)(-5) = 9 + 40 = 49 ]
Now use the formula:
[ x = \frac{-(-3) \pm \sqrt{49}}{2 \cdot 2} = \frac{3 \pm 7}{4} ]
So:
Always simplify your answers where possible. Depending on the question, decimals or fractions might be more appropriate.
Exam tip: If the question is non calculator and the numbers look nasty, check whether you were meant to factorise instead.
Completing the square is a Higher tier skill. It lets you:
Start with something like (x^2 + 6x + 5).
Focus on the (x^2 + 6x) part. Half the coefficient of x and square it.
So write:
[ x^2 + 6x + 9 - 9 + 5 ]
Group the first three terms:
[ (x^2 + 6x + 9) - 4 ]
Now the bracket is a perfect square:
[ (x + 3)^2 - 4 ]
So (x^2 + 6x + 5 = (x + 3)^2 - 4).
For (y = (x + p)^2 + q):
Example:
If (y = (x - 2)^2 + 5), the turning point is at ((2, 5)).
If (y = (x + 3)^2 - 4), the turning point is at ((-3, -4)).
This is much quicker than using calculus at GCSE.
The simplest quadratic graph is (y = x^2).
If you sketch (y = x^2), then changing the equation transforms the graph.
Example:
For (y = ax^2 + bx + c):
Example:
Consider (y = x^2 - 4x + 3).
Sketching this, you would mark the intercepts at (1, 0), (3, 0), the turning point at (2, -1), and join with a smooth U shaped curve.
Exam boards like to mix inequalities with quadratics.
Example question:
> The graph of (y = x^2 - 4x + 3) is drawn. Use the graph to solve (x^2 - 4x + 3 \le 0).
Because (x^2 - 4x + 3 \le 0) means the graph is on or below the x axis, you look at where the curve is below the axis.
From the intercepts earlier, the curve crosses at x = 1 and x = 3 and it is below the axis between those points.
So the solution is:
[ 1 \le x \le 3 ]
Quadratics often appear in real world or exam style context questions.
A common style is rectangles and fencing.
Example:
> A rectangular garden is x metres wide and (x + 4) metres long. The area is 96 square metres. Form and solve a quadratic equation to find the value of x.
Area of a rectangle is width multiplied by length:
[ x(x + 4) = 96 ]
Expand:
[ x^2 + 4x = 96 ]
Bring all terms to one side:
[ x^2 + 4x - 96 = 0 ]
Now solve this quadratic. Look for two numbers that multiply to -96 and add to 4.
12 and -8 work because 12 × (-8) = -96 and 12 + (-8) = 4.
So:
[ x^2 + 4x - 96 = (x + 12)(x - 8) = 0 ]
Solutions:
In context, a negative width makes no sense, so (x = 8) metres.
Higher tier in particular like the classic ball thrown in the air question.
Example:
> The height h metres of a ball above the ground t seconds after it is thrown is given by (h = -5t^2 + 20t + 1).
>
> a) Find the height of the ball when t = 2.
>
> b) After how many seconds does the ball hit the ground?
For part a, substitute t = 2:
[ h = -5(2^2) + 20(2) + 1 = -5(4) + 40 + 1 = -20 + 40 + 1 = 21 ]
So the height is 21 metres.
For part b, hitting the ground means (h = 0):
[ -5t^2 + 20t + 1 = 0 ]
This will not factorise nicely, so use the quadratic formula with:
You will get two values for t. One will be negative (not realistic here) and one positive. The positive one is the time when the ball hits the ground.
In an exam, give your answer to a sensible number of decimal places.
Teachers and examiners see the same slip ups every year. Avoid these and you already gain marks.
Whenever you solve a quadratic, pause for a second and ask:
Here is a simple revision routine you can follow.
On each day, mark which questions you got wrong and write a quick note in an error book so you do not repeat the same mistake.
Quadratics show up often in GCSE papers from all the main boards, including AQA, Edexcel and OCR. Use past paper questions so you get used to the style and wording.
Once you are solid with quadratics, link this topic to others like simultaneous equations, inequalities and coordinate geometry. That way, what you learn here pays off across multiple parts of your GCSE Maths paper.
Join 1,000+ students using AI to ace their exams
Sign up free and transform your study materials into comprehensive notes, flashcards, and quizzes in seconds
AI-Powered Notes
unlimited free generations
Any Format Supported
PDFs, Word, YouTube, and more
Instant Flashcards
AI-generated Q&A for revision
Progress Tracking
Gamified achievements & streaks
✓ No credit card required • ✓ 100% free forever • ✓ No paid plans
Passionate about helping students achieve their academic goals through effective study techniques and AI-powered learning tools.

Everything UK students need to know for GCSE 2025 exams - from creating revision timetables to mastering exam techniques across all subjects.

Discover the science behind spaced repetition and why it's the ultimate study method for UK students looking to boost their memory and learning efficiency.