It is often necessary to pass from one base to another, for example to compute with a calculator a logarithm in a base other than 1010 or ee.

Property — Change-of-base formula

For every admissible a,b,xa, b, x: logax=logbxlogba.\log_a x = \frac{\log_b x}{\log_b a}. From which, in particular, one obtains logax=1logxa\log_a x = \dfrac{1}{\log_x a} (case b=xb = x): inversion of the base.

Example — Computing log816\log_8 16

With change of base b=2b=2: log816=log216log28=43.\log_8 16 = \frac{\log_2 16}{\log_2 8} = \frac{4}{3}.

Remark — The "multiplied" version

The same formula can be rewritten as logaxlogba=logbx\log_a x \cdot \log_b a = \log_b x, that is, as a “product that carries” the logarithm from one base to another. It is worth being able to read it in both directions.

Topics: Logarithmic function
Concepts: Change of base · Logarithm
Functions: Logarithmic function
Skills: Calculate · Use formulae