🇺🇸 USC
Math & Conversion
📉

Vertex Calculator

Vertex, axis of symmetry & vertex form of a parabola

Last updated September 6, 2026

Method: The vertex uses the exact identities h = −b ÷ (2a) and k = f(h). Vertex form is y = a(x − h)² + k, the focal length is 1 ÷ (4a), and the x-intercepts come from the quadratic formula with discriminant b² − 4ac.

Included: Vertex, axis of symmetry, opening direction, maximum or minimum value, conversion both ways between standard and vertex form, focus, directrix, latus rectum width, y-intercept, x-intercepts, a graph and a step-by-step solution.

Not included: Sideways parabolas of the form x = ay² + by + c, rotated conics, complex roots written in a + bi notation, and cubic or higher-degree curves.

Try:

📉 Vertex of the parabola

(2, -3)
Opens upward · minimum value y = -3
Axis of symmetry
x = 2
Minimum value
-3
Vertex form
y = 2(x - 2)² - 3
Standard form
y = 2x² - 8x + 5

📈 Graph of the parabola

Blue dot: vertex (2, -3). Grey dashed line: axis of symmetry x = 2. Amber dot and dashed line: focus and directrix. Hollow dots: x-intercepts.

🔍 Full parabola breakdown

Vertex (h, k)
(2, -3)
Axis of symmetry
x = 2
Direction
Upward (a > 0)
Minimum value
y = -3
Focus
(2, -2.875)
Directrix
y = -3.125
y-intercept
(0, 5)
Discriminant b² - 4ac
24
x-intercepts (roots)
x = 0.7753 and x = 3.2247
Focal length 1/(4a)
0.125
Latus rectum width
0.5

📝 Step by step

  1. Coefficients: a = 2, b = -8, c = 5.
  2. Axis of symmetry: h = -b / (2a) = -(-8) / (2 × 2) = 2.
  3. Vertex y-value: k = f(h) = 2(2)² - 8(2) + 5 = -3.
  4. Vertex: (2, -3), so the vertex form is y = 2(x - 2)² - 3.
  5. Because a is positive, the parabola opens upward and -3 is the minimum value of y.

📊 Points around the vertex

xyPosition
05On the curve
1-1On the curve
2-3Vertex
3-1On the curve
45On the curve

Mirror pairs: points the same distance left and right of x = 2 share the same y-value.

Exact math, rounded for display. The vertex uses h = -b/(2a) and k = f(h); the focus and directrix use the focal length 1/(4a). Values are shown to 4 decimal places, so a repeating decimal such as 1/3 appears as 0.3333.

Vertex calculator: everything you need to know

A vertex calculator finds the turning point of a parabola from its equation. Enter the coefficients of y = ax² + bx + c and it returns the vertex, the axis of symmetry and the vertex form. For y = 2x² − 8x + 5 the vertex is (2, −3), the axis of symmetry is x = 2, and the vertex form is y = 2(x − 2)² − 3.

The tool works in both directions. Start from standard form and it converts to vertex form; start from a, h and k in vertex form and it multiplies out to standard form. Along the way it reports the opening direction, the maximum or minimum value, the focus and directrix, the y-intercept, the x-intercepts and a graph of the curve.

What the vertex actually is

Every quadratic graphs as a parabola: a smooth U-shaped or arch-shaped curve. The vertex is the one point where that curve changes direction. On an upward-opening parabola it is the bottom of the U and the y-value there is the smallest the function ever reaches. On a downward-opening parabola it is the top of the arch and the y-value there is the largest. Because a parabola is perfectly symmetric, the vertex is also the point where the curve meets its axis of symmetry, the vertical mirror line that folds one half of the graph exactly onto the other.

That single point answers a surprising number of practical questions. Where does a thrown ball reach its peak? What price maximizes revenue? What is the cheapest production level? Each of those is a quadratic model, and each answer is the vertex.

The vertex formula

For a quadratic written in standard form, the x-coordinate of the vertex is:

h = −b ÷ (2a)   and   k = f(h) = a·h² + b·h + c

