Skip to content

Equation Solver

Solve linear equations, quadratic equations, and systems of two linear equations

Solve It Without the Pencil Work

You’ve set up the equation, you know the coefficients, and now you just need the answer without grinding through the algebra by hand. Maybe it’s a quadratic from physics homework. Maybe it’s two simultaneous equations from a circuit analysis problem. Either way, the arithmetic is the boring part.

This solver handles three types: linear equations (ax + b = 0), quadratic equations (ax² + bx + c = 0 via the quadratic formula), and systems of two linear equations (using Cramer’s rule with determinants). Enter your coefficients, hit Solve, done.

Running Through It

Pick your equation type, fill in the coefficient fields, and click Solve. For the quadratic 2x² - 4x - 6 = 0, you’d enter a=2, b=-4, c=-6 and get back x = 3 and x = -1. For the system x + 2y = 5 and 3x - y = 1, you’d get x = 1, y = 2.

The quadratic solver doesn’t bail on complex roots, either. When the discriminant goes negative, it gives you the answer in a + bi form instead of just saying “no real solutions.” Because honestly, in many engineering contexts, those imaginary roots are the answer you actually need.

Where This Saves Time

Physics. You’ve got a projectile motion problem and it boils down to a quadratic in t. You could complete the square by hand, or you could just plug in the coefficients.

Economics. Supply curve meets demand curve. Two equations, two unknowns, equilibrium price and quantity. Cramer’s rule handles it cleanly.

Test prep. Working through SAT or GRE practice problems and want to verify your answers quickly. Solve it by hand first, check it here.

Engineering. Circuit analysis with two mesh equations. Structural load calculations. Anything that reduces to a 2x2 linear system.

For bigger systems (3x3, 4x4), the Matrix Calculator is the right tool. For evaluating standalone expressions with trig, logs, and exponents, the Scientific Calculator has you covered.

Edge Cases

When a system of two equations has a zero determinant, the lines are either parallel (no solution) or identical (infinite solutions). The solver tells you which case it is instead of just throwing an error.

All computation happens in your browser, coefficients and solutions stay on your device.

equation solver quadratic linear algebra math

Related Tools

More in Math & Calculators