Skip to main content
NSWMaths AdvancedSyllabus dot point

How do you sketch a parabola from its equation, find its turning point and axis of symmetry, decide how many times it crosses the x-axis, and read off its maximum or minimum value?

Sketch a parabola by finding its intercepts by factoring, complete the square to write a quadratic in vertex form and read off the turning point and axis of symmetry, use the quadratic formula and the discriminant to find and classify the roots, and find the maximum or minimum value of a quadratic

A Year 11 Maths Advanced answer on the parabola: sketch by factoring for the intercepts, complete the square for the vertex form and turning point, use the quadratic formula and the discriminant to count and classify the roots, find the axis of symmetry, and read off the maximum or minimum value, with worked examples and practice questions.

Generated by Claude Opus 4.824 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

A quadratic function is any function you can write as y=ax2+bx+cy = ax^2 + bx + c with a0a \ne 0, and its graph is always a parabola: a single smooth U-shaped curve. This dot point is the complete toolkit for that curve. You need to sketch it (the intercepts, the turning point and the way it opens), to locate its vertex exactly using completing the square, to decide how many times it cuts the xx-axis using the discriminant, and to read off its maximum or minimum value. These are not four unrelated skills: they are four views of the same curve, and the strongest answers move between them fluently.

The reason the parabola matters so much in the HSC is that it is the first genuinely curved graph you can analyse completely by hand, and the methods here come back everywhere. Projectile motion, the area you can enclose with a fixed length of fence, the revenue a business earns as it changes its price: all are quadratics, and all are solved by finding the vertex. The marks in an exam live in choosing the right tool for the wording (factor to get intercepts; complete the square to get the vertex; use the discriminant to count roots) and in laying the working out cleanly. This page builds each tool and then shows exactly which question wordings call for which.

The answer

The parabola: shape, concavity and the basic features

Every quadratic graph is a parabola, and three features fix it. The concavity is set by the sign of aa: if a>0a > 0 the parabola is concave up (opens upward, like a valley, with a lowest point), and if a<0a < 0 it is concave down (opens downward, like a hill, with a highest point). The size of aa controls how narrow or wide the curve is, but not which way it opens. The yy-intercept is always cc, found by putting x=0x = 0. And the vertex (or turning point) is the single lowest point of a concave-up parabola or the single highest point of a concave-down one; the vertical line through it is the axis of symmetry, and the curve is a perfect mirror image in that line.

That symmetry is the single most useful fact about a parabola. It means the two xx-intercepts (when there are two) are the same distance either side of the axis, so the axis of symmetry sits exactly halfway between them. It also means that once you know the vertex and any one other point, you know a second point for free by reflecting across the axis. Every method below is really a different way of locating the vertex and the intercepts.

Sketching by factoring: the x-intercepts

The fastest sketch comes from the factored form. The xx-intercepts (also called the zeros or roots) are where the curve meets the xx-axis, so they are the values of xx that make y=0y = 0. If the quadratic factors, set each factor to zero. For y=x22x8y = x^2 - 2x - 8, factor to y=(x4)(x+2)y = (x - 4)(x + 2), so y=0y = 0 when x=4x = 4 or x=2x = -2; the xx-intercepts are (2,0)(-2, 0) and (4,0)(4, 0).

Once you have the two intercepts, the axis of symmetry is halfway between them, here at x=2+42=1x = \dfrac{-2 + 4}{2} = 1. Substituting that xx back into the equation gives the yy-coordinate of the vertex: y=(1)22(1)8=9y = (1)^2 - 2(1) - 8 = -9, so the vertex is (1,9)(1, -9). With the two intercepts, the yy-intercept c=8c = -8, and the vertex, you have more than enough to draw the curve. The diagram below builds that sketch up one stage at a time.

Stage 1, the framework
Draw the axes and plot the easiest point, the yy-intercept at (0,8)(0, -8) (just read off cc). Because a=1>0a = 1 > 0, you already know the finished curve will be concave up.
Stage 2, the xx-intercepts
Factor y=(x4)(x+2)y = (x - 4)(x + 2) and set y=0y = 0 to get the roots x=2x = -2 and x=4x = 4. Plot (2,0)(-2, 0) and (4,0)(4, 0) on the xx-axis. These two points pin down where the curve crosses.
Stage 3, the vertex and axis of symmetry
The axis is halfway between the roots, x=2+42=1x = \dfrac{-2 + 4}{2} = 1; substituting gives the vertex (1,9)(1, -9). Draw the dashed axis of symmetry and plot the turning point.
Stage 4, the finished curve
Join the points with a smooth concave-up parabola, symmetric about x=1x = 1, passing through both intercepts, the yy-intercept and the vertex.

