Quadratic Functions Mastery: Vertex Form, Completing the Square, and the Discriminant
Algebra 1 introduced parabolas. Algebra 2 makes you fluent — switch between forms, complete the square in your head, and read the discriminant to know exactly how many real roots before solving.
10 phútTEKS 4A,4B,4C,4D,4FAlgebra 2
From "knowing the formula" to "fluent across forms"
Algebra 1 gave you the quadratic formula and one form. Algebra 2 expects fluency: vertex form for graphing, standard form for the formula, factored form for roots — and the ability to switch between them in seconds.
The three forms
Standard: f(x) = ax2 + bx + cVertex: f(x) = a(x − h)2 + kFactored: f(x) = a(x − r1)(x − r2)Same parabola, three lenses. Use the form that matches what you're being asked.
Which form when?
Need the vertex? → vertex form. Need the roots? → factored form. Need to plug into the quadratic formula? → standard form.
Reading the vertex from vertex form
f(x) = 2(x − 3)2 + 5Vertex form a(x − h)2 + k → vertex (h, k)Vertex: (3, 5)
Read the vertex
Find the vertex of f(x) = 2(x − 3)² + 5.
Vertex form is f(x) = a(x − h)² + k with vertex (h, k). Here h = 3, k = 5, so vertex is (3, 5).
Completing the square
Goal: convert standard form to vertex form. The trick is to take half of b, square it, and add (and subtract!) it inside.
x2 + 6x + 5 = 0x2 + 6x = −5 (move c to RHS)x2 + 6x + 9 = −5 + 9 (add (b/2)² = 9 to both sides)(x + 3)2 = 4x + 3 = ±2x = −1 or x = −5
Complete the square
Solve by completing the square: x² + 6x + 5 = 0.
x² + 6x = −5 → x² + 6x + 9 = 4 → (x + 3)² = 4 → x + 3 = ±2 → x = −1 or x = −5.
The discriminant tells you how many roots
Discriminant = b2 − 4acPositive: two distinct real roots (parabola crosses x-axis twice)Zero: one repeated real root (parabola just touches x-axis)Negative: no real roots — two complex roots (parabola misses x-axis)
Compute the discriminant
The discriminant of x² + 4x + 5 = 0 is:
Discriminant = b² − 4ac = 16 − 20 = −4. Since it is negative, the equation has two complex (non-real) roots.
Real-world: projectile motion
A ball is thrown upward with the height equation h(t) = −16t² + 64t + 5 (height in feet, t in seconds). The maximum height is at the vertex.
How many real solutions does x² + 4x + 5 = 0 have?
Discriminant b² − 4ac = 16 − 20 = −4. Negative discriminant means no real solutions — the parabola never crosses the x-axis. (It has 2 complex solutions.)