How To Find Vertex Of Parabola

5 min read

How to Find the Vertex of a Parabola

Understanding how to find the vertex of a parabola is one of the most important skills in algebra and precalculus. Practically speaking, whether you are solving a word problem, analyzing a projectile motion, or simply trying to graph a quadratic equation, knowing the vertex helps you understand the shape, direction, and key features of the parabola. The vertex is the turning point of a quadratic graph, and it tells you the maximum or minimum value of the function. In this guide, you will learn several clear methods for finding the vertex, including using vertex form, standard form, completing the square, and using the roots of the equation.

What Is the Vertex of a Parabola?

A parabola is the graph of a quadratic function, which is usually written in the form:

y = ax² + bx + c

where a, b, and c are constants, and a ≠ 0.

The vertex is the highest or lowest point on the parabola. It is the point where the graph changes direction. Here's the thing — if the parabola opens upward, the vertex is the minimum point. If the parabola opens downward, the vertex is the maximum point.

The vertex is usually written as an ordered pair:

(h, k)

where:

  • h is the x-coordinate of the vertex
  • k is the y-coordinate of the vertex

The vertex also lies on the axis of symmetry, which is the vertical line that divides the parabola into two mirror-image halves. The equation of the axis of symmetry is:

x = h

In plain terms, the x-value of the vertex is the center of the parabola horizontally.

Why Finding the Vertex Is Important

Finding the vertex is not just a routine algebra task. It has many practical uses.

For example:

  • In physics, the vertex can represent the maximum height of a thrown object.
  • In business, it can represent the maximum profit or minimum cost.
  • In engineering and design, it helps identify optimal values in curved paths.
  • In graphing, it gives you the most important point to start from when sketching a parabola.

Because of this, learning multiple ways to find the vertex makes you more flexible and confident when solving quadratic problems.

Method 1: Use Vertex Form

The easiest way to find the vertex is when the quadratic equation is already in vertex form.

Vertex form is written as:

y = a(x − h)² + k

In this form, the vertex is immediately visible:

Vertex = (h, k)

This is the fastest method because no calculation is needed.

Example

Find the vertex of:

y = 2(x − 3)² + 5

Here, h = 3 and k = 5, so the vertex is:

(3, 5)

Important Note

Be careful with the sign inside the parentheses. The formula is:

x − h

not x + h Turns out it matters..

So if you see:

y = (x + 4)² − 1

then:

h = −4

and the vertex is:

(−4, −1)

This is one of the most common mistakes students make And that's really what it comes down to. Surprisingly effective..

Method 2: Use Standard Form

Most quadratic equations are given in standard form:

y = ax² + bx + c

To find the vertex from standard form, use the formula for the x-coordinate:

x = −b / 2a

Once you find x, substitute it back into the original equation to find y.

Step-by-Step Process

  1. Identify a, b, and c
  2. Use the formula x = −b / 2a
  3. Substitute that x-value into the equation
  4. Simplify to find the y-coordinate
  5. Write the vertex as (x, y)

Example

Find the vertex of:

y = x² + 6x + 5

Here:

  • a = 1
  • b = 6
  • c = 5

Use the formula:

x = −b / 2a

x = −6 / 2

x = −3

Now substitute x = −3 into the equation:

y = (−3)² + 6(−3) + 5

y = 9 − 18 + 5

y = −4

So the vertex is:

(−3, −4)

This method is one of the most commonly used because it works for almost every quadratic equation in standard form.

Method 3: Complete the Square

Another powerful way to find the vertex is by rewriting the equation in vertex form. This process is called completing the square.

This method is especially useful when you need to understand the structure of the equation, not just get the answer quickly.

To complete the square, your goal is to rewrite the quadratic so it matches vertex form:

y = a(x − h)² + k

Once

you achieve this, the vertex becomes immediately visible as (h, k) Simple, but easy to overlook. That alone is useful..

Example 1: Simple Case (a = 1)

Find the vertex of:

y = x² − 4x + 3

Step 1: Group the x-terms and move the constant aside.

y = (x² − 4x) + 3

Step 2: Take half of the coefficient of x, then square it.

Half of −4 is −2, and (−2)² = 4

Step 3: Add and subtract this value inside the parentheses Simple as that..

y = (x² − 4x + 4 − 4) + 3

Step 4: Rewrite the perfect square trinomial and simplify the constants No workaround needed..

y = (x − 2)² − 4 + 3

y = (x − 2)² − 1

Now the equation is in vertex form, so:

Vertex = (2, −1)

Example 2: When a ≠ 1

Find the vertex of:

y = 2x² + 8x + 5

Step 1: Factor out the leading coefficient from the x-terms Practical, not theoretical..

y = 2(x² + 4x) + 5

Step 2: Complete the square inside the parentheses That alone is useful..

Half of 4 is 2, and 2² = 4

Step 3: Add and subtract 4 inside the parentheses. Be careful — anything added inside is multiplied by the factor outside.

y = 2(x² + 4x + 4 − 4) + 5

y = 2(x² + 4x + 4) − 8 + 5

Step 4: Simplify Turns out it matters..

y = 2(x + 2)² − 3

So the vertex is:

(−2, −3)

Notice that when you add 4 inside the parentheses, you are really adding 2 × 4 = 8 to the equation, which is why you subtract 8 outside. This is the step most students overlook.


Quick Reference Summary

Method Best Used When Key Formula or Step
Vertex Form Equation is already in the form y = a(x − h)² + k Vertex = (h, k)
Standard Form Equation is in the form y = ax² + bx + c x = −b / 2a, then find y
Complete the Square You need the full structure or vertex form is not given Rewrite as y = a(x − h)² + k

Common Mistakes to Avoid

  1. Sign errors in vertex form. Remember that y = a(x + 5)² + 3 has h = −5, not 5. The sign inside the parentheses is always opposite to the x-coordinate of the vertex Took long enough..

  2. Forgetting to substitute back. When using x = −b /

Right Off the Press

What's New

Worth Exploring Next

More on This Topic

Thank you for reading about How To Find Vertex Of Parabola. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home