Skip to content

📐 Quadratic Equation Solver ax² + bx + c = 0

Find roots of any quadratic equation

📌 Quadratic Formula

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

  • If discriminant > 0: two distinct real roots
  • If discriminant = 0: one repeated real root
  • If discriminant < 0: two complex roots