Quadratic Equation Solver
Gives the solutions x₁ and x₂ to the quadratic equation Ax² + Bx + C = 0
How to use the quadratic equation solver
In order to solve quadratic equation using this calculator, you first have to identify the values of A, B and C in your equation. Below is a couple of examples of quadratic equations and how you extract A, B and C from them.
- 3x² − 4x + 2 = 0 ⇒ 3x² + -4x + 2 = 0 ⇒ A = 3, B = -4, C = 2
- x² − x = 1 ⇒ 1x² + -1x + -1 = 0 ⇒ A = 1, B = -1, C = -1
- 2x² + 6x = 0 ⇒ 2x² + 6x + 0 = 0 ⇒ A = 2, B = 6, C = 0