Sketching the parabola y equals x squared minus 2 x minus 8 in four stagesStage one draws the axes and the y-intercept at zero, minus eight. Stage two adds the x-intercepts at minus two and four. Stage three adds the axis of symmetry x equals one and the vertex at one, minus nine. Stage four joins them into the finished upward parabola.xy(0, -8)1Stage 1: axes and y-interceptxy(0, -8)-242Stage 2: x-interceptsxy(0, -8)-24x = 1(1, -9)3Stage 3: vertex and axisxy-24(1, -9)4Stage 4: the finished curve

Completing the square: the vertex form

Factoring is fast but limited; completing the square works on every quadratic and hands you the vertex directly. The aim is to rewrite y=ax2+bx+cy = ax^2 + bx + c in vertex form

y=a(xh)2+k,y = a(x - h)^2 + k,

because in this form the vertex is simply (h,k)(h, k) and the axis of symmetry is x=hx = h. The reason is one fact about squares: (xh)2(x - h)^2 is never negative and equals 00 only when x=hx = h. So for a concave-up parabola (a>0a > 0), the smallest yy can be is kk, reached exactly at x=hx = h, which is the vertex; for a concave-down parabola (a<0a < 0), kk is the largest value instead.

For a monic quadratic (where a=1a = 1) the procedure is: take the coefficient of xx, halve it, square it, then add and subtract that number. For y=x2+6x+1y = x^2 + 6x + 1, half of 66 is 33 and 32=93^2 = 9, so

y=(x2+6x+9)9+1=(x+3)28.y = (x^2 + 6x + 9) - 9 + 1 = (x + 3)^2 - 8.

The vertex is (3,8)(-3, -8) and the axis of symmetry is x=3x = -3. For a non-monic quadratic (where a1a \ne 1), first take the coefficient of x2x^2 out of the first two terms as a factor, complete the square inside, then tidy. For y=2x212x+7y = 2x^2 - 12x + 7,

y=2(x26x)+7=2((x3)29)+7=2(x3)211,y = 2(x^2 - 6x) + 7 = 2\big((x - 3)^2 - 9\big) + 7 = 2(x - 3)^2 - 11,

so the vertex is (3,11)(3, -11). Completing the square also lets you find the xx-intercepts when no neat factors exist: set y=0y = 0 and solve a(xh)2+k=0a(x - h)^2 + k = 0 by taking square roots, which naturally produces surd answers when they occur.

The axis of symmetry and the maximum or minimum value

You do not always have to complete the square to find the turning point. There is a direct formula for the axis of symmetry:

x=b2a.x = -\frac{b}{2a}.

This is just the xx-coordinate hh of the vertex; completing the square in general gives exactly this value. Once you have it, substitute it back into the quadratic to get the yy-coordinate of the vertex, which is the maximum or minimum value of the function. So for any quadratic the recipe for the turning point is two lines: compute x=b2ax = -\dfrac{b}{2a}, then substitute. For y=2x212x+7y = 2x^2 - 12x + 7 the axis is x=122×2=3x = -\dfrac{-12}{2 \times 2} = 3, and substituting gives y=11y = -11, matching the completed square above.

Whether that value is a maximum or a minimum is decided once more by the sign of aa: a concave-up parabola (a>0a > 0) has a minimum value at the vertex, and a concave-down parabola (a<0a < 0) has a maximum value. This is exactly what "find the maximum / minimum value" questions are asking for, and it is why a parabola is the natural model for any "greatest area" or "greatest height" problem.

The quadratic formula and the discriminant

Not every quadratic factors, so NESA expects the quadratic formula, which solves ax2+bx+c=0ax^2 + bx + c = 0 in every case:

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

