Skip to main content

Quadratic Formula Calculator

Solve quadratic equations instantly

Reference table

Coefficient a (x²)Root x₁EquationDiscriminant (Δ)
0.55.23610.5x² - 3x + 2 = 05
12x² - 3x + 2 = 01
1.51 + 0.5774i1.5x² - 3x + 2 = 0-3
20.75 + 0.6614i2x² - 3x + 2 = 0-7
2.50.6 + 0.6633i2.5x² - 3x + 2 = 0-11
30.5 + 0.6455i3x² - 3x + 2 = 0-15
40.375 + 0.5995i4x² - 3x + 2 = 0-23
50.3 + 0.5568i5x² - 3x + 2 = 0-31
60.25 + 0.5204i6x² - 3x + 2 = 0-39
70.2143 + 0.4897i7x² - 3x + 2 = 0-47
80.1875 + 0.4635i8x² - 3x + 2 = 0-55
90.1667 + 0.441i9x² - 3x + 2 = 0-63
100.15 + 0.4213i10x² - 3x + 2 = 0-71
120.125 + 0.3886i12x² - 3x + 2 = 0-87
150.1 + 0.3512i15x² - 3x + 2 = 0-111

📊 Discriminant Cases

  • Δ > 0Two distinct real roots
  • Δ = 0One repeated real root (x = -b/2a)
  • Δ < 0Two complex conjugate roots
  • Δ = perfect squareRational roots (integer a, b, c)

Quick Tips

  • Δ > 0: Two distinct real roots
  • Δ = 0: One repeated real root
  • Δ < 0: Two complex conjugate roots
  • Vertex x = -b/(2a)

What is the Quadratic Formula?

The quadratic formula is a universal method for solving any quadratic equation of the form ax² + bx + c = 0, where a ≠ 0. The formula x = (-b ± √(b² - 4ac)) / 2a gives the roots (solutions) of the equation. These roots represent the x-values where the parabola crosses the x-axis. The quadratic formula works for all cases: two distinct real roots, one repeated root, or two complex conjugate roots.

Understanding the Discriminant

The discriminant Δ = b² - 4ac is the key to understanding the nature of roots. When Δ > 0, the equation has two distinct real roots. When Δ = 0, there's exactly one real root (a repeated root). When Δ < 0, the roots are complex conjugates of the form a ± bi. The discriminant also indicates whether the parabola intersects, touches, or never crosses the x-axis.

Important Properties

  • The coefficient 'a' cannot be zero (otherwise it's linear, not quadratic)
  • Vieta's formulas relate roots to coefficients: sum = -b/a, product = c/a
  • The vertex (h,k) represents the minimum (a>0) or maximum (a<0) point
  • Vertex form y = a(x-h)² + k makes graphing easier
  • Complex roots always come in conjugate pairs

Real-World Applications

  • Projectile motion: height follows h = h₀ + v₀t − ½gt², a quadratic in time
  • Business: revenue and profit curves are often parabolas — the vertex gives the optimal price or output
  • Geometry: area, fencing, and border problems reduce to quadratic equations
  • Engineering: parabolic arches, suspension-bridge cables, and satellite dishes are designed with quadratics
  • Road safety: braking distance grows with the square of speed — double the speed means roughly four times the distance
  • Computer graphics: Bézier curves and ray–sphere intersections solve quadratic equations every frame

Example Calculations

Step-by-step solutions for different cases

Two Real Roots

  1. Equation: x² - 5x + 6 = 0
  2. a=1, b=-5, c=6
  3. Δ = 25 - 24 = 1 > 0
  4. x = (5 ± 1) / 2

x₁ = 3, x₂ = 2

Complex Roots

  1. Equation: x² + 2x + 5 = 0
  2. a=1, b=2, c=5
  3. Δ = 4 - 20 = -16 < 0
  4. x = (-2 ± 4i) / 2

x₁ = -1+2i, x₂ = -1-2i

Frequently Asked Questions

What does the discriminant tell us?

The discriminant (b² - 4ac) reveals the nature of roots: positive means two real roots, zero means one repeated root, negative means two complex roots.

Can I solve any quadratic with this formula?

Yes! The quadratic formula works for any quadratic equation ax² + bx + c = 0 where a ≠ 0, regardless of whether the roots are real or complex.

What is the vertex of a parabola?

The vertex is the turning point of the parabola. For y = ax² + bx + c, the vertex is at x = -b/(2a). It's the minimum point if a > 0, maximum if a < 0.

What are Vieta's formulas?

Vieta's formulas relate roots to coefficients: the sum of roots equals -b/a, and the product of roots equals c/a. These work even for complex roots.

How do I convert to vertex form?

Complete the square: y = a(x² + (b/a)x) + c becomes y = a(x + b/2a)² + (c - b²/4a). The vertex is (-b/2a, c - b²/4a).

What if 'a' equals zero?

If a = 0, it's no longer quadratic—it becomes a linear equation bx + c = 0, which has one solution: x = -c/b (if b ≠ 0).

Sources