Quadratic Equation Solver
Formula
ax^2 + bx + c = 0
Inputs
| a (coefficient of x²) | 1 |
|---|---|
| b (coefficient of x) | -3 |
| c (constant term) | 2 |
Visualization
Quadratic Equation Solver
Inputs
ax^2 + bx + c = 0
Results
Enter a value to see results.
Real Roots
\begin{aligned} D &= b^2 - 4ac \\ &= \left(-3\right)^{2} - 4\left(1\right)\left(2\right) \\ &= ? \end{aligned}
\begin{aligned} x_1 &= \dfrac{-b + \sqrt{D}}{2a} \\ &= \dfrac{-\left(-3\right) + \sqrt{?}}{2\left(1\right)} \\ &= ? \end{aligned}
\begin{aligned} x_2 &= \dfrac{-b - \sqrt{D}}{2a} \\ &= \dfrac{-\left(-3\right) - \sqrt{?}}{2\left(1\right)} \\ &= ? \end{aligned}
Graph of y = ax² + bx + c
Recommended Next
Pythagorean Theorem Calculator
Calculate any side of a right triangle using the Pythagorean theorem (a² + b² = c²). Enter any two sides to find the third.