The vertex is then the point (h, k), the axis of symmetry is the line x = h, and the equation rewritten in vertex form is:

y = a(x − h)² + k

There is also a shortcut for k that avoids substitution: k = c − b² ÷ (4a). Both routes give the same number, and the calculator uses the substitution version because it is easier to check by hand.

Worked example: y = 2x² − 8x + 5

Take the quadratic y = 2x² − 8x + 5, so a = 2, b = −8 and c = 5. Work through the formula one step at a time:

  1. x-coordinate: h = −b ÷ (2a) = 8 ÷ 4 = 2.
  2. y-coordinate: k = 2(2)² − 8(2) + 5 = 8 − 16 + 5 = −3.
  3. Vertex: (2, −3). Axis of symmetry: x = 2.
  4. Vertex form: y = 2(x − 2)² − 3.
  5. Direction: a = 2 is positive, so the parabola opens upward and −3 is the minimum value of y.

The rest of the picture follows from the same three coefficients. The y-intercept is (0, 5), because c is the value of y when x = 0. The discriminant is b² − 4ac = 64 − 40 = 24, which is positive, so there are two x-intercepts: x = (8 ± √24) ÷ 4, giving x ≈ 0.775 and x ≈ 3.225. Notice that those two roots sit symmetrically around x = 2, exactly 1.2247 units to each side. The focal length is 1 ÷ (4 × 2) = 0.125, so the focus is at (2, −2.875) and the directrix is the line y = −3.125.

Worked example the other way: y = −3(x + 1)² + 12

Now start in vertex form. Here a = −3, and since the bracket reads (x + 1) rather than (x − 1), the vertex x-coordinate is h = −1 with k = 12. Multiplying out gives b = −2ah = −2(−3)(−1) = −6 and c = a·h² + k = −3(1) + 12 = 9, so the standard form is y = −3x² − 6x + 9.

Check it: h = −b ÷ (2a) = 6 ÷ (−6) = −1, which matches. Because a is negative the parabola opens downward, so 12 is the maximum value of y and it happens at x = −1. The discriminant is 36 + 108 = 144, a perfect square, so the roots are rational: x = −3 and x = 1. The focal length is 1 ÷ (4 × −3) ≈ −0.0833, which places the focus at (−1, 11.9167), just below the vertex, with the directrix at y ≈ 12.0833 just above it. On a downward-opening parabola the focus always sits below the vertex and the directrix above it.

Vertex and axis of symmetry for common quadratics

Each row below was computed with h = −b ÷ (2a) and k = f(h). The last column shows whether the vertex is the low point or the high point of the curve.

Equation Vertex (h, k) Vertex form Opens
y = 2x² − 8x + 5(2, −3)2(x − 2)² − 3Up (min)
y = x² + 6x + 11(−3, 2)(x + 3)² + 2Up (min)
y = −3x² − 6x + 9(−1, 12)−3(x + 1)² + 12Down (max)
y = x² − 5x + 6(2.5, −0.25)(x − 2.5)² − 0.25Up (min)
y = −x² + 4x(2, 4)−(x − 2)² + 4Down (max)
y = 0.5x² + 3x − 2(−3, −6.5)0.5(x + 3)² − 6.5Up (min)
y = 3x² − 12x + 7(2, −5)3(x − 2)² − 5Up (min)
y = x² − 4x + 4(2, 0)(x − 2)²Up (min)

Two patterns are worth noticing. The sign inside the bracket is always the opposite of the sign of h, which is where most sign errors come from. And when k = 0, as in the last row, the vertex sits on the x-axis and the parabola touches the axis at exactly one point instead of crossing it.

Where the vertex meets the x-axis: the discriminant

The vertex tells you how the parabola sits relative to the x-axis before you solve anything. If the parabola opens upward and k is above zero, there is no way for the curve to reach the axis. The discriminant b² − 4ac states the same fact algebraically:

