Mathématiques

Solveur d'Équations Quadratiques

Résolvez des équations quadratiques avec des étapes détaillées

ax² + bx + c = 0
Comment Utiliser
  1. Ensure your equation is in the standard form: ax² + bx + c = 0.
  2. Enter the coefficients a, b, and c. Include negative signs if necessary.
  3. Click Calculate Roots to find the values of x.

Formule

Quadratic Formula:

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

The term b² - 4ac is called the Discriminant (Δ):

  • If Δ > 0, there are 2 real roots.
  • If Δ = 0, there is 1 real root (repeated).
  • If Δ < 0, there are 2 complex (imaginary) roots.