This site is a work in progress. New lessons are added regularly. Contact us

Parabolas

Learning goals

  • Read aa for which way it opens and how wide
  • Locate the axis of symmetry at x=b2ax = -\tfrac{b}{2a}
  • Find the vertex, the lowest or highest point
  • Complete the square to reach vertex form y=a(xh)2+ky = a(x - h)^2 + k
  • Take the yy-intercept as (0,c)(0, c)
  • Count the xx-intercepts with the discriminant b24acb^2 - 4ac

The graph of a quadratic is a curve

A quadratic is an equation whose highest power of xx is a square, written in the standard form

y=ax2+bx+c,a0.y = ax^2 + bx + c, \qquad a \ne 0.

The restriction a0a \ne 0 is what makes it quadratic: if aa were 00 the x2x^2 term would disappear and you would be left with the line y=bx+cy = bx + c. With a genuine x2x^2 term the graph is no longer straight. To find out what it is, do exactly what you did for a line: build a table of solutions, plot the points, and connect them.

Start with the plainest quadratic there is, y=x2y = x^2, where a=1a = 1, b=0b = 0, and c=0c = 0. Pick a spread of xx-values and square each one.

xxy=x2y = x^2(x,y)(x, y)
2-244(2,4)(-2, 4)
1-111(1,1)(-1, 1)
0000(0,0)(0, 0)
1111(1,1)(1, 1)
2244(2,4)(2, 4)

Plot the five points. They do not line up; they bend. Joining them with a smooth curve instead of straight segments gives a rounded U. That U dips to a lowest point at the origin and sweeps upward on both sides. That curve is a parabola, and every quadratic graphs as one.

The parabola y = x squared plotted from a tableFive solution points of y = x squared plotted from a table, joined into a U-shaped parabola with vertex at the origin.xy-2214(-2, 4)(-1, 1)(0, 0)(1, 1)(2, 4)
The five table points of y = x squared do not lie on a line. Joined by a smooth curve they form a parabola, a U-shaped bowl with its lowest point at the origin. Because squaring erases sign, the inputs 2 and negative 2 share the height 4, so the curve is a mirror image left and right.

Look again at the table, because it hides the parabola’s most important secret. The rows pair up: x=2x = -2 and x=2x = 2 both give y=4y = 4, and x=1x = -1 and x=1x = 1 both give y=1y = 1. Squaring throws away the sign, so two inputs that are opposite in sign land at exactly the same height. That is why the left half of the curve is a mirror image of the right half, and it is the first fact we will make precise below.

The same table-and-plot routine graphs any quadratic. When bb or cc is not zero the bowl slides around the plane, but its shape never changes.

Worked example 1 Graph y=x2+4y = -x^2 + 4 from a table

Here a=1a = -1, b=0b = 0, and c=4c = 4. Choose a spread of xx-values and compute each yy, taking care to square first and then apply the minus sign.

xxy=x2+4y = -x^2 + 4(x,y)(x, y)
2-200(2,0)(-2, 0)
1-133(1,3)(-1, 3)
0044(0,4)(0, 4)
1133(1,3)(1, 3)
2200(2,0)(2, 0)

Plotting (2,0)(-2, 0), (1,3)(-1, 3), (0,4)(0, 4), (1,3)(1, 3), and (2,0)(2, 0) and joining them smoothly gives a parabola, but this one is upside down. The curve rises to a highest point at (0,4)(0, 4) and falls away on both sides. The flip comes from the negative leading coefficient. At x=2x = 2 the value is (2)2+4=4+4=0-(2)^2 + 4 = -4 + 4 = 0, not 88, because the square is taken before the sign is attached. As with y=x2y = x^2, the table is a mirror about the middle column, so once you have the left half you already know the right.

Which way it opens, and how wide

The single number aa, the coefficient of x2x^2, controls both the direction the parabola opens and how wide it is. You can read the reason straight off y=x2y = x^2.

Every output of y=x2y = x^2 is a square, so yy is never negative, and y=0y = 0 happens only at x=0x = 0. As xx moves away from 00 in either direction, x2x^2 grows, so the curve climbs on both sides. That is why it forms a valley with its lowest point at the origin. Now bring back the coefficient aa. Multiplying by a positive aa only rescales those heights, so a valley stays a valley and the parabola opens upward. Multiplying by a negative aa flips the sign of every height, turning the valley upside down into a hill, so the parabola opens downward.

