Vertex Form Calculator

Use this Vertex Form Calculator to enter values, adjust options, and review results in a compact responsive workspace.

Results are calculated automatically as you enter data.

Formula and steps
Vertex form

▼ See explanations and tips below ▼

What Is Vertex Form?

Vertex form is a way to write a quadratic function so that its turning point is easy to see. A quadratic function is usually a degree-two function whose graph is a parabola, a U-shaped curve that opens upward or downward.

The two forms used most often are standard form and vertex form:

$$ f(x)=ax^2+bx+c $$
$$ f(x)=a(x-h)^2+k $$

In vertex form, the point \((h,k)\) is the vertex of the parabola. The vertex is the point where the graph changes direction. If the parabola opens upward, the vertex is the lowest point. If it opens downward, the vertex is the highest point.

Vertex form is useful because it connects an equation directly to the graph. Instead of first doing several steps to find the turning point, you can read it from the equation.


Why Vertex Form Matters

Vertex form helps make quadratic functions easier to understand, graph, and compare. It is especially useful when the main question is about a maximum, a minimum, or the shape of a parabola.

For example, vertex form can help you quickly answer questions such as:

  • Where is the turning point of the graph?
  • Does the parabola open upward or downward?
  • What is the minimum or maximum value of the function?
  • What vertical line divides the parabola into two matching halves?
  • How does changing one part of the equation move or reshape the graph?

Students often meet vertex form when graphing quadratics, completing the square, studying function transformations, and solving real-world maximum or minimum problems.


Key Terms to Know

  • Quadratic function: A function that can be written in the form \(f(x)=ax^2+bx+c\), where \(a\ne0\).
  • Standard form: The form \(f(x)=ax^2+bx+c\). It clearly shows the coefficients \(a\), \(b\), and \(c\).
  • Vertex form: The form \(f(x)=a(x-h)^2+k\). It clearly shows the vertex \((h,k)\).
  • Vertex: The turning point of a parabola. It is a minimum point when the parabola opens upward and a maximum point when it opens downward.
  • Axis of symmetry: The vertical line \(x=h\) that passes through the vertex and splits the parabola into two matching halves.
  • Opening direction: The direction the parabola opens. A positive \(a\) opens upward, and a negative \(a\) opens downward.
  • Y-intercept: The point where the graph crosses the y-axis. In standard form, the y-intercept is \((0,c)\).

How Vertex Form Works

Vertex form is built around the idea that a basic parabola can be shifted, stretched, compressed, or reflected.

The general vertex form is:

$$ f(x)=a(x-h)^2+k $$

Where:

  • \(a\) controls the opening direction and vertical stretch or compression.
  • \(h\) is the x-coordinate of the vertex.
  • \(k\) is the y-coordinate of the vertex.
  • \((h,k)\) is the vertex.
  • \(x=h\) is the axis of symmetry.

The sign of \(a\) is especially important:

  • If \(a>0\), the parabola opens upward and \(k\) is the minimum value.
  • If \(a<0\), the parabola opens downward and \(k\) is the maximum value.

Finding Vertex Form from Standard Form

For a quadratic in standard form,

$$ f(x)=ax^2+bx+c $$

find the x-coordinate of the vertex with:

$$ h=-\frac{b}{2a} $$

Then evaluate the function at that x-value:

$$ k=f(h) $$

Once \(h\) and \(k\) are known, the equivalent vertex form is:

$$ f(x)=a(x-h)^2+k $$

The coefficient \(a\) stays the same when converting between these two forms.

Expanding Vertex Form into Standard Form

Starting with vertex form,

$$ f(x)=a(x-h)^2+k $$

expand the square:

$$ (x-h)^2=x^2-2hx+h^2 $$

Then multiply by \(a\) and combine terms:

$$ f(x)=a(x^2-2hx+h^2)+k $$
$$ f(x)=ax^2-2ahx+ah^2+k $$

So the matching standard-form coefficients are:

$$ b=-2ah $$
$$ c=ah^2+k $$

This is why standard form and vertex form can describe the same quadratic function even though they highlight different features.


Examples of Vertex Form in Practice

Example 1: Convert Standard Form to Vertex Form

Suppose:

$$ f(x)=x^2-6x+5 $$

Here, \(a=1\), \(b=-6\), and \(c=5\).

Find \(h\):

$$ h=-\frac{-6}{2(1)}=3 $$

