Vertex Form

Vertex Form reveals a parabola's vertex and axis of symmetry at a glance, making it ideal for transformations and optimization problems.

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

Solve a problem with Vertex Form

Type the problem. The solver will use Vertex Form where Vertex Form 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 Form takes
aa
hh
kk
xx
yy
Vertex Form
SymbolMeaning
aaThe leading coefficient controlling the parabola's width and direction: positive means it opens upward, negative means downward; confusing it with the vertex x-coordinate ruins the shape.
hhThe x-coordinate of the vertex, where the parabola reaches its minimum or maximum; students often forget the minus sign in (xh)(x - h), flipping the vertex's location.
kkThe y-coordinate of the vertex; it is the maximum value (if a<0a < 0) or minimum value (if a>0a > 0) of the entire function.
xxThe independent variable representing input values; it is an unknown when solving, or a known value when evaluating the function.
yyThe dependent variable representing the output or function value; y=a(xh)2+ky = a(x - h)^2 + k for any input xx.

When to use it

Use Vertex Form when you need to find the vertex, understand transformations, or solve optimization problems involving parabolas.

Level

Usually taught in: Algebra I · Appears on: SAT, ACT

Worked examples

1. Convert standard form to Vertex Form with small integers

Problem

Write y=2x28x+5y = 2x^2 - 8x + 5 in Vertex Form and identify the vertex.
  1. y=2x28x+5y = 2x^2 - 8x + 5

    This is in standard form; we will complete the square to reach Vertex Form.

  2. y=2(x24x)+5y = 2(x^2 - 4x) + 5

    Factor out the leading coefficient a=2a = 2 from the first two terms.

  3. y=2(x24x+4)+524y = 2(x^2 - 4x + 4) + 5 - 2 \cdot 4

    Complete the square by adding (4÷2)2=4(-4 \div 2)^2 = 4 inside, then subtract 24=82 \cdot 4 = 8 outside to balance.

  4. y=2(x2)2+58y = 2(x - 2)^2 + 5 - 8

    Rewrite the trinomial as a binomial squared: x24x+4=(x2)2x^2 - 4x + 4 = (x - 2)^2.

  5. y=2(x2)23y = 2(x - 2)^2 - 3

    Combine the constants: 58=35 - 8 = -3.

Answer: y=2(x2)23y = 2(x - 2)^2 - 3

Completing the square transforms standard form into Vertex Form by creating a perfect square trinomial. The vertex is (2,3)(2, -3), readable directly from the coefficients.

2. Convert with a negative leading coefficient

Problem

Convert y=x2+6x11y = -x^2 + 6x - 11 to Vertex Form and determine whether the vertex is a maximum or minimum.
  1. y=x2+6x11y = -x^2 + 6x - 11

    This is in standard form. The leading coefficient is a=1a = -1 (negative), so the parabola opens downward.

  2. y=(x26x)11y = -(x^2 - 6x) - 11

    Factor out 1-1 from the first two terms, being careful with the sign.

  3. y=(x26x+99)11y = -(x^2 - 6x + 9 - 9) - 11

    Add and subtract 99 inside the parentheses (since (6÷2)2=9(6 \div 2)^2 = 9) to complete the square.

  4. y=(x26x+9)+911y = -(x^2 - 6x + 9) + 9 - 11

    Distribute the negative sign: (9)=+9-(-9) = +9 contributes outside.

  5. y=(x3)22y = -(x - 3)^2 - 2

    Factor the trinomial x26x+9=(x3)2x^2 - 6x + 9 = (x - 3)^2 and combine constants: 911=29 - 11 = -2.

Answer: y=(x3)22y = -(x - 3)^2 - 2

Since a=1<0a = -1 < 0, the parabola opens downward with vertex at (3,2)(3, -2), which is a maximum point.

3. Find maximum profit from a coffee shop word problem

Problem

A coffee shop models its daily profit (in dollars) as P(x)=2(x5)2+50P(x) = -2(x - 5)^2 + 50, where xx is the number of hours after 8 AM opening time. What is the maximum daily profit, and at what time does it occur?
  1. P(x)=2(x5)2+50P(x) = -2(x - 5)^2 + 50

    The function is already in Vertex Form P=a(xh)2+kP = a(x - h)^2 + k with a=2a = -2, h=5h = 5, and k=50k = 50.

  2. x=h=5x = h = 5

    The vertex occurs at x=5x = 5 hours after 8 AM, which is 1 PM (the time when (x5)2=0(x - 5)^2 = 0).

  3. P(5)=2(55)2+50=2(0)+50=50P(5) = -2(5 - 5)^2 + 50 = -2(0) + 50 = 50

    Substitute x=5x = 5 to find the maximum profit; the squared term equals zero at the vertex.

Answer: Pmax=50 dollars at x=5 (1 PM)P_{\text{max}} = 50 \text{ dollars at } x = 5 \text{ (1 PM)}

Vertex Form reveals the maximum profit and when it occurs immediately: since a=2<0a = -2 < 0, the vertex (5,50)(5, 50) is a maximum, so the shop earns its highest profit of $50 dollars at 1 PM.

Common mistakes

