Quiz 2
Registry Synced

Exponential and Logarithmic Equations

1681 words
8 min read

Reading compass

Now · 🎯 Learning Objectives

Exponential and Logarithmic Equations

🎯 Learning Objectives

By the end of this topic, you will be able to:
  1. Solve exponential equations using logarithm properties
  2. Solve logarithmic equations by converting to exponential form
  3. Check for extraneous solutions in logarithmic equations
  4. Apply exponential and logarithmic equations to real-world problems (growth, decay, Richter scale, pH)

📋 Prerequisites


📖 Core Content

9.1 Solving Exponential Equations

9.1.1 Intuition

An exponential equation has the variable in the exponent: 2x=322^x = 32, 32x+1=273^{2x+1} = 27, 5x=75^{x} = 7. To solve, we "bring the variable down" using logarithms.

9.1.2 Methods

Method 1: Same Base If both sides can be written with the same base, set exponents equal: bf(x)=bg(x)    f(x)=g(x)b^{f(x)} = b^{g(x)} \implies f(x) = g(x). Method 2: Logarithms (General) Take log of both sides (any base), use power rule to bring exponent down. Recipe:
  1. Isolate the exponential term
  2. Take log of both sides
  3. Use log(an)=nloga\log(a^n) = n \log a to bring variable down
  4. Solve for variable

9.1.3 Worked Examples

Example 1.1 (Easy — Same Base): Solve 2x=322^{x} = 32. 32=2532 = 2^5, so 2x=25    x=52^x = 2^5 \implies x = 5
x=5\boxed{x = 5}
Example 1.2 (Medium): Solve 32x1=813^{2x-1} = 81. 81=3481 = 3^4, so 32x1=34    2x1=4    2x=5    x=2.53^{2x-1} = 3^4 \implies 2x - 1 = 4 \implies 2x = 5 \implies x = 2.5
x=2.5\boxed{x = 2.5}
Example 1.3 (Medium — Logs needed): Solve 5x=75^{x} = 7. Step 1: Take log\log of both sides: log(5x)=log7\log(5^x) = \log 7 Step 2: xlog5=log7x \log 5 = \log 7 Step 3: x=log7log50.84510.69901.209x = \frac{\log 7}{\log 5} \approx \frac{0.8451}{0.6990} \approx 1.209
x1.209\boxed{x \approx 1.209}
Example 1.4 (Hard): Solve 2x+1=32x2^{x+1} = 3^{2x}. Step 1: ln(2x+1)=ln(32x)\ln(2^{x+1}) = \ln(3^{2x}) Step 2: (x+1)ln2=2xln3(x+1)\ln 2 = 2x \ln 3 Step 3: xln2+ln2=2xln3x\ln 2 + \ln 2 = 2x \ln 3 Step 4: ln2=2xln3xln2=x(2ln3ln2)\ln 2 = 2x\ln 3 - x\ln 2 = x(2\ln 3 - \ln 2) Step 5: x=ln22ln3ln20.69312(1.0986)0.6931=0.69311.50410.4605x = \frac{\ln 2}{2\ln 3 - \ln 2} \approx \frac{0.6931}{2(1.0986) - 0.6931} = \frac{0.6931}{1.5041} \approx 0.4605
x0.4605\boxed{x \approx 0.4605}

9.2 Solving Logarithmic Equations

9.2.1 Intuition

A logarithmic equation has the variable inside a log: log2(x+1)=3\log_2(x+1) = 3, lnx+ln(x1)=ln2\ln x + \ln(x-1) = \ln 2. To solve, "undo" the log by exponentiating.

9.2.2 Methods

Method 1: Convert to exponential form logbf(x)=c    f(x)=bc\log_b f(x) = c \implies f(x) = b^c Method 2: Combine logs, then convert Use log laws to combine into a single log, then exponentiate. ⚠️ Always check for extraneous solutions! Logs are only defined for positive arguments. Recipe:
  1. Isolate the logarithmic term(s)
  2. Use log laws to combine into a single log
  3. Convert to exponential form
  4. Solve for variable
  5. Check! Plug back into original equation — reject any solution that makes argument 0\leq 0

