Laws of Logarithms
Laws of Logarithms
§1 Introduction
Just as subtraction is the inverse of addition, division is the inverse of multiplication, logarithm is the
inverse of exponentiation.
Definition 1.1.
xlogx a = a
To be more specific, the logarithm of a number k to a base b is just the exponent you put onto b to
make the result equal k. Thus,
bx = k ⇐⇒ x = logb k
Here, b is known as the base and x, the exponent. If the base is 10, we call it the common logarithm.
We usually omit the base when we write common logarithms. For example, log10 23 = log 23 is the
common logarithm of 23. If the base is Euler’s number e = 2.71828, we call it the natural logarithm (also
written as ln, that’s a lowercase L and N not uppercase I and lowercase N) In this handout we’ll discuss
a few laws of logarithms. All of them can be derived from the laws of exponents, which you should be
thorough with before proceeding.
§2 Laws of logarithms
loga a = 1
aloga a = a
∗
Handout prepared by Diya Vigil and Muhammed Yaseen
1
Euler’s Etudiants Logarithms
Proof. Let α = loga x, β = loga y. Which gives us x = aα , y = aβ Since we have an xy term, we might
as well multiply them both. That results in
xy = aα+β
loga (xy) = α + β
Example:
1)log2 5 + log2 4 = log2 (5 × 4) = log2 20
2)log10 6 + log10 3 = log10 (6 × 3) = log10 18
Example 2.4
Prove that logn 1 = 0 ∀n ∈ R.
Solution. There are many ways to do this, the simplest being the realization that n0 = 1 holds ∀n ∈ R
(for all real numbers n). Since we’re discussing the difference of logs, lets do it that way.
Consider, for some m > 0, logn m.
loga xn = n loga x
Proof. By now, you should be able to guess that the first step is to write α = loga xn . We then consider
aα
n
aα = aloga x = xn = (aloga x )n
Comparing the coefficients,
α = loga xn = n loga x
2
Euler’s Etudiants Logarithms
Corollary 2.6
loga am = m loga a = m
Corollary 2.9
In general,
(loga b)(logb c)(logc d)(logd e) · · · (logy z) = loga z
Example:
1)log4 16 = (log1 6)/(log4 )
§3 More Examples
Since we want to bring x down, we take the logarithm with base 8/7. Thus, x = log8/7 77 =⇒ b = 8/7 .
3
Euler’s Etudiants Logarithms
xy 3 = x2 y =⇒ y 2 = x
Solution. When we see the same numbers in bases and arguments, we think of the chain rule. Indeed, we
can simplify in the following way
logb (a) logc (a) logc (b) = logc (a)[logc (b) logb (a)] = [logc (a)]2 = 25 =⇒ logc a = ±5
Solution. When we’re given an arithmetic progression, it’s useful to determine the first term and the
common difference, because all other quantities can be easily derived from them. Since we already have
the first term, we find the common difference by simply taking the difference of two consecutive terms.
Since the final expression only contains b, we need to express a in terms of b. For that, we use the fact
that if a, b, c are three consecutive terms of an arithmetic progression, 2b = a + c. This result is easily
derivable [let (a, b, c) = (k − d, k, k + d)]. Thus, we can write
§4 Problems
1. Find loga m if
log300 (loga m10 ) = 0