Equation Discriminant x-intercepts Vertex
y = 2x² − 8x + 5240.775 and 3.225(2, −3)
y = x² − 4x + 402 (repeated)(2, 0)
y = x² + 6x + 11−8none(−3, 2)
y = −3x² − 6x + 9144−3 and 1(−1, 12)
y = 0.5x² + 3x − 213−6.606 and 0.606(−3, −6.5)
y = 3x² − 12x + 7600.709 and 3.291(2, −5)

Read the middle two rows together. Both parabolas open upward, but one has its vertex on the axis (k = 0, one repeated root) and the other has its vertex two units above it (k = 2, no real roots at all). The vertex and the discriminant always tell the same story.

Focus, directrix and the width of the curve

A parabola can also be defined geometrically: it is the set of all points that are the same distance from a fixed point, the focus, as from a fixed line, the directrix. The focus sits inside the curve at (h, k + 1 ÷ 4a) and the directrix runs parallel to the x-axis at y = k − 1 ÷ 4a. The distance between them, 2 divided by the absolute value of 4a, is what makes a satellite dish or a headlight reflector work: rays arriving parallel to the axis all bounce to the focus.

The table below fixes the vertex at the origin and varies only a. The last column is the latus rectum, the width of the parabola measured across the focus, which equals 1 divided by the absolute value of a.

Coefficient a Focal length Focus Directrix Width at focus
0.251(0, 1)y = −14
0.50.5(0, 0.5)y = −0.52
10.25(0, 0.25)y = −0.251
20.125(0, 0.125)y = −0.1250.5
40.0625(0, 0.0625)y = −0.06250.25

Doubling a halves the focal length and halves the width: the curve tightens around its axis. A negative a mirrors the whole picture, putting the focus below the vertex and the directrix above it.

Completing the square, step by step

Completing the square is the algebra behind the shortcut, and most courses want to see it at least once. Using y = 2x² − 8x + 5 again: factor 2 out of the first two terms to get y = 2(x² − 4x) + 5. Half of −4 is −2 and its square is 4, so add and subtract 4 inside the bracket: y = 2(x² − 4x + 4 − 4) + 5. The first three terms form a perfect square, giving y = 2(x − 2)² − 8 + 5, which simplifies to y = 2(x − 2)² − 3. The same vertex, (2, −3), arrived at the long way. Note the −8: the 4 you subtracted was inside a bracket multiplied by 2, so it leaves the bracket doubled.

How to use this vertex calculator

  1. Pick your form. Choose standard form if your equation looks like y = ax² + bx + c, or vertex form if it already looks like y = a(x − h)² + k.
  2. Rearrange first. Move every term to one side so the equation reads y = something, ordered by descending power of x. The quadratic 5 + 2x² = 7x becomes y = 2x² − 7x + 5.
  3. Enter the coefficients with their signs. A missing term means that coefficient is 0, so y = x² − 9 has b = 0 and c = −9.
  4. Read the vertex. The headline shows the ordered pair (h, k) and whether it is a maximum or a minimum.
  5. Check the extras. The breakdown card lists the axis of symmetry, focus, directrix, intercepts and discriminant, and the step-by-step card shows the substitution so you can copy the working.

In vertex form, watch the sign of h. The equation y = 3(x + 4)² − 1 has h = −4, not 4, because the standard bracket is (x − h) and (x + 4) equals (x − (−4)).

Who this calculator is for

  • Algebra 1 and Algebra 2 students converting between standard and vertex form and sketching parabolas.
  • Precalculus students working with conic sections, where the focus, directrix and latus rectum matter as much as the vertex.
  • Physics students reading the peak height and the time of the peak off a projectile equation.
  • Business and economics students maximizing revenue or minimizing average cost from a quadratic model.
  • Teachers and tutors generating clean example problems with known vertices and intercepts.
  • Anyone checking homework who wants a second opinion on a sign or a fraction before turning in the assignment.

