Vertex of a Parabola

Find the lowest or highest point of a parabola using the vertex formula, which works for any quadratic equation in standard form.

h=b2a,k=cb24ah = -\frac{b}{2a}, \quad k = c - \frac{b^2}{4a}

Solve a problem with Vertex of a Parabola

Type the problem. The solver will use Vertex of a Parabola where Vertex of a Parabola is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Vertex of a Parabola takes
aa
bb
cc
hh
kk
Vertex of a Parabola
SymbolMeaning
aaThe coefficient multiplying x2x^2 in y=ax2+bx+cy = ax^2 + bx + c; if positive, the parabola opens upward and the vertex is a minimum, if negative, it opens downward and the vertex is a maximum.
bbThe coefficient multiplying xx in y=ax2+bx+cy = ax^2 + bx + c; it contributes to the location of the vertex through the formula h=b2ah = -\frac{b}{2a}.
ccThe constant term in y=ax2+bx+cy = ax^2 + bx + c, equal to the y-intercept where the parabola crosses the vertical axis; it appears in the formula for kk but the vertex is not simply at (h,c)(h, c).
hhThe x-coordinate of the vertex, calculated as h=b2ah = -\frac{b}{2a}; this is the input value where the parabola reaches its turning point.
kkThe y-coordinate of the vertex, calculated as k=cb24ak = c - \frac{b^2}{4a}; this is the actual minimum or maximum output value of the function.

When to use it

Use this when you need to find the turning point (minimum or maximum) of a parabola given as y=ax2+bx+cy = ax^2 + bx + c.

Level

Usually taught in: Algebra I

Worked examples

1. Find the vertex of a parabola with integer coefficients

Problem

Find the vertex of the parabola y=x24x+3y = x^2 - 4x + 3.
  1. a=1,b=4,c=3a = 1, \quad b = -4, \quad c = 3

    From y=x24x+3y = x^2 - 4x + 3, we read off the coefficients by matching to the form y=ax2+bx+cy = ax^2 + bx + c.

  2. h=b2a=(4)2(1)=42=2h = -\frac{b}{2a} = -\frac{(-4)}{2(1)} = \frac{4}{2} = 2

    Substitute b=4b = -4 and a=1a = 1 into the formula for the x-coordinate of the vertex.

  3. k=cb24a=3(4)24(1)=3164=34=1k = c - \frac{b^2}{4a} = 3 - \frac{(-4)^2}{4(1)} = 3 - \frac{16}{4} = 3 - 4 = -1

    Substitute the coefficients into the formula for the y-coordinate and simplify stage by stage.

Answer: (h,k)=(2,1)(h, k) = (2, -1)

This is the direct application of the vertex formulas to a parabola with simple integer coefficients. We identify each coefficient from the standard form, substitute into both formulas, and simplify to get the vertex.

2. Find the vertex when coefficients are negative or fractions

Problem

Find the vertex of y=2x2+8x5y = -2x^2 + 8x - 5.
  1. a=2,b=8,c=5a = -2, \quad b = 8, \quad c = -5

    Identify the coefficients carefully, paying close attention to the negative sign on both aa and cc.

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

    The denominator 2a=42a = -4 is negative, so the overall fraction is negative divided by negative, which is positive.

  3. b2=82=64b^2 = 8^2 = 64

    Compute bb squared before substituting into the formula for kk.

  4. k=cb24a=5644(2)=5648=5(8)=3k = c - \frac{b^2}{4a} = -5 - \frac{64}{4(-2)} = -5 - \frac{64}{-8} = -5 - (-8) = 3

    Since 4a=84a = -8, we get 648=8\frac{64}{-8} = -8; subtracting a negative is the same as adding, so 5(8)=3-5 - (-8) = 3.

Answer: (h,k)=(2,3)(h, k) = (2, 3)

Negative coefficients require careful handling of signs. Here, a<0a < 0 means the parabola opens downward, so the vertex is a maximum. The formulas work identically, but sign errors are common; always double-check negatives.

3. Use the vertex formula to solve a real-world optimization problem

Problem

In a video game, a projectile's height yy (in game units) depends on horizontal distance xx (in game units) according to y=13x2+4x+2y = -\frac{1}{3}x^2 + 4x + 2. Find the distance at which the projectile reaches maximum height and what that maximum height is.
  1. a=13,b=4,c=2a = -\frac{1}{3}, \quad b = 4, \quad c = 2

    Identify the coefficients directly from the equation, noting that aa is a fraction.

  2. h=b2a=42(13)=423h = -\frac{b}{2a} = -\frac{4}{2 \cdot (-\tfrac{1}{3})} = -\frac{4}{-\tfrac{2}{3}}

    Compute the denominator: 2×(13)=232 \times (-\frac{1}{3}) = -\frac{2}{3}.

  3. 423=423=432=6-\frac{4}{-\tfrac{2}{3}} = \frac{4}{\tfrac{2}{3}} = 4 \cdot \frac{3}{2} = 6

    Negative divided by negative is positive; to divide by a fraction, multiply by its reciprocal.

  4. b2=16,4a=4(13)=43b^2 = 16, \quad 4a = 4 \cdot \left(-\frac{1}{3}\right) = -\frac{4}{3}

    Prepare both the numerator and denominator needed for the kk formula.

  5. k=cb24a=21643=2(1634)=2(12)=14k = c - \frac{b^2}{4a} = 2 - \frac{16}{-\tfrac{4}{3}} = 2 - \left(16 \cdot \frac{-3}{4}\right) = 2 - (-12) = 14

    Invert and multiply for division by a fraction; subtracting a negative result is the same as adding.

