How Do You Find The Range Of A Quadratic Function

Author onlinesportsblog
4 min read

How to Find the Range of a Quadratic Function

The range of a function represents all possible output values (y-values) it can produce. For a quadratic function, which graphs as a parabola, this set of values is not unlimited in both directions. Understanding how to determine this range is a fundamental skill in algebra and calculus, revealing the function’s behavior and limitations. Unlike its domain, which is always all real numbers for a standard quadratic, the range is bounded either from above or below by the vertex of the parabola. This guide will walk you through the precise, logical steps to find the range of any quadratic function, building from core concepts to practical application.

Understanding the Quadratic Function and Its Graph

A quadratic function is any function that can be written in the standard form: f(x) = ax² + bx + c where a, b, and c are real numbers, and a ≠ 0. The graph of this function is a curve called a parabola. The most critical feature of this parabola is its vertex—the highest or lowest point on the graph. The vertex’s position and the direction the parabola opens (determined by the sign of a) completely define the function’s range.

  • If a > 0, the parabola opens upward like a smile. In this case, the vertex is the minimum point. The y-values start at the vertex’s y-coordinate and extend upward to infinity.
  • If a < 0, the parabola opens downward like a frown. Here, the vertex is the maximum point. The y-values start at negative infinity and extend up to the vertex’s y-coordinate.

Therefore, the entire problem of finding the range reduces to one essential task: finding the y-coordinate of the vertex.

Finding the Vertex: The Key to the Range

There are two primary, reliable methods to find the vertex of a parabola given in standard form.

Method 1: Using the Vertex Formula

The x-coordinate of the vertex is given by the formula: h = -b / (2a) Once you have h, substitute it back into the original function to find the corresponding y-coordinate, k. k = f(h) = a(h)² + b(h) + c The vertex is the point (h, k). The range is then determined by k.

Method 2: Completing the Square (Vertex Form)

This algebraic technique rewrites the standard form into the vertex form: f(x) = a(x - h)² + k In this form, the vertex (h, k) is immediately visible. The process of completing the square involves:

  1. Factor out the coefficient a from the first two terms: f(x) = a(x² + (b/a)x) + c.
  2. Take half of the coefficient of x (which is b/a), square it ((b/(2a))²), and add and subtract this value inside the parentheses.
  3. Simplify to achieve the form a(x - h)² + k.

Example: Convert f(x) = 2x² - 8x + 5 to vertex form. f(x) = 2(x² - 4x) + 5 = 2(x² - 4x + 4 - 4) + 5 (Add and subtract 4, which is (-4/2)²) = 2((x - 2)² - 4) + 5 = 2(x - 2)² - 8 + 5 = 2(x - 2)² - 3 Vertex is (2, -3). Since a=2>0, the range is [-3, ∞).

Step-by-Step Guide to Finding the Range

Follow this universal procedure for any quadratic function in standard form.

  1. Identify Coefficients: Clearly note the values of a, b, and c from f(x) = ax² + bx + c.
  2. Determine Opening Direction: Check the sign of a.
    • a > 0 → Opens Up → Minimum Vertex → Range is [k, ∞).
    • a < 0 → Opens Down → Maximum Vertex → Range is (-∞, k].
  3. Calculate the Vertex y-coordinate (k): Use either the vertex formula or completing the square.
    • Formula Method: Compute h = -b/(2a). Then compute k = f(h).
    • Vertex Form Method: Rewrite the function to explicitly find k.
  4. State the Range: Combine the direction from step 2 with the value of k from step 3. Use interval notation.

Worked Example 1 (Opens Up): f(x) = -x² + 6x - 5

  • a = -1, b = 6, c = -5. Since a < 0, parabola opens downward → maximum vertex
More to Read

Latest Posts

You Might Like

Related Posts

Thank you for reading about How Do You Find The Range Of A Quadratic Function. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home