Key terms explained

  • Parabola: the U-shaped or arch-shaped graph of a quadratic function.
  • Vertex: the turning point (h, k), the minimum when a is positive and the maximum when a is negative.
  • Axis of symmetry: the vertical line x = h that splits the parabola into mirror halves.
  • Standard form: y = ax² + bx + c, the form in which the y-intercept c is easiest to read.
  • Vertex form: y = a(x − h)² + k, the form in which the turning point is easiest to read.
  • Discriminant: b² − 4ac, which counts the x-intercepts: two if positive, one if zero, none if negative.
  • Focus and directrix: the fixed point and fixed line that define the parabola by equal distances.
  • Latus rectum: the chord through the focus parallel to the directrix, with length equal to 1 divided by the absolute value of a.

Two real-world vertex problems

Projectile height. A ball leaves a 5-foot-high platform at 64 feet per second straight up. In United States customary units, gravity gives the model y = −16x² + 64x + 5, with x in seconds and y in feet. The vertex is at h = −64 ÷ (2 × −16) = 2 seconds, and k = −16(4) + 128 + 5 = 69 feet. So the ball peaks 69 feet up, two seconds after release. The positive root of the same equation, x ≈ 4.077 seconds, is when it lands.

Maximizing revenue. A vendor finds that selling x units at a price that falls as volume rises produces revenue R = −5x² + 200x dollars. The vertex is h = −200 ÷ (2 × −5) = 20 units, and k = −5(400) + 200(20) = $2,000. Selling more than 20 units actually lowers total revenue, because the price concession outruns the extra volume. The two x-intercepts, 0 and 40, mark where revenue falls to zero.

What changes the result the most

  • The sign of a: flips the whole curve and turns a minimum into a maximum. Nothing else affects direction.
  • The size of a: a larger absolute value narrows the parabola and pulls the focus closer to the vertex, but it also moves h, since h depends on a.
  • The coefficient b: shifts the vertex horizontally. Doubling b doubles the distance of the axis of symmetry from the y-axis.
  • The constant c: slides the whole curve vertically. It changes k by exactly the same amount and never moves h.
  • Rounding: using a rounded value of h to compute k compounds the error, so always substitute the exact fraction.

Tips for getting it right

  • Keep h as a fraction while you substitute. For y = x² − 5x + 6, using 5/2 gives exactly k = −1/4; using 2.5 works too, but rounding to 2.5 in a messier problem will not.
  • Sanity-check with symmetry: the vertex x-value is always the average of the two x-intercepts when they exist. For roots 2 and 3 the average is 2.5, matching the vertex.
  • Verify by substitution. Put h back into the original equation and confirm you get k.
  • Sketch the direction first. Knowing the parabola opens downward tells you the answer must be a maximum before you compute anything.
  • Expand your vertex form back out. If it does not return the original a, b and c, a sign slipped somewhere.

Limitations and assumptions

  • This page handles vertical parabolas of the form y = ax² + bx + c only. A sideways parabola x = ay² + by + c has its axis of symmetry horizontal and needs the same formulas with the roles of x and y swapped.
  • The coefficient a must not be zero. With a = 0 the graph is a straight line with no vertex.
  • When the discriminant is negative the calculator reports that no x-intercepts exist rather than printing complex roots. For complex roots in a + bi form, use the quadratic formula calculator.
  • Results are rounded for display to four decimal places, so an exact value such as one third shows as 0.3333.
  • Very large coefficients can push intermediate values past the limits of floating-point arithmetic; keep coefficients within a normal homework range for exact-looking results.

How this compares to related calculators

This page answers "where is the turning point of this parabola?" Neighboring questions have their own tools: use the Quadratic Formula Calculator when you need the roots of ax² + bx + c = 0, including complex ones; use the Factoring Calculator when the quadratic factors neatly and you want the factored form; use the Slope Calculator and the Point-Slope Form Calculator for straight lines rather than curves; and use the Midpoint Calculator or the Distance Calculator when you are measuring between two plotted points. For arithmetic on the numbers you get out, the Scientific Calculator and the Fraction Calculator are the quickest follow-ups.

Sources

