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
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).
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.
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)
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.
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)
|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)
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.
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