Logarithms
By Notes Vandar
7.1 Definition and graph of logarithm
7.3 Change of base
The change of base formula is a useful tool in logarithms that allows you to convert a logarithm from one base to another. This can be particularly helpful when using calculators, which often only have specific bases (usually base 10 or base ee).
Change of Base Formula
For any positive numbers aa, bb, and xx (where a≠1a \neq 1 and b≠1b \neq 1), the change of base formula is given by:
logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}
This means that you can express the logarithm of xx to the base bb using logarithms of another base aa.
Steps for Changing the Base
- Choose a New Base: Decide which base you want to convert to, such as base 10 or base ee.
- Apply the Formula: Substitute aa and bb in the formula.
- Calculate: Use a calculator to find the logarithms of xx and bb in the chosen base.
Example
Let’s say you want to calculate log2(8)\log_2(8) using base 10:
- Choose Base: We will use base 10 (a=10a = 10).
- Apply the Formula:
log2(8)=log10(8)log10(2)\log_2(8) = \frac{\log_{10}(8)}{\log_{10}(2)}
- Calculate (using a calculator):
- log10(8)≈0.903\log_{10}(8) \approx 0.903
- log10(2)≈0.301\log_{10}(2) \approx 0.301
Thus,
log2(8)=0.9030.301≈3\log_2(8) = \frac{0.903}{0.301} \approx 3
Special Cases
- Natural Logarithm: If you want to change to the natural logarithm, you can express it as:
logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}
- Common Logarithm: For base 10:
logb(x)=log(x)log(b)\log_b(x) = \frac{\log(x)}{\log(b)}
Applications
The change of base formula is widely used in:
- Calculating Logarithms: When the desired base is not available on a calculator.
- Solving Logarithmic Equations: It simplifies the manipulation of logarithmic expressions.
- Mathematical Proofs: In higher mathematics, it aids in proving properties of logarithms and exponential functions.
7.4 Computation with logarithm
Computing with logarithms involves using their properties to simplify expressions, solve equations, and perform calculations efficiently. Here’s a guide to various computations involving logarithms.
1. Basic Logarithmic Calculations
To compute logarithms, you can use the following approaches:
- Direct Calculation: Using a calculator that supports logarithms.
- Change of Base: If the base of the logarithm is not available, use the change of base formula: logb(x)=logk(x)logk(b)\log_b(x) = \frac{\log_k(x)}{\log_k(b)} where kk can be any base, commonly 10 or ee.
2. Using Logarithmic Properties
Logarithmic properties can simplify complex computations:
- Product Property: logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)
- Quotient Property: logb(xy)=logb(x)−logb(y)\log_b\left(\frac{x}{y}\right) = \log_b(x) – \log_b(y)
- Power Property: logb(xn)=n⋅logb(x)\log_b(x^n) = n \cdot \log_b(x)
3. Example Computations
Example 1: Calculate log2(32)\log_2(32)
- Recognize that 32=2532 = 2^5.
- Apply the power property: log2(32)=log2(25)=5⋅log2(2)=5⋅1=5\log_2(32) = \log_2(2^5) = 5 \cdot \log_2(2) = 5 \cdot 1 = 5
Example 2: Calculate log10(1000)+log10(10)\log_{10}(1000) + \log_{10}(10)
- Use the product property: log10(1000)+log10(10)=log10(1000⋅10)=log10(10000)\log_{10}(1000) + \log_{10}(10) = \log_{10}(1000 \cdot 10) = \log_{10}(10000)
- Since 10000=10410000 = 10^4: log10(10000)=4\log_{10}(10000) = 4
Example 3: Solve 2log3(4)−log3(16)2 \log_3(4) – \log_3(16)
- Express 1616 as 424^2: log3(16)=log3(42)=2⋅log3(4)\log_3(16) = \log_3(4^2) = 2 \cdot \log_3(4)
- Substitute: 2log3(4)−2log3(4)=02 \log_3(4) – 2 \log_3(4) = 0
4. Solving Logarithmic Equations
When solving equations involving logarithms, use properties to isolate the logarithmic term or convert to exponential form.
Example: Solve log2(x)+log2(4)=6\log_2(x) + \log_2(4) = 6
- Use the product property: log2(4x)=6\log_2(4x) = 6
- Convert to exponential form: 4x=26 ⟹ 4x=64 ⟹ x=644=164x = 2^6 \implies 4x = 64 \implies x = \frac{64}{4} = 16
5. Applications of Logarithms in Calculations
Logarithms are widely used in:
- Exponential Growth/Decay Models: In fields like biology, finance, and physics.
- Complexity Analysis: In computer science for algorithms.
- pH Calculations: In chemistry (pH = −log10[H+]-\log_{10}[\text{H}^+]).
- Sound Intensity: Measuring decibels (dB) involves logarithms.