Quadratic Solver
Solves a quadratic equation of the form ax^2 + bx + c = 0 for its real roots. Runs entirely in your browser — nothing is sent to a server. Enter the coefficients as "a,b,c", like "1,-3,2".
Solves a quadratic equation of the form ax^2 + bx + c = 0 for its real roots. Runs entirely in your browser — nothing is sent to a server. Enter the coefficients as "a,b,c", like "1,-3,2".
Use cases
- Solving a quadratic equation for a math homework problem
- Finding the roots of a parabola
Examples
Two distinct real roots
1,-3,2
x1 = 2, x2 = 1
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.