Quadratic Equations
Quadratic equations are second-degree polynomials of the form ax² + bx + c = 0. Solving them determines the roots (x₁ and x₂) and defines the shape and vertex of the corresponding parabola.
- root solving: Quadratic equations are ax² + bx + c = 0 solved using the quadratic formula.
- discriminant check: The discriminant b² - 4ac determines the number and type of roots (real or complex).
- parabolic shapes: Real roots represent the x-intercepts where the parabola crosses the horizontal axis.
Quadratic Roots Formula
| Symbol | Meaning & Description |
|---|---|
| x | Roots of the equation |
| a, b, c | Polynomial coefficients |
| D | Discriminant = b² - 4ac |
D = b² - 4ac = (-5)² - 4·(1)·(6) = 25 - 24 = 1
√D = √1 = 1.0000
Roots = [ -b ± √D ] / 2a = [ 5 ± 1.0000 ] / 2 = x = 3.0000, x = 2.0000
Quadratic Equation Solver Sandbox
Tweak variables below to see the formula calculate instantly.
Sign Errors in Substitution: Negative coefficients (especially for 'b' and 'c') are common sources of errors. E.g., when subtracting 4ac, if c is negative, the double negative turns the operation into addition.
Quadratic Equation Solver
Solve quadratic equations and calculate roots and discriminants.