Everything on this page is deterministic mathematics that follows from the definition of a quadratic function, so no external data source applies. The identities h = −b ÷ (2a), k = f(h), the vertex form y = a(x − h)² + k, the discriminant b² − 4ac and the focal length 1 ÷ (4a) are all derived by completing the square on y = ax² + bx + c, and each worked example above was computed directly from those identities. The one place a physical constant appears is the projectile example, where the coefficient −16 is half the standard acceleration of gravity expressed in United States customary units (32.174 feet per second squared, the standard value adopted for the foot and pound as defined in NIST Special Publication 811, Guide for the Use of the International System of Units), rounded to 32 as textbooks do.

⚠️ Common mistakes & edge cases

Forgetting the minus sign in −b ÷ 2a

With b = −8 the formula gives h = −(−8) ÷ 4 = 2, not −2. Two negatives make a positive, and dropping one of them is the single most common error on this topic.

Reading h straight out of the bracket

In y = 3(x + 4)² − 1 the vertex is (−4, −1), not (4, −1). Vertex form is defined with a minus sign, so (x + 4) means h = −4.

Using c as the vertex y-value

The constant c is the y-intercept, the height of the curve at x = 0, not the vertex. For y = 2x² − 8x + 5 the y-intercept is 5 while the vertex y-value is −3. They match only when the vertex happens to sit on the y-axis.

Losing the multiplier when completing the square

When a is not 1, the number you subtract inside the bracket gets multiplied by a on the way out. In y = 2(x² − 4x + 4 − 4) + 5 the leftover is −8, not −4, which is why the constant lands on −3.

Assuming every parabola crosses the x-axis

If the discriminant is negative there are no x-intercepts at all. The parabola y = x² + 6x + 11 has vertex (−3, 2) and opens upward, so it stays above the axis forever. The vertex still exists; the roots do not.

Mixing up the axis of symmetry and the directrix

The axis of symmetry is vertical and passes through the vertex, x = h. The directrix is horizontal and sits outside the curve, y = k − 1 ÷ 4a. They are perpendicular lines, never the same thing.

Note: Displayed values are rounded to four decimal places. When your assignment asks for an exact answer, keep h and k as fractions and give the exact form.

❓ Frequently asked questions

What is the vertex of a parabola?

The vertex is the turning point of a parabola: the single point where the curve stops falling and starts rising (or stops rising and starts falling). It is the lowest point when the parabola opens upward and the highest point when it opens downward. Written as an ordered pair (h, k), the vertex also sits exactly on the axis of symmetry, so the two halves of the curve are mirror images across the vertical line x = h.

How do you find the vertex of y = ax² + bx + c?

Use h = -b / (2a) for the x-coordinate, then substitute that value back into the equation to get k = f(h). For y = 2x² - 8x + 5 you get h = 8 / 4 = 2 and k = 2(2)² - 8(2) + 5 = -3, so the vertex is (2, -3). This calculator does both steps and also prints the substitution so you can copy the working into your homework.

What is the vertex form of a quadratic?

Vertex form is y = a(x - h)² + k, where (h, k) is the vertex and a is the same leading coefficient as in standard form. It is useful because you can read the turning point straight off the equation with no algebra. The quadratic y = 2x² - 8x + 5 becomes y = 2(x - 2)² - 3, which shows at a glance that the curve bottoms out at (2, -3).

How do I convert standard form to vertex form?

Two ways. The fast way is to compute h = -b / (2a) and k = f(h), then write y = a(x - h)² + k. The classic way is completing the square: factor a out of the first two terms, add and subtract (b / 2a)² inside the bracket, then simplify. Both give the same answer, and this calculator shows the finished vertex form for whichever coefficients you enter.

What is the axis of symmetry?

The axis of symmetry is the vertical line that splits a parabola into two mirror-image halves. Its equation is x = -b / (2a), which is the same as x = h, the x-coordinate of the vertex. Any two points on the curve that sit the same horizontal distance from that line have identical y-values, which is a quick way to check a table of values or a sketch.

How do I know if the vertex is a maximum or a minimum?

Look at the sign of a. If a is positive the parabola opens upward, so the vertex is the lowest point and k is the minimum value of y. If a is negative the parabola opens downward, so the vertex is the highest point and k is the maximum value. The size of a only controls how narrow or wide the curve is, never the direction.

