Standard Form to Vertex Form Calculator

By Harmain Manzoor · Reviewed by Fahad Ullah

MathAlgebra·Last updated August 12, 2026
Standard Form to Vertex Form Calculator for converting quadratic equations.
Easily convert quadratic equations from standard form to vertex form.

A quadratic equation can be written in more than one way, and each version highlights something different about the parabola it represents. Standard form, written as ax² + bx + c, is usually the version you start with when solving a problem. Vertex form, written as a(x - h)² + k, shows the exact turning point of the graph without any extra calculation. This calculator takes the values of a, b, and c and converts them straight into vertex form, along with the vertex, the axis of symmetry, and a graph you can use to check your own work.

What is the difference between standard form and vertex form?

Standard form and vertex form describe the exact same parabola, just written from different angles. Standard form, ax² + bx + c, is the version most people meet first because the y-intercept is sitting right there as the value of c, and it is the easiest form to combine with other equations or plug into a system. Vertex form hides that convenience but gives you something standard form does not offer at a glance: the exact coordinates of the vertex, written as (h, k), without doing any further work.

Form

Equation

What It Shows Right Away

Best Used For

Standard Form

y = ax² + bx + c

The y-intercept, which is c

Quick calculations and combining equations

Vertex Form

y = a(x - h)² + k

The vertex (h, k) and the direction the parabola opens

Graphing and finding a maximum or minimum value

In both versions, a stays exactly the same number. It tells you whether the parabola opens upward or downward and how narrow or wide the curve is, so converting between the two forms never changes that value.

What is the formula for converting standard form to vertex form?

Converting from standard form to vertex form comes down to two short formulas. The x-coordinate of the vertex is h = -b / (2a), and the y-coordinate is k = c - b² / (4a). If you already have the discriminant, D = b² - 4ac, there is a shorter version of the same formula: k = -D / (4a). Either way, once h and k are known, you place them into a(x - h)² + k along with the original value of a, and the conversion is finished.

Take y = 2x² + 8x - 10 as an example. Here a = 2, b = 8, and c = -10.

h = -8 / (2 × 2) = -2

k = -10 - 8² / (4 × 2) = -10 - 8 = -18

So the vertex form of y = 2x² + 8x − 10 is y = 2(x + 2)² - 18, with a vertex at (−2, -18).

How do you calculate h and k step by step?

The formula above works every time, but it helps to see it broken into individual steps at least once. Take the equation y = 2x² + 7x + 6, where a = 2, b = 7, and c = 6.

Step 1: Identify a, b, and c from the equation. Here a = 2, b = 7, and c = 6.

Step 2: Find h using h = -b / (2a). That gives h = -7 / 4.

Step 3: Find k by substituting h back into the original equation, k = a(h)² + b(h) + c, which works out to k = -1/8.

Step 4: Write the vertex form using a, h, and k. The result is y = 2(x + 7/4)² - 1/8, with a vertex at (-7/4, -1/8).

A common slip at step 2 is dropping the negative sign in front of b, especially when b is already a negative number. Double-checking that sign before moving on saves a repeat calculation later.

How does completing the square convert standard form to vertex form?

Completing the square is the manual method behind the h and k formula, and understanding it makes the shortcut easier to trust. The first move is to factor a out of the x² and x terms, before touching anything else. Skipping this step, or doing it after adding the square instead of before, is where most manual conversions go wrong when a is not 1.

Take y = 5x² + 10x + 2 as an example.

Step 1: Factor 5 out of the first two terms: y = 5(x² + 2x) + 2.

Step 2: Take half of the coefficient of x inside the parentheses, then square it. Half of 2 is 1, and 1² = 1.

Step 3: Add and subtract that number inside the parentheses: y = 5(x² + 2x + 1 - 1) + 2.

Step 4: Rewrite the perfect square and simplify: y = 5(x + 1)² - 5(1) + 2, which becomes y = 5(x + 1)² - 3.

Notice that the 1 being subtracted was multiplied by the 5 once it was pulled back outside the parentheses. Forgetting that multiplication is the single most common arithmetic error in this method.

How do you use the standard form to vertex form calculator?

Using the calculator above does not require remembering either method. Enter the values of a, b, and c from your equation into the input fields, then select convert. The tool returns the vertex form, the vertex itself, the axis of symmetry, and a graph, all within a second or two. It accepts decimals, negative numbers, and fractions, so there is no need to simplify your equation before typing it in.

What do the calculator results tell you?

Once you convert, the output panel breaks the answer into pieces that are easy to connect back to your original equation. The vertex form equation is the direct answer to the conversion. The vertex, (h, k), is the single highest or lowest point on the curve. Whether that point is a maximum or a minimum depends on the sign of a: positive means the parabola opens upward and the vertex is a minimum, negative means it opens downward and the vertex is a maximum. The axis of symmetry, the vertical line x = h, is included as well, since it comes from the same h value already calculated.

