Logarithms
A review of the definition of the logarithm and logarithm properties
The Essentials
A logarithm is the ’opposite’ of an exponential:
this is read as the log base b of x is equal to y. It is an equivalent expression to:
For example the expression \( \log_{5}(125) \) is equal to 3 because \( 5^3 = 125 \).
If a logarithm doesn’t have a specified base, then it is of base ten: \( \log(100) \equiv \log_{10}(100) \). Another special base for logarithms is base e. The number \( e \) is approximately \( e \approx 2.7182818 \), and like pi, it is a very significant number found in nature. The base e log is called a ’natural logarithm’ or a ’natural log’ and is written as \( \log_e(x) = \ln(x) \).
Some properties of logarithms include:
(Since \( b^1 = b \) )
(Since \( b^0 = 1) \)
The domain of any logarithm is \( x > 0 \) and the \( \lim_{{x \to 0}} \log(x) = -\infty \). The base of a logarithm can be changed using this formula:
Example
Evaluate this expression:
Using the change of base formula we can re-write both of these logs as base 10 logs:
Using the change of base formula again we can re-write the expression as:
Practice
Evaluate these expressions:
- \( \log_6(216) \)
- \( \log_3(50) \cdot \log_{50}(27) \)
- \( \log_{17}(1) \)
Solve these equation for \( y(x) \):
- \( 5 \ln\left(\frac{5}{y}\right) = x \)
- \( \frac{\log\left( 8/y \right)}{4} = \frac{3}{4}x + \log\left(\frac{1}{y}\right) \)
Solution:
- \( 3 \)
- \( 3 \)
- \( 0 \)
- \( y(x) = 5e^{-x/5} \)
- \(y(x) = \frac{10^x}{2} \)