Solve exponential equations step-by-step with detailed solutions. Supports various forms including bases, exponents, and logarithms.
Exponential equations are equations in which the variable appears in the exponent. They are commonly used to model growth and decay processes in science, finance, and engineering.
General Form:
The most basic exponential equation has the form:
ax = b
where a > 0, a ≠ 1, and b > 0. The solution is x = loga(b) = log(b)/log(a).
Using Logarithms: Take the logarithm of both sides of the equation. This "brings down" the exponent, allowing you to solve for the variable.
Using Common Bases: If both sides can be expressed as powers of the same base, equate the exponents directly.
Using Natural Logarithms for e: For equations with base e, use the natural logarithm (ln).
Common Errors and Solutions:
Power Rule: logb(ac) = c·logb(a)
This is the key property that allows us to bring exponents down when solving exponential equations.
Change of Base Formula: logb(a) = logc(a) / logc(b)
This allows us to compute logarithms with any base using common logarithms (base 10) or natural logarithms (base e).
Product Rule: logb(a·c) = logb(a) + logb(c)
Useful when the argument of the logarithm is a product.
Quotient Rule: logb(a/c) = logb(a) - logb(c)
Useful when the argument of the logarithm is a quotient.
| Equation Type | Example | Solution Method | Number of Solutions |
|---|---|---|---|
| Basic Form | 3x = 81 | x = log(81)/log(3) or recognize 34 = 81 | 1 |
| With Coefficient | 5·2x = 40 | First isolate: 2x = 8, then solve | 1 |
| Exponential with e | e2x = 7 | 2x = ln(7) → x = ln(7)/2 | 1 |
| Multiple Exponentials | 2x+1 + 2x = 12 | Factor: 2x(2+1) = 12 → 3·2x = 12 | 1 |
| Different Bases | 4x = 8x-1 | Express with common base: (22)x = (23)x-1 | 1 |
| Quadratic in Form | e2x - 5ex + 6 = 0 | Let u = ex, solve quadratic, then back-substitute | 2 (usually) |
Enhanced Calculator Features:
a^x = b
Basic form (1 solution)
e^x = c
Natural exponential
a^(kx) = b
With coefficient in exponent
a^(x+c) = d
With constant in exponent
p·a^x = q
With coefficient
e^(2x) - 3e^x + 2 = 0
Quadratic form (2 solutions)