Definition
y=loga(x)meansay=x
where a>0, a=1, and x>0
Basic Properties
| Property | Formula |
|---|
| Log of 1 | loga(1)=0 |
| Log of base | loga(a)=1 |
| Inverse | aloga(x)=x |
| Inverse | loga(ax)=x |
Logarithm Rules
Product Rule
loga(xy)=loga(x)+loga(y)
Quotient Rule
loga(yx)=loga(x)−loga(y)
Power Rule
loga(xn)=n⋅loga(x)
Root Rule
loga(nx)=nloga(x)
Change of Base Formula
loga(x)=logb(a)logb(x)=ln(a)ln(x)=log(a)log(x)
Common Logarithms
| Notation | Base |
|---|
| log(x) | Base 10 (common log) |
| ln(x) | Base e (natural log) |
| log2(x) | Base 2 (binary log) |
Natural Logarithm Properties
| Property | Value |
|---|
| ln(1) | 0 |
| ln(e) | 1 |
| ln(ex) | x |
| elnx | x |
| e | ≈2.71828 |
Solving Logarithmic Equations
Basic Form
loga(x)=c
Solution: x=ac
Using Properties
loga(x)+loga(y)=c
loga(xy)=c
xy=ac
Solving Exponential Equations
Take the logarithm of both sides:
ax=b
x⋅log(a)=log(b)
x=log(a)log(b)
Common Log Values
| x | log10(x) |
|---|
| 1 | 0 |
| 10 | 1 |
| 100 | 2 |
| 1000 | 3 |
| 0.1 | −1 |
| 0.01 | −2 |
Domain Restrictions
For loga(f(x)):
- f(x) must be positive: f(x)>0
- The base a must be positive and not 1