Quadratic Equation Solver
Math CalculatorsQuadratic Equation Solver
Solve ax² + bx + c = 0
How to Use This Calculator
How to Use the Quadratic Equation Solver
This tool solves any quadratic equation in the standard form ax² + bx + c = 0. Enter the three coefficients a, b, and c, and get instant results including the roots, discriminant analysis, vertex coordinates, and a visual graph of the parabola.
Entering Coefficients
Enter the coefficient a (the x² term), b (the x term), and c (the constant). The coefficient a cannot be zero — that would make it a linear equation. Coefficients can be positive, negative, or decimal values. For example, for the equation 2x² - 5x + 3 = 0, enter a=2, b=-5, c=3.
Understanding the Results
The solver shows the discriminant value and its interpretation, both roots (real or complex), the vertex of the parabola, and the axis of symmetry. The step-by-step breakdown shows exactly how each value is calculated. The parabola graph plots the equation with the roots and vertex clearly visible.
The Discriminant in Depth
The discriminant D = b² - 4ac is the key to understanding the nature of a quadratic equation's solutions before you even solve it. When D > 0, the equation has two distinct real roots, and the parabola crosses the x-axis at two separate points. A perfect square discriminant (like 1, 4, 9, 16) means the roots are rational numbers. When D = 0, there is exactly one repeated root, and the vertex of the parabola sits exactly on the x-axis. When D < 0, the roots are complex conjugates in the form a + bi and a - bi, where i = √(-1). The parabola floats entirely above or below the x-axis without crossing it.
Graphical Interpretation: The Parabola
Every quadratic equation y = ax² + bx + c represents a parabola when graphed. If a > 0, the parabola opens upward (a "U" shape) and the vertex is the minimum point. If a < 0, it opens downward (an inverted "U") and the vertex is the maximum point. The vertex is located at x = -b/(2a) and represents the axis of symmetry — the parabola is a mirror image on either side of this vertical line. The y-intercept is always the value of c, which is the point where the parabola crosses the y-axis.
Real-World Applications
Quadratic equations appear throughout science and engineering. In physics, projectile motion follows a parabolic path — the height of a ball thrown upward can be modeled as h(t) = -½gt² + v₀t + h₀, where g is gravitational acceleration, v₀ is initial velocity, and h₀ is starting height. Solving this equation tells you when the ball hits the ground (h = 0). Engineers use quadratics to calculate areas, optimize dimensions for maximum capacity, and model electrical circuits. In business, quadratic functions model profit optimization where revenue and cost curves intersect.
Frequently Asked Questions
Q: What is the quadratic formula?
A: The quadratic formula is x = (-b ± √(b² - 4ac)) / 2a. It solves any equation in the form ax² + bx + c = 0, where a ≠ 0. The expression under the square root (b² - 4ac) is called the discriminant and determines the nature of the roots.
Q: What does the discriminant tell you?
A: The discriminant (D = b² - 4ac) reveals the nature of roots. If D > 0, there are two distinct real roots. If D = 0, there is exactly one repeated real root. If D < 0, the roots are complex conjugates (involving imaginary numbers). A larger positive discriminant means the roots are farther apart.
Q: Can a quadratic equation have no solution?
A: Every quadratic equation has exactly two solutions (counting multiplicity) in the complex number system. When the discriminant is negative, the solutions are complex numbers with imaginary parts. In the real number system only, such equations have no real solutions, but the complex solutions always exist.
Q: What are complex roots and when do they matter?
A: Complex roots occur when the discriminant is negative, producing solutions that involve the imaginary unit i (where i² = -1). While they may seem abstract, complex roots are essential in electrical engineering for analyzing alternating current circuits, in signal processing for filter design, and in control systems engineering. They always appear as conjugate pairs — if 3 + 2i is a root, then 3 - 2i is always the other root.