Enter the coefficients a, b, and c. Fractional values (e.g., 3/4) are accepted. a cannot be zero.
This Quadratic Formula Calculator solves any second-degree polynomial equation of the form ax² + bx + c = 0. Using the quadratic formula, it finds real and complex roots, calculates the discriminant, and shows step-by-step solutions. Perfect for students, teachers, and professionals working with algebra and parabolic functions.
The quadratic formula solves any equation of the form ax² + bx + c = 0 by finding where the parabola crosses the x-axis. The formula uses the discriminant to determine the nature of the roots.
Where:
• a = Coefficient of x² (a ≠ 0)
• b = Coefficient of x
• c = Constant term
• ± = Plus-minus symbol (two solutions)
Root types based on discriminant:
• Δ > 0 → Two distinct real roots
• Δ = 0 → One real root (double/repeated root)
• Δ < 0 → Two complex conjugate roots
x = [−b ± √Δ] / (2a)
When Δ > 0, the roots are real and the parabola crosses the x-axis at two points. When Δ = 0, the parabola touches the x-axis at one point (vertex). When Δ < 0, the parabola does not intersect the x-axis.
Example 1: Solve x² + 5x + 6 = 0 (a=1, b=5, c=6)
The equation factors as (x + 2)(x + 3) = 0, with roots at x = -2 and x = -3.
Example 2: Solve x² - 4x + 4 = 0 (a=1, b=-4, c=4)
This perfect square trinomial factors as (x - 2)² = 0, with one repeated root at x = 2.
Example 3: Solve x² + x + 1 = 0 (a=1, b=1, c=1)
When the discriminant is negative, the quadratic has two complex conjugate roots.
Tip: Quadratic equations appear in physics (projectile motion), engineering (parabolic reflectors), economics (profit maximization), and many other fields.
The discriminant (Δ = b² - 4ac) determines the nature of the roots.
| Discriminant (Δ) | Root Type | Graph Behavior | Example |
|---|---|---|---|
| Δ > 0 | Two distinct real roots | Parabola crosses x-axis at 2 points | x² - 3x + 2 = 0 → x = 1, 2 |
| Δ = 0 | One real root (double root) | Parabola touches x-axis at 1 point (vertex) | x² - 4x + 4 = 0 → x = 2 |
| Δ < 0 | Two complex conjugate roots | Parabola does not intersect x-axis | x² + x + 1 = 0 → x = -0.5 ± 0.866i |
For Δ > 0, roots can be rational (perfect square) or irrational (non-perfect square). For Δ = 0, the quadratic is a perfect square trinomial.
• Quadratic Equations in Physics – Projectile motion and parabolic trajectories explained.
• Completing the Square – Alternative method for solving quadratics.
• Factoring Quadratics – When and how to factor instead of using the formula.
• Graphing Parabolas – How coefficients affect the shape and position of the curve.
x = [-b ± √(b² - 4ac)] / (2a)
The ± means two solutions: one with +, one with -.
Δ = b² - 4ac
• Δ > 0: Two real roots
• Δ = 0: One real root (repeated)
• Δ < 0: Two complex roots