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.
—
Send feedback
💡 Share your idea or report a problem
✓ Thanks! We'll take a look.
Learn more
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.
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?
Need something this doesn't cover?
Suggest a tool — we'll build it →