Skip to main content
math

Vertex Form Calculator

Convert a quadratic equation from standard form (ax² + bx + c) to vertex form a(x - h)² + k and identify the vertex.

Reviewed by Chase FloiedUpdated

This free online vertex form calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Coefficient of x²

Coefficient of x

Constant term

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Vertex Form Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Vertex Form Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Vertex Form Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Vertex Form Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Vertex Form Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Convert a quadratic equation from standard form (ax² + bx + c) to vertex form a(x - h)² + k and identify the vertex. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Vertex Form Calculator

The vertex form of a quadratic equation, y = a(x - h)² + k, explicitly reveals the vertex of the parabola at the point (h, k). Converting from standard form y = ax² + bx + c to vertex form is accomplished through completing the square, a fundamental algebraic technique. The vertex form is particularly valuable because it immediately shows the minimum or maximum value of the quadratic (k), the input that achieves it (h), the direction of opening (sign of a), and the stretch factor (|a|). This information is crucial for optimization problems, where finding the vertex means finding the optimal value. Physics students encounter vertex form when analyzing projectile motion — the vertex represents the peak height of the trajectory. Business applications include revenue optimization where the quadratic model peaks at the vertex. Graphing is also simpler in vertex form since the vertex provides a natural anchor point, and the parabola is symmetric about x = h. This calculator performs the algebraic conversion instantly.

The Math Behind It

Completing the square transforms y = ax² + bx + c into vertex form. Factor a from the first two terms: y = a(x² + (b/a)x) + c. Add and subtract (b/(2a))² inside the parentheses: y = a(x² + (b/a)x + b²/(4a²) - b²/(4a²)) + c = a(x + b/(2a))² - b²/(4a) + c. Setting h = -b/(2a) and k = c - b²/(4a) gives y = a(x - h)² + k. The vertex (h, k) is the minimum point when a > 0 and the maximum point when a < 0. The value k represents the extreme value of the quadratic function. The axis of symmetry is x = h, and the parabola is symmetric about this vertical line. Since (x - h)² ≥ 0 for all x, the function value is at least k when a > 0, confirming k as the minimum. The parameter a controls vertical stretching: |a| > 1 makes the parabola narrower, |a| < 1 makes it wider. The discriminant b² - 4ac determines the number of x-intercepts: positive means two real roots, zero means the vertex touches the x-axis, and negative means no real x-intercepts. In vertex form, the discriminant equals -4a·k when simplified, connecting the vertex position to the number of roots.

Formula Reference

Standard to Vertex Form

y = a(x - h)² + k, where h = -b/(2a) and k = c - b²/(4a)

Variables: a, b, c = standard form coefficients; h, k = vertex coordinates

Worked Examples

Example 1: Convert y = x² - 6x + 8

Convert y = x² - 6x + 8 to vertex form.

Step 1:h = -(-6)/(2×1) = 6/2 = 3
Step 2:k = 8 - (-6)²/(4×1) = 8 - 36/4 = 8 - 9 = -1
Step 3:a = 1 (unchanged)
Step 4:Vertex form: y = 1(x - 3)² + (-1) = (x - 3)² - 1

Vertex form: y = (x - 3)² - 1, vertex at (3, -1).

Example 2: Convert y = -2x² + 12x - 10

Convert y = -2x² + 12x - 10 to vertex form.

Step 1:h = -12/(2×(-2)) = -12/(-4) = 3
Step 2:k = -10 - 12²/(4×(-2)) = -10 - 144/(-8) = -10 + 18 = 8
Step 3:a = -2
Step 4:Vertex form: y = -2(x - 3)² + 8

Vertex form: y = -2(x - 3)² + 8, vertex at (3, 8). This parabola opens downward with maximum value 8.

Common Mistakes & Tips

  • !Forgetting the negative sign in h: the vertex form has (x - h), so if h = 3, the factor is (x - 3), not (x + 3).
  • !Incorrectly computing k by evaluating at the wrong point — k = f(h) = a(h²) + b(h) + c.
  • !Dropping the coefficient a when converting — the a in vertex form is the same as in standard form.
  • !Confusing vertex form y = a(x - h)² + k with factored form y = a(x - r₁)(x - r₂).

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Why is vertex form useful?

Vertex form immediately reveals the vertex (h, k), which is the maximum or minimum of the quadratic. This makes it invaluable for optimization problems and for graphing since you know the turning point without additional calculation.

How do I convert back from vertex to standard form?

Expand the square: a(x - h)² + k = a(x² - 2hx + h²) + k = ax² - 2ahx + ah² + k. So b = -2ah and c = ah² + k.

Does changing a affect the vertex position?

In standard form, a affects h and k because they depend on a. But in vertex form, if you specify h and k directly, changing a only changes the width and direction of the parabola, not the vertex position.