Understanding Quadratic Equations & The Quadratic Formula
A quadratic equation is any equation that can be written in the form ax² + bx + c = 0, where a, b, and c are constants and a ≠ 0. The name "quadratic" comes from "quadratus" (Latin for square), referring to the x² term. Quadratic equations appear in physics (projectile motion), engineering, economics (profit maximization), biology (population models), and everyday problem-solving.
The quadratic formula is the universal solution: x = [-b ± √(b² - 4ac)] / (2a). This formula works for every quadratic equation, whether the roots are real or complex. The expression under the square root, Δ = b² - 4ac, is called the discriminant — it tells us the nature of the roots:
- Δ > 0: Two distinct real roots (parabola crosses x-axis at two points)
- Δ = 0: One repeated real root (parabola touches x-axis at vertex)
- Δ < 0: Two complex conjugate roots (parabola never touches x-axis)
The calculator also finds the vertex of the parabola — the highest or lowest point. Vertex x-coordinate = -b/(2a). This is where the parabola reaches its minimum (if a > 0) or maximum (if a < 0).