A quadratic equation is a second-degree polynomial equation that commonly appears in physics, engineering, and advanced mathematics to model physical trajectories, optimize areas, and determine profit maximums. Solving these equations requires finding the "roots" (or x-intercepts) where the parabolic curve crosses the x-axis. Using the standard quadratic formula guarantees absolute precision, resolving even the most complex variables into understandable real or imaginary numbers.

The Standard Quadratic Formula

x = (-b ± √(b² - 4ac)) / 2a
Where ax² + bx + c = 0. The expression (b² - 4ac) is known as the Discriminant (Δ).

How to Use This Solver

  1. Ensure your mathematical equation is in the standard form: ax² + bx + c = 0.
  2. Enter the coefficient a (which cannot be zero).
  3. Enter the coefficient b.
  4. Enter the constant c.
  5. Click Solve to instantly view the calculated roots and the step-by-step discriminant evaluation.

Frequently Asked Questions (FAQ)

What does the Discriminant tell us?

The discriminant (Δ = b² - 4ac) dictates the nature of the roots. If the discriminant is positive, the equation has two distinct real roots. If it is exactly zero, there is one real root (the parabola just touches the x-axis). If it is negative, the equation has two complex (imaginary) roots.

Can "a" ever be zero?

No. If the coefficient a is zero, the x² term disappears, and the equation is no longer a quadratic equation. It becomes a simple linear equation (bx + c = 0), which forms a straight line rather than a parabola.