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:

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 OpensVertex TypeRange
Upward (a > 0)Minimum[k, ∞)
Downward (a < 0)Maximum(-∞, k]

Common Mistakes to Avoid

How to Find Minimum Vertex and Range: Step by Step

  1. Identify a and b from the quadratic function in standard form.
  2. Calculate x-coordinate: x = -b / (2a)
  3. Calculate y-coordinate by substituting x back into the function.
  4. Check the sign of a to determine if vertex is minimum (a > 0) or maximum (a < 0).
  5. 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.