Vertex of a Parabola: Formula, How to Find, Examples

#Geometry
TL;DR
The vertex of a parabola is its turning point - the highest or lowest point on the curve - found from $y = ax^2 + bx + c$ using $x = -\frac{b}{2a}$, then $(h, k)$. This article covers the vertex formula, how to find it from standard, vertex, and intercept forms, six worked examples, and the sign mistake that flips the answer.
BT
Bhanzu TeamLast updated on August 10, 20268 min read

What Point On A Rocket's Path Decides Whether It Clears The Wall?

Throw anything through the air, and its path traces a parabola with one highest point.

That single turning point is the vertex, and it answers the questions that matter: how high does the rocket climb, when does the ball start falling, where does the arc peak? Every parabola has exactly one vertex, and coordinate geometry hands you a short formula to pin it down from the equation alone - no graphing required.

What Is The Vertex Of A Parabola?

The vertex of a parabola is the point where the curve changes direction - its lowest point if the parabola opens upward, or its highest point if it opens downward. Written as an ordered pair $(h, k)$, the vertex is where the parabola turns around.

The vertex always sits on the parabola's line of symmetry, so it also marks the axis of symmetry of the parabola. For a curve of the form $y = ax^2 + bx + c$, that axis is the vertical line $x = h$, and the vertex is the one point of the curve sitting on it.

What Is The Vertex Of A Parabola Formula?

For a parabola in standard form $y = ax^2 + bx + c$, the x-coordinate of the vertex is:

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

The full vertex is then $\left(-\frac{b}{2a}, ; f\left(-\frac{b}{2a}\right)\right)$, often written $(h, k)$. Here is the variable key:

Symbol

Meaning

$a$

Coefficient of $x^2$ — sets the opening direction ($a > 0$ up, $a < 0$ down)

$b$

Coefficient of $x$

$c$

Constant term

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

The x-coordinate of the vertex

$k = f(h)$

The y-coordinate, found by substituting $h$ back in

Why Do We Use −b/2a To Find The Vertex?

Because the vertex sits exactly halfway between the parabola's two roots, and the roots are symmetric about $x = -\frac{b}{2a}$. The quadratic formula gives roots at $\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$; their midpoint drops the $\pm\sqrt{\cdots}$ term and leaves $-\frac{b}{2a}$. The vertex is the axis of symmetry's x-value, so it lands on that midpoint. The formula is not arbitrary — it is the average of the roots.

How Do You Find The Vertex From Standard Form?

Standard form is $y = ax^2 + bx + c$. Three steps:

  1. Read off $a$ and $b$, then compute $h = -\frac{b}{2a}$.

  2. Substitute $h$ back into the equation to get $k = f(h)$.

  3. Write the vertex as $(h, k)$.

How Do You Find The Vertex From Vertex Form?

Vertex form is $y = a(x - h)^2 + k$, and it hands you the vertex directly: it is $(h, k)$. The only trap is the sign inside the bracket. For $y = 2(x + 3)^2 + 5$, the bracket is $(x - (-3))$, so $h = -3$, not $+3$, and the vertex is $(-3, 5)$. To move from $y = ax^2 + bx + c$ into this form, see standard form to vertex form.

How Do You Find The Vertex From Intercept Form?

Intercept (factored) form is $y = a(x - p)(x - q)$, where $p$ and $q$ are the x-intercepts. Since the vertex sits halfway between the intercepts:

$$h = \frac{p + q}{2}, \qquad k = f(h)$$

Find the midpoint of the roots, substitute, and you have the vertex.

What Are The Properties Of The Vertex Of A Parabola?

  • It is a maximum or a minimum. If $a > 0$ the vertex is the lowest point; if $a < 0$ it is the highest.

  • It lies on the axis of symmetry, the vertical line $x = h$ that mirrors the two halves of the curve.

  • It is the point closest to (or farthest from) the directrix, sitting exactly between the focus of the parabola and the directrix.

  • A parabola has exactly one vertex, no more, no fewer.

Examples of Vertex of a Parabola

Example 1

Find the vertex of $y = x^2 - 6x + 5$.

Here $a = 1$, $b = -6$:

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

Substitute back: $k = (3)^2 - 6(3) + 5 = 9 - 18 + 5 = -4$.

Final answer: vertex $(3, -4)$, a minimum since $a > 0$.

Example 2

Find the vertex of $y = 2x^2 + 8x + 1$.

A quick instinct is to plug $b$ straight in without the minus: $h = \frac{8}{2(2)} = 2$. But the formula is $-\frac{b}{2a}$, and dropping the minus sign puts the vertex on the wrong side of the y-axis. A parabola with a positive $b$ and positive $a$ turns to the left of the origin, so $h = 2$ cannot be right.

The fix is to keep the negative sign:

$$h = -\frac{8}{2(2)} = -2$$

Then $k = 2(-2)^2 + 8(-2) + 1 = 8 - 16 + 1 = -7$.

Final answer: vertex $(-2, -7)$.

Example 3

Find the vertex of $y = -3x^2 + 12x - 7$.