9.2.3 Worked Examples

Example 2.1 (Easy): Solve log2(x+3)=4\log_2(x+3) = 4. Step 1: x+3=24=16x + 3 = 2^4 = 16 Step 2: x=13x = 13 Check: log2(13+3)=log216=4\log_2(13+3) = \log_2 16 = 4
x=13\boxed{x = 13}
Example 2.2 (Medium): Solve lnx+ln(x1)=ln2\ln x + \ln(x-1) = \ln 2. Step 1: ln[x(x1)]=ln2\ln[x(x-1)] = \ln 2 Step 2: x(x1)=2    x2x2=0    (x2)(x+1)=0    x=2x(x-1) = 2 \implies x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0 \implies x = 2 or x=1x = -1 Check: x=2x = 2: ln2+ln1=ln2+0=ln2\ln 2 + \ln 1 = \ln 2 + 0 = \ln 2x=1x = -1: ln(1)\ln(-1) is undefined ✗ (extraneous)
x=2\boxed{x = 2}
Example 2.3 (Hard): Solve log2(x+1)log2(x1)=2\log_2(x+1) - \log_2(x-1) = 2. Step 1: log2x+1x1=2\log_2\frac{x+1}{x-1} = 2 Step 2: x+1x1=22=4    x+1=4(x1)    x+1=4x4    1+4=4xx    5=3x    x=53\frac{x+1}{x-1} = 2^2 = 4 \implies x+1 = 4(x-1) \implies x+1 = 4x - 4 \implies 1+4 = 4x - x \implies 5 = 3x \implies x = \frac{5}{3} Check: x=5/3x = 5/3: log2(8/3)log2(2/3)=log2(8/32/3)=log24=2\log_2(8/3) - \log_2(2/3) = \log_2\left(\frac{8/3}{2/3}\right) = \log_2 4 = 2
x=53\boxed{x = \frac{5}{3}}

9.3 Applications

9.3.1 Exponential Growth/Decay

N(t)=N0ektN(t) = N_0 e^{kt} or N(t)=N0atN(t) = N_0 a^t Doubling time: Solve 2N0=N0ekt    2=ekt    ln2=kt    t=ln2k2N_0 = N_0 e^{kt} \implies 2 = e^{kt} \implies \ln 2 = kt \implies t = \frac{\ln 2}{k} Half-life: Solve 12N0=N0ekt    12=ekt    ln(1/2)=kt    t=ln2k\frac{1}{2}N_0 = N_0 e^{kt} \implies \frac{1}{2} = e^{kt} \implies \ln(1/2) = kt \implies t = -\frac{\ln 2}{k}

9.3.2 Richter Scale (Earthquakes)

M=log10(II0)M = \log_{10}\left(\frac{I}{I_0}\right) where II is intensity and I0I_0 is reference intensity. A magnitude 7 earthquake has 1075=10010^{7-5} = 100 times the intensity of a magnitude 5 earthquake.

9.3.3 pH Scale

pH=log10[H+]\text{pH} = -\log_{10}[H^+] where [H+][H^+] is hydrogen ion concentration.

9.3.4 Worked Example

Example 3.1: The population of a city grows exponentially: P(t)=100000e0.02tP(t) = 100000 e^{0.02t}. How long until the population reaches 200,000? Step 1: 200000=100000e0.02t200000 = 100000 e^{0.02t} Step 2: 2=e0.02t2 = e^{0.02t} Step 3: ln2=0.02t\ln 2 = 0.02t Step 4: t=ln20.020.69310.02=34.66t = \frac{\ln 2}{0.02} \approx \frac{0.6931}{0.02} = 34.66 years
34.7 years\boxed{\approx 34.7 \text{ years}}

