TOPIC
Shortcut: Vertex formulaMY PROGRESS
Pug Score
0%
Getting Started
"Let's build your foundation!"
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Getting Started
"Let's build your foundation!"
Videos Watched
0/0
Best Practice
No score
Read
Not viewed
Best Quiz
No attempts
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Read
Vertex Formula for a Parabola
The vertex formula is a shortcut that finds the vertex of a parabola directly from its standard form equation, without rewriting it in vertex form first. This page explains where the formula comes from, walks through worked examples, and shows how to plot the vertex on a graph.
What the vertex formula does
When a quadratic function is written in standard (general) form, \(y = ax^2 + bx + c\), it is not immediately obvious where the parabola's turning point sits. You could rewrite the equation in completing the square style to reveal it, but that takes several steps. The vertex formula is a shortcut that skips straight to the answer, letting you read the vertex coordinates off the values of \(a\), \(b\), and \(c\).
The formula
For a quadratic in standard form \(y = ax^2 + bx + c\), the vertex \((h, k)\) is given by:
\( h = -\dfrac{b}{2a} \)
\( k = f(h) \), found by substituting \(h\) back into the original equation
The value \(h = -\dfrac{b}{2a}\) does double duty: it is both the x-coordinate of the vertex and the equation of the parabola's axis of symmetry, \(x = -\dfrac{b}{2a}\). This connects directly to the broader characteristics of quadratic functions, since the axis of symmetry and vertex always go together.
Where the formula comes from
The vertex formula is not a rule to memorize blindly — it falls straight out of completing the square. Starting from \(y = ax^2 + bx + c\), factor \(a\) from the first two terms and complete the square inside the bracket. After simplifying, the equation becomes:
\( y = a\left(x + \dfrac{b}{2a}\right)^2 + \left(c - \dfrac{b^2}{4a}\right) \)
Comparing this to vertex form, \(y = a(x-h)^2 + k\), shows that \(h = -\dfrac{b}{2a}\), which is exactly the shortcut formula. If you want to see this process worked in full, it is covered in standard form to vertex form.
Step-by-step example
Find the vertex of \( y = 2x^2 - 8x + 5 \).
Step 1: Identify \(a = 2\), \(b = -8\), \(c = 5\).
Step 2: Find the x-coordinate: \( h = -\dfrac{b}{2a} = -\dfrac{-8}{2(2)} = \dfrac{8}{4} = 2 \).
Step 3: Substitute \(x = 2\) into the original equation to get the y-coordinate: \( k = 2(2)^2 - 8(2) + 5 = 8 - 16 + 5 = -3 \).
Step 4: The vertex is \((2, -3)\), and since \(a = 2 > 0\), this is a minimum point.
Why the sign of a matters
The leading coefficient \(a\) tells you what kind of vertex the formula gives you. If \(a > 0\), the parabola opens upward and the vertex is the lowest point — a minimum. If \(a < 0\), the parabola opens downward and the vertex is the highest point — a maximum. Either way, the vertex formula locates it in exactly the same manner.
Using the formula the other way
The vertex formula also comes in handy when you are working backward — for example, when you know a parabola's key points and need to reconstruct its equation, as in finding the quadratic functions for given parabolas. Recognizing how \(a\), \(b\), and \(c\) relate to the vertex helps you check that a reconstructed equation actually produces the vertex you expect.
Common mistakes to avoid
A frequent slip is forgetting the negative sign in \( h = -\dfrac{b}{2a} \) — dropping it flips the vertex to the wrong side of the y-axis. Another common error is stopping after finding \(h\) and forgetting to substitute it back in to get \(k\); the vertex is a point, so both coordinates are needed. Finally, make sure the equation is in standard form, \(y = ax^2 + bx + c\), before pulling out \(a\), \(b\), and \(c\) — if it is written in quadratic general form with terms out of order, rearrange it first.