What mistakes commonly happen when converting to vertex form?

Most conversion errors trace back to a small number of repeatable slips. Knowing them ahead of time makes it much easier to catch a wrong answer before it becomes a bigger problem later in a graphing or optimization question.

Common Mistake

What Goes Wrong

How to Fix It

Forgetting to distribute a back through the parenthesis

The constant term ends up wrong, which shifts k

Multiply the subtracted value by a before combining it with the outside constant

Mishandling the negative sign in h = −b / (2a)

The vertex lands on the wrong side of the y-axis

Write out the sign of b first, then apply the formula's negative separately

Factoring a out after completing the square instead of before

The squared term stops matching the rest of the equation

Always factor a out of both the x² and x terms first, before adding anything

Skipping verification

A small arithmetic error goes unnoticed

Expand the finished vertex form back out and confirm it matches the original standard form

How do you convert vertex form back to standard form?

Going the other direction is more straightforward, since it only involves expanding rather than factoring. Expand the squared binomial, distribute a across every term, and combine anything that matches.

Take y = 3(x + 2)² + 1 as an example.

Step 1: Expand the square: y = 3(x² + 4x + 4) + 1.

Step 2: Distribute the 3: y = 3x² + 12x + 12 + 1.

Step 3: Combine the constants: y = 3x² + 12x + 13.

This is the same equation, just written in standard form. If your calculator supports both directions, it can run this conversion just as quickly as the forward one.

How does vertex form help with graphing and solving a parabola?

Once an equation is in vertex form, the vertex, the axis of symmetry, and the direction the parabola opens are all sitting in plain sight, which is exactly why vertex form is the version most people reach for when they need to sketch a graph or solve a real-world optimization problem, like finding the maximum height of a thrown object or the minimum cost in a pricing model. The same conversion also connects to a handful of related ideas worth knowing on their own.

How do you find the axis of symmetry of a parabola?

The axis of symmetry is the vertical line x = h that runs directly through the vertex, splitting the parabola into two mirror-image halves. It uses the same h value already calculated for vertex form, so there is no separate formula to learn. If you want to explore this on its own, the axis of symmetry calculator walks through it using either form of the equation.

How does the quadratic formula relate to finding the vertex?

The quadratic formula finds where a parabola crosses the x-axis, and those two roots happen to sit exactly the same distance from the vertex on either side. That means the vertex's x-coordinate is just the midpoint of the two roots, which is another way of arriving at the same h = −b / (2a) value. For solving the full equation and finding those roots directly, the quadratic formula calculator handles that separately.

When is a completing the square calculator more useful than a vertex form calculator?

This vertex form calculator is built for a fast, final answer. If you need to see every intermediate step written out, whether for homework, a test, or just to double-check your own manual work, the completing the square calculator shows the full process instead of skipping to the result.

How do you graph a parabola once it is in vertex form?

With the vertex and the sign of a already known, graphing becomes a matter of plotting one point and mirroring a few more across the axis of symmetry. For an interactive version that plots the curve automatically, the parabola graphing calculator takes the vertex form output and draws it out for you.

How is factored form different from vertex form?

Factored form, written as a(x - r₁)(x - r₂), reveals the roots of the parabola instead of the vertex. Both forms come from the same standard form equation, they just answer different questions.

Form

Equation

What It Reveals

Standard Form

y = ax² + bx + c

The y-intercept

Vertex Form

y = a(x - h)² + k

The vertex and direction of opening

Factored Form

y = a(x - r1)(x - r2)

The x-intercepts, or roots

If your equation has real roots and you want it written that way instead, the factored form calculator handles that conversion.

Can the coefficient a be zero or negative in vertex form?

A can never be zero. Without it, the x² term disappears entirely and the equation becomes a straight line instead of a parabola. This is the same reason a is a required input in the quadratic formula calculator as well. A negative value of a is perfectly fine, and just means the parabola opens downward instead of upward.

Do you need the vertex alone to write the equation in vertex form?

Knowing the vertex by itself is not enough, since an infinite number of parabolas can share the exact same vertex with different values of a. You need either the original standard form equation or one more known point on the curve to pin a down. If you only have a vertex and a nearby point and want to test which equation fits, the vertex to standard form calculator can help confirm it.

What is the fastest way to convert without doing completing the square by hand?

The h = -b / (2a), k = f(h) shortcut and the calculator at the top of this page are both faster than completing the square by hand. Completing the square is still worth practicing on its own, especially before a test, since it builds the reasoning behind the shortcut rather than just the answer. For that kind of step-by-step practice, the completing the square calculator is the better option to use alongside the one on this page.


Related Calculators

System of Inequalities Calculator

Instantly solve systems of linear and non-linear inequalities step-by-step with interactive overlapping shaded regions, solid/dashed boundary lines, and 2D/3D graphs.

Leave Your Feedback

Help us improve this calculator

Rating

Recent Feedback

No feedback yet.