Logarithms and Their Properties

Define logarithms and use logarithmic properties to solve equations.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Logarithms and Their Properties

Definition of Logarithm

logb(x)=y    by=x\log_b(x) = y \iff b^y = x

"Log base bb of xx equals yy" means "bb to the yy power equals xx."

Examples: log2(8)=3because23=8\log_2(8) = 3 \quad \text{because} \quad 2^3 = 8 log5(25)=2because52=25\log_5(25) = 2 \quad \text{because} \quad 5^2 = 25 log10(1000)=3because103=1000\log_{10}(1000) = 3 \quad \text{because} \quad 10^3 = 1000

Common and Natural Logarithms

  • logx=log10x\log x = \log_{10} x (common log)
  • lnx=logex\ln x = \log_e x (natural log, e2.718e \approx 2.718)

Properties of Logarithms

Product Rule

logb(MN)=logbM+logbN\log_b(MN) = \log_b M + \log_b N

Quotient Rule

logb(MN)=logbMlogbN\log_b\left(\frac{M}{N}\right) = \log_b M - \log_b N

Power Rule

logb(Mp)=plogbM\log_b(M^p) = p \cdot \log_b M

Change of Base

logbx=logxlogb=lnxlnb\log_b x = \frac{\log x}{\log b} = \frac{\ln x}{\ln b}

Special Values

logb1=0logbb=1logbbx=xblogbx=x\log_b 1 = 0 \quad \log_b b = 1 \quad \log_b b^x = x \quad b^{\log_b x} = x

Solving Logarithmic Equations

Example 1: log2(x1)=4\log_2(x-1) = 4 x1=24=16    x=17x - 1 = 2^4 = 16 \implies x = 17

Example 2: logx+log(x+3)=1\log x + \log(x+3) = 1 log[x(x+3)]=1    x(x+3)=10\log[x(x+3)] = 1 \implies x(x+3) = 10 x2+3x10=0    (x+5)(x2)=0x^2 + 3x - 10 = 0 \implies (x+5)(x-2) = 0 x=2(x=5 is extraneous — can’t log a negative)x = 2 \quad (x = -5 \text{ is extraneous — can't log a negative})

Solving Exponential Equations with Logs

32x=153^{2x} = 15 2xln3=ln152x \cdot \ln 3 = \ln 15 x=ln152ln31.232x = \frac{\ln 15}{2 \ln 3} \approx 1.232

Graphs

y=logbxy = \log_b x is the inverse of y=bxy = b^x:

  • Domain: x>0x > 0
  • Range: All real numbers
  • Vertical asymptote: x=0x = 0
  • Passes through (1,0)(1, 0) and (b,1)(b, 1)

Key relationship: Logarithms and exponentials are INVERSES. If you're stuck, convert between forms!

📚 Practice Problems

No example problems available yet.