Solving Equations with Unknown Exponents0%

Exponentials & Logarithms · Topic 5 of 7

Solving Equations with Unknown Exponents

Video lesson · from 39:484 worked examples

One lesson video covers all of Exponentials & Logarithms, so it opens at 39:48 for this topic — not from the beginning.

Theory

If an unknown value is the exponent of a term (e.g. 10x10^x or exe^x), we can solve for xx by taking the logarithm of both sides of the equation.

The same solution will be obtained using any base, but generally calculators only work in base 10 or base ee (natural logarithm).

⚠️ Common Examiner Traps

  • Converting between the two forms: this is the single most repeated failure in logarithms — candidates cannot move between exponential form and logarithmic form, in one direction or the other. Practise both directions: ay=x    logax=ya^y = x \iff \log_a x = y.
  • Consistent lines of working: logarithms and exponentials are a place where each line must follow from the one before, and conversions are where working most often becomes inconsistent.
  • Bring the power down first: log(ax)=xloga\log(a^x) = x\log a is what makes the unknown solvable. Taking logs without applying the power law achieves nothing.
  • Take logs of both sides: and of the whole side, not term by term — log(a+b)\log(a+b) is not loga+logb\log a + \log b.

Worked examples

Example 1

Solve ex=7e^x=7.

x=ln71.946x = \ln 7 \approx 1.946

Example 2

Solve the following:

a) ex=10    x=ln10e^x = 10 \implies x = \ln 10

b) ex=1000    x=ln1000=3ln10e^x = 1000 \implies x = \ln 1000 = 3\ln 10

c) 2ex=0.3    ex=0.15    x=ln0.152e^x = 0.3 \implies e^x = 0.15 \implies x = \ln 0.15

d) ex/2=5    x=2ln5=ln25e^{x/2} = 5 \implies x = 2\ln 5 = \ln 25

e) e2x=18    x=12ln18=ln18=ln(32)e^{2x} = 18 \implies x = \frac{1}{2}\ln 18 = \ln \sqrt{18} = \ln (3\sqrt{2})

f) ex2=1    x2=ln1    x2=0    x=0e^{-x^2} = 1 \implies -x^2 = \ln 1 \implies -x^2 = 0 \implies x = 0

Example 3

Solve 7y=97^y=9.

Take the natural logarithm of both sides:

ln(7y)=ln9yln7=ln9y=ln9ln71.129\begin{aligned} \ln(7^y) &= \ln 9 \\ y \ln 7 &= \ln 9 \\ y &= \frac{\ln 9}{\ln 7} \approx 1.129 \end{aligned}

Example 4

Solve 53x+1=405^{3x+1} = 40.

Take the natural logarithm of both sides:

ln(53x+1)=ln40(3x+1)ln5=ln403x+1=ln40ln53x=ln40ln51x=13(ln40ln51)0.430\begin{aligned} \ln(5^{3x+1}) &= \ln 40 \\ (3x+1)\ln 5 &= \ln 40 \\ 3x+1 &= \frac{\ln 40}{\ln 5} \\ 3x &= \frac{\ln 40}{\ln 5} - 1 \\ x &= \frac{1}{3}\left( \frac{\ln 40}{\ln 5} - 1 \right) \approx 0.430 \end{aligned}