Quadratic Equation

Solves ax² + bx + c = 0 using discriminant D = b² - 4ac.

x₁

3,00

x₂

2,00

D

1,00

Advertisement

Formula

ax² + bx + c = 0, D = b² − 4ac, x = (−b ± √D) / (2a)

Example: x² − 5x + 6 = 0 → x = 2 or 3

Methodology

Roots: x = (−b ± √(b²−4ac)) / 2a. Discriminant D = b²−4ac.

Example

x² − 5x + 6 = 0 → x = 2 or x = 3.

Related calculators