Where Vertex Form usually goes wrong
Answer came out wrong
Writing y=a(x+h)2+ky = a(x + h)^2 + k when the standard form should yield (xh)(x - h).
Always write (xh)(x - h) to match Vertex Form exactly. If completing the square gives (x+3)2(x + 3)^2, that means h=3h = -3, not h=3h = 3.
When completing the square, adding a constant inside the parentheses but forgetting to subtract it outside, or not accounting for the leading coefficient.
After adding cc inside the parentheses, subtract aca \cdot c outside. For example, in y=3(x26x+9)+5y = 3(x^2 - 6x + 9) + 5, you added 99 inside, so subtract 39=273 \cdot 9 = 27 outside: y=3(x3)2+527=3(x3)222y = 3(x - 3)^2 + 5 - 27 = 3(x - 3)^2 - 22.
Reading the vertex as (h,k)(-h, k) or (h,k)(h, -k) instead of (h,k)(h, k), or flipping the sign of one coordinate.
Extract hh and kk from the form as written, with no changes. In y=4(x7)2+3y = 4(x - 7)^2 + 3, the vertex is (7,3)(7, 3). In y=2(x+1)25y = 2(x + 1)^2 - 5, rewrite as y=2(x(1))25y = 2(x - (-1))^2 - 5, giving vertex (1,5)(-1, -5).
The mistakeWhy it is wrongThe fix
Writing y=a(x+h)2+ky = a(x + h)^2 + k when the standard form should yield (xh)(x - h).Changing (xh)(x - h) to (x+h)(x + h) flips the vertex's location across the y-axis, placing it at the wrong x-coordinate.Always write (xh)(x - h) to match Vertex Form exactly. If completing the square gives (x+3)2(x + 3)^2, that means h=3h = -3, not h=3h = 3.
When completing the square, adding a constant inside the parentheses but forgetting to subtract it outside, or not accounting for the leading coefficient.If you add 4 inside a term with coefficient a=3a = 3, you have effectively added 34=123 \cdot 4 = 12 to the entire equation, changing the function's values.After adding cc inside the parentheses, subtract aca \cdot c outside. For example, in y=3(x26x+9)+5y = 3(x^2 - 6x + 9) + 5, you added 99 inside, so subtract 39=273 \cdot 9 = 27 outside: y=3(x3)2+527=3(x3)222y = 3(x - 3)^2 + 5 - 27 = 3(x - 3)^2 - 22.
Reading the vertex as (h,k)(-h, k) or (h,k)(h, -k) instead of (h,k)(h, k), or flipping the sign of one coordinate.The Vertex Form y=a(xh)2+ky = a(x - h)^2 + k gives the vertex directly as (h,k)(h, k) with no sign changes. Flipping any sign moves the vertex to an incorrect location.Extract hh and kk from the form as written, with no changes. In y=4(x7)2+3y = 4(x - 7)^2 + 3, the vertex is (7,3)(7, 3). In y=2(x+1)25y = 2(x + 1)^2 - 5, rewrite as y=2(x(1))25y = 2(x - (-1))^2 - 5, giving vertex (1,5)(-1, -5).

Tips and when to use something else

  • Vertex Form is perfect if the problem gives or asks for the vertex, but use standard form if you're given three points or the two roots.
  • The sign of aa determines the shape: if a>0a > 0, the vertex is a minimum (opens upward); if a<0a < 0, the vertex is a maximum (opens downward).
  • To find roots from Vertex Form, set y=0y = 0 and solve: 0=a(xh)2+k0 = a(x - h)^2 + k(xh)2=ka(x - h)^2 = -\frac{k}{a}x=h±kax = h \pm \sqrt{-\frac{k}{a}}; use the Quadratic Formula if this gets complicated.
  • Vertex Form reveals transformations instantly: (x3)(x - 3) shifts right 3 units, (x+2)(x + 2) shifts left 2 units, and +k+ k shifts vertically by kk units.

Frequently asked questions

What is the difference between Vertex Form and standard form?
Standard form is y=ax2+bx+cy = ax^2 + bx + c, used when fitting a parabola to three points or expanding factored form. Vertex Form y=a(xh)2+ky = a(x - h)^2 + k reveals the vertex and axis of symmetry immediately, making it ideal for optimization and transformations. You can convert between them by completing the square (standard → Vertex) or by expanding (Vertex → standard).
How do I find the vertex if the equation is not in Vertex Form?
If you have standard form y=ax2+bx+cy = ax^2 + bx + c, use the formula x=b2ax = -\frac{b}{2a} to find the x-coordinate, then substitute to find yy. Alternatively, complete the square to convert to Vertex Form and read the vertex directly. If you know the two roots r1r_1 and r2r_2, the x-coordinate of the vertex is their average: x=r1+r22x = \frac{r_1 + r_2}{2}.
Why does the (xh)(x - h) term shift the parabola to the right?
The expression (xh)(x - h) equals zero when x=hx = h, making that the axis of symmetry. Moving from (x0)(x - 0) to (xh)(x - h) shifts the axis from x=0x = 0 to x=hx = h, pushing the entire parabola right by hh units. This is why Vertex Form is so useful: transformations are obvious by inspecting the formula.
Can aa, hh, or kk be fractions or decimals?
Yes, absolutely. For example, y=12(x3.5)2+2.1y = \frac{1}{2}(x - 3.5)^2 + 2.1 is valid Vertex Form with vertex at (3.5,2.1)(3.5, 2.1). Fractions and decimals appear frequently when completing the square and in real-world applications modeling physical phenomena.

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