From equation to function
In the Algebra stratum, you solved quadratic equations — you found the -values where . Now we ask a bigger question: what does the entire function look like? What shape is the graph, and what does every coefficient do?
The answer is: the graph is a parabola, and the coefficient is its whole personality. One number. That's all it takes to tell me whether this thing is a cup or a cap, a smile or a frown.
- If : the parabola opens upward (cup shape, ). It has a minimum.
- If : the parabola opens downward (cap shape, ). It has a maximum.
- Larger : narrower parabola. Smaller : wider.
The parabola is symmetric — there's a vertical line through its lowest (or highest) point that is a mirror axis. That point is the vertex, and it's the single most important piece of information the parabola carries. Everything else is decoration.
Use the lab below to see how , , each transform the parabola:
Vertex form: the completing-the-square payoff
You completed the square to derive the quadratic formula — I know, I was there, the lab smelled like chalk and regret. Now watch the same move produce the vertex form.
Start from . Factor from the first two terms:
Complete the square inside the parentheses. The magic number to add (and subtract) is :
Define and . Then:
This is vertex form. Why? Because always, and it equals exactly when . So:
- The minimum (if ) or maximum (if ) output is .
- It occurs at .
- The vertex is .
The vertex IS the function's personality in a single point. Everything else follows from it and . If you remember nothing else from this lesson — though I expect you to remember everything — remember the vertex form and how to find it.
The axis of symmetry
The axis of symmetry is the vertical line .
Why? The quadratic in vertex form, , depends on — a squared quantity. Squaring is indifferent to sign: . So for any . The function takes equal values at equal distances left and right of .
Consequence: if the parabola has two real roots and , they are symmetric around . Their average is :
(This is also Vieta's formula for the sum of roots: , so their average is .)
The discriminant, drawn
You know the discriminant from the Algebra stratum. Now see it geometrically:
- : two distinct real roots. Parabola crosses the -axis in two places.
- : exactly one root (repeated). Parabola is tangent to the -axis — the vertex sits exactly on it.
- : no real roots. Parabola misses the -axis entirely — vertex is strictly above (if ) or below (if ).
The discriminant tells you how many intersections the parabola has with the -axis. That's it. Three answers; three pictures. Not six. Not twelve. Three. This should be the fastest check you do in the whole problem.
Max/min word problems: the first taste of optimization
The vertex gives the maximum or minimum output. Whenever a real-world problem asks "what is the greatest profit / shortest time / maximum area?" and the model is a quadratic, your job is exactly: find the damn vertex. Don't integrate. Don't differentiate. Just find the vertex — we built the machinery for exactly this.
Standard setup: fencing. You have meters of fencing to enclose a rectangular plot against a wall (so only three sides need fencing). If the side perpendicular to the wall has length , the side parallel has length , and the area is:
This is a downward parabola (), so it has a maximum. The vertex is at:
Maximum area: square meters.
This exact move — write the quantity as a quadratic, find the vertex — is the entire engine of optimization before calculus enters. File it. You'll need it more times than you expect.