Now find \(k\) by evaluating \(f(3)\):

$$ f(3)=3^2-6(3)+5 $$
$$ f(3)=9-18+5=-4 $$

So the vertex is \((3,-4)\), and the vertex form is:

$$ f(x)=(x-3)^2-4 $$

The parabola opens upward because \(a=1\), so the minimum value is \(-4\).


Example 2: Expand Vertex Form to Standard Form

Suppose:

$$ f(x)=-2(x-3)^2+4 $$

First expand the square:

$$ (x-3)^2=x^2-6x+9 $$

Now multiply by \(-2\):

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

Add \(4\):

$$ f(x)=-2x^2+12x-14 $$

So the equivalent standard form is:

$$ f(x)=-2x^2+12x-14 $$

The vertex is \((3,4)\). Because \(a=-2\), the parabola opens downward and the maximum value is \(4\).


Example 3: Watch the Sign of h

Suppose:

$$ f(x)=3(x+2)^2-5 $$

This is still vertex form, but it may be easier to rewrite the inside as:

$$ f(x)=3(x-(-2))^2-5 $$

So \(h=-2\) and \(k=-5\). The vertex is:

$$ (-2,-5) $$

A common mistake is to read \((x+2)^2\) as meaning \(h=2\). In vertex form, the expression is \(x-h\), so a plus sign inside the parentheses means \(h\) is negative.


How to Interpret the Result

The vertex form result gives an equivalent version of the same quadratic function. It is not a different function; it is the same relationship written in a form that makes the graph easier to read.

In a result such as:

$$ f(x)=2(x-4)^2-7 $$

you can interpret the parts this way:

  • The vertex is \((4,-7)\).
  • The axis of symmetry is \(x=4\).
  • The parabola opens upward because \(a=2\) is positive.
  • The minimum value is \(-7\).
  • The function reaches that minimum when \(x=4\).

In a result such as:

$$ f(x)=-\frac{1}{2}(x+1)^2+6 $$

you can interpret the parts this way:

  • The vertex is \((-1,6)\).
  • The axis of symmetry is \(x=-1\).
  • The parabola opens downward because \(a=-\frac{1}{2}\) is negative.
  • The maximum value is \(6\).
  • The function reaches that maximum when \(x=-1\).

The graph preview is a helpful visual check, but it should be read as a preview around the vertex rather than as a complete analysis of every possible x-value.


Common Mistakes and Misconceptions

Mistake 1: Treating \(a=0\) as a quadratic.
A true quadratic requires \(a\ne0\). If \(a=0\), the expression becomes linear or constant, so vertex form for a parabola no longer applies.

Mistake 2: Confusing \(h\) with the sign inside the parentheses.
Vertex form is \(a(x-h)^2+k\). If the equation is \(f(x)=a(x+3)^2+k\), then \(h=-3\), not \(3\).

Mistake 3: Thinking \(k\) is the y-intercept.
The value \(k\) is the y-coordinate of the vertex. The y-intercept is the function value when \(x=0\). In standard form, that y-intercept is \(c\).

Mistake 4: Ignoring the sign of \(a\).
The sign of \(a\) determines whether the vertex is a minimum or a maximum. Positive \(a\) means minimum; negative \(a\) means maximum.

Mistake 5: Rounding too early.
When converting forms by hand, rounding \(h\) before finding \(k\) can change the final result. Keep exact fractions when possible, or use enough decimal places to avoid unnecessary error.

Mistake 6: Expecting every result to be exact.
A decimal-based calculator may display rounded decimal values rather than exact fractions or radicals. For algebra homework that requires exact form, you may still need to simplify symbolically.


When to Use Vertex Form

Use vertex form when you want to focus on the graph or the turning point of a quadratic function.

Vertex form is especially useful for:

  • Graphing a parabola from its vertex.
  • Finding the axis of symmetry quickly.
  • Identifying a minimum or maximum value.
  • Comparing vertical shifts and horizontal shifts.
  • Understanding transformations of \(y=x^2\).
  • Rewriting a standard-form quadratic after completing the square.
  • Checking whether two differently written quadratic equations are equivalent.

Standard form is still useful, especially when you need the y-intercept or want to use coefficient-based methods. The best form depends on the question you are trying to answer.


Limitations and Things to Keep in Mind

