Skip to content
MyDailyTool

Equation Solver

Solve linear equations (ax + b = c) and quadratic equations (ax² + bx + c = 0) symbolically. Shows step-by-step working and real or complex roots for quadratics.

Roots
2, 1

How to use the equation solver

Pick linear (ax + b = 0) or quadratic (ax² + bx + c = 0) and enter the coefficients.

Formula & explanation

Quadratic: x = (−b ± √(b² − 4ac)) / 2a. Discriminant > 0: two real roots. = 0: one (repeated) real root. < 0: two complex conjugate roots.

Examples

x² − 3x + 2 = 0 → x = 1, 2. 2x + 6 = 0 → x = −3. x² + 1 = 0 → x = ±i.

Frequently asked questions

Cubics or higher?
Not yet — only linear and quadratic. Roots of cubics are messy in closed form.

Related math tools