The quantity under the square root, b24acb^2 - 4ac, is so important it has its own name and symbol: the discriminant, written Δ\Delta (the Greek capital delta). It "discriminates" between the cases because its sign decides how many real roots exist (and therefore how many times the parabola crosses the xx-axis):

  • if Δ>0\Delta > 0 there are two distinct real roots (the parabola cuts the xx-axis twice);
  • if Δ=0\Delta = 0 there is exactly one real root, a repeated root (the parabola just touches the xx-axis at its vertex, so the xx-axis is a tangent);
  • if Δ<0\Delta < 0 there are no real roots (the parabola never reaches the xx-axis), because a negative number has no real square root.

When Δ>0\Delta > 0 and the coefficients are rational, you can discriminate one step further: if Δ\Delta is a perfect square the roots are rational (and the quadratic would have factored), and if it is not a perfect square the roots are surds. The good habit is to compute Δ\Delta first whenever a question asks "how many solutions" or "show that there are no solutions", because the count is the answer and you may not need the roots at all. The three cases are shown below.

The three discriminant cases. Each parabola opens upward, but they sit at different heights relative to the xx-axis. With Δ>0\Delta > 0 the curve dips below the axis and crosses it twice; with Δ=0\Delta = 0 the vertex sits exactly on the axis, giving one repeated root; with Δ<0\Delta < 0 the whole curve stays above the axis, so there are no real roots.

The three discriminant cases for a parabolaThree upward parabolas. The first has a positive discriminant and crosses the x-axis at two points. The second has a zero discriminant and touches the x-axis at one point. The third has a negative discriminant and stays entirely above the x-axis with no real roots.Two real rootsxyΔ > 0One real rootxyΔ = 0No real rootsxyΔ < 0

Quadratics in real contexts

Quadratics are the natural model for anything that rises and then falls (or falls and then rises), and the vertex is almost always the point a worded question is hunting for. Projectile motion is the classic case: a stone thrown from a 1515 m cliff with height h=5t2+10t+15h = -5t^2 + 10t + 15 metres after tt seconds is a concave-down parabola, so its greatest height is the maximum value at the vertex. The axis is t=102×(5)=1t = -\dfrac{10}{2 \times (-5)} = 1 second, and substituting gives h=20h = 20 m, so the stone peaks at 2020 m after one second; setting h=0h = 0 and solving t22t3=0t^2 - 2t - 3 = 0 gives t=3t = 3, the time it hits the sea. The coefficient 5-5 comes from gravity, the +10t+10t from the launch speed, and the +15+15 from the starting height, and each maps onto a feature of the curve.

Optimisation with a fixed resource is the other recurring context. If a farmer has 6060 m of fencing for a rectangular paddock with one side xx, the other side is 30x30 - x and the area is A=x(30x)=x2+30xA = x(30 - x) = -x^2 + 30x, a concave-down parabola. Its maximum value is at the axis x=302×(1)=15x = -\dfrac{30}{2 \times (-1)} = 15, giving the other side 3015=1530 - 15 = 15 and the greatest area A=225 m2A = 225 \text{ m}^2: a 15 m×15 m15 \text{ m} \times 15 \text{ m} square. Reading a worded problem as "build the quadratic, then find its vertex" turns almost every "greatest" or "least" question into the same two-line method.

How exam questions ask about quadratics

The wording tells you which tool to reach for:

  • "Sketch the parabola / graph y=y = \ldots, showing the intercepts and the vertex." Read off the concavity and yy-intercept, factor for the xx-intercepts, then the axis of symmetry (halfway between them, or b2a-\dfrac{b}{2a}) and the vertex. Mark all of these on the curve, since each is a method mark.
  • "Write y=y = \ldots in the form y=(xh)2+ky = (x - h)^2 + k" or "express in completed-square form." Complete the square; the vertex is then (h,k)(h, k).
  • "Find the coordinates of the vertex / turning point" or "find the axis of symmetry." Use x=b2ax = -\dfrac{b}{2a} and substitute, or complete the square; either is acceptable unless the form is specified.
  • "Find the maximum / minimum value of ..." Find the vertex; the yy-coordinate is the value. State whether it is a maximum (a<0a < 0) or a minimum (a>0a > 0), and the xx at which it occurs if asked.
  • "How many solutions / real roots / xx-intercepts does ... have?" Compute the discriminant Δ=b24ac\Delta = b^2 - 4ac and quote the case. You usually do not need to find the roots.
  • "Show that ... has no real roots" or "... has equal roots / a repeated root." Show Δ<0\Delta < 0 for no roots, or Δ=0\Delta = 0 for a repeated root.
  • "Find the value(s) of kk for which ... has equal roots / two roots / no roots." Form the discriminant in terms of kk, then set Δ=0\Delta = 0 (equal), Δ>0\Delta > 0 (two) or Δ<0\Delta < 0 (none) and solve.
  • "Solve ax2+bx+c=0ax^2 + bx + c = 0, giving the answer in exact form." Factor if it factors; otherwise use the quadratic formula and leave surds simplified.
  • "A ball is thrown ... find the greatest height" or "... find the maximum area." Build the quadratic from the context, then find the vertex; reject any physically impossible solution (such as a negative time or length).

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation3 marksSketch the parabola y=x24y = x^2 - 4, showing the coordinates of the xx-intercepts, the yy-intercept and the vertex.
Show worked solution →

