Vertex Calculator

Find the turning point of any parabola instantly

Vertex: \((h, k)\) where \(h = -\frac{b}{2a},\quad k = f(h)\)

Vertex Calculator

Enter coefficients to find vertex, axis of symmetry, and convert to vertex form

Standard Form: \(ax^2 + bx + c\)

Vertex Form: \(a(x - h)^2 + k\)

What is the Vertex of a Parabola?

The vertex is the turning point of a parabola - either the highest point (maximum) or lowest point (minimum) on the graph.

Minimum Vertex

\(a > 0\)

When \(a > 0\), the parabola opens upward and the vertex is the minimum point.

  • Lowest y-value on graph
  • U-shaped parabola
  • Example: \(y = x^2\) has vertex at (0, 0)

Maximum Vertex

\(a < 0\)

When \(a < 0\), the parabola opens downward and the vertex is the maximum point.

  • Highest y-value on graph
  • ∩-shaped parabola
  • Example: \(y = -x^2\) has vertex at (0, 0)

Vertex Formulas

For \(y = ax^2 + bx + c\):
\(h = -\frac{b}{2a},\quad k = f(h) = a\left(-\frac{b}{2a}\right)^2 + b\left(-\frac{b}{2a}\right) + c\)

The vertex is at \((h, k)\), and the axis of symmetry is the vertical line \(x = h\).

Standard Form vs Vertex Form

Standard Form

\(y = ax^2 + bx + c\)

Advantages:

  • Easy to identify y-intercept: \((0, c)\)
  • Directly shows coefficients
  • Good for solving equations

Disadvantages:

  • Vertex not immediately visible
  • Requires calculation to find vertex

Vertex Form

\(y = a(x - h)^2 + k\)

Advantages:

  • Vertex directly visible: \((h, k)\)
  • Easy to graph transformations
  • Shows axis of symmetry: \(x = h\)

Disadvantages:

  • y-intercept not immediately visible
  • Requires expansion to solve equations

Conversion Formula: \(y = ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right)\)

How to Convert Between Forms

Standard → Vertex (Completing the Square)

Convert \(y = 2x^2 - 8x + 5\) to vertex form:

1. Factor out \(a\) from first two terms:
\(y = 2(x^2 - 4x) + 5\)
2. Complete the square:
\(y = 2(x^2 - 4x + 4 - 4) + 5\)
\(y = 2[(x - 2)^2 - 4] + 5\)
3. Simplify:
\(y = 2(x - 2)^2 - 8 + 5\)
\(y = 2(x - 2)^2 - 3\)

Result: Vertex at \((2, -3)\), \(a = 2\)

Vertex → Standard (Expand)

Convert \(y = 3(x + 1)^2 - 2\) to standard form:

1. Expand the square:
\(y = 3(x^2 + 2x + 1) - 2\)
2. Distribute \(a\):
\(y = 3x^2 + 6x + 3 - 2\)
3. Combine constants:
\(y = 3x^2 + 6x + 1\)

Result: Standard form with \(a = 3, b = 6, c = 1\)

Why Vertex is Important

Optimization Problems

In business and economics, vertex represents maximum profit or minimum cost.

Physics Applications

In projectile motion, vertex gives maximum height reached by an object.

Engineering Design

Arches and bridges use parabolic shapes where vertex is the highest point.

Graph Sketching

Knowing vertex makes graphing quadratic functions much easier and accurate.

Real-World Example: Projectile Motion

The height \(h\) of a projectile at time \(t\) is given by:

\(h(t) = -16t^2 + 64t + 5\)

The vertex time is \(t = -\frac{64}{2(-16)} = 2\) seconds.

Maximum height is \(h(2) = -16(4) + 64(2) + 5 = 69\) feet.

Vertex form: \(h(t) = -16(t - 2)^2 + 69\) clearly shows max height of 69 ft at 2 seconds.

Example Calculations

Example 1: Simple Parabola

Find vertex of \(y = x^2 - 6x + 8\)

\(a = 1,\quad b = -6,\quad c = 8\)
\(h = -\frac{b}{2a} = -\frac{-6}{2 \cdot 1} = 3\)
\(k = f(3) = 3^2 - 6 \cdot 3 + 8 = 9 - 18 + 8 = -1\)

Vertex: \((3, -1)\)

Vertex form: \(y = (x - 3)^2 - 1\)

Axis: \(x = 3\)

Example 2: Downward Opening

Find vertex of \(y = -2x^2 + 4x + 1\)

\(a = -2,\quad b = 4,\quad c = 1\)
\(h = -\frac{b}{2a} = -\frac{4}{2 \cdot (-2)} = 1\)
\(k = f(1) = -2(1)^2 + 4 \cdot 1 + 1 = -2 + 4 + 1 = 3\)

Vertex: \((1, 3)\) (Maximum point since \(a < 0\))

Vertex form: \(y = -2(x - 1)^2 + 3\)

Example 3: Vertex to Standard

Convert \(y = 2(x + 3)^2 - 5\) to standard form

Expand: \(y = 2(x^2 + 6x + 9) - 5\)
Distribute: \(y = 2x^2 + 12x + 18 - 5\)
Simplify: \(y = 2x^2 + 12x + 13\)

Standard form: \(y = 2x^2 + 12x + 13\)

Vertex: \((-3, -5)\) visible in original form

Frequently Asked Questions

What if a = 0 in vertex calculation? +

If \(a = 0\), the equation is not quadratic but linear. The vertex formula \(h = -\frac{b}{2a}\) would involve division by zero, which is undefined. Always check that \(a \neq 0\) before using vertex formulas.

Can vertex be on the x-axis? +

Yes! If the vertex lies on the x-axis, then \(k = 0\). This happens when the quadratic has a double root. Example: \(y = (x - 2)^2\) has vertex at (2, 0) on the x-axis.

How does vertex relate to roots? +

The vertex x-coordinate \(h\) is exactly halfway between the two roots (if they exist). For roots \(r_1\) and \(r_2\), \(h = \frac{r_1 + r_2}{2}\). This is why the axis of symmetry goes through the midpoint of the roots.

Which form is better for graphing? +

Vertex form is generally better for graphing because:

  • Vertex \((h, k)\) is immediately visible
  • Axis of symmetry \(x = h\) is clear
  • Easy to plot points by symmetry
  • Transformations are obvious
Use our parabola graph tool to visualize.

Related Quadratic Tools

Parabola Graph

Visualize vertex on graph.

Try Tool

Completing Square

Step-by-step conversion.

Try Tool

Discriminant

Determine root type.

Try Tool