The size of aa sets the steepness. A large a\lvert a \rvert multiplies each height by more, so the arms shoot up faster and the parabola looks narrow. A small a\lvert a \rvert scales each height down, so the arms rise gently and the parabola looks wide.

Upward and downward parabolas: the sign of aTwo parabolas sharing the origin as vertex: y equals x squared opening up and y equals negative x squared opening down.xyy = x²y = -x²
The sign of a decides the direction. With a positive (the accent curve, y = x squared) the parabola opens upward into a valley; with a negative (y = negative x squared) it opens downward into a hill. The two share the same vertex at the origin and are reflections of each other across the x-axis.
Narrow and wide parabolas: the size of aTwo upward parabolas sharing the origin as vertex: y equals 2 x squared is narrow and y equals one half x squared is wide.xy2-24y = 2x²y = 0.5x²
The size of a sets the width. Both parabolas open upward from the origin, but y = 2x squared (the accent curve) has the larger coefficient, so its arms climb faster and it is narrow, while y = 0.5x squared climbs slowly and is wide. Same vertex, same direction, different steepness.

Check your understanding

Which of these opens downward and is narrower than the graph of y=x2y = x^2?

Answer choices

The axis of symmetry

That mirror pattern in the table is worth pinning down, because it is the key to everything else. A parabola is symmetric about a vertical line, its axis of symmetry, and for y=ax2+bx+cy = ax^2 + bx + c that line is

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

For y=x2y = x^2, where b=0b = 0, the axis is x=0x = 0, the y-axis itself, which matches the fold you saw in the table. The reason the axis sits at b2a-\tfrac{b}{2a} comes straight from completing the square, the tool you learned two lessons ago.

Why a parabola is symmetric about x=b2ax = -\tfrac{b}{2a}#

Complete the square on y=ax2+bx+cy = ax^2 + bx + c. Factor aa out of the first two terms, add and subtract the constant that finishes the square inside, and collect what is left:

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

Look at where xx appears in that final form: only once, inside the square (x+b2a)2\left(x + \tfrac{b}{2a}\right)^2. Everything else is a constant. So the height yy depends on xx entirely through that one squared term.

Now compare two inputs placed the same distance dd on either side of the line x=b2ax = -\tfrac{b}{2a}, namely x=b2a+dx = -\tfrac{b}{2a} + d and x=b2adx = -\tfrac{b}{2a} - d. For the first, x+b2a=dx + \tfrac{b}{2a} = d; for the second, x+b2a=dx + \tfrac{b}{2a} = -d. Squaring both gives the same value d2d^2:

(b2a+d+b2a)2=d2=(b2ad+b2a)2.\left(-\tfrac{b}{2a} + d + \tfrac{b}{2a}\right)^2 = d^2 = \left(-\tfrac{b}{2a} - d + \tfrac{b}{2a}\right)^2.

Since the squared term is identical, the whole expression for yy is identical, so the two mirror-image inputs produce the same height. That is exactly what it means for the graph to be symmetric about the vertical line x=b2ax = -\tfrac{b}{2a}. Fold the plane along that line and the left half of the parabola lands on the right half. The line is the axis of symmetry.

The vertex

The axis of symmetry passes through one special point on the parabola, the place where the curve stops falling and starts rising (or stops rising and starts falling). That turning point is the vertex, and it sits right where the axis meets the curve, at

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

To get the matching yy, substitute that xx back into the equation. There is nothing new to memorize for the y-coordinate: find the x-coordinate from b2a-\tfrac{b}{2a}, then plug it in.

Because the axis is the fold line, the vertex is the one point that has no mirror twin, so it is the turning point of the whole curve. When the parabola opens upward (a>0a > 0) the vertex is the lowest point on the graph, and when it opens downward (a<0a < 0) the vertex is the highest point. You can see why from the completed-square form y=a(x+b2a)2+(cb24a)y = a\left(x + \tfrac{b}{2a}\right)^2 + \left(c - \tfrac{b^2}{4a}\right), where the square is never negative. So for a>0a > 0 the term a()2a(\ldots)^2 only adds to the constant, making yy smallest when the square is 00, which is exactly at the vertex. For a<0a < 0 the same term only subtracts, so yy is largest there. (Reading a real-world lowest cost or highest point off a parabola is the job of a later lesson; here it is simply a fact about the shape.)