Vertex form reveals the vertex, opening direction, and axis of symmetry, but it does not automatically show everything about a quadratic. For example, it does not immediately show the y-intercept as clearly as standard form, and it does not always show the x-intercepts without additional solving.

For this calculator, keep these practical limits in mind:

  • The coefficient \(a\) must have absolute value at least \(10^{-10}\); smaller values are treated as zero.
  • Inputs are unitless algebraic numbers.
  • Decimal numbers and scientific notation are supported.
  • Fractions such as \(1/2\), mixed numbers, radicals, \(\pi\), and symbolic expressions are not accepted as typed inputs.
  • The output is decimal-based, so some values may be rounded.
  • The leading coefficient A must have absolute value at least 1e-10; smaller values are treated as zero. Other displayed values may be rounded.
  • Each typed input and each converted value must have magnitude at most 1e12. A graph preview is unavailable when that scale cannot show curvature accurately.
  • The graph preview is centered around the vertex and may not show every feature you care about for a particular problem.

For schoolwork, check whether your teacher expects exact fractional or radical form. For modeling, science, engineering, or finance applications, remember that the quadratic equation is only as good as the assumptions and data behind it.


How to Use This Calculator

  1. Choose standard mode to enter \(A\), \(B\), and \(C\) for \(f(x)=Ax^2+Bx+C\), or choose vertex mode to enter \(a\), \(h\), and \(k\) for \(f(x)=a(x-h)^2+k\).
  2. Enter valid decimal values in all three active fields.
  3. Make sure \(A\) or vertex \(a\) is not zero.
  4. Review the converted vertex form and the synchronized equivalent fields.
  5. Check the summary cards for the vertex, axis of symmetry, standard form, and minimum or maximum value.
  6. Use the graph preview to see the parabola centered on the vertex.
  7. Open the steps panel if you want to see the conversion process.
  8. Use the example buttons to load sample equations, or use Clear to reset the fields.
  9. Download the graph as a PNG when a graph is available and you need a saved copy.

Frequently Asked Questions

What is the difference between standard form and vertex form?

Standard form is \(f(x)=ax^2+bx+c\). Vertex form is \(f(x)=a(x-h)^2+k\). Standard form clearly shows the coefficients and y-intercept, while vertex form clearly shows the vertex and axis of symmetry.


How do you find the vertex from standard form?

For \(f(x)=ax^2+bx+c\), find the x-coordinate with \(h=-\frac{b}{2a}\). Then substitute that value into the function to get \(k=f(h)\). The vertex is \((h,k)\).


Why does the sign of a matter?

The sign of \(a\) tells you whether the parabola opens upward or downward. If \(a>0\), the vertex is a minimum point. If \(a<0\), the vertex is a maximum point.


Is k the same as the y-intercept?

Not usually. In vertex form, \(k\) is the y-coordinate of the vertex. The y-intercept is found by setting \(x=0\); in standard form, it is the value \(c\).


Can a quadratic have no minimum or maximum?

Every vertical parabola with \(a\ne0\) has either a minimum or a maximum. It has a minimum if it opens upward and a maximum if it opens downward. The vertex gives that minimum or maximum value.


Why does \((x+3)^2\) mean the vertex has h = -3?

Vertex form uses \(x-h\). The expression \((x+3)^2\) can be rewritten as \((x-(-3))^2\), so \(h=-3\). The sign inside the parentheses is the opposite of the vertex's x-coordinate.


Sources and References

Books and Open Textbooks

  1. OpenStax. Intermediate Algebra 2e. Rice University, 2020. Sections 9.6 “Graph Quadratic Functions Using Properties” and 9.7 “Graph Quadratic Functions Using Transformations.” https://openstax.org/books/intermediate-algebra-2e/pages/9-6-graph-quadratic-functions-using-properties and https://openstax.org/books/intermediate-algebra-2e/pages/9-7-graph-quadratic-functions-using-transformations
  2. OpenStax. Algebra and Trigonometry 2e. Rice University, 2021. Chapter 5 Key Concepts, quadratic functions. https://openstax.org/books/algebra-and-trigonometry-2e/pages/5-key-concepts
  3. Mathematics LibreTexts. “4.1: Quadratic Functions.” College Algebra, Highline College Math 111, accessed July 4, 2026. https://math.libretexts.org/Courses/HighlineCollege/Math111%3ACollegeAlgebra/04%3APolynomialandRationalFunctions./4.01%3AQuadraticFunctions