Vertex Form Calculator

Enter the equation of a parabola in any form to get its vertex form, the coordinates of its vertex, and see the step-by-step solution along with its graph.

Quick Examples

Rate this tool

How to Use the Calculator

This online vertex form solver is a mathematical tool designed to process and transform any quadratic expression. The solver analyzes your input, returns the main geometric properties, and generates the step-by-step solution along with its graphical representation.

When we talk about vertex form (also known as standard form in some contexts, though typically vertex form) we refer to the structure y = a(x - h)2 + k for vertical parabolas (like quadratic functions), or x = a(y - k)2 + h for horizontal parabolas. In this format, the (h, k) values directly reveal the coordinates of the curve's vertex.

How to enter your equation:

  • Format freedom: Type the equation into the available field. You can enter it in standard form (for example, y = 2x2 - 12x + 13), factored form, implicit form (set equal to zero), or completely unsimplified.
  • Function and horizontal notation: The program automatically recognizes function notation (such as f(x), g(x)) and treats it the same way. If you are working with parabolas that open to the right or left, simply enter your equation in terms of x (for example, x = y2 + 6y - 7).
  • Numeric support: The algorithm supports integer coefficients, decimals, exact fractions, and irrational roots. These values are kept symbolically throughout the calculation to prevent premature rounding errors.

Once the expression is processed, the solver will generate a detailed algebraic report with the vertex form, the standard form, and the vertex coordinates, in addition to the step-by-step procedure consisting of:

  1. Normalization and identification: If the equation is not in standard form (y = ax2 + bx + c), the system will perform the necessary operations to simplify it and extract the coefficients a, b, and c.
  2. Analytical calculation of the vertex: Using the extracted coefficients, the tool will apply the corresponding formulas to find the vertex coordinates step by step.
  3. Vertex form construction: Finally, the solver will assemble the equation by substituting the leading coefficient and the vertex coordinates into the final structure.

Solved Exercises

Calculate the vertex form of the parabola \(y = x^2 - 4x + 3.\)

Result

Vertex form

$$ y = \left(x - 2\right)^2 - 1 $$

Standard form

$$ y = x^{2}-4 x+3 $$

Vertex coordinates

$$ V\left(2, -1\right) $$

Step-by-step solution

1. Identify the equation and its coefficients.

The equation to work with is:

$$ y = x^{2}-4 x+3 $$

We extract its coefficients by comparing it with the form y = ax2 + bx + c:

$$ a = 1 \quad b = -4 \quad c = 3 $$

2. Calculate the vertex coordinates.

We use the coefficients to find the vertex V(h, k). First, we calculate the h-coordinate:

$$ h = \dfrac{-b}{2a} \\[1em] h = \dfrac{-\left(-4\right)}{2\left(1\right)} \\[1em] h = 2 $$

Next, we evaluate the function at h to obtain the k-coordinate:

$$ k = \left(2\right)^2 - 4\left(2\right) + 3 \\[1em] k = -1 $$

Therefore, the vertex is located at:

$$ V\left(2, -1\right) $$

3. Construct the vertex form equation.

We substitute the obtained values for the vertex and the coefficient a into the vertex form structure:

$$ y = a(x - h)^2 + k $$
$$ y = \left(x - 2\right)^2 - 1 $$
Graph on the Cartesian plane of a vertical parabola opening upward, its vertex, and its vertex form equation. Example 1.
Graph of the parabola
Find the vertex form equation of the parabola \(y = -3x^2 + 6x.\)

Result

Equation in vertex form

$$ y = -3\left(x - 1\right)^2 + 3 $$

Equation in standard form

$$ y = -3 x^{2}+6 x $$

Vertex coordinates

$$ V\left(1, 3\right) $$

Step-by-step solution

1. Identify the equation and its coefficients.

The equation to work with is:

$$ y = -3 x^{2}+6 x $$

We extract its coefficients by comparing it with the form y = ax2 + bx + c:

$$ a = -3 \quad b = 6 \quad c = 0 $$

2. Calculate the vertex coordinates.

We use the coefficients to find the vertex V(h, k). First, we calculate the h-coordinate:

$$ h = \dfrac{-b}{2a} \\[1em] h = \dfrac{-6}{2\left(-3\right)} \\[1em] h = 1 $$

Next, we evaluate the function at h to obtain the k-coordinate:

$$ k = -3\left(1\right)^2 + 6\left(1\right) \\[1em] k = 3 $$

Therefore, the vertex is located at:

$$ V\left(1, 3\right) $$

