Solve any quadratic equation of the form ax² + bx + c = 0 instantly. Get real and complex roots, discriminant analysis, vertex coordinates, axis of symmetry, and a complete step-by-step solution.
Enter the coefficients for the quadratic equation ax² + bx + c = 0
Solve: x² − 5x + 6 = 0 (a=1, b=−5, c=6)
Discriminant: Δ = (−5)² − 4(1)(6) = 25 − 24 = 1 (Δ > 0)
Roots: x = [5 ± √1] / 2 = x₁ = 3, x₂ = 2
Two distinct real roots because the discriminant is positive.
Solve: x² − 6x + 9 = 0 (a=1, b=−6, c=9)
Discriminant: Δ = (−6)² − 4(1)(9) = 36 − 36 = 0 (Δ = 0)
Root: x = [6 ± 0] / 2 = x = 3 (double root)
One repeated real root because the discriminant is zero.
Solve: x² + 2x + 5 = 0 (a=1, b=2, c=5)
Discriminant: Δ = (2)² − 4(1)(5) = 4 − 20 = −16 (Δ < 0)
Roots: x = [−2 ± √(−16)] / 2 = [−2 ± 4i] / 2 = x = −1 ± 2i
Two complex conjugate roots because the discriminant is negative.
Solve: 2x² − 8x + 6 = 0 (a=2, b=−8, c=6)
Discriminant: Δ = (−8)² − 4(2)(6) = 64 − 48 = 16 (Δ > 0)
Roots: x = [8 ± √16] / 4 = x₁ = 3, x₂ = 1
Vertex: x = −(−8)/(2×2) = 2, y = 2(2)² − 8(2) + 6 = −2 → (2, −2)
The parabola opens upward (a > 0) with vertex at (2, −2).
The coefficient 'a' must never be zero — that would make it a linear equation, not a quadratic.
Before using the formula, try factoring the expression. If it factors easily, you'll find the roots faster.
This method rewrites ax²+bx+c as a(x−h)²+k, revealing the vertex (h,k) directly. The quadratic formula is derived from this process.
For roots r₁, r₂: r₁ + r₂ = −b/a and r₁ × r₂ = c/a. Use these to quickly verify your results.
A quadratic equation is a second-degree polynomial equation in a single variable x, written in the standard form ax² + bx + c = 0, where a, b, and c are constants and a ≠ 0. The highest exponent of x is 2, which gives the equation its characteristic parabolic shape when graphed.
Quadratic equations appear throughout mathematics, physics, engineering, and economics. From calculating projectile trajectories to optimizing profit functions, understanding how to solve quadratics is a fundamental skill. The quadratic formula x = (−b ± √(b² − 4ac)) / (2a) provides a universal method that works for every quadratic equation, whether the roots are real or complex.
The discriminant Δ = b² − 4ac is the key to understanding a quadratic equation without even solving it. Its value tells you everything about the nature of the roots. A positive discriminant means two real solutions — the parabola crosses the x-axis twice. Zero means exactly one real solution — the parabola just touches the axis at its vertex. A negative discriminant indicates two complex solutions — the parabola stays entirely above or below the x-axis.
Quadratic equations are far more than just a classroom exercise. They model countless real-world phenomena. In physics, the motion of a projectile under gravity follows a quadratic path — the height h(t) = −½gt² + v₀t + h₀ is a quadratic function. In business, quadratic functions model revenue and profit, where the vertex represents the optimal price or production level.
Projectile motion, free-fall problems, and kinematic equations all produce quadratic relationships between time and position.
Profit maximization, revenue optimization, and supply-demand equilibrium often involve solving quadratic equations.
Suspension bridges, arches, and parabolic reflectors all rely on quadratic curves for their structural and optical properties.
Bezier curves, collision detection, and ray tracing use quadratic equations to model smooth curves and intersections.
Solving any quadratic equation with the quadratic formula follows a consistent process. First, ensure your equation is in standard form ax² + bx + c = 0. Identify the values of a, b, and c, paying careful attention to negative signs. Compute the discriminant Δ = b² − 4ac. Then, plug everything into the formula x = (−b ± √Δ) / (2a). Simplify the expression — if Δ is a perfect square, you'll get rational roots; if not, leave the square root in simplified radical form or as a decimal approximation. If Δ is negative, express the result with the imaginary unit i, where √(−Δ) = i√|Δ|.
Our calculator handles all three cases automatically, showing you each step of the process. It also computes the vertex coordinates and axis of symmetry, giving you a complete geometric picture of the parabola represented by your equation.
⚠️ Important Note: While our Quadratic Equation Solver provides accurate mathematical results using the standard quadratic formula, always verify critical calculations. Some equations may have very large coefficients leading to numerical precision issues. For academic work, we recommend cross-checking with manual calculation or computer algebra software. This tool is intended as a learning aid and reference.