← All posts

Quadratic Graphs: Turning Points, Roots, and the Line of Symmetry

August 17, 2026 · 7 min · quadratic graphs turning points · sketching parabolas · completing the square · line of symmetry · gcse igcse maths

Written & checked by Rabail, a student.

Quick answer: To sketch a quadratic graph you need five things: the shape (a U-curve if the x^2 term is positive, an n-curve if it's negative), the y-intercept (set x = 0), the roots (set y = 0, then factorise or use the formula), the line of symmetry (x = -b/2a, which is exactly halfway between the roots), and the turning point (found by completing the square, which hands you its coordinates). Label all five on your curve and you collect every mark.

The first time I got a "sketch the graph of y = x^2 - 4x + 3" question in an IGCSE mock, I drew a lovely smooth curve, felt smug, and got 2 out of 4. The shape was right, but I'd labelled nothing - no roots, no turning point, no coordinates. That's the whole trap with parabola sketches: the examiner isn't marking your art. They're checking whether you found the key features and put them in the right place. Once I started hunting for the same five things every time, these turned into some of the most reliable marks on the paper. It works identically for GCSE (AQA, Edexcel, OCR) and Cambridge IGCSE, and the skill carries straight into A-Level.

The five features every parabola sketch needs

A quadratic is any equation of the form y = ax^2 + bx + c. Its graph is always a parabola, and a full sketch shows these five things:

  • Shape. If a is positive, the curve is a U (it has a lowest point, a minimum). If a is negative, it's an n (a highest point, a maximum). Check the sign of a before anything else.
  • y-intercept. Set x = 0. Everything except c disappears, so the curve crosses the y-axis at (0, c). Free mark, and people still forget it.
  • Roots (x-intercepts). Set y = 0 and solve. These are where the curve crosses the x-axis. Factorise if you can; use the quadratic formula if you can't.
  • Line of symmetry. A vertical line straight through the turning point. Its equation is x = -b/2a.
  • Turning point (vertex). The minimum or maximum. Completing the square gives you its exact coordinates.

Completing the square: the turning point, exactly

Completing the square rewrites y = ax^2 + bx + c into the form a(x + p)^2 + q. Once it's in that shape, the turning point is simply (-p, q) - you can read it straight off.

For the common case where a = 1, y = x^2 + bx + c becomes (x + b/2)^2 + (c - (b/2)^2). The number you subtract inside is (b/2)^2, and getting that sign wrong is the single most common slip I see.

Why does this work? The bracket (x + p)^2 can never be negative - its smallest value is 0, which happens when x = -p. So for a U-curve the whole expression bottoms out exactly there, giving a minimum at (-p, q). For an n-curve (a negative) that same point becomes a maximum.

If a is not 1 - common on higher-tier GCSE and Cambridge 0606 Additional Maths - factor a out of the first two terms, complete the square inside, then multiply back out. The turning point still sits at (-p, q).

The line of symmetry, and the fast root trick

The line of symmetry is a vertical line, so its equation is always x = (a number), never y =. Losing that mark by writing y = 2 instead of x = 2 is heartbreakingly common.

There are three ways to find it, and they all give the same value:

  1. x = -b/2a, straight from the coefficients.
  2. The x-coordinate of the turning point.
  3. The midpoint of the two roots - just average them.

That third one is the fast trick. If you've already factorised and found roots at x = 1 and x = 3, the line of symmetry is x = (1 + 3)/2 = 2, no formula needed. Then substitute x = 2 back into the equation to get the turning point's y-value.

Worked example: sketch y = x^2 - 4x + 3

Step 1 - Shape. Here a = 1, which is positive, so the curve is a U with a minimum.

Step 2 - y-intercept. Set x = 0: y = 3. The curve passes through (0, 3).

Step 3 - Roots. Set y = 0: x^2 - 4x + 3 = 0. This factorises to (x - 1)(x - 3) = 0, so x = 1 or x = 3. The curve crosses the x-axis at (1, 0) and (3, 0).

Step 4 - Line of symmetry. Halfway between the roots: x = (1 + 3)/2 = 2. (Check with -b/2a = 4/2 = 2. Same answer.)

Step 5 - Turning point. Complete the square: x^2 - 4x + 3 = (x - 2)^2 - 4 + 3 = (x - 2)^2 - 1. So the turning point is (2, -1), a minimum. (Or substitute x = 2 into the original: 4 - 8 + 3 = -1. Same point.)

Step 6 - Draw it. A smooth U-curve through (1, 0) and (3, 0), passing through (0, 3) on the way down, bottoming out at (2, -1), symmetric about x = 2. Label every one of those coordinates - that's where the marks are.

When the parabola doesn't cross the x-axis

Not every quadratic has real roots, and examiners love this case because students panic and force the curve through the axis anyway.

Take y = x^2 + 2x + 3. The discriminant b^2 - 4ac = 4 - 12 = -8, which is negative, so there are no real roots - the curve never touches the x-axis. Complete the square: (x + 1)^2 + 2, so the turning point is (-1, 2), a minimum. Since the lowest point sits at y = 2 and the curve opens upward, the entire parabola floats above the x-axis. Your sketch is a U hovering above the axis with its lowest point at (-1, 2). Don't drag it down to cross - it doesn't.

A quick way to see it coming: check the discriminant. Positive means two roots, zero means the curve just touches the axis (one repeated root), negative means it misses entirely.

Common mistakes examiners see

  • A V instead of a U. A parabola is a smooth curve, never two straight lines meeting at a point. Round the bottom.
  • No labels. An unlabelled curve of the right shape often scores almost nothing. Roots, y-intercept and turning point all need coordinates.
  • Sign error in completing the square. You subtract (b/2)^2, and it's easy to add it by mistake or misread the turning-point y-value's sign.
  • Line of symmetry written as y = instead of x =. It's a vertical line.
  • Forcing roots that aren't there. If the discriminant is negative, the curve does not cross the x-axis. Leave it floating.

Test yourself

Try these, then check the working - not just the final coordinates.

  1. Sketch y = x^2 - 6x + 8. Give the roots, the line of symmetry, and the turning point.
  2. By completing the square, find the turning point of y = x^2 + 4x + 1.
  3. Does y = x^2 - 2x + 5 cross the x-axis? Justify your answer and give the turning point.

Quick answers: (1) Roots x = 2 and x = 4, so line of symmetry x = 3; turning point (3, -1), a minimum; y-intercept (0, 8). (2) (x + 2)^2 - 3, so turning point (-2, -3). (3) Discriminant = 4 - 20 = -16, negative, so no - it never crosses; completing the square gives (x - 1)^2 + 4, turning point (1, 4), a minimum sitting above the axis.

Want each step checked in your board's style? Paste a quadratic into Math solver and it will walk through the roots, line of symmetry and turning point line by line. Once you've drawn a full sketch, Mark my answer shows which labels an examiner would credit and which you left off. And if a single step still feels fuzzy - say, why completing the square works - drop it into Explain a topic, then use Math solver again to drill a few more until the pattern sticks.

FAQ

How do I find the turning point without completing the square?

Find the line of symmetry with x = -b/2a (or by averaging the roots), then substitute that x-value back into the equation to get the y-coordinate. That gives the same turning point - completing the square is just the tidier method, and some questions specifically demand it.

What's the difference between roots, x-intercepts and solutions?

For a quadratic graph they're the same thing. The roots of ax^2 + bx + c = 0 are the x-values where y = 0, which are exactly where the curve crosses the x-axis. If a question says "solve," "find the roots," or "where does it cross the x-axis," you're doing the identical calculation.

Why does my parabola only touch the x-axis once?

That's a repeated root - it happens when the discriminant b^2 - 4ac equals zero. The turning point sits exactly on the x-axis, so the curve touches it at one point instead of crossing at two. For example, y = x^2 - 4x + 4 = (x - 2)^2 touches at (2, 0).

Is the line of symmetry the same as the turning point?

No, but they line up. The line of symmetry is a vertical line, x = a number. The turning point is the single point where that line meets the curve. They always share the same x-value, which is why finding one instantly gives you the x-coordinate of the other.

In short: Every parabola sketch comes down to the same five features - shape, y-intercept, roots, line of symmetry and turning point - and completing the square is what pins the turning point down exactly. Find all five, label every coordinate, and draw a smooth curve, and there's no sketch question on a GCSE or IGCSE paper that can catch you out.