Subtracting logarithms

When subtracting logarithms with the same base, it’s equivalent to dividing the values inside the logarithms:

\log_b(x) - \log_b(y) = \log_b\left(\frac{x}{y}\right)

Subtracting two logarithms

Example: Evaluate \log_4(64) - \log_4(16)

Example: Evaluate \log_{10}(10000) - \log_{10}(100)

Subtracting more than two logarithms

We can do exactly the same when we are subtracting more than two logarithms with the same base - just divide all the values inside.

Example: Evaluate \log_2(256) - \log_2(16) - \log_2(4)

Splitting up a logarithm with subtraction

You can also split up a logarithm into the difference of two logarithms:

\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)

This isn’t usually needed, but it’s good to know it works both ways (is bidirectional).