A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. The term "quadratic" comes from "quadratus," the Latin word for square, because the variable is squared.
The solutions to a quadratic equation are called roots, and they represent the x-values where the parabola (the graph of the quadratic function) crosses the x-axis. A quadratic equation can have two real roots, one repeated real root, or two complex conjugate roots.
There are several methods to solve quadratic equations:
The discriminant (b² - 4ac) determines the nature of the roots:
Problem: Solve x² - 5x + 6 = 0
Solution:
The discriminant is the expression b² - 4ac under the square root in the quadratic formula. It tells us how many and what type of roots the equation has.
If a = 0, the equation becomes linear (bx + c = 0), not quadratic. Use our Solve for X calculator for linear equations.
Yes! When the discriminant is negative, the roots are complex numbers involving the imaginary unit i. For example, x² + 1 = 0 has roots x = ±i.