Exponential equations are equations in which the unknown appears in the power. They can often be solved by writing both sides with the same base or by using logarithms.
In an exponential equation, the variable is in the exponent.
There are two main methods:
If both sides can be written using the same base, then equate the powers.
Example: Solve
Write \(16\) as a power of 2:
\[ 2^{x+1}=2^4 \]
Therefore:
Example: Solve
Since \(9=3^2\),
\[ (3^2)^x=3^{2x+1} \] \[ 3^{2x}=3^{2x+1} \]
This would give \[ 2x=2x+1, \] which is impossible.
If the equation cannot easily be written using the same base, take logarithms of both sides.
Then use the law:
Example: Solve
Take logarithms:
\[ \log(3^x)=\log 7 \] \[ x\log 3=\log 7 \]
Therefore:
Example: Solve
Take logarithms:
\[ \log(2^{x+2})=\log 5 \] \[ (x+2)\log 2=\log 5 \]
So:
Example: Solve
Take logarithms:
\[ \log(5^x)=\log(2^{x+1}) \] \[ x\log 5=(x+1)\log 2 \]
Expand:
\[ x\log 5=x\log 2+\log 2 \] \[ x(\log 5-\log 2)=\log 2 \]
Therefore:
| Type of equation | Best method |
|---|---|
| \(2^x=32\) | Rewrite with the same base |
| \(3^x=7\) | Use logarithms |
| \(5^x=2^{x+1}\) | Use logarithms |