3. Construct the vertex form equation.

We substitute the obtained values for the vertex and the coefficient a into the vertex form structure:

$$ y = a(x - h)^2 + k $$
$$ y = -3\left(x - 1\right)^2 + 3 $$
Graph on the Cartesian plane of a vertical parabola opening downward, its vertex, and its vertex form equation. Example 2.
Graph of the parabola
Determine the vertex form equation of the parabola \(y = \dfrac{1}{2}(x + 4)(x - 2).\)

Result

Equation in vertex form

$$ y = \dfrac{1}{2}\left(x + 1\right)^2 - \dfrac{9}{2} $$

Equation in standard form

$$ y = \dfrac{x^{2}}{2}+x-4 $$

Vertex coordinates

$$ V\left(-1, -\dfrac{9}{2}\right) = \left(-1, -4.5\right) $$

Step-by-step solution

1. Normalize the equation and extract its coefficients.

The equation to work with is:

$$ y = \dfrac{\left(x+4\right) \left(x-2\right)}{2} $$

We convert the equation to its standard form by expanding the corresponding algebraic operations:

$$ y = \dfrac{x^{2}}{2}+x-4 $$

We extract its coefficients by comparing it with the form y = ax2 + bx + c:

$$ a = \dfrac{1}{2} \quad b = 1 \quad c = -4 $$

2. Calculate the vertex coordinates.

We use the coefficients to find the vertex V(h, k). First, we calculate the h-coordinate:

$$ h = \dfrac{-b}{2a} \\[1em] h = \dfrac{-1}{2\left(\dfrac{1}{2}\right)} \\[1em] h = -1 $$

Next, we evaluate the function at h to obtain the k-coordinate:

$$ k = \dfrac{1}{2}\left(-1\right)^2 + 1\left(-1\right) - 4 \\[1em] k = -\dfrac{9}{2} $$

Therefore, the vertex is located at:

$$ V\left(-1, -\dfrac{9}{2}\right) = \left(-1, -4.5\right) $$

3. Construct the vertex form equation.

We substitute the obtained values for the vertex and the coefficient a into the vertex form structure:

$$ y = a(x - h)^2 + k $$
$$ y = \dfrac{1}{2}\left(x + 1\right)^2 - \dfrac{9}{2} $$
Graph on the Cartesian plane of a vertical parabola opening upward, its vertex, and its vertex form equation. Example 3.
Find the vertex form of the quadratic function \(f(x) = -2x^2 -5x - 1\)

Result

Equation in vertex form

$$ y = -2\left(x + \dfrac{5}{4}\right)^2 + \dfrac{17}{8} $$

Equation in standard form

$$ y = -2 x^{2}-5 x-1 $$

Vertex coordinates

$$ V\left(-\dfrac{5}{4}, \dfrac{17}{8}\right) = \left(-1.25, 2.125\right) $$

Step-by-step solution

1. Identify the equation and its coefficients.

The equation to work with is:

$$ f(x) = -2 x^{2}-5 x-1 $$

We extract its coefficients by comparing it with the form y = ax2 + bx + c:

$$ a = -2 \quad b = -5 \quad c = -1 $$

2. Calculate the vertex coordinates.

We use the coefficients to find the vertex V(h, k). First, we calculate the h-coordinate:

$$ h = \dfrac{-b}{2a} \\[1em] h = \dfrac{-\left(-5\right)}{2\left(-2\right)} \\[1em] h = -\dfrac{5}{4} $$

Next, we evaluate the function at h to obtain the k-coordinate:

$$ k = -2\left(-\dfrac{5}{4}\right)^2 - 5\left(-\dfrac{5}{4}\right) - 1 \\[1em] k = \dfrac{17}{8} $$

Therefore, the vertex is located at:

$$ V\left(-\dfrac{5}{4}, \dfrac{17}{8}\right) = \left(-1.25, 2.125\right) $$

3. Construct the vertex form equation.

We substitute the obtained values for the vertex and the coefficient a into the vertex form structure:

$$ y = a(x - h)^2 + k $$
$$ y = -2\left(x + \dfrac{5}{4}\right)^2 + \dfrac{17}{8} $$
Graph on the Cartesian plane of a vertical parabola opening downward, its vertex, and its vertex form equation. Example 4.

Related Tools

Daniel Machado

Professor of Mathematics, graduated from the Faculty of Exact, Chemical and Natural Sciences of the National University of Misiones (UNAM). Developer and creator of RigelUp, dedicated to building tools for mathematical learning.