Quadratic Formula Calculator
Free online Quadratic Formula Calculator with step-by-step solutions. Solves ax² + bx + c = 0 with interactive graph, discriminant analysis, and complex roots. 100% client-side, no data upload.
Recent Calculations
Quadratic Formula Calculator
⚡ A quadratic equation is a second-degree polynomial equation of the form \(ax^2 + bx + c = 0\) with \(a \neq 0\). The quadratic formula provides the roots (solutions) for any quadratic equation, and is one of the most important formulas in all of mathematics.
- Babylonians (c. 2000 BC) — solved quadratic equations using geometric methods, equivalent to the quadratic formula.
- Euclid (c. 300 BC) — developed geometric solutions in his Elements.
- Brahmagupta (c. 628 AD) — gave an explicit formula for solving quadratic equations.
- Al-Khwārizmī (c. 820 AD) — systematically solved quadratics and introduced the word "algebra".
- Bhāskara II (c. 1150 AD) — gave the complete modern quadratic formula.
- René Descartes (1637) — introduced modern notation using \(x, y, z\) and the \(\pm\) symbol.
- Physics — projectile motion under gravity: \(h(t) = -\frac{1}{2}gt^2 + v_0t + h_0\).
- Engineering — stress analysis, beam deflection, and control systems.
- Economics — profit maximization, cost functions, and break-even analysis.
- Architecture — parabolic arches, suspension bridges, and reflective surfaces.
- Astronomy — orbital mechanics and celestial trajectories.
- Everyday life — optimization problems, area calculations, and financial modeling.
📌 "The quadratic formula is one of the most important and beautiful results in elementary mathematics."
Frequently Asked Questions
Got questions about the quadratic formula? We've got answers.
What is the quadratic formula?
The quadratic formula x = (-b ± √(b² - 4ac)) / (2a) gives the solutions to any quadratic equation ax² + bx + c = 0.
What is the discriminant?
The discriminant Δ = b² - 4ac determines the nature of the roots: Δ > 0 means two real roots, Δ = 0 means one repeated root, Δ < 0 means two complex roots.
Can a be zero?
No. If a = 0, the equation becomes linear (bx + c = 0), not quadratic.
What are complex roots?
When the discriminant is negative, the square root of a negative number introduces the imaginary unit i, resulting in complex conjugate roots.
Is this calculator private?
Yes. All calculations run locally in your browser. No data is transmitted or stored on any server.