Facebook Pixel
Mathos AI logo

Solving Exponential Equations

Solving Exponential Equations

An exponential equation is an equation where the variable appears in the exponent. To solve these equations, we generally use one of two methods depending on the numbers involved: finding a common base or using logarithms.

Method 1: Finding a Common Base

If both sides of the equation can be written as powers of the same base, you can simply set the exponents equal to each other.

The Rule: If bx=byb^x = b^y, then x=yx = y (where b>0b > 0 and b1b \neq 1).

Example: Solve 32x1=273^{2x - 1} = 27

  1. Recognize that 2727 can be written as a power of 33: 27=3327 = 3^3.
  2. Rewrite the equation with the common base: 32x1=333^{2x - 1} = 3^3
  3. Since the bases are the same, set the exponents equal: 2x1=32x - 1 = 3
  4. Solve for xx: 2x=42x = 4 x=2x = 2

Method 2: Taking Logarithms of Both Sides

When the bases on both sides cannot be easily matched, we use logarithms. You can take the common logarithm (log\log) or the natural logarithm (ln\ln) of both sides.

The Rule: Use the power rule of logarithms, log(bx)=xlog(b)\log(b^x) = x \log(b), to bring the variable down from the exponent.

Example: Solve 5x=125^x = 12

  1. Since 1212 is not a neat power of 55, take the natural logarithm (ln\ln) of both sides: ln(5x)=ln(12)\ln(5^x) = \ln(12)
  2. Use the logarithm power rule to move the xx to the front: xln(5)=ln(12)x \ln(5) = \ln(12)
  3. Isolate xx to get the exact answer: x=ln(12)ln(5)x = \frac{\ln(12)}{\ln(5)}
  4. Calculate the approximate answer using a calculator: x1.544x \approx 1.544

Summary

  • Check for a common base first. It is usually the fastest method.
  • Use logarithms if the bases don't match. Remember to apply the power rule to bring the exponent down so you can solve for the variable algebraically.