Equation Solver

Solve any equation β€” linear, quadratic, polynomial, trig, exponential & more

General Equation Solver

Supports: +, -, *, /, ^, sqrt(), sin(), cos(), tan(), log(), exp(), abs(), pi, e
Use = to define the equation. Variable: x
Examples
2x + 5 = 13 x² - 5x + 6 = 0 x³ - 6x² + 11x - 6 = 0 sin(x) = 0.5 eˣ = 10 log(x) = 2 2^x = 16 √x + 3 = 7 |x - 3| = 5 x⁴ - 10x² + 9 = 0

System of Equations Solver

Supported variables: x, y, z, w. Use = in each equation.
Supports both linear and non-linear systems (e.g., xΒ² + yΒ² = 25).
Examples
2Γ—2 linear 3Γ—3 linear 3Γ—3 mixed non-linear circle non-linear pair product & sum

Polynomial Equation Solver

Examples
x² - 5x + 6 x² - 4 x³ - 6x² + 11x - 6 x⁴ - 10x² + 9

Trigonometric Equation Solver

Functions: sin, cos, tan, cot, sec, csc, asin, acos, atan
Finds all solutions in a range and the general formula.
Examples
sin(x) = 1/2 cos(x) = -1 tan(x) = 1 2sinΒ²(x) - 1 = 0 sin(2x) = cos(x) cosΒ²(x) - sin(x) = 0

Rational Equation Solver

Equations with fractions involving x. Automatically checks for excluded values (division by zero).
Examples
(x+1)/(x-2) = 3 1/x + 1/(x+1) = 5/6 2x/(x-1) - 3/(x+2) = 1 x/(x-3) = 9/(xΒ²-9)+1 (xΒ²-1)/(x+1) = 2

Ordinary Differential Equation Solver

Examples

Modular Arithmetic Solver

Examples

Inequality Solver

Supports: >, <, >=, <=. Solves linear and quadratic inequalities.
Examples
2x + 3 > 7 3x - 5 ≀ 10 xΒ² - 4 < 0 xΒ² - 5x + 6 β‰₯ 0

Exponential Equation Solver

Equations with variables in exponents. Uses logarithms for step-by-step solutions.
Supports: a^x, e^x, exp(x)
Examples
2ˣ = 16 eˣ = 10 3²ˣ = 81 5^(x-1) = 125 2ˣ + 2ˣ⁺¹ = 24 e²ˣ - 5eˣ + 6 = 0

Logarithmic Equation Solver

log() = natural log (ln), log10() = base 10, log2() = base 2.
Domain: arguments of log must be positive.
Examples
log₁₀(x) = 2 ln(x) = 3 ln(x)+ln(x-3) = ln(10) 2Β·ln(x) = ln(25) log₁₀(xΒ²-1) = 1

Absolute Value Equation Solver

Use abs() for absolute value. Solves by case analysis.
|f(x)| = g(x) splits into: f(x) = g(x) or f(x) = βˆ’g(x)
Examples
|2x - 3| = 7 |x+1| = |x-3| |xΒ²-4| = 3 |x| = 2x - 1 |3x+2|+|x-1| = 7

Radical Equation Solver

Equations with square roots or cube roots. Checks for extraneous solutions.
Supports: sqrt(), cbrt(), x^(1/n)
Examples
√(x+3) = 5 √(2x-1) = x-2 √x + √(x+5) = 5 βˆ›(x-1) = 2 √(x+7) - √x = 1

Diophantine Equation Solver

Form: ax + by = c   (integer solutions only)
Finds all integer solutions using the Extended Euclidean Algorithm.
Solutions exist iff gcd(a, b) divides c.
Examples
3x + 5y = 1 6x + 10y = 14 12x + 8y = 4 7x + 11y = 1 4x + 6y = 3 (none)

Recurrence Relation Solver

Examples

Calculus Solver

Examples

Solution

Step-by-Step Solution