Algebra

Quadratic Equation Solver

Solve quadratic equations ax² + bx + c = 0 and get roots, discriminant, and vertex coordinates.

Equation format

ax² + bx + c = 0

This cannot be zero

Discriminant

1

Δ = b² - 4ac = -3² - 4(1)(2)

Solution 1

x₁ = 2

Solution 2

x₂ = 1

Interpretation

The equation has two real solutions because the discriminant is positive. The parabola intersects the x-axis at two points.

Vertex (1.5, -0.25)

Quadratic Equation Solver

What is a Quadratic Equation?

A quadratic equation is in the form ax² + bx + c = 0, where:

  • a is the coefficient of the quadratic term (x²) and cannot be zero
  • b is the coefficient of the linear term (x)
  • c is the constant term

This is one of the fundamental skills in mathematics, used in fields ranging from physics to economics.

The Discriminant

The discriminant (Δ) is the key number in solving quadratic equations. It is calculated with the formula:

The value of the discriminant tells us what kind of solutions the equation has:

  • Δ > 0: Two distinct real solutions
  • Δ = 0: One real solution (repeated root)
  • Δ < 0: Two complex solutions (no real solutions)

Solution Formula

The solutions to a quadratic equation are found using the quadratic formula:

When the discriminant is positive, the ± symbol produces two different values:

Vertex of the Parabola

The quadratic function y = ax² + bx + c forms a parabola. The vertex is the turning point of the parabola, located at:

When a > 0, the parabola opens upward and the vertex is a minimum point. When a < 0, the parabola opens downward and the vertex is a maximum point.

Example

Let's solve the equation x² - 5x + 6 = 0

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

  1. Discriminant:

  2. Solutions:

  3. Vertex:

    The vertex is at (2.5, -0.25)

How to Use

  1. Enter the equation coefficients a, b, and c in the respective fields
  2. The calculator automatically displays the discriminant value
  3. Solutions are presented based on the discriminant value:
    • Two real solutions (Δ > 0)
    • One real solution (Δ = 0)
    • Two complex solutions (Δ < 0)
  4. The vertex of the parabola is also shown

Complex Solutions

When the discriminant is negative, the solutions are complex numbers in the form a + bi, where i = √(-1). These solutions always appear in conjugate pairs (a + bi and a - bi).