Read off the shape and yy-intercept. The coefficient of x2x^2 is a=1>0a = 1 > 0, so the parabola is concave up (a minimum). Putting x=0x = 0 gives y=4y = -4, so the yy-intercept is (0,4)(0, -4).

Find the xx-intercepts (put y=0y = 0). Solve x24=0x^2 - 4 = 0, which is a difference of two squares:

x24=(x2)(x+2)=0    x=2 or x=2.x^2 - 4 = (x - 2)(x + 2) = 0 \;\Rightarrow\; x = 2 \text{ or } x = -2.

So the xx-intercepts are (2,0)(-2, 0) and (2,0)(2, 0).

Find the vertex. The axis of symmetry is halfway between the intercepts, at x=2+22=0x = \dfrac{-2 + 2}{2} = 0. Substituting x=0x = 0 gives y=4y = -4, so the vertex is (0,4)(0, -4) (here it coincides with the yy-intercept).

State the sketch. A concave-up parabola with xx-intercepts (2,0)(-2, 0) and (2,0)(2, 0), yy-intercept and vertex both at (0,4)(0, -4), symmetric about the yy-axis. Its minimum value is 4-4.

foundation3 marksComplete the square to write y=x28x+10y = x^2 - 8x + 10 in the form y=(xh)2+ky = (x - h)^2 + k. Hence state the coordinates of the vertex, the minimum value, and the range.
Show worked solution →

Complete the square. Halve the coefficient of xx (which is 8-8) to get 4-4, then square to get 1616. Add and subtract 1616:

y=(x28x+16)16+10=(x4)26.y = (x^2 - 8x + 16) - 16 + 10 = (x - 4)^2 - 6.

Read off the vertex
In the form y=(xh)2+ky = (x - h)^2 + k the vertex is (h,k)(h, k), so the vertex is (4,6)(4, -6).
State the minimum value
Because (x4)20(x - 4)^2 \ge 0 for all xx and equals 00 only at x=4x = 4, the smallest yy can be is 6-6. So the minimum value is 6-6, reached at x=4x = 4.
State the range
Since yy is never below 6-6, the range is y6y \ge -6.
core3 marksThe equation x2+mx+9=0x^2 + mx + 9 = 0 has exactly one solution. Find the possible values of mm.
Show worked solution →

Translate the condition into the discriminant. Exactly one solution (a repeated root) means the discriminant is zero, Δ=0\Delta = 0.

Write the discriminant. With a=1a = 1, b=mb = m and c=9c = 9,

Δ=b24ac=m24(1)(9)=m236.\Delta = b^2 - 4ac = m^2 - 4(1)(9) = m^2 - 36.

Set it to zero and solve.

m236=0    m2=36    m=6 or m=6.m^2 - 36 = 0 \;\Rightarrow\; m^2 = 36 \;\Rightarrow\; m = 6 \text{ or } m = -6.

State the answer. The equation has exactly one solution when m=6m = 6 or m=6m = -6. (Check: m=6m = 6 gives x2+6x+9=(x+3)2=0x^2 + 6x + 9 = (x + 3)^2 = 0, a perfect square, confirming the single repeated root.)

core4 marksSketch the parabola y=2x2+4x6y = 2x^2 + 4x - 6, showing the yy-intercept, the xx-intercepts and the vertex.
Show worked solution →

