Algebra

Vertex Form of a Quadratic

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Standard form y=ax2+bx+cy = ax^2 + bx + c is useful, but it hides the vertex behind a formula. Vertex form puts the vertex front and center so you can read it directly from the equation. If you need to know where the peak or valley of a parabola sits — for a bridge arch, a profit curve, or a projectile path — vertex form is the fastest way to get there.

This page covers what vertex form is, how to read it, how to convert to and from standard form, and why it matters in practice.

What Is Vertex Form?

The vertex form of a quadratic function is:

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

where:

  • (h,k)(h, k) is the vertex of the parabola
  • aa controls the direction and width (same as in standard form)

That is the entire point of vertex form: the vertex (h,k)(h, k) is visible right in the equation. No formula needed.

Reading the Vertex

Be careful with the sign of hh. The form is y=a(xh)2+ky = a(x - h)^2 + k, with a minus sign before hh. This means:

  • y=2(x3)2+5y = 2(x - 3)^2 + 5 has vertex (3,5)(3, 5) — the hh is positive 3
  • y=2(x+4)21y = 2(x + 4)^2 - 1 has vertex (4,1)(-4, -1) — because (x+4)=(x(4))(x + 4) = (x - (-4)), so h=4h = -4
  • y=(x0)2+7=x2+7y = -(x - 0)^2 + 7 = -x^2 + 7 has vertex (0,7)(0, 7)

Example 1: Identify the vertex of y=3(x+2)2+9y = -3(x + 2)^2 + 9

Rewrite the expression inside the parentheses:

y=3(x(2))2+9y = -3(x - (-2))^2 + 9

So h=2h = -2 and k=9k = 9.

Vertex: (2,9)(-2, 9)

Since a=3<0a = -3 < 0, the parabola opens downward. The vertex is the maximum point.

Example 2: Identify the vertex of y=12(x5)24y = \frac{1}{2}(x - 5)^2 - 4

Reading directly: h=5h = 5, k=4k = -4.

Vertex: (5,4)(5, -4)

Since a=1/2>0a = 1/2 > 0, the parabola opens upward. The vertex is the minimum point. The parabola is also wider than y=x2y = x^2 because a<1|a| < 1.

Converting from Standard Form to Vertex Form

The key technique is completing the square. If you have already studied that topic, this is a direct application. Here is the step-by-step process.

Given y=ax2+bx+cy = ax^2 + bx + c:

Step 1 — Factor aa out of the first two terms (leave cc outside):

y=a ⁣(x2+bax)+cy = a\!\left(x^2 + \frac{b}{a}x\right) + c

Step 2 — Complete the square inside the parentheses. Take half the coefficient of xx, square it, and add/subtract it:

y=a ⁣(x2+bax+(b2a)2(b2a)2)+cy = a\!\left(x^2 + \frac{b}{a}x + \left(\frac{b}{2a}\right)^2 - \left(\frac{b}{2a}\right)^2\right) + c

Step 3 — Rewrite the perfect square trinomial and distribute the (b2a)2-\left(\frac{b}{2a}\right)^2 outside:

y=a ⁣(x+b2a)2+cb24ay = a\!\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}

Now you have vertex form with h=b2ah = -\frac{b}{2a} and k=cb24ak = c - \frac{b^2}{4a}.

Let us see this with concrete numbers.

Example 3: Convert y=2x212x+14y = 2x^2 - 12x + 14 to vertex form

Step 1 — Factor out a=2a = 2 from the xx terms:

y=2(x26x)+14y = 2(x^2 - 6x) + 14

Step 2 — Complete the square. Half of 6-6 is 3-3. Squaring: (3)2=9(-3)^2 = 9.

y=2(x26x+99)+14y = 2(x^2 - 6x + 9 - 9) + 14

Step 3 — Rewrite:

y=2 ⁣((x3)29)+14=2(x3)218+14y = 2\!\left((x - 3)^2 - 9\right) + 14 = 2(x - 3)^2 - 18 + 14

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

Vertex form: y=2(x3)24y = 2(x - 3)^2 - 4

Vertex: (3,4)(3, -4)

