Solving Exponential Equations Formula

The Formula

a^x = b \implies x = \frac{\ln b}{\ln a} = \log_a b

When to use: When the variable is trapped in an exponent, logarithms free it. Taking \log of both sides brings the exponent down to ground level where you can solve for it using algebra.

Quick Example

Solve 3^x = 81:
x = \log_3 81 = 4 \quad \text{(since } 3^4 = 81\text{)}
Solve 2^{x+1} = 5:
\ln(2^{x+1}) = \ln 5 \implies (x+1)\ln 2 = \ln 5 \implies x = \frac{\ln 5}{\ln 2} - 1 \approx 1.322

Notation

Apply \ln (or \log) to both sides, then use the power rule to bring the exponent down.

What This Formula Means

Using logarithms to solve equations where the unknown is in the exponent, such as a^x = b.

When the variable is trapped in an exponent, logarithms free it. Taking \log of both sides brings the exponent down to ground level where you can solve for it using algebra.

Formal View

a^x = b \implies x\ln a = \ln b \implies x = \frac{\ln b}{\ln a} = \log_a b, valid for a > 0,\; a \neq 1,\; b > 0

Worked Examples

Example 1

easy
Solve 3^x = 81.

Solution

  1. 1
    Recognize that 81 is a power of 3: 81 = 3^4.
  2. 2
    So the equation becomes 3^x = 3^4.
  3. 3
    Since the bases are equal, the exponents must be equal: x = 4.

Answer

x = 4
When both sides of an exponential equation can be written with the same base, set the exponents equal. This is the simplest method and avoids logarithms entirely. Always check if the number is a recognizable power of the base.

Example 2

medium
Solve 5^{2x-1} = 12.

Common Mistakes

  • Forgetting to take the log of BOTH sides: if 2^x = 5, you need \ln(2^x) = \ln 5, not just x\ln 2 = 5.
  • Trying to solve 2^x + 3^x = 10 by taking the log of each term separately—\log(a + b) \neq \log a + \log b. These equations often require numerical methods.
  • Not checking for extraneous solutions when the original equation involves negative bases or restrictions—always verify your answer in the original equation.

Why This Formula Matters

Exponential equations arise in population growth, radioactive decay, compound interest, and any model involving exponential change. Being able to solve them is essential for applied mathematics.

Frequently Asked Questions

What is the Solving Exponential Equations formula?

Using logarithms to solve equations where the unknown is in the exponent, such as a^x = b.

How do you use the Solving Exponential Equations formula?

When the variable is trapped in an exponent, logarithms free it. Taking \log of both sides brings the exponent down to ground level where you can solve for it using algebra.

What do the symbols mean in the Solving Exponential Equations formula?

Apply \ln (or \log) to both sides, then use the power rule to bring the exponent down.

Why is the Solving Exponential Equations formula important in Math?

Exponential equations arise in population growth, radioactive decay, compound interest, and any model involving exponential change. Being able to solve them is essential for applied mathematics.

What do students get wrong about Solving Exponential Equations?

When the equation has exponentials on BOTH sides (like 2^x = 3^{x-1}), take \ln of both sides and collect terms with x on one side.

What should I learn before the Solving Exponential Equations formula?

Before studying the Solving Exponential Equations formula, you should understand: exponential function, logarithm, logarithm properties.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Exponents and Logarithms: Rules, Proofs, and Applications →