Quadratic equations and the discriminant
The quadratic formula x = (-b ± √(b² - 4ac)) / 2a solves any equation of the form ax² + bx + c = 0. The discriminant b² - 4ac tells you the nature of the solutions before you compute them: positive = two real roots, zero = one repeated root, negative = two complex conjugate roots. Quadratic equations appear everywhere — projectile trajectories (height as a function of time), circuit analysis (resonance frequencies), economics (profit maximisation). The geometric interpretation: the roots are where the parabola y = ax² + bx + c crosses the x-axis. A negative discriminant means the parabola never touches the x-axis.