Home

Logarithm Change of Base

The logarithm change of base formula allows us to express a logarithm in one base in terms of logarithms of another base. This is useful because most calculators only support logarithms with base 10 (\(\log\), common logarithm) and base \(e\) (\(\ln\), natural logarithm). The formula is:

\[ \log_b(x) = \frac{\log_c(x)}{\log_c(b)} \]

where:

Derivation of the Formula

  1. \[ y = \log_b(x) \]\[ b^y = x \]
  2. \[ \log_c(b^y) = \log_c(x) \]
  3. \[ y \cdot \log_c(b) = \log_c(x) \]
  4. \[ y = \frac{\log_c(x)}{\log_c(b)} \]
  5. \[ \log_b(x) = \frac{\log_c(x)}{\log_c(b)} \]

Example Calculation

Let’s say we need to compute \( \log_3(100) \) using base 10 logarithms:

\[ \log_3(100) = \frac{\log_{10}(100)}{\log_{10}(3)} \]

Using a calculator:

Therefore:

\[ \log_3(100) = \frac{2}{0.4771} \approx 4.19 \]

Why is this Useful?

Latex

\log_b(x) = \frac{\log_c(x)}{\log_c(b)}