Answer: (h,k)=(6,14)(h, k) = (6, 14)

The vertex formula directly solves optimization problems without finding roots or completing the square. The x-coordinate h=6h = 6 tells when the maximum occurs, and k=14k = 14 gives the maximum height itself.

Common mistakes

Where Vertex of a Parabola usually goes wrong
Answer came out wrong
Writing h=b2ah = \frac{b}{2a} instead of h=b2ah = -\frac{b}{2a}, dropping the negative sign.
Always include the negative sign in front: h=b2ah = -\frac{b}{2a}, not b2a\frac{b}{2a}. Double-check against the original formula.
Assuming the vertex is at (h,c)(h, c) instead of calculating k=cb24ak = c - \frac{b^2}{4a}.
Always use the complete formula k=cb24ak = c - \frac{b^2}{4a} to find the y-coordinate. Remember that cc alone is insufficient.
Swapping aa and bb in the formula, writing h=a2bh = -\frac{a}{2b} or similar.
Memorize correctly: bb (the xx coefficient) is the numerator, and 2a2a (twice the x2x^2 coefficient) is the denominator. Use the formula sheet if needed.
The mistakeWhy it is wrongThe fix
Writing h=b2ah = \frac{b}{2a} instead of h=b2ah = -\frac{b}{2a}, dropping the negative sign.Forgetting the negative sign places the vertex at the wrong x-coordinate, mirroring it across the y-axis and giving a completely incorrect answer.Always include the negative sign in front: h=b2ah = -\frac{b}{2a}, not b2a\frac{b}{2a}. Double-check against the original formula.
Assuming the vertex is at (h,c)(h, c) instead of calculating k=cb24ak = c - \frac{b^2}{4a}.Students sometimes confuse the y-intercept (which is cc) with the y-coordinate of the vertex. They are only equal when h=0h = 0, which is rare.Always use the complete formula k=cb24ak = c - \frac{b^2}{4a} to find the y-coordinate. Remember that cc alone is insufficient.
Swapping aa and bb in the formula, writing h=a2bh = -\frac{a}{2b} or similar.Confusing which coefficient goes where leads to inverted fractions, wrong signs, and vertices that have no connection to the actual parabola.Memorize correctly: bb (the xx coefficient) is the numerator, and 2a2a (twice the x2x^2 coefficient) is the denominator. Use the formula sheet if needed.

Tips and when to use something else

  • If the parabola is already written in vertex form y=a(xh)2+ky = a(x - h)^2 + k, read off the vertex directly without calculation.
  • The sign of aa instantly reveals whether the vertex is a minimum (a>0a > 0) or maximum (a<0a < 0), which helps you understand real-world problems.
  • For finding the x-intercepts (roots) instead of the vertex, switch to the Quadratic Formula; it solves a different problem.
  • The axis of symmetry of the parabola is the vertical line x=hx = h. Knowing this can help you sketch the graph accurately.

Frequently asked questions

Why is there a negative sign in h=b2ah = -\frac{b}{2a}?
The negative sign comes from calculus: the vertex of a parabola occurs where the slope is zero. Taking the derivative gives dydx=2ax+b=0\frac{dy}{dx} = 2ax + b = 0, which solves to x=b2ax = -\frac{b}{2a}. Without the negative, you would land on the wrong side of the parabola.
Can I use the vertex formula if my parabola is not in standard form?
The formula only works directly for y=ax2+bx+cy = ax^2 + bx + c. If you have vertex form y=a(xh)2+ky = a(x - h)^2 + k or factored form y=a(xr)(xs)y = a(x - r)(x - s), you must first expand or rearrange to get standard form so you can read off the values of aa, bb, and cc.
What does the vertex tell me in a real-world scenario?
The vertex gives the optimal value and when or where it occurs. If yy is profit and xx is quantity sold, the vertex shows the quantity that maximizes profit and the maximum profit itself. For a projectile, it shows when maximum height occurs and what that height is.
Do I have to calculate both hh and kk, or can I skip one?
If you only need the x-value of the turning point, calculate only h=b2ah = -\frac{b}{2a}. However, to answer questions about the actual maximum or minimum value, you must compute both coordinates using the full formulas.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18