pixelnexhub.com

HomeMath Calculators › Quadratic Equation Solver
Polynomial Algebra

Quadratic Equation Solver (ax² + bx + c = 0)

Solve second-degree quadratic equations instantly with step-by-step mathematical proofs. Computes real and complex roots, discriminant evaluation, parabolic vertex coordinates, and axis of symmetry.

ax² + bx + c = 0
Roots of the Equation (x-intercepts)
x₁ = 3.00, x₂ = 2.00
Two Distinct Real Roots (Δ > 0)
Discriminant (b² - 4ac) 1.00
Parabola Vertex (h, k) (2.50, -0.25)
Axis of Symmetry x = 2.50
Parabola Direction Opens Upward (a > 0)

Step-by-Step Derivation:

The Quadratic Formula: Derivation, Discriminant & Geometry

A quadratic equation is any polynomial equation of the second degree, meaning the highest exponent of the variable x is 2. The standard form is expressed as ax² + bx + c = 0, where a, b, and c are constant coefficients, and a ≠ 0.

The Universal Quadratic Formula

Derived by completing the square on the general quadratic equation, the formula provides exact solutions for any polynomial:

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

The Role of the Discriminant (Δ)

The expression beneath the radical sign, Δ = b² - 4ac, is termed the discriminant. It fundamentally determines the nature and quantity of the roots without having to complete the full calculation:

  • Δ > 0: The equation has two distinct real roots. Graphically, the parabola intersects the x-axis at two distinct points.
  • Δ = 0: The equation has one repeated real root (x = -b/2a). The parabola touches the x-axis tangentially at its vertex.
  • Δ < 0: The equation has two complex conjugate roots involving the imaginary unit i (√-1). The parabola never crosses the real x-axis.

Vertex and Projectile Motion in Physics

In physics, quadratic functions model the trajectory of ballistic projectiles under Earth's gravitational acceleration: y(t) = -½gt² + v₀t + y₀. The vertex of the parabola, given by h = -b / (2a), determines the exact time at which a projectile reaches its maximum peak altitude.

Frequently Asked Questions

If a = 0, the equation ceases to be quadratic and collapses into a standard linear equation: bx + c = 0, with a single solution: x = -c / b.
When the discriminant is negative, taking the square root requires the imaginary number i (where i² = -1). Complex roots take the form u ± vi, representing valid mathematical solutions in electrical engineering, quantum mechanics, and fluid dynamics.
Mathematical Disclaimer: Solvers execute client-side using floating-point precision.
Scroll to Top