Worked example 2 Find the axis of symmetry and vertex of y=2x28x+5y = 2x^2 - 8x + 5

Read off the coefficients with their signs: a=2a = 2, b=8b = -8, c=5c = 5. The axis of symmetry is the vertical line at x=b2ax = -\tfrac{b}{2a}:

x=b2a=82(2)=84=2.x = -\frac{b}{2a} = -\frac{-8}{2(2)} = \frac{8}{4} = 2.

So the axis of symmetry is x=2x = 2, and the vertex sits on it. Find the vertex’s height by substituting x=2x = 2 back into the equation:

y=2(2)28(2)+5=816+5=3.y = 2(2)^2 - 8(2) + 5 = 8 - 16 + 5 = -3.

The vertex is (2,3)(2, -3). Since a=2>0a = 2 > 0 the parabola opens upward, so this vertex is the lowest point on the graph, and the smallest value yy ever reaches is 3-3.

Check your understanding

Find the vertex of y=x24x+1y = x^2 - 4x + 1.

Answer choices

Vertex form

The completed-square form from the proof above is so useful for graphing that it has its own name. Vertex form is

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

and its whole point is that you can read the vertex straight off it: the vertex is (h,k)(h, k). Set x=hx = h and the square is 00, so y=ky = k, which is the turning value. The leading coefficient aa is also the same aa as in standard form, so it still tells you the direction and width. Matching this against the completed square shows h=b2ah = -\tfrac{b}{2a} and k=cb24ak = c - \tfrac{b^2}{4a}, the same axis and vertex height as before.

Watch the sign inside the parentheses. Vertex form is xhx - h, so y=(x3)2+2y = (x - 3)^2 + 2 has h=3h = 3 (vertex x-coordinate 33), while y=(x+3)2+2y = (x + 3)^2 + 2 is really (x(3))2+2(x - (-3))^2 + 2, so h=3h = -3. The number inside the parentheses is the opposite of the vertex’s x-coordinate.

Converting standard form to vertex form is just completing the square; converting back is just expanding. Both directions are worth practicing, because each form shows you something the other hides. Standard form hands you cc as the y-intercept, and vertex form hands you the vertex.

Worked example 3 Write y=x26x+5y = x^2 - 6x + 5 in vertex form, then convert it back

Complete the square on the two xx terms. Half of the coefficient 6-6 is 3-3, and (3)2=9(-3)^2 = 9, so add and subtract 99:

y=(x26x+9)9+5.y = (x^2 - 6x + 9) - 9 + 5.

The parenthesized trinomial is the perfect square (x3)2(x - 3)^2, and the loose constants combine to 9+5=4-9 + 5 = -4:

y=(x3)24.y = (x - 3)^2 - 4.

In vertex form this is y=(x3)24y = (x - 3)^2 - 4, so h=3h = 3 and k=4k = -4, and the vertex is (3,4)(3, -4). To convert back, expand the square and collect:

(x3)24=x26x+94=x26x+5,(x - 3)^2 - 4 = x^2 - 6x + 9 - 4 = x^2 - 6x + 5,

which returns the original standard form, confirming the two are the same equation written two ways.

The y-intercept

The y-intercept is where the graph crosses the y-axis, and every point on the y-axis has x=0x = 0. Set x=0x = 0 in y=ax2+bx+cy = ax^2 + bx + c and the first two terms vanish:

y=a(0)2+b(0)+c=c.y = a(0)^2 + b(0) + c = c.

So the y-intercept is the point (0,c)(0, c), read off instantly as the constant term of standard form. For y=x22x3y = x^2 - 2x - 3 the y-intercept is (0,3)(0, -3); for y=x2+4y = -x^2 + 4 it is (0,4)(0, 4). Every parabola has exactly one y-intercept, because a vertical line meets the curve just once.

The x-intercepts and the discriminant

The x-intercepts are where the graph crosses the x-axis, and every point on the x-axis has y=0y = 0. So to find them, set y=0y = 0 and solve the quadratic equation

