Vertex Form Calculator

Convert a quadratic function from standard form ax² + bx + c to vertex form a(x − h)² + k. Enter a, b, c and get the vertex (h, k) and the vertex form equation.

Understanding Vertex Form

Vertex form y = a(x − h)² + k reveals the parabola's vertex immediately: (h, k). The parameter a controls the width and direction. If a > 0, the parabola opens upward and (h, k) is the minimum. If a < 0, it opens downward and (h, k) is the maximum.

To convert from standard form y = ax² + bx + c, find h = −b/(2a). This is the x-coordinate of the vertex, derived from the symmetry of parabolas. Plug h into the original equation to find k = ah² + bh + c. Now rewrite the equation as a(x − h)² + k.

Completing the square is the algebraic method: factor out a from the x terms, complete the square inside the parentheses, then adjust the constant. Both approaches yield the same vertex form. Once there, graphing is simple: plot (h, k), use a to determine the parabola's shape, and sketch.

Graphing from Vertex Form

Start by plotting the vertex (h, k). This is your anchor point. The parabola is symmetric about the vertical line x = h. If a = 1, the parabola is the standard width. If |a| > 1, it's narrower (stretched vertically). If |a| < 1, it's wider (compressed). If a is negative, it opens downward.

Choose a few x values on either side of h, compute y, and plot points. The symmetry means you only need to compute points on one side and mirror them. For example, if (h + 1, y₁) is on the parabola, so is (h − 1, y₁). Connect the points smoothly to form the parabola.

Vertex form makes transformations transparent. y = (x − 3)² + 2 is the basic parabola y = x² shifted right 3 and up 2. y = −2(x + 1)² − 4 is flipped (opens down), stretched by factor 2, shifted left 1 and down 4. Reading these transformations from vertex form is instant.

Applications of Vertex Form

Vertex form is essential in optimization. If you're modeling profit, revenue, or height as a quadratic, the vertex gives the maximum or minimum. For a projectile, the vertex is the peak of the trajectory. In business, it might be the price that maximizes revenue.

In physics, quadratic functions model motion under constant acceleration. The vertex tells you when maximum height is reached. In engineering, parabolic shapes appear in satellite dishes, bridges, and arches, and vertex form helps design and analyze them.

Even in data fitting, if a scatter plot looks parabolic, fitting a quadratic and converting to vertex form highlights the turning point, making the model interpretable. Vertex form bridges algebra and real-world meaning, turning abstract coefficients into actionable insights.

Frequently Asked Questions

What is vertex form?

Vertex form of a quadratic is y = a(x − h)² + k, where (h, k) is the vertex of the parabola. It immediately shows the parabola's peak or valley and makes graphing straightforward.

How do you convert from standard to vertex form?

Use completing the square or the vertex formula h = −b/(2a), k = c − b²/(4a). This calculator applies those formulas to find h and k, then writes the equation as a(x − h)² + k.

What does the vertex represent?

The vertex (h, k) is the parabola's turning point. If a > 0, it's the minimum. If a < 0, it's the maximum. The x-coordinate h is the axis of symmetry, and k is the minimum or maximum y value.

Why use vertex form instead of standard form?

Vertex form makes the vertex obvious and simplifies graphing. You can see the shift from the parent function y = x². It's also easier to identify transformations (stretches, reflections, translations).

Can you find the vertex without converting to vertex form?

Yes. Use h = −b/(2a) and plug h into y = ax² + bx + c to find k. The vertex is (h, k). Vertex form just packages this information neatly in the equation itself.