With $a = -3$, $b = 12$:

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

Then $k = -3(2)^2 + 12(2) - 7 = -12 + 24 - 7 = 5$.

Final answer: vertex $(2, 5)$, a maximum since $a < 0$.

Example 4

Find the vertex of $y = 2(x - 4)^2 + 3$ directly from vertex form.

The bracket $(x - 4)$ gives $h = 4$, and $k = 3$.

Final answer: vertex $(4, 3)$.

Example 5

Find the vertex of $y = (x + 2)(x - 6)$ using intercept form.

The intercepts are $p = -2$ and $q = 6$, so:

$$h = \frac{-2 + 6}{2} = 2$$

Then $k = (2 + 2)(2 - 6) = (4)(-4) = -16$.

Final answer: vertex $(2, -16)$.

Example 6

A ball is thrown so its height is $y = -5x^2 + 20x$ metres after $x$ seconds. Find the peak height and when it occurs.

The peak is the vertex. With $a = -5$, $b = 20$:

$$h = -\frac{20}{2(-5)} = 2 \text{ seconds}$$

Then $k = -5(2)^2 + 20(2) = -20 + 40 = 20$ metres.

Final answer: the ball peaks at $20$ metres after $2$ seconds — the vertex $(2, 20)$ reads directly as "when and how high."

Why Does The Vertex Of A Parabola Matter?

"The one point where the curve turns around."

The vertex answers the optimisation question at the heart of countless problems.

  • Projectile motion: the vertex is the highest point of any thrown object's path, a fact used in ballistics and sport; the physics of that peak is standard projectile motion.

  • Design: satellite dishes and headlight reflectors are parabolic, and the vertex marks where the reflector is deepest.

  • Business and engineering: maximum profit or minimum cost problems reduce to finding a vertex.

The destination worth seeing early: the vertex is your first real taste of optimisation - finding where a quantity is largest or smallest. That single idea, dressed up, becomes an entire branch of calculus. Learn to read a parabola's turning point now, and you have already met the core question that derivatives answer later.

Where Do Students Trip Up On The Vertex?

Mistake 1: Dropping the minus sign in −b/2a

Where it slips in: the substitution step, when $b$ is already positive.

Don't do this: computing $h = \frac{b}{2a}$ and losing the negative.

The correct way: the formula is $-\frac{b}{2a}$; the minus is part of it. The exact misstep is treating $-\frac{b}{2a}$ as $\frac{b}{2a}$ because the negative feels optional - checking which side of the y-axis the vertex should fall on catches the flip.

Mistake 2: Misreading the sign of h in vertex form

Where it slips in: vertex form $y = a(x - h)^2 + k$ when the bracket shows a plus.

Don't do this: reading $y = 3(x + 4)^2 - 1$ as having $h = 4$.

The correct way: $(x + 4) = (x - (-4))$, so $h = -4$. The confusion between "the number in the bracket" and "the value of $h$" is where the two close ideas get swapped, and the sign flips.

Mistake 3: Forgetting to compute k

Where it slips in: after finding $h$, when it feels like the answer is done.

Don't do this: reporting only the x-coordinate as the vertex.

The correct way: the vertex is an ordered pair $(h, k)$ - substitute $h$ back to get $k$. A vertex miscalculated by a dropped sign is the same class of error that has ruined real trajectory predictions: a launched object's peak height depends entirely on getting $-\frac{b}{2a}$ right, and a sign slip there sends the whole arc to the wrong place.

Conclusion

  • The vertex of a parabola is its turning point, found from standard form with $x = -\frac{b}{2a}$ then $k = f(h)$.

  • Vertex form $y = a(x - h)^2 + k$ gives the vertex $(h, k)$ directly — watch the bracket's sign.

  • The vertex is a maximum when $a < 0$ and a minimum when $a > 0$, and it always sits on the axis of symmetry.

  • To master parabolas with a teacher, explore Bhanzu's geometry tutor, a high school math tutor, or ongoing math tutoring.

A Practical Next Step

Practice these problems to solidify your understanding: for each of the six examples, verify your vertex by checking it lies on the axis of symmetry, then confirm whether it is a maximum or minimum from the sign of $a$. If the sign in $-\frac{b}{2a}$ keeps slipping, write the negative before you write anything else.

Want a live Bhanzu trainer to walk through more vertex problems? Book a free demo class.

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

How do you graph a parabola using its vertex?
Plot the vertex first, draw the vertical axis of symmetry through it, then plot a couple of points on one side and mirror them across the axis.
Is the vertex always the minimum?
No. It is the minimum only when the parabola opens upward ($a > 0$). When $a < 0$ the parabola opens downward and the vertex is the maximum.
How do you find the axis of symmetry from the vertex?
The axis of symmetry is the vertical line $x = h$, where $h$ is the vertex's x-coordinate - the same $-\frac{b}{2a}$.
Can a parabola open sideways?
Yes. A parabola of the form $x = ay^2 + by + c$ opens left or right, and its vertex is found the same way with the roles of $x$ and $y$ swapped.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →