Quadratic Equation Solver

Where does your quadratic equation cross the x-axis?

Solve quadratic equations by entering the three coefficients. Get both solutions, discriminant value, and vertex coordinates for complete analysis.

Updated June 2026 · How this works

Example calculation — edit any field to use your own numbers

Worth knowing
How It Works
The formula, explained simply

Imagine throwing a ball into the air — its height follows a parabolic path described by a quadratic equation. Finding where this equation equals zero tells you exactly when the ball returns to ground level. The quadratic formula works like a mathematical GPS, using the three coefficients as coordinates to pinpoint where any parabola crosses the horizontal axis.

The discriminant (b² - 4ac) acts as an early warning system. If positive, you get two crossing points. If zero, the parabola just grazes the axis at one point. If negative, the parabola never touches the axis at all, meaning your solutions exist only in the complex number realm.

Every quadratic equation can be visualized as a U-shaped or upside-down U-shaped curve. The coefficient 'a' determines the direction and width of the opening, 'b' shifts the curve left or right, and 'c' moves it up or down. Together, these three numbers completely define where your parabola intersects the x-axis.

When To Use This
Right tool, right situation

Use quadratic solvers for any problem involving squared terms: projectile motion, profit optimization, area maximization, or circuit resonance. Physics problems frequently generate quadratics when dealing with acceleration, as distance equations become quadratic in time.

Avoid this tool when your equation lacks an x² term or when you need approximate solutions to higher-degree polynomials. If your coefficient 'a' equals zero, you have a linear equation instead. For cubic or quartic equations, specialized tools handle the more complex root-finding algorithms.

Quadratic models work best for phenomena with clear maximum or minimum points. Population growth eventually becomes exponential rather than quadratic. Economic models often start quadratic but become more complex with multiple variables and constraints.

Common Mistakes
Why results sometimes look wrong

Many students flip the sign in the quadratic formula, writing x = (b ± √(b² - 4ac)) / 2a instead of the correct x = (-b ± √(b² - 4ac)) / 2a. This happens because they confuse the formula with the vertex x-coordinate calculation. Always remember the negative sign belongs with the b term, not inside the square root.

Another frequent error involves discriminant calculation, particularly with negative coefficients. When b = -3, the discriminant becomes (-3)² - 4ac = 9 - 4ac, not -9 - 4ac. Parentheses matter crucially when squaring negative numbers.

People often dismiss complex solutions as meaningless, but they appear in real engineering contexts. AC circuit analysis, quantum mechanics, and signal processing all rely on complex solutions. Just because you cannot plot them on a standard graph does not make them mathematical artifacts.

The Math
Worked examples and deeper derivation

The quadratic formula x = (-b ± √(b² - 4ac)) / 2a emerges from completing the square on the general form ax² + bx + c = 0. This process transforms any quadratic into a perfect square plus a constant, making the solutions immediately visible.

The discriminant Δ = b² - 4ac determines the nature of solutions before you calculate them. When Δ > 0, you get two distinct real roots. When Δ = 0, both roots collapse to the same value. When Δ < 0, the square root becomes imaginary, producing complex conjugate pairs.

The vertex formula (-b/2a, f(-b/2a)) gives you the parabola's turning point. This x-coordinate -b/2a also represents the axis of symmetry, meaning both roots are equidistant from this central line. Understanding this symmetry helps verify your solutions and catch calculation errors.

Finding where a projectile hits the ground
Height equation h = -16t² + 64t + 80 becomes 0 = -16t² + 64t + 80
Solutions t = 5 and t = -1 mean the projectile hits ground at 5 seconds (the future impact) and would have been at ground level 1 second before launch (mathematical but not physical).
Optimizing a rectangular garden area
Area constraint x² - 10x + 21 = 0 where x is the width dimension
Solutions x = 7 and x = 3 show two possible widths that satisfy the area requirement, giving you flexibility in your garden design.
Circuit resonance frequency analysis
Impedance equation s² + 4s + 13 = 0 for complex frequency analysis
Complex solutions s = -2 + 3i and s = -2 - 3i indicate damped oscillation with decay rate 2 and frequency 3, crucial for filter design.
Expert Unlock
The thing most explanations skip

Professional mathematicians recognize that quadratic solutions often appear in pairs due to underlying symmetries in the problem structure. When working with parametric equations or optimization problems, these paired solutions frequently represent equivalent scenarios from different perspectives or time points.

What does a negative discriminant mean?

What does it mean when the discriminant is negative?
A negative discriminant means your quadratic equation has no real number solutions. Instead, it has two complex solutions involving imaginary numbers. This often happens in engineering and physics problems involving oscillations or wave behavior.
Why do I get two solutions for most quadratic equations?
Quadratic equations represent parabolas, which typically cross the x-axis at two points. Each crossing point is a solution where the equation equals zero. Only when the parabola just touches the x-axis do you get one repeated solution.
What is the vertex and why does it matter?
The vertex is the highest or lowest point on the parabola, depending on whether it opens up or down. In real applications, this often represents the maximum or minimum value of what you are measuring, like maximum height of a projectile or minimum cost of production.

Need something this doesn't cover?

Suggest a tool — we'll build it →