Proving Standard Form of Quadratic Functions
What Is the Standard Form of a Quadratic Function?
The standard form of a quadratic function is:
f(x) = ax² + bx + c
Here, a, b, and c are constants. The coefficient a must be nonzero, or you just have a linear function. That's the entire point—quadratics are defined by the x² term.
This form is useful because you can immediately identify the y-intercept at (0, c). It also sets you up for standard algebraic operations like factoring, completing the square, or applying the quadratic formula.
Where Does This Form Come From?
The standard form isn't arbitrary. It emerges naturally from other representations of quadratic functions. The most common starting point is the vertex form:
f(x) = a(x - h)² + k
Where (h, k) is the vertex of the parabola.
The Derivation
Start with the vertex form and expand it:
f(x) = a(x - h)² + k
Expand the squared term:
f(x) = a(x² - 2hx + h²) + k
Distribute the a:
f(x) = ax² - 2ahx + ah² + k
Now rename the coefficients to match standard form:
- b = -2ah
- c = ah² + k
Substitute back:
f(x) = ax² + bx + c
That's it. You've just proven that expanding the vertex form gives you the standard form. The constants b and c are expressions involving the vertex coordinates and the leading coefficient.
Key Relationships Between Forms
Understanding how the coefficients connect across forms makes quadratic functions much easier to work with.
From Standard to Vertex
If you have the standard form and want the vertex form, use completing the square or these direct formulas:
h = -b/(2a)
k = f(h) = c - b²/(4a)
These formulas let you jump between representations without re-deriving everything from scratch.
From Factored Form to Standard
The factored form is f(x) = a(x - r₁)(x - r₂), where r₁ and r₂ are roots.
Expand it:
f(x) = a(x² - (r₁ + r₂)x + r₁r₂)
f(x) = ax² - a(r₁ + r₂)x + ar₁r₂
This gives you:
- b = -a(r₁ + r₂)
- c = ar₁r₂
Comparing the Three Forms
| Form | Equation | What It Shows | Best For |
|---|---|---|---|
| Standard | ax² + bx + c | y-intercept, coefficients | Algebraic manipulation, f(0) |
| Vertex | a(x - h)² + k | Vertex (h, k), direction | Graphing, optimization |
| Factored | a(x - r₁)(x - r₂) | Roots r₁ and r₂ | Finding x-intercepts |
Why the Proof Matters
You might wonder why we bother showing that these forms are equivalent. Here's why:
1. Flexibility. Different problems call for different forms. Knowing how to convert between them means you're never stuck with a problem you can't solve.
2. Understanding the coefficients. When you see b and c in standard form, you should immediately know they represent combinations of the vertex and roots. That's not magic—it's just algebra.
3. The quadratic formula. That formula comes directly from standard form. Deriving it requires completing the square on ax² + bx + c = 0. If you don't understand standard form, you can't follow where that formula comes from.
Getting Started: Converting Between Forms
Here's a practical workflow for converting any quadratic to standard form.
From Vertex to Standard
- Start with f(x) = a(x - h)² + k
- Expand the binomial: (x - h)² = x² - 2hx + h²
- Multiply by a: ax² - 2ahx + ah²
- Add k: ax² - 2ahx + (ah² + k)
- Identify b = -2ah and c = ah² + k
From Factored to Standard
- Start with f(x) = a(x - r₁)(x - r₂)
- Use FOIL: x² - (r₁ + r₂)x + r₁r₂
- Multiply by a: ax² - a(r₁ + r₂)x + ar₁r₂
- Identify b = -a(r₁ + r₂) and c = ar₁r₂
Quick Example
Convert f(x) = 2(x - 3)² + 5 to standard form.
Step 1: Expand the square: (x - 3)² = x² - 6x + 9
Step 2: Multiply by 2: 2x² - 12x + 18
Step 3: Add 5: 2x² - 12x + 23
Result: f(x) = 2x² - 12x + 23
So in this case, a = 2, b = -12, and c = 23. The vertex was (3, 5)—check: -b/(2a) = 12/4 = 3. Matches.
The Bottom Line
The standard form of a quadratic function is just the result of expanding other equivalent representations. It exists because expanded polynomials are easier to work with for certain operations. The coefficients aren't mysterious—they're just renamed expressions from the vertex or factored forms.
Once you see that all three forms are the same function written differently, quadratic equations become much less intimidating. You're not learning three different things. You're learning one thing three ways.