No Login Data Private Local Save

Quadratic Equation Solver – ax² + bx + c = 0 Roots

7
0
0
0

Quadratic Equation Solver

Solve ax² + bx + c = 0 instantly. Get real or complex roots, step-by-step solutions, and an interactive parabola graph.

Enter coefficients below
a (x²)
b (x)
c
Quick Examples:

Enter coefficients and click Solve to see results.

The parabola graph will appear here.

Discriminant
Δ = 0

Frequently Asked Questions

A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a ≠ 0. The coefficients a, b, and c are real numbers. Quadratic equations appear throughout mathematics, physics, engineering, and economics — from projectile motion to optimization problems.

The discriminant is Δ = b² − 4ac. It determines the nature of the roots without solving the equation fully: Δ > 0 → two distinct real roots; Δ = 0 → one repeated real root (double root); Δ < 0 → two complex conjugate roots. It's the part under the square root in the quadratic formula.

The quadratic formula is x = (−b ± √(b² − 4ac)) / (2a). It provides the exact roots of any quadratic equation ax² + bx + c = 0. The ± symbol indicates there are generally two solutions — one using the plus sign and one using the minus sign. This formula is derived by completing the square.

Yes! When the discriminant is negative (Δ < 0), the quadratic equation has two complex conjugate roots. For example, x² + x + 1 = 0 has roots x = −0.5 ± i√3/2. These are valid mathematical solutions used extensively in engineering, signal processing, and quantum mechanics. On the parabola graph, complex roots mean the curve does not cross the x-axis.

Vieta's formulas relate the coefficients to the sum and product of roots. For ax² + bx + c = 0: Sum of roots = −b/a and Product of roots = c/a. These elegant relationships provide a quick way to check your answers and are widely used in algebra, number theory, and competition math problems.

The vertex is the turning point of the parabola y = ax² + bx + c. Its x-coordinate is h = −b/(2a), and the y-coordinate is k = f(h). If a > 0, the vertex is the minimum point (parabola opens upward). If a < 0, it's the maximum point (parabola opens downward). The axis of symmetry passes vertically through the vertex at x = h.

If a = 0, the equation is no longer quadratic — it becomes a linear equation bx + c = 0, which has exactly one real root (x = −c/b, provided b ≠ 0). Our tool requires a ≠ 0 because it's specifically designed for second-degree equations. For linear equations, a different approach is needed.

Quadratic equations model countless real-world phenomena: projectile trajectories (throwing a ball), area optimization (maximizing garden space with fixed fencing), profit maximization in business, structural engineering (parabolic arches), satellite dish design, and even the shape of water fountains. Any situation involving squared relationships likely involves quadratics.

Completing the square is an algebraic technique that transforms ax² + bx + c into the form a(x − h)² + k, where (h, k) is the vertex. This method reveals the vertex directly, helps solve equations without the quadratic formula, and is the very process used to derive the quadratic formula itself. It's a fundamental skill in algebra.

The axis of symmetry of a parabola is the vertical line x = −b/(2a) that passes through the vertex. The parabola is mirror-symmetric about this line because the quadratic function satisfies f(h + t) = f(h − t) for any t. This symmetry is why the two roots (when real) are equidistant from the vertex: they sit at h ± √Δ/(2|a|).