Note the shape and yy-intercept. Here a=2>0a = 2 > 0, so the parabola is concave up. Putting x=0x = 0 gives y=6y = -6, so the yy-intercept is (0,6)(0, -6).

Find the xx-intercepts by factoring. Take out the common factor 22 first, then factor the monic quadratic:

y=2(x2+2x3)=2(x+3)(x1).y = 2(x^2 + 2x - 3) = 2(x + 3)(x - 1).

Setting y=0y = 0 gives x=3x = -3 or x=1x = 1, so the xx-intercepts are (3,0)(-3, 0) and (1,0)(1, 0).

Find the vertex. The axis of symmetry is halfway between the intercepts, at x=3+12=1x = \dfrac{-3 + 1}{2} = -1. Substituting x=1x = -1:

y=2(1)2+4(1)6=246=8,y = 2(-1)^2 + 4(-1) - 6 = 2 - 4 - 6 = -8,

so the vertex is (1,8)(-1, -8).

State the sketch. A concave-up parabola through (3,0)(-3, 0) and (1,0)(1, 0), yy-intercept (0,6)(0, -6), vertex (1,8)(-1, -8), symmetric about x=1x = -1. The minimum value is 8-8.

exam5 marksA stone is thrown from the top of a cliff. Its height hh metres above the sea tt seconds after release is h=5t2+10t+15h = -5t^2 + 10t + 15. (a) State the height of the cliff. (b) Find the greatest height the stone reaches, and when it reaches it. (c) Find the time at which the stone hits the sea.
Show worked solution →

(a) Height of the cliff (the starting height). At t=0t = 0, h=5(0)2+10(0)+15=15h = -5(0)^2 + 10(0) + 15 = 15. So the cliff is 1515 m above the sea.

(b) Greatest height (the vertex of the parabola). Here a=5<0a = -5 < 0, so the parabola is concave down and the vertex is a maximum. The axis of symmetry is

t=b2a=102(5)=1.t = -\frac{b}{2a} = -\frac{10}{2(-5)} = 1.

Substituting t=1t = 1:

h=5(1)2+10(1)+15=5+10+15=20.h = -5(1)^2 + 10(1) + 15 = -5 + 10 + 15 = 20.

So the greatest height is 2020 m, reached after 11 second.

(c) When the stone hits the sea (put h=0h = 0). Solve 5t2+10t+15=0-5t^2 + 10t + 15 = 0. Divide both sides by 5-5:

t22t3=0    (t3)(t+1)=0    t=3 or t=1.t^2 - 2t - 3 = 0 \;\Rightarrow\; (t - 3)(t + 1) = 0 \;\Rightarrow\; t = 3 \text{ or } t = -1.

State the answer. Time cannot be negative, so reject t=1t = -1. The stone hits the sea after 33 seconds. (Cliff height 1515 m; greatest height 2020 m at t=1t = 1 s; lands at t=3t = 3 s.)

exam4 marksA farmer has 6060 m of fencing to enclose a rectangular paddock. (a) If one side is xx metres, show that the area is A=30xx2A = 30x - x^2. (b) Find the dimensions that give the greatest area, and state that greatest area.
Show worked solution →

(a) Build the area function. The perimeter is 6060 m, so the two pairs of sides satisfy 2x+2y=602x + 2y = 60, giving y=30xy = 30 - x for the adjacent side. The area is

A=x×y=x(30x)=30xx2.A = x \times y = x(30 - x) = 30x - x^2.

(b) Find the maximum (the vertex). Write A=x2+30xA = -x^2 + 30x, so a=1<0a = -1 < 0 and the vertex is a maximum. The axis of symmetry is

x=b2a=302(1)=15.x = -\frac{b}{2a} = -\frac{30}{2(-1)} = 15.

The adjacent side is then y=3015=15y = 30 - 15 = 15 m, and the area is

A=(15)2+30(15)=225+450=225.A = -(15)^2 + 30(15) = -225 + 450 = 225.

State the answer. The greatest area is 225 m2225 \text{ m}^2, achieved when the paddock is a 15 m×15 m15 \text{ m} \times 15 \text{ m} square. (A square always gives the greatest area for a fixed perimeter, which the equal sides confirm.)

Related dot points