📐 Key Formulas — Summary Table

Equation TypeMethodCheck
bf(x)=bg(x)b^{f(x)} = b^{g(x)}Set f(x)=g(x)f(x) = g(x)Same base required
bf(x)=cb^{f(x)} = cTake log\log : f(x)logb=logcf(x) \log b = \log c
logbf(x)=c\log_b f(x) = cf(x)=bcf(x) = b^cf(x)>0f(x) > 0
logbf(x)=logbg(x)\log_b f(x) = \log_b g(x)f(x)=g(x)f(x) = g(x)Both f(x),g(x)>0f(x), g(x) > 0
Doubling timet=ln2kt = \frac{\ln 2}{k}Exponential growth
Half-lifet1/2=ln2kt_{1/2} = \frac{\ln 2}{k}Exponential decay ( k>0k > 0 is decay rate)

⚠️ Common Pitfalls

Pitfall 1: Forgetting to Check for Extraneous Solutions

Mistake: Solving log(x1)+log(x+1)=log3\log(x-1) + \log(x+1) = \log 3 and accepting all algebraic solutions. Correct: log(x1)+log(x+1)=log3    log(x21)=log3    x21=3    x2=4    x=±2\log(x-1) + \log(x+1) = \log 3 \implies \log(x^2-1) = \log 3 \implies x^2-1=3 \implies x^2=4 \implies x = \pm 2. But x=2x = -2 makes log(3)\log(-3) undefined → extraneous. Only x=2x = 2 is valid.

Pitfall 2: Wrong Log Base Assumption

Mistake: Using log\log (base 10) when the problem uses ln\ln (base ee). Correct: Pay attention to the base. logx\log x is base 10, lnx\ln x is base ee. They differ by a constant factor.

Pitfall 3: Applying Log to Negative Arguments

Mistake: Taking log(5)\log(-5) which is undefined in real numbers. Correct: logbx\log_b x requires x>0x > 0. If solving gives x0x \leq 0, it's extraneous.

Pitfall 4: Solving 2x2=24x2^{x^2} = 2^{4x} by Setting x2=4xx^2 = 4x Then Dividing by xx

Mistake: x2=4x    x=4x^2 = 4x \implies x = 4 (losing x=0x = 0). Correct: x24x=0    x(x4)=0    x=0x^2 - 4x = 0 \implies x(x-4) = 0 \implies x = 0 or x=4x = 4.

📝 Practice Questions

