A Lot Of Tools
Toggle language
Toggle theme

Quadratic Formula Calculator

Solve quadratic equations ax² + bx + c = 0 using the quadratic formula. Get complete solutions including real and complex roots, discriminant analysis, vertex coordinates, axis of symmetry, and Vieta's formulas.

Quadratic Formula Calculator

ax² + bx + c = 0

How to Use the Quadratic Formula Calculator

Enter the coefficients a, b, and c from your quadratic equation in standard form (ax² + bx + c = 0). The calculator will find the roots using the quadratic formula x = (-b ± √(b² - 4ac)) / 2a and provide additional insights about the parabola.

Understanding the Discriminant

The discriminant Δ = b² - 4ac determines the nature of the roots:

  • Δ > 0: Two distinct real roots
  • Δ = 0: One repeated real root (vertex touches x-axis)
  • Δ < 0: Two complex conjugate roots

Parabola Properties

Every quadratic equation represents a parabola when graphed. The calculator provides:

  • Vertex: The highest or lowest point of the parabola at (-b/2a, f(-b/2a))
  • Axis of Symmetry: The vertical line x = -b/2a through the vertex
  • Y-Intercept: Where the parabola crosses the y-axis (0, c)
  • Direction: Opens upward if a > 0, downward if a < 0

Vieta's Formulas

For a quadratic equation ax² + bx + c = 0 with roots x₁ and x₂:

  • Sum of roots: x₁ + x₂ = -b/a
  • Product of roots: x₁ × x₂ = c/a

These relationships hold true even when the roots are complex numbers.

Common Applications

Quadratic equations appear in many real-world scenarios:

  • Projectile motion and ballistics
  • Area and geometry optimization problems
  • Profit and revenue calculations in business
  • Signal processing and electronics
  • Physics problems involving acceleration

Worked Example

Solve x² - 5x + 6 = 0. Here a = 1, b = -5, c = 6, so the discriminant is Δ = (-5)² - 4(1)(6) = 25 - 24 = 1. The formula gives x = (5 ± √1) / 2, so x₁ = 3 and x₂ = 2. Check with Vieta's formulas: 3 + 2 = 5 = -b/a and 3 × 2 = 6 = c/a. The parabola opens upward with vertex at (2.5, -0.25).

Frequently Asked Questions

What is the quadratic formula?+

For any equation ax² + bx + c = 0 with a ≠ 0, the roots are x = (-b ± √(b² - 4ac)) / 2a. It works for every quadratic, including ones that cannot be factored neatly. Enter a, b, and c and the calculator applies the formula and shows each step, including the discriminant.

What does the discriminant tell me about the roots?+

The discriminant Δ = b² - 4ac determines the nature of the solutions: Δ > 0 gives two distinct real roots, Δ = 0 gives one repeated real root where the parabola just touches the x-axis, and Δ < 0 gives two complex conjugate roots. The calculator reports Δ and classifies the roots automatically.

Can this calculator handle complex (imaginary) roots?+

Yes. When the discriminant is negative, the calculator returns the complex conjugate pair in the form x = p ± qi. For example, x² + 2x + 5 = 0 has Δ = -16 and roots -1 ± 2i. It also verifies them against Vieta's formulas, which hold even for complex roots.

What if my equation is not in standard form?+

Rearrange it so one side equals zero before reading off the coefficients. For example, 3x² = 2x + 8 becomes 3x² - 2x - 8 = 0, giving a = 3, b = -2, c = -8. Watch the signs — a misplaced minus is the most common source of wrong answers.

Is the quadratic formula calculator free and does it work on mobile?+

Yes. It is free, needs no account, and solves everything locally in your browser — no data leaves your device. The layout is responsive, so it works well on phones for checking algebra homework, and it also reports the vertex, axis of symmetry, and y-intercept for graphing.