Check: The vertex xx-coordinate should be b/(2a)=12/4=3-b/(2a) = 12/4 = 3, and y(3)=2(9)36+14=4y(3) = 2(9) - 36 + 14 = -4. Confirmed.

Example 4: Convert y=x2+8x10y = -x^2 + 8x - 10 to vertex form

Step 1 — Factor out a=1a = -1:

y=(x28x)10y = -(x^2 - 8x) - 10

Step 2 — Complete the square. Half of 8-8 is 4-4. Squaring: (4)2=16(-4)^2 = 16.

y=(x28x+1616)10y = -(x^2 - 8x + 16 - 16) - 10

Step 3 — Rewrite:

y= ⁣((x4)216)10=(x4)2+1610y = -\!\left((x - 4)^2 - 16\right) - 10 = -(x - 4)^2 + 16 - 10

y=(x4)2+6y = -(x - 4)^2 + 6

Vertex form: y=(x4)2+6y = -(x - 4)^2 + 6

Vertex: (4,6)(4, 6)

Example 5: Convert y=3x2+6x+1y = 3x^2 + 6x + 1 to vertex form

Step 1 — Factor out a=3a = 3:

y=3(x2+2x)+1y = 3(x^2 + 2x) + 1

Step 2 — Half of 22 is 11. Squaring: 12=11^2 = 1.

y=3(x2+2x+11)+1y = 3(x^2 + 2x + 1 - 1) + 1

Step 3 — Rewrite:

y=3(x+1)23+1=3(x+1)22y = 3(x + 1)^2 - 3 + 1 = 3(x + 1)^2 - 2

Vertex form: y=3(x+1)22y = 3(x + 1)^2 - 2

Vertex: (1,2)(-1, -2)

Converting from Vertex Form to Standard Form

Going the other direction is straightforward — just expand the squared term and simplify.

Example 6: Convert y=4(x1)2+3y = 4(x - 1)^2 + 3 to standard form

Step 1 — Expand (x1)2(x - 1)^2:

(x1)2=x22x+1(x - 1)^2 = x^2 - 2x + 1

Step 2 — Multiply by a=4a = 4:

4(x22x+1)=4x28x+44(x^2 - 2x + 1) = 4x^2 - 8x + 4

Step 3 — Add k=3k = 3:

y=4x28x+4+3=4x28x+7y = 4x^2 - 8x + 4 + 3 = 4x^2 - 8x + 7

Standard form: y=4x28x+7y = 4x^2 - 8x + 7

Example 7: Convert y=2(x+3)2+5y = -2(x + 3)^2 + 5 to standard form

Step 1 — Expand (x+3)2(x + 3)^2:

(x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9

Step 2 — Multiply by a=2a = -2:

2(x2+6x+9)=2x212x18-2(x^2 + 6x + 9) = -2x^2 - 12x - 18

Step 3 — Add k=5k = 5:

y=2x212x18+5=2x212x13y = -2x^2 - 12x - 18 + 5 = -2x^2 - 12x - 13

Standard form: y=2x212x13y = -2x^2 - 12x - 13

Why Use Vertex Form?

Vertex form is especially useful when you need to:

  1. Read the vertex instantly — no calculation required
  2. Graph quickly — you know the vertex and direction immediately, then plot a few symmetric points
  3. Find the maximum or minimum — the kk-value is the answer, and hh tells you where it occurs
  4. Write an equation from a graph — if you can identify the vertex and one other point, you can determine aa

Example 8: Write the equation from a graph

A parabola has its vertex at (2,1)(2, -1) and passes through the point (4,7)(4, 7). Find the equation in vertex form.

Step 1 — Start with vertex form: y=a(x2)2+(1)=a(x2)21y = a(x - 2)^2 + (-1) = a(x - 2)^2 - 1

Step 2 — Substitute the known point (4,7)(4, 7):

7=a(42)21=4a17 = a(4 - 2)^2 - 1 = 4a - 1

8=4a    a=28 = 4a \implies a = 2

Equation: y=2(x2)21y = 2(x - 2)^2 - 1

Check: At x=2x = 2: y=2(0)1=1y = 2(0) - 1 = -1. At x=4x = 4: y=2(4)1=7y = 2(4) - 1 = 7. Confirmed.

Real-World Application: Carpentry — Designing a Parabolic Arch

A carpenter is building a decorative arch over a doorway. The doorway is 3 feet wide (from x=0x = 0 to x=3x = 3 feet), and the arch should peak at 1.5 feet above the top of the door frame, centered over the doorway.

The vertex is at the center of the doorway at the peak height: (1.5,1.5)(1.5, 1.5). The arch must touch the top of the frame at both sides, meaning y=0y = 0 at x=0x = 0 and x=3x = 3.

Step 1 — Use vertex form with vertex (1.5,1.5)(1.5, 1.5):

y=a(x1.5)2+1.5y = a(x - 1.5)^2 + 1.5

Step 2 — Substitute the point (0,0)(0, 0):

0=a(01.5)2+1.5=2.25a+1.50 = a(0 - 1.5)^2 + 1.5 = 2.25a + 1.5

1.5=2.25a    a=1.52.25=23-1.5 = 2.25a \implies a = -\frac{1.5}{2.25} = -\frac{2}{3}

Equation:

y=23(x1.5)2+1.5y = -\frac{2}{3}(x - 1.5)^2 + 1.5

Verify at x=3x = 3:

y=23(31.5)2+1.5=23(2.25)+1.5=1.5+1.5=0y = -\frac{2}{3}(3 - 1.5)^2 + 1.5 = -\frac{2}{3}(2.25) + 1.5 = -1.5 + 1.5 = 0 \checkmark

Now the carpenter can calculate the arch height at any point. For instance, at x=0.5x = 0.5 feet from the left edge:

y=23(0.51.5)2+1.5=23(1)+1.5=0.667+1.5=0.833 feety = -\frac{2}{3}(0.5 - 1.5)^2 + 1.5 = -\frac{2}{3}(1) + 1.5 = -0.667 + 1.5 = 0.833 \text{ feet}

The arch is about 10 inches high at that point. These measurements let the carpenter cut a precise template for the arch.

Comparing the Three Forms

Quadratic functions have three common forms. Each reveals different information at a glance:

FormEquationBest for
Standard formy=ax2+bx+cy = ax^2 + bx + cFinding the y-intercept (cc), applying the quadratic formula
Vertex formy=a(xh)2+ky = a(x - h)^2 + kReading the vertex (h,k)(h, k), graphing, max/min problems
Factored formy=a(xr1)(xr2)y = a(x - r_1)(x - r_2)Reading the x-intercepts (r1r_1 and r2r_2)

Being able to convert between forms is a core algebra skill. Completing the square takes you from standard to vertex form. Expanding takes you from vertex to standard form. Factoring (when possible) takes you from standard to factored form.

Common Mistakes to Avoid

  1. Sign error on hh. In y=2(x+3)21y = 2(x + 3)^2 - 1, the vertex is (3,1)(-3, -1), not (3,1)(3, -1). The form has a minus sign: (xh)(x - h). If the equation shows (x+3)(x + 3), then h=3h = -3.
  2. Forgetting to distribute aa after completing the square. When you add and subtract the completing-the-square constant inside parentheses that are multiplied by aa, the subtracted part must be multiplied by aa when brought outside. In Example 3, the 9-9 inside 2()2(\ldots) became 18-18 outside.
  3. Mixing up hh and kk. The vertex is (h,k)(h, k) where hh is horizontal and kk is vertical. Double-check which value goes with xx and which is the constant added at the end.
  4. Expanding incorrectly. When going from vertex to standard form, remember that (xh)2=x22hx+h2(x - h)^2 = x^2 - 2hx + h^2. The middle term has a factor of 22.
  5. Forgetting the +k+k when converting. After completing the square and distributing aa, do not forget to add the original constant cc (or equivalently, the kk value at the end).

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Identify the vertex and direction of y=5(x7)2+2y = 5(x - 7)^2 + 2.

The equation is already in vertex form with a=5a = 5, h=7h = 7, k=2k = 2.

Vertex: (7,2)(7, 2)

Since a=5>0a = 5 > 0, the parabola opens upward. The vertex is a minimum.

Answer: Vertex (7,2)(7, 2), opens upward.

Problem 2: Identify the vertex of y=4(x+1)26y = -4(x + 1)^2 - 6.

Rewrite: y=4(x(1))2+(6)y = -4(x - (-1))^2 + (-6)

h=1h = -1, k=6k = -6.

Answer: Vertex (1,6)(-1, -6), opens downward.

Problem 3: Convert y=x210x+21y = x^2 - 10x + 21 to vertex form.

Step 1 — Factor out a=1a = 1 (nothing changes): y=(x210x)+21y = (x^2 - 10x) + 21

Step 2 — Complete the square. Half of 10-10 is 5-5. Squaring: 2525.

y=(x210x+2525)+21=(x5)225+21y = (x^2 - 10x + 25 - 25) + 21 = (x - 5)^2 - 25 + 21

y=(x5)24y = (x - 5)^2 - 4

Answer: y=(x5)24y = (x - 5)^2 - 4. Vertex: (5,4)(5, -4).

Problem 4: Convert y=3x2+18x24y = -3x^2 + 18x - 24 to vertex form.

Step 1 — Factor out a=3a = -3:

y=3(x26x)24y = -3(x^2 - 6x) - 24

Step 2 — Half of 6-6 is 3-3. Squaring: 99.

y=3(x26x+99)24=3(x3)2+2724y = -3(x^2 - 6x + 9 - 9) - 24 = -3(x - 3)^2 + 27 - 24

y=3(x3)2+3y = -3(x - 3)^2 + 3

Answer: y=3(x3)2+3y = -3(x - 3)^2 + 3. Vertex: (3,3)(3, 3).

Problem 5: Convert y=2(x4)2+10y = -2(x - 4)^2 + 10 to standard form.

Step 1 — Expand: (x4)2=x28x+16(x - 4)^2 = x^2 - 8x + 16

Step 2 — Multiply by 2-2: 2x2+16x32-2x^2 + 16x - 32

Step 3 — Add 1010: y=2x2+16x32+10=2x2+16x22y = -2x^2 + 16x - 32 + 10 = -2x^2 + 16x - 22

Answer: y=2x2+16x22y = -2x^2 + 16x - 22

Problem 6: A parabola has vertex (0,8)(0, 8) and passes through (2,0)(2, 0). Write the equation in vertex form.

Start with y=a(x0)2+8=ax2+8y = a(x - 0)^2 + 8 = ax^2 + 8.

Substitute (2,0)(2, 0): 0=a(4)+8    4a=8    a=20 = a(4) + 8 \implies 4a = -8 \implies a = -2.

Answer: y=2x2+8y = -2x^2 + 8

Check at (2,0)(2, 0): y=2(4)+8=0y = -2(4) + 8 = 0. Confirmed.

Problem 7: A carpenter designs an arch that spans 4 feet wide and peaks 2 feet high at the center. Write the equation of the arch in vertex form, placing the left base at the origin.

The arch spans from x=0x = 0 to x=4x = 4. The vertex (peak) is at the center: (2,2)(2, 2).

y=a(x2)2+2y = a(x - 2)^2 + 2

Substitute (0,0)(0, 0): 0=a(4)+2    a=1/20 = a(4) + 2 \implies a = -1/2.

Answer: y=12(x2)2+2y = -\frac{1}{2}(x - 2)^2 + 2

Verify at (4,0)(4, 0): y=12(4)+2=2+2=0y = -\frac{1}{2}(4) + 2 = -2 + 2 = 0. Confirmed.

Key Takeaways

  • Vertex form y=a(xh)2+ky = a(x - h)^2 + k shows the vertex (h,k)(h, k) directly — no formula needed
  • Watch the sign: (x+3)(x + 3) means h=3h = -3, not h=3h = 3
  • Convert from standard form by completing the square: factor out aa, add/subtract the perfect square constant, rewrite
  • Convert to standard form by expanding the squared binomial and simplifying
  • Vertex form is ideal for graphing, optimization, and writing equations from graphs
  • All three forms (standard, vertex, factored) describe the same parabola — each form just makes different features easy to read

Return to Algebra 1 for more topics in this section.

Last updated: March 29, 2026