Calculator360

Quadratic Equation Solver

Find the roots, discriminant, and parabola vertex of any polynomial equation.

ax² + bx + c = 0
Current: x² - 5x + 6 = 0

Solution (Roots of X)

Two Distinct Real Roots
X₁ =
3
X₂ =
2

Discriminant (Δ)

1

Parabola Vertex (x, y)

(2.5, -0.25)

Parabola Curve (Y = ax² + bx + c)

What is an Equation Solver?

An Equation Solver is an advanced mathematical tool that helps students, engineers, and scientists find the exact value of unknown variables. Our specific tool is a Quadratic Equation Calculator, designed to instantly solve second-degree polynomials in the standard form of ax² + bx + c = 0.

How Does the Quadratic Formula Work?

While simple equations can be factored manually, complex polynomials require the universal Quadratic Formula:

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

By plugging the a, b, and c coefficients into this formula, the calculator finds where the curve crosses the X-axis (the roots).

Understanding the Discriminant (Δ)

The part of the formula under the square root, b² - 4ac, is called the Discriminant. It tells you the "nature" of the roots without having to solve the entire equation:

What is the Parabola Vertex?

A quadratic equation graphs as a U-shaped curve called a Parabola. The Vertex is the absolute highest (maximum) or lowest (minimum) point of this curve. Our tool automatically calculates the coordinates (x, y) of this vertex, which is highly useful in physics to find the maximum height of a thrown object (trajectory calculus) or in economics to minimize costs.