ax2+bx+c=0,ax^2 + bx + c = 0,

by factoring when it splits nicely, or by the quadratic formula when it does not. Each real solution is one x-intercept. Unlike the y-intercept, a parabola can have two, one, or zero x-intercepts. Which of the three you get is decided entirely by the discriminant b24acb^2 - 4ac that you met with the quadratic formula.

Why the discriminant counts the x-intercepts#

The x-intercepts are the real solutions of ax2+bx+c=0ax^2 + bx + c = 0. By the quadratic formula those solutions are

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

and the quantity under the root, the discriminant D=b24acD = b^2 - 4ac, controls how many real values come out. When D>0D > 0 the root D\sqrt{D} is a nonzero real number, so the ±\pm produces two different real xx-values: the parabola crosses the x-axis twice. When D=0D = 0 the root is 00, the ±\pm collapses, and there is exactly one real xx-value: the parabola just touches the axis at its vertex. When D<0D < 0 the root is not real, so no real xx makes y=0y = 0 and the parabola misses the x-axis entirely.

The picture agrees with the algebra. Completing the square put the vertex height at k=cb24a=b24ac4a=D4ak = c - \tfrac{b^2}{4a} = -\tfrac{b^2 - 4ac}{4a} = -\tfrac{D}{4a}. Take an upward parabola, a>0a > 0, whose vertex is its lowest point. That lowest point lies below the x-axis when k<0k < 0, on it when k=0k = 0, and above it when k>0k > 0, which is D>0D > 0, D=0D = 0, and D<0D < 0 in turn. A bowl whose bottom is below the axis must cross it twice, and one sitting exactly on the axis touches once. A bowl held above the axis never reaches it. So the sign of the discriminant and the number of x-intercepts tell the same story, once from the formula and once from the shape.

That argument is worth watching happen. The graph below is y=ax2+bx+cy = ax^2 + bx + c with all three coefficients under your control, and it marks what you would otherwise have to compute. Those marks are the vertex, the dashed axis of symmetry through it, and a ring at each crossing of the horizontal axis.

Start from c=3c = -3 and step cc upward. The discriminant here is 44c4 - 4c, so it falls as cc rises, and the two rings slide toward each other. At c=1c = 1 they meet: the discriminant is exactly 00, the two crossings have become one, and it is sitting on the vertex. One more step and both rings are gone, because the whole curve has lifted off the axis. Nothing about the parabola’s shape changed on the way; only its height did, which is the argument above run backwards.

Two more things to try. Move bb and watch the axis of symmetry slide while the shape stays identical, which is b2a-\tfrac{b}{2a} doing its work. And take aa to 00: the squared term disappears and what is left is a straight line. That is the plainest possible answer to why the definition of a quadratic insists a0a \ne 0.

Watch the discriminant decide the crossings

y = x² - 2x - 3. It opens upward, and its vertex is at (1, -4). The axis of symmetry is x = 1. The discriminant b² - 4ac is 16, which is positive, so there are two roots, at x = -1 and x = 3. A coordinate plane with a quadratic graph on it. A dot marks the vertex where the graph has one, and dots mark any points where the curve crosses the horizontal axis. A dashed vertical line marks the axis of symmetry when there is one. Use the controls below the figure to change the three coefficients. -6 -4 -2 2 4 6 -8 -6 -4 -2 2 4 6 8 vertex roots axis of symmetry
a b c

y = x² - 2x - 3. It opens upward, and its vertex is at (1, -4). The axis of symmetry is x = 1. The discriminant b² - 4ac is 16, which is positive, so there are two roots, at x = -1 and x = 3.

A quadratic on a coordinate plane, written in standard form, with each of its three coefficients set by a control. The vertex, the axis of symmetry through it, and every crossing of the horizontal axis are marked and move as the coefficients change.

Worked example 4 Find the intercepts of y=x2x6y = x^2 - x - 6

Start with the y-intercept, the easy one: set x=0x = 0, which leaves y=c=6y = c = -6, so the y-intercept is (0,6)(0, -6).

For the x-intercepts, set y=0y = 0 and solve x2x6=0x^2 - x - 6 = 0. This factors, since 3-3 and 22 multiply to 6-6 and add to 1-1:

