Quadratic Equation Solver

Solve quadratic equations instantly. Find real and complex roots, calculate the discriminant, and view a dynamic graph of the parabola.

Standard Form: ax² + bx + c = 0

x² +
x +
= 0
Advertisement

Mastering Quadratic Equations

A quadratic equation is any second-degree polynomial equation. It always takes the standard form:
ax² + bx + c = 0

When we "solve" a quadratic equation, we are looking for its roots. These are the exact values of x where the equation equals zero. Visually, if you graph the equation, the roots are the points where the U-shaped curve (the parabola) crosses the horizontal x-axis.

The Quadratic Formula

x =
-b ± √(b² - 4ac)2a

This single formula works for every quadratic equation. Just plug in your a, b, and c coefficients to find the roots instantly.

3 Ways to Solve a Quadratic Equation

1. Factoring

The fastest method, but it only works if the equation easily breaks down into two binomials (e.g., (x-2)(x+3) = 0).

2. Completing the Square

A process of rearranging the equation to find the vertex. It always works but involves complex fractions.

3. The Quadratic Formula

The "failsafe" method. It uses the coefficients (a, b, c) to guarantee a solution, even for imaginary numbers.

The Magic of the Discriminant (Δ)

Inside the quadratic formula, the part under the square root is called the Discriminant (b² - 4ac). It acts like a crystal ball, telling us exactly what kind of answers to expect before we even finish the math:

If Δ > 0 (Positive)

The parabola crosses the x-axis twice. You will get Two Real Roots.

If Δ = 0 (Zero)

The parabola's vertex just touches the x-axis. You get exactly One Real Root.

If Δ < 0 (Negative)

The parabola floats above or below the x-axis and never touches it. You get Two Complex (Imaginary) Roots.

Real-World Applications

Why do we care about parabolas? Because gravity and optimization run on quadratics.

  • Projectile Motion: Throwing a ball or launching a rocket perfectly follows a parabolic path. Solving the equation tells you exactly when the object will hit the ground.
  • Business Optimization: If you want to find the exact price to charge for a product that maximizes profit while minimizing lost sales, you find the vertex of a quadratic profit curve.

Frequently Asked Questions

Can a quadratic equation have 3 roots?

No. The Fundamental Theorem of Algebra states that a polynomial's highest exponent dictates its maximum number of roots. Because a quadratic is a degree of 2 (x²), it can only have a maximum of 2 roots.

What happens if 'a' equals 0?

If the 'a' coefficient is 0, the x² term disappears (0x² = 0). This means the equation is no longer quadratic; it becomes a straight, linear equation (bx + c = 0).

Explore Related Math Tools

Scratchpad