Exponential Equation Solver
An exponential equation has the unknown in the exponent. To solve a·bˣ = c, this tool isolates the power, then applies logarithms to bring the exponent down: x = ln(c/a) / ln(b).
Formula and method
a·bˣ = c → x = ln(c/a) / ln(b) Requires: b > 0, b ≠ 1, c/a > 0
Divides both sides by a to isolate the exponential term bˣ = c/a, then applies the natural logarithm to both sides: x·ln(b) = ln(c/a), giving x = ln(c/a) / ln(b). Returns no solution when c/a ≤ 0 (a positive base raised to any real power is always positive) or when the base b ≤ 0 or b = 1.
Worked examples
Learn why this works
Key terms
Frequently asked questions
Why do we use logarithms?
Logarithms are the inverse of exponentiation, so they move the unknown out of the exponent and into a solvable expression.
When is there no solution?
If c/a is zero or negative there is no real solution, because a positive base raised to any real power stays positive.
What values can the base take?
The base b must be positive and not equal to 1; b = 1 would make the left side constant.