Quadratic Formula Calculator

Solve any quadratic equation of the form ax² + bx + c = 0 using the quadratic formula. Get the roots, discriminant, vertex, and axis of symmetry with step-by-step explanation.

Enter Coefficients

x² -5x + 6 = 0

Cannot be zero

Solutions (Roots)

First Root (x₁)

3

Second Root (x₂)

2

Factored Form

(x - 3)(x - 2) = 0

Discriminant (Δ) = 1

Δ > 0: Two distinct real roots

Direction

Opens Upward

Vertex

(2.5, -0.25)

Axis of Symmetry

x = 2.5

Y-Intercept

(0, 6)

Step-by-Step Solution

1

Identify coefficients

a = 1, b = -5, c = 6

2

Calculate discriminant

Δ = b² - 4ac = (-5)² - 4(1)(6) = 1

3

Apply quadratic formula

x = (-b ± √Δ) / 2a = (-(-5) ± √1) / 2(1)

4

Simplify

x₁ = 3, x₂ = 2

Understanding the Quadratic Formula

The quadratic formula is one of the most important formulas in algebra. It provides a universal method for solving any quadratic equation of the form ax² + bx + c = 0, where a, b, and c are coefficients and a ≠ 0. The formula is:

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

This elegant formula was derived by completing the square on the general quadratic equation. It gives us both solutions (roots) at once—the ± symbol indicates we add the square root for one solution and subtract it for the other.

The Discriminant: Your Solution Predictor

The discriminant, denoted as Δ (delta) or D, is the expression under the square root: b² - 4ac. Before solving, the discriminant tells you exactly what kind of solutions to expect:

  • Δ > 0 (Positive): Two distinct real roots. The parabola crosses the x-axis at two points.
  • Δ = 0 (Zero): One repeated real root (also called a double root). The parabola touches the x-axis at exactly one point—its vertex.
  • Δ < 0 (Negative): Two complex conjugate roots. The parabola never touches the x-axis.

The discriminant is incredibly useful in applications. In physics, it can determine whether a projectile will reach a certain height. In business, it can indicate whether break-even points exist.

Anatomy of a Parabola

Every quadratic equation y = ax² + bx + c graphs as a parabola. Understanding its key features helps you interpret solutions:

  • Vertex: The turning point at (-b/2a, f(-b/2a)). This is either the minimum (when a > 0) or maximum (when a < 0) of the function.
  • Axis of Symmetry: The vertical line x = -b/2a that passes through the vertex. The parabola is symmetric about this line.
  • Y-Intercept: The point (0, c) where the parabola crosses the y-axis.
  • X-Intercepts (Roots): The points where y = 0, which are exactly what the quadratic formula finds.
  • Direction: If a > 0, the parabola opens upward (U-shape). If a < 0, it opens downward (∩-shape).

Methods for Solving Quadratic Equations

While the quadratic formula always works, other methods may be faster in specific cases:

  • Factoring: If the equation factors nicely (like x² - 5x + 6 = (x-2)(x-3)), this is the fastest method. Works well when roots are integers or simple fractions.
  • Completing the Square: Useful for deriving the vertex form y = a(x-h)² + k. This method is how the quadratic formula itself was discovered.
  • Graphing: Visual method where solutions are x-intercepts. Good for estimation or when using technology.
  • Quadratic Formula: The universal method that works for all quadratic equations. Essential when other methods fail or when exact answers with radicals are needed.

Real-World Applications

Quadratic equations appear throughout science, engineering, and everyday life:

  • Projectile Motion: Height of a thrown ball follows h(t) = -16t² + v₀t + h₀
  • Business: Profit optimization and break-even analysis
  • Architecture: Parabolic arches and suspension bridge cables
  • Physics: Kinetic energy, optics (parabolic mirrors), acceleration
  • Engineering: Signal processing, control systems, structural analysis

Frequently Asked Questions

What is the quadratic formula?
The quadratic formula is x = (-b ± √(b² - 4ac)) / 2a. It solves any quadratic equation ax² + bx + c = 0 by giving you the values of x where the equation equals zero. The ± symbol means there are typically two solutions.
What is the discriminant and why does it matter?
The discriminant is b² - 4ac, the part under the square root in the quadratic formula. If it's positive, you get two real roots. If it's zero, you get one repeated root. If it's negative, you get two complex (imaginary) roots. The discriminant tells you what type of solutions to expect.
What is the vertex of a parabola?
The vertex is the highest or lowest point on a parabola. For y = ax² + bx + c, the vertex x-coordinate is -b/(2a). If a > 0, the parabola opens upward and the vertex is the minimum. If a < 0, it opens downward and the vertex is the maximum.
When should I use the quadratic formula vs. factoring?
Use factoring when the equation has nice integer roots (like x² - 5x + 6 = 0 factors to (x-2)(x-3)). Use the quadratic formula when factoring isn't obvious, when dealing with decimals, or when you need exact answers with radicals. The quadratic formula always works.

Related Tools