Skip to content
Quadratic Formula Calculator – Find Roots Instantly with Steps

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

1x20x +  0 = 0

All three fields are required. a cannot be zero — that would make it a linear equation.

Your Solution

Roots, discriminant, and a step-by-step breakdown appear here

Discriminant (Δ)
0
Perfect square
Root 1 (x₁)
0
Root 2 (x₂)
0
Root Type
Real & equal

Step-by-Step Solution

  1. Equation: 1x² + 0x + 0 = 0
  2. Discriminant: Δ = b² - 4ac = 0² - 4×1×0 = 0
  3. Δ = 0: One real repeated root
  4. Root: x = -b / 2a = 0 / 2 = 0

Parabola Visualization

Your browser does not support canvas.

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

ax² + bx + c = 0
Every quadratic can be written this way. The coefficient a controls the shape of the parabola, b shifts it sideways, and c sets where it crosses the y-axis.

Quadratic Formula

x = [-b ± √(b² - 4ac)] / 2a
The ± gives you two answers in one formula. Plug in a, b, and c — add the square root for x₁, subtract it for x₂.

Discriminant (Δ)

Δ = b² - 4ac
Δ > 0: two real roots  |  Δ = 0: one repeated root  |  Δ < 0: complex roots. Calculate this first to know what kind of answer to expect.

Three Worked Examples

Example 1 — Two Real Roots

2x² - 4x - 6 = 0 Δ = (-4)² - 4(2)(-6) = 16 + 48 = 64 x = [4 ± √64] / 4 = [4 ± 8] / 4
✓ x₁ = 3    x₂ = −1

Example 2 — Repeated Root

x² - 6x + 9 = 0 Δ = (-6)² - 4(1)(9) = 36 - 36 = 0 x = 6 / 2(1) = 3
✓ x₁ = x₂ = 3 (vertex on x-axis)

Example 3 — Complex Roots

x² + 4x + 13 = 0 Δ = 4² - 4(1)(13) = 16 - 52 = -36 x = [-4 ± √(-36)] / 2
✓ x = −2 ± 3i

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).

Frequently Asked Questions

Why can't coefficient a be zero?
If a = 0 the x² term disappears and you are left with bx + c = 0, which is a simple linear equation with one solution, not two. The quadratic formula divides by 2a, so a = 0 would also cause a division-by-zero error.
How many decimal places are shown?
Results are displayed to three decimal places. If you need an exact surd form like (3 + √5)/2, compute the discriminant shown in the results and simplify manually from there.
Can I enter decimals or fractions?
Yes — any real number works. Enter fractions in decimal form: use 0.25 instead of 1/4, or 3.14159 instead of π. The calculator handles negative coefficients too; just type the minus sign before the number.
What does a complex root actually mean?
It means the parabola never crosses the x-axis — there is no real x value that satisfies the equation. In physical problems this often means the situation described cannot happen, for example a ball that is never at a certain height.
What is special about a double root?
When Δ = 0 both roots are identical, so the parabola's lowest or highest point sits exactly on the x-axis. This often marks a boundary condition — the minimum speed needed to reach a target, or the exact price that breaks even without profit or loss.
My equation is not in standard form — what do I do?
Rearrange it so all terms are on one side and the right side equals zero. For example, 3x² = 5x − 2 becomes 3x² − 5x + 2 = 0, so a = 3, b = −5, c = 2. Vertex form a(x − h)² + k = 0 should be expanded first.

More Calculators You Might Need