Minimum Vertex and Range- Quadratic Function Analysis
What Is the Vertex of a Quadratic Function?
The vertex is the highest or lowest point on a parabola. Every quadratic function has one. Whether it's a minimum or maximum depends on which way the parabola opens.
For a parabola opening upward, the vertex is the minimum point. For one opening downward, the vertex is the maximum point. That's it. No exceptions.
Finding the Vertex: The Formula
For a quadratic in standard form f(x) = ax² + bx + c, the vertex x-coordinate is:
x = -b / (2a)
Plug that x-value back into the function to get the y-coordinate.
Example
f(x) = 2x² - 8x + 3
Here: a = 2, b = -8
x = -(-8) / (2 × 2) = 8 / 4 = 2
y = 2(2)² - 8(2) + 3 = 8 - 16 + 3 = -5
Vertex: (2, -5). Since a = 2 is positive, this is a minimum.
Completing the Square Method
Sometimes rewriting in vertex form is faster. Vertex form is:
f(x) = a(x - h)² + k
Where (h, k) is the vertex directly.
Example
f(x) = x² + 6x + 5
Complete the square:
x² + 6x = (x + 3)² - 9
f(x) = (x + 3)² - 9 + 5 = (x + 3)² - 4
Vertex: (-3, -4). Since a = 1 is positive, this is a minimum.
Determining Minimum vs Maximum
Look at the coefficient a in f(x) = ax² + bx + c:
- a > 0 → parabola opens upward → vertex is minimum
- a < 0 → parabola opens downward → vertex is maximum
That's the only thing that matters. No other calculation needed.
The Range of a Quadratic Function
The range depends on whether the vertex is a minimum or maximum.
If a > 0 (minimum vertex)
Range: [k, ∞) where k is the y-coordinate of the vertex
If a < 0 (maximum vertex)
Range: (-∞, k] where k is the y-coordinate of the vertex
Example
f(x) = (x - 3)² + 2
Vertex: (3, 2). Since a = 1 > 0, minimum.
Range: [2, ∞)
Vertex and Range Quick Reference
| Parabola Opens | Vertex Type | Range |
|---|---|---|
| Upward (a > 0) | Minimum | [k, ∞) |
| Downward (a < 0) | Maximum | (-∞, k] |
Common Mistakes to Avoid
- Confusing the sign when applying -b/2a. If b is negative, -b becomes positive.
- Forgetting that the vertex form is (x - h)², not (x + h)². The sign flips.
- Writing the range incorrectly when the parabola opens downward. It goes to negative infinity, not positive.
How to Find Minimum Vertex and Range: Step by Step
- Identify a and b from the quadratic function in standard form.
- Calculate x-coordinate: x = -b / (2a)
- Calculate y-coordinate by substituting x back into the function.
- Check the sign of a to determine if vertex is minimum (a > 0) or maximum (a < 0).
- Write the range based on step 4: [k, ∞) for minimum, (-∞, k] for maximum.
Real-World Applications
Quadratic functions with minimum vertices appear in optimization problems. Projectile motion, profit maximization, material usage—all use the same process. Find the vertex, and you find the optimal value.
For problems like "what's the minimum cost" or "maximum area," you're looking for the vertex y-value. That's your answer.