Quadratic Formula Calculator
Enter your coefficients and get real or complex roots in seconds — with full working steps, discriminant breakdown, and a live parabola graph.
Enter Your Coefficients
Type values for a, b, and c — the equation updates live as you type
Your Solution
Roots, discriminant, and a step-by-step breakdown appear here
Step-by-Step Solution
- Equation: 1x² + 0x + 0 = 0
- Discriminant: Δ = b² - 4ac = 0² - 4×1×0 = 0
- Δ = 0: One real repeated root
- Root: x = -b / 2a = 0 / 2 = 0
Parabola Visualization
Vertex: (0, 0)
Axis: x = 0
Opens: Upward
How to Use It
Type your values of a, b, and c into the three input fields. Hit Solve and the calculator instantly shows both roots, the discriminant value, and every working step — no sign-up, no ads, no wait.
Three Types of Roots
When Δ is positive you get two different real roots. When Δ equals zero both roots are the same. When Δ is negative the roots are complex numbers — the calculator shows all three cases clearly.
Where It Gets Used
Engineers use quadratics to model parabolic bridges and satellite dishes. Physicists use them for projectile paths. Business analysts use them to find break-even points. It is one of the most applied formulas in all of mathematics.
The Formulas Behind the Calculator
Standard Form
Quadratic Formula
Discriminant (Δ)
Three Worked Examples
Example 1 — Two Real Roots
Example 2 — Repeated Root
Example 3 — Complex Roots
A Complete Guide to Quadratic Equations
A quadratic equation is any equation where the highest power of the variable is 2. It always produces a U-shaped curve called a parabola when graphed. That simple shape appears everywhere — from the path of a thrown ball to the cables of a suspension bridge to the lens of a telescope.
Breaking Down the Standard Form
The equation ax² + bx + c = 0 has three parts, each doing a specific job. The term ax² controls how wide or narrow the parabola is and which direction it opens. A positive value of a opens upward; negative opens downward. The term bx shifts the parabola left or right. The constant c is simply where the parabola crosses the vertical y-axis.
Why the Discriminant Matters
Before you even calculate the roots, the discriminant (Δ = b² − 4ac) tells you exactly what kind of answer you will get:
- Δ > 0: The parabola cuts through the x-axis at two separate points. You get two distinct real roots.
- Δ = 0: The bottom (or top) of the parabola just touches the x-axis. There is exactly one root, and it appears twice.
- Δ < 0: The parabola floats entirely above or below the x-axis. The roots exist but are complex numbers involving the imaginary unit i.
Real-World Applications
🏗️ Engineering: Structural Design
The main cables of a suspension bridge hang in a shape called a catenary, which is closely approximated by a parabola. Engineers use quadratic equations to calculate the exact sag, tension, and load distribution at every point along the span. The same maths applies to arch design and parabolic antennas used in satellite communication.
💰 Business: Finding the Break-Even Point
When a company's revenue and cost functions are both quadratic, finding when revenue equals cost — the break-even point — requires solving a quadratic equation. For example, if profit P(x) = −2x² + 20x − 32 describes a product line, setting P(x) = 0 and solving gives the sales volumes at which the business breaks even: x = 2 units and x = 8 units.
Reading the Graph
X-intercepts (roots): Where the curve crosses the horizontal axis. These are the solutions to the equation. If the parabola does not cross the x-axis, the roots are complex.
Vertex: The very tip of the parabola, found at x = −b/(2a). If the parabola opens upward this is the minimum point; if it opens downward it is the maximum. In business problems the vertex is often the profit-maximising or cost-minimising quantity.
Axis of symmetry: A vertical line through the vertex. The parabola is a perfect mirror image on both sides of this line, which is why the two roots are always symmetric about x = −b/(2a).