Logarithms and Their Properties
Definition of Logarithm
logb(x)=y⟺by=x
"Log base b of x equals y" means "b to the y power equals x."
Examples:
log2(8)=3because23=8
log5(25)=2because52=25
log10(1000)=3because103=1000
Common and Natural Logarithms
- logx=log10x (common log)
- lnx=logex (natural log, e≈2.718)
Properties of Logarithms
Product Rule
logb(MN)=logbM+logbN
Quotient Rule
logb(NM)=logbM−logbN
Power Rule
logb(Mp)=p⋅logbM
Change of Base
logbx=logblogx=lnblnx
Special Values
logb1=0logbb=1logbbx=xblogbx=x
Solving Logarithmic Equations
Example 1: log2(x−1)=4
x−1=24=16⟹x=17
Example 2: logx+log(x+3)=1
log[x(x+3)]=1⟹x(x+3)=10
x2+3x−10=0⟹(x+5)(x−2)=0
x=2(x=−5 is extraneous — can’t log a negative)
Solving Exponential Equations with Logs
32x=15
2x⋅ln3=ln15
x=2ln3ln15≈1.232
Graphs
y=logbx is the inverse of y=bx:
- Domain: x>0
- Range: All real numbers
- Vertical asymptote: x=0
- Passes through (1,0) and (b,1)
Key relationship: Logarithms and exponentials are INVERSES. If you're stuck, convert between forms!