Algebra 2A — Functions & Quadratics
Quadratics & the discriminant
continues from lesson 1 — values defined earlier in the course stay live here
ELI5: a quadratic ax² + bx + c = 0 graphs as a parabola (a U or ∩). Its entire personality hides in one number, the discriminant b² − 4ac:
- positive → two real roots (crosses the axis twice)
- zero → one root (just kisses the axis)
- negative → no real roots (never reaches it)
= the discriminant — try values that make it 0 or negative
= first root via the quadratic formula
= second root
✓ pass r₁ really is a root
= or skip the formula — solve() returns BOTH roots
✓ pass same two roots the formula gave
the parabola — roots where it crosses zero
Real-world hook: parabolas are anything thrown (a ball, a jet of water), the shape of satellite dishes and headlights, and the profit curve whose peak a business hunts for.