x2x6=(x3)(x+2)=0.x^2 - x - 6 = (x - 3)(x + 2) = 0.

A product is 00 when a factor is 00, so x=3x = 3 or x=2x = -2, giving the two x-intercepts (3,0)(3, 0) and (2,0)(-2, 0). The discriminant confirms there should be two:

D=(1)24(1)(6)=1+24=25>0,D = (-1)^2 - 4(1)(-6) = 1 + 24 = 25 > 0,

and 25>025 > 0 means two real x-intercepts, exactly the pair the factoring found.

Check your understanding

How many x-intercepts does the graph of y=x24x+7y = x^2 - 4x + 7 have?

Answer choices

Putting it all together

Each feature is quick on its own; together they let you sketch a parabola without a long table. The recipe is always the same: read the direction from the sign of aa, then find the vertex from b2a-\tfrac{b}{2a}. Mark the y-intercept at (0,c)(0, c), and find the x-intercepts by setting y=0y = 0.

Worked example 5 Graph y=x22x3y = x^2 - 2x - 3 using its features

Here a=1a = 1, b=2b = -2, c=3c = -3. Take the features one at a time.

Direction. Since a=1>0a = 1 > 0, the parabola opens upward.

Vertex and axis. The axis of symmetry is at

x=b2a=22(1)=1,x = -\frac{b}{2a} = -\frac{-2}{2(1)} = 1,

and substituting x=1x = 1 gives the height y=(1)22(1)3=123=4y = (1)^2 - 2(1) - 3 = 1 - 2 - 3 = -4, so the vertex is (1,4)(1, -4), the lowest point.

y-intercept. Setting x=0x = 0 gives y=c=3y = c = -3, the point (0,3)(0, -3).

x-intercepts. Set y=0y = 0 and factor x22x3=(x3)(x+1)=0x^2 - 2x - 3 = (x - 3)(x + 1) = 0, so x=3x = 3 or x=1x = -1, giving (3,0)(3, 0) and (1,0)(-1, 0). The discriminant D=(2)24(1)(3)=4+12=16>0D = (-2)^2 - 4(1)(-3) = 4 + 12 = 16 > 0 agrees that there are two.

Plot the vertex (1,4)(1, -4), the two x-intercepts, and the y-intercept, then draw a smooth upward U through them, symmetric about the line x=1x = 1. Notice the y-intercept (0,3)(0, -3) has a mirror twin at (2,3)(2, -3), the same height on the other side of the axis. That twin is a handy fifth point to steady the curve.

The graph of y = x squared minus 2x minus 3 with its features labeledAn upward parabola with vertex (1, -4), axis of symmetry x = 1, y-intercept (0, -3), and x-intercepts (-1, 0) and (3, 0).xy0x = 1vertex (1, -4)(0, -3)(-1, 0)(3, 0)
The graph of y = x squared minus 2x minus 3, built from its features. It opens upward, with vertex (1, negative 4) sitting on the dashed axis of symmetry x = 1, the y-intercept at (0, negative 3), and the two x-intercepts at (negative 1, 0) and (3, 0).

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Hang a chain between two hooks and it settles into a shape you have been drawing all lesson. It sags in the middle and sweeps upward on both sides. It looks exactly like a parabola, and for a long time almost everyone assumed that it was one.

In 1646 a seventeen-year-old Dutch student named Christiaan Huygens proved that it is not. The chain traces a different curve. That curve hugs a parabola near the bottom, then drifts away from it further out. The two shapes agree at the vertex and disagree on the arms. It is exactly the kind of difference an eye is powerless to settle.

So the eye is the wrong instrument here, and the equation is the right one. A parabola is precisely the graph of y=ax2+bx+cy = ax^2 + bx + c. The hanging chain is not, however convincing it looks.

Then a second surprise. The main cable of a suspension bridge really is a parabola, or near enough to build on. What separates it from the chain is the load. A bare chain carries only its own weight, spread evenly along its own length. A bridge cable carries the roadway hanging beneath it, spread evenly across the gap. That different burden bends it into a different curve.

Two cables, hung from the same two hooks, take different shapes according to what pulls on them. Sag and width will not tell you which curve you are looking at. Only aa, bb, and cc will, which is why this lesson spent its time learning to read them.