What are the focus and directrix of a parabola?

Every parabola is the set of points equally distant from a fixed point called the focus and a fixed line called the directrix. For y = a(x - h)² + k the focal length is 1 / (4a), so the focus is at (h, k + 1 / (4a)) and the directrix is the horizontal line y = k - 1 / (4a). With a = 1 and the vertex at the origin, the focus is (0, 0.25) and the directrix is y = -0.25.

Can a parabola have no x-intercepts?

Yes. The x-intercepts exist only when the discriminant b² - 4ac is zero or positive. For y = x² + 6x + 11 the discriminant is 36 - 44 = -8, so the curve never touches the x-axis: its vertex is (-3, 2), which sits above the axis on an upward-opening parabola. The vertex and the axis of symmetry still exist in that case, which is why this calculator reports them separately from the roots.

What does the coefficient a do to the shape?

The coefficient a stretches or compresses the parabola vertically. A larger absolute value makes the curve narrower, a smaller one makes it wider, and a negative value flips it upside down. It also sets the focal length: the distance from the vertex to the focus is 1 / (4 times the absolute value of a), so a narrow parabola such as a = 4 has its focus only 0.0625 units from the vertex.

How is a vertex calculator different from a quadratic formula calculator?

A vertex calculator describes the shape of the curve: the turning point, the axis of symmetry, the direction, the vertex form, and the focus and directrix. A quadratic formula calculator answers a narrower question, namely where the curve crosses the x-axis. Use this page when you need the maximum or minimum of a quadratic, and the quadratic formula page when you need the roots of an equation set equal to zero.

Why does the vertex formula use -b divided by 2a?

Complete the square on y = ax² + bx + c and the squared bracket comes out as (x + b / 2a)², which is zero when x = -b / (2a). Since a squared term can never be negative, that is exactly where the a-times-square part contributes nothing, so y reaches its extreme value there. Calculus gives the same answer: the derivative 2ax + b equals zero at x = -b / (2a).

Can I use this calculator for a real-world maximum, like projectile height?

Yes, and that is one of the most common uses. Height in feet under gravity is modeled by y = -16x² + v x + s, where x is time in seconds, v is the initial upward speed in feet per second and s is the starting height. For y = -16x² + 64x + 5, the vertex is (2, 69): the object peaks 69 feet up, 2 seconds after launch.

What happens if a = 0?

The equation stops being quadratic. With a = 0 the x² term disappears and y = bx + c is a straight line, which has no turning point, no axis of symmetry and no vertex. The vertex formula also divides by 2a, so it is undefined. This calculator detects a = 0 and tells you instead of printing a meaningless answer; for a straight line, use the slope calculator.

Do the vertex coordinates have to be whole numbers?

No. Whenever -b / (2a) does not divide evenly the vertex lands on a fraction or a decimal. For y = x² - 5x + 6 the vertex is (2.5, -0.25), which is perfectly normal even though both roots (2 and 3) are integers. This calculator displays up to four decimal places, so a repeating value such as one third appears as 0.3333.

Is this vertex calculator free to use?

Yes. There is no sign-up, no fee and no limit on how many equations you can run. Enter as many quadratics as you like, switch between standard form and vertex form, and read the vertex, axis of symmetry, focus, directrix, intercepts and step-by-step working for each one.

💡 Good to know

The vertex is the average of the roots

When a parabola has two x-intercepts, the axis of symmetry runs exactly halfway between them. The roots of y = −3x² − 6x + 9 are −3 and 1, and their average is −1, which is precisely the vertex x-value. It is the fastest check there is.

Vertex form makes transformations obvious

In y = a(x − h)² + k, h shifts the basic curve y = x² right, k shifts it up, and a stretches or flips it. Reading a graph transformation off vertex form takes seconds; doing it from standard form takes a page of algebra.

Calculus gives the same answer

Differentiating y = ax² + bx + c gives 2ax + b, and setting that to zero returns x = −b ÷ (2a). The vertex formula you learned in algebra is the first derivative test in disguise, which is why it always finds the true maximum or minimum.

Related Calculators