Q1: Solve 4x=644^{x} = 64.
Strategy Hint: 64=4364 = 4^3, so x=3x = 3.
3\boxed{3} Q2: Solve 2x=102^{x} = 10 to 3 decimal places.
x=log210=ln10ln22.30260.69313.322x = \log_2 10 = \frac{\ln 10}{\ln 2} \approx \frac{2.3026}{0.6931} \approx 3.322
3.322\boxed{3.322} Q3: Solve log3(x+5)=2\log_3(x+5) = 2.
x+5=32=9    x=4x+5 = 3^2 = 9 \implies x = 4
4\boxed{4} Q4: Solve e2x=5e^{2x} = 5.
2x=ln5    x=ln520.8052x = \ln 5 \implies x = \frac{\ln 5}{2} \approx 0.805
ln52\boxed{\frac{\ln 5}{2}} Q5: Solve log2(x1)+log2(x+3)=log25\log_2(x-1) + \log_2(x+3) = \log_2 5.
log2[(x1)(x+3)]=log25    (x1)(x+3)=5\log_2[(x-1)(x+3)] = \log_2 5 \implies (x-1)(x+3) = 5 x2+2x3=5    x2+2x8=0    (x+4)(x2)=0    x=4x^2 + 2x - 3 = 5 \implies x^2 + 2x - 8 = 0 \implies (x+4)(x-2) = 0 \implies x = -4 or x=2x = 2
Check: x=4log2(5)x = -4 \to \log_2(-5) undefined ✗ x=2log2(1)+log2(5)=0+log25x = 2 \to \log_2(1) + \log_2(5) = 0 + \log_2 5
2\boxed{2} Q6: Solve 52x=1255^{2x} = 125.
125=53125 = 5^3, so 52x=53    2x=3    x=1.55^{2x} = 5^3 \implies 2x = 3 \implies x = 1.5
1.5\boxed{1.5} Q7: Solve ln(x)+ln(x3)=ln4\ln(x) + \ln(x-3) = \ln 4.
ln[x(x3)]=ln4    x(x3)=4    x23x4=0    (x4)(x+1)=0\ln[x(x-3)] = \ln 4 \implies x(x-3) = 4 \implies x^2 - 3x - 4 = 0 \implies (x-4)(x+1) = 0 x=4x = 4 or x=1x = -1 (extraneous)
4\boxed{4} Q8: A bacteria culture triples every 2 hours. If initial population is 1000, how long until it reaches 27,000?
N(t)=10003t/2N(t) = 1000 \cdot 3^{t/2} 27000=10003t/2    27=3t/2    33=3t/2    3=t/2    t=627000 = 1000 \cdot 3^{t/2} \implies 27 = 3^{t/2} \implies 3^3 = 3^{t/2} \implies 3 = t/2 \implies t = 6
6 hours\boxed{6 \text{ hours}} Q9: Solve 23x=542 \cdot 3^{x} = 54.
3x=27    3x=33    x=33^{x} = 27 \implies 3^{x} = 3^3 \implies x = 3
3\boxed{3} Q10: Solve log(x)+log(2x)=3\log(x) + \log(2x) = 3 (base 10).
log(2x2)=3    2x2=103=1000    x2=500    x=500=10522.36\log(2x^2) = 3 \implies 2x^2 = 10^3 = 1000 \implies x^2 = 500 \implies x = \sqrt{500} = 10\sqrt{5} \approx 22.36
(Only positive solution, since logx\log x requires x>0x > 0.)
105\boxed{10\sqrt{5}} Q11: Solve ex+ex=4e^{x} + e^{-x} = 4.
Strategy Hint: Multiply by exe^x: e2x+1=4ex    e2x4ex+1=0e^{2x} + 1 = 4e^x \implies e^{2x} - 4e^x + 1 = 0. Let u=exu = e^x: u24u+1=0u^2 - 4u + 1 = 0. u=4±1642=4±122=2±3u = \frac{4 \pm \sqrt{16-4}}{2} = \frac{4 \pm \sqrt{12}}{2} = 2 \pm \sqrt{3} ex=2+3    x=ln(2+3)e^x = 2 + \sqrt{3} \implies x = \ln(2+\sqrt{3}) ex=230.268    x=ln(23)e^x = 2 - \sqrt{3} \approx 0.268 \implies x = \ln(2-\sqrt{3}) (also valid, since 23>02-\sqrt{3} > 0)
x=ln(2±3)\boxed{x = \ln(2 \pm \sqrt{3})} Q12: The half-life of Carbon-14 is 5730 years. If a fossil has 25% of its original Carbon-14, how old is it?
N(t)=N0(1/2)t/5730N(t) = N_0 (1/2)^{t/5730} 0.25N0=N0(1/2)t/5730    0.25=(1/2)t/5730    ln(0.25)=t5730ln(0.5)0.25 N_0 = N_0 (1/2)^{t/5730} \implies 0.25 = (1/2)^{t/5730} \implies \ln(0.25) = \frac{t}{5730} \ln(0.5) t=5730ln(0.25)ln(0.5)=57301.38630.6931=57302=11460t = 5730 \cdot \frac{\ln(0.25)}{\ln(0.5)} = 5730 \cdot \frac{-1.3863}{-0.6931} = 5730 \cdot 2 = 11460
11,460 years\boxed{11,460 \text{ years}}

🔗 Cross-References

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.