Vertex Form- How to Figure Out the X Value
What Is Vertex Form, Anyway?
Vertex form is one of three ways to write a quadratic equation. The other two are standard form (ax² + bx + c) and factored form. Vertex form looks like this:
f(x) = a(x - h)² + k
The vertex of the parabola sits at the point (h, k). That means the x-coordinate of the vertex is just h. Simple, right?
Most students get tripped up because they forget the sign. The formula has (x - h), which means if you want the x-value, you take the opposite sign of what's inside the parentheses.
Finding X When You Already Have Vertex Form
This is the easy case. Look at the equation:
f(x) = 2(x - 3)² + 5
The x-value of the vertex is 3. You read it from the opposite sign inside the parentheses.
Another example:
f(x) = (x + 7)² - 2
The x-value is -7. Because the formula is (x - h), you flip the sign. x + 7 = x - (-7), so h = -7.
Finding X From Standard Form
Most problems don't hand you vertex form on a silver platter. You're more likely to get:
f(x) = 2x² + 8x + 3
Here's the formula you need:
x = -b / (2a)
From standard form, a is the coefficient of x², b is the coefficient of x, and c is the constant. For the equation above:
- a = 2
- b = 8
- c = 3
Plug into the formula:
x = -8 / (2 × 2) = -8 / 4 = -2
The x-value of the vertex is -2.
Step-by-Step: Converting Standard Form to Vertex Form
Sometimes you need the full vertex form, not just the x-value. Here's how to get it.
The Completing the Square Method
Start with: f(x) = x² + 6x + 2
Step 1: Group the x-terms together.
f(x) = (x² + 6x) + 2
Step 2: Take half of the x-coefficient and square it. Half of 6 is 3. Squared, that's 9.
Step 3: Add and subtract that number inside the parentheses.
f(x) = (x² + 6x + 9 - 9) + 2
Step 4: Factor the perfect square trinomial.
f(x) = (x + 3)² - 9 + 2
Step 5: Simplify.
f(x) = (x + 3)² - 7
The x-value is -3.
When A Isn't 1
If a is something other than 1, you factor it out first.
Start with: f(x) = 3x² + 12x + 7
Factor a from the x-terms: f(x) = 3(x² + 4x) + 7
Complete the square inside: f(x) = 3(x² + 4x + 4 - 4) + 7
Factor and simplify: f(x) = 3(x + 2)² - 12 + 7
f(x) = 3(x + 2)² - 5
The x-value is -2.
Quick Reference Table
| Given Form | Formula for X-Value | Example |
|---|---|---|
| Vertex: a(x-h)² + k | x = h (opposite sign) | f(x) = (x-5)² + 3 → x = 5 |
| Standard: ax² + bx + c | x = -b / (2a) | f(x) = 2x² + 8x + 1 → x = -2 |
Why This Matters
The vertex gives you the maximum or minimum point of a parabola. In real problems, this translates to:
- Maximum profit — when does revenue stop increasing?
- Maximum height — when does a projectile stop going up?
- Minimum cost — what's the cheapest option?
Finding the x-value tells you when that peak or valley happens. That's the whole point.
Common Mistakes to Avoid
Sign errors are the biggest problem. Students see f(x) = (x - 4)² + 5 and write "x = 4" correctly, but then see f(x) = (x + 4)² + 5 and write "x = 4" again. Wrong. x + 4 = x - (-4), so x = -4.
Forgetting to divide by 2a is another one. In standard form, the formula is x = -b/2a, not x = -b. That "2a" in the denominator trips people up constantly.
Getting Started: Practice Problem
Try this one on your own before checking the answer.
Find the x-value of the vertex for: f(x) = -4x² + 16x + 3
Solution: a = -4, b = 16
x = -16 / (2 × -4) = -16 / -8 = 2
That's it. Identify a and b, plug into x = -b/2a, and calculate. The answer is 2.