The Laws of Logarithms

Secondary 4-5

Logarithm laws enable several logarithmic calculations to be performed without a calculator. Logarithm laws are frequently used in financial mathematics for solving situations involving compound interest, and in physics to calculate a half-life.

Special Cases

Logarithm of 1

|\log_c 1 =0|

Logarithm Where the Argument Is the Same as the Base

|\log_c c =1|

Logarithm Where the Argument Is Equal to the Base With an Exponent

|\log_c c^t = t|

Laws

Product Law for Logarithms

|\log_c(M \times N) = \log_c M + \log_c N|

Quotient Law for Logarithms

|\log_{c}\dfrac{M}{N}=\log_{c}M-\log_{c}N|

Power Law for Logarithms

|\log_c M^{\large n} = n \log_c M|

Fractional Base Law for Logarithms

|\log_{\large\frac{_{1}}{c}}M=-\log_{c}M|

Change of Base Law for Logarithms

|\log_{c}M=\dfrac{\log_{a}M}{\log_{a}c}|

Note:

  • For each law, we have |\{c,a,M,N \} \in\ ]0,+\infty[| and |n \in \mathbb{R}.|

  • The laws can be read both from left to right and from right to left. The laws can be used both ways, depending on the problem.

Special Cases of Logarithms

Logarithm of 1

A logarithm where the argument is |1| is always |0.| ||\log_c 1=0||

What is the value of |\log_8 1?|

Determining |\log_8 1| amounts to asking: “What exponent should be applied to |8| to obtain |1?|”
||\begin{align}\log_{\color{#3b87cd}{8}}\color{#ec0000}{1}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{8}^\color{#3a9a38}{?}&=\color{#ec0000}{1}\\ \color{#3b87cd}{8}^\color{#3a9a38}{0}&=\color{#ec0000}{1}\end{align}||

Answer: Since |0| is the exponent that must be applied to |8| to obtain |1,| we conclude that |\log_8 1=0.|

Proof of Special Case 1: Logarithm of 1

Logarithm Where the Argument Is the Same as the Base

A logarithm where the base is the same as the argument is equal to |1.| ||\log_c c=1||

What is the value of |\log_{12} 12?|

Determining |\log_{12} 12| amounts to asking: “What exponent should be applied to |12| to obtain |12?|”
||\begin{align}\log_{\color{#3b87cd}{12}}\color{#ec0000}{12}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{12}^\color{#3a9a38}{?}&=\color{#ec0000}{12}\\ \color{#3b87cd}{12}^\color{#3a9a38}{1}&=\color{#ec0000}{12}\end{align}||

Answer: Since |1| is the exponent that must be applied to |12| to obtain |12,| we conclude that |\log_{12} 12=1.|

Proof of Special Case 2: Logarithm Where the Argument Is the Same as the Base

Logarithm Where the Argument Is Equal to the Base With an Exponent

This case is the direct result of the change from logarithmic notation to exponential notation.
||\log_c c^t=t||

What is the value of |\log_5 125?|
We know that we can express the number |125| as a power of |5.|
||125=5^3||

Answer:
||\begin{align}\log_\color{#3b87cd}5 \color{#ec0000}{125}&=\log_\color{#3b87cd}5 \color{#ec0000}{5^3}\\&=\color{#3a9a38}3\end{align}||

Proof of Special Case 3: Logarithm Where the Argument Is Equal to the Base With an Exponent

Logarithm Laws

Product Law for Logarithms

When the argument of the logarithm consists of 2 factors multiplied together, it can be written as the addition of 2 logarithmic expressions.
||\log_c (M\times N)=\log_c M+\log_c N||

Note: The value of the base does not change when this law is applied.

Example 1

What is the value of |\log_{12} 4+\log_{12} 36?|

The following equality is obtained by applying the product law for logarithms. ||\begin{align}\log_{12}4+\log_{12}36&=\log_{12} (4 \times 36) \\&= \log_{12} (144) \end{align}||
Next, we examine the problem: “What exponent should be applied to |12| to obtain |144?|”

||\begin{align}\log_{\color{#3b87cd}{12}}\color{#ec0000}{144}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{12}^\color{#3a9a38}{?}&=\color{#ec0000}{144}\\ \color{#3b87cd}{12}^\color{#3a9a38}{2}&=\color{#ec0000}{144}\end{align}||
The exponent that must be applied to |12| to obtain |144| is |2.|

Answer:
||\begin{align}\log_{12}4+\log_{12}36&= \log_{12} (144)\\&= 2\end{align}||

Example 2

Decompose the following expression into a sum of logarithms: |\log_{10} 15.|

We know that |15=3\times5.|
Use the product law for logarithms to decompose the expression.

Answer: ||\begin{align}\log_{10}15&=\log_{10}(3\times5)\\&=\log_{10}3+\log_{10}5\end{align}||

Note: Decomposition is useful for simplifying expressions when performing logarithmic calculations.

Proof of Law 1: Product Law for Logarithms

Quotient Law for Logarithms

When the argument of the logarithm consists of a term divided by another, it can be written as the subtraction of 2 logarithmic expressions. ||\log_c \left(\dfrac{M}{N}\right)=\log_c M-\log_c N||

Note: The value of the base does not change when this law is used. Also, the order of the arguments must be respected.

Example 1

What is the value of |\log_2 320-\log_2 5?|

Apply the quotient law for logarithms to obtain the following equality.
||\begin{align} \log_2 320-\log_2 5&=\log_2 \left(\dfrac{320}{5}\right)\\&=\log_2 64\end{align}||
Next, examine the problem: “What exponent should be applied to |2| to obtain |64?|”

||\begin{align}\log_{\color{#3b87cd}{2}}\color{#ec0000}{64}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{2}^\color{#3a9a38}{?}&=\color{#ec0000}{64}\\ \color{#3b87cd}{2}^\color{#3a9a38}{6}&=\color{#ec0000}{64}\end{align}||
The exponent that must be applied to |2| to obtain |64| is |6.|

Answer:
||\begin{align}\log_2 320-\log_2 5&=\log_2 64\\&=6\end{align}||

Example 2

What is the value of |\log_4 \left(\dfrac{1}{16}\right)?|

Applying the quotient law for logarithms results in the following equality: ||\log_4\left({\dfrac{1}{16}}\right)=\log_4 1-\log_4 16||
Therefore, we want to know which exponent must be applied to |4| to obtain |1| and |16.|

||\begin{align}\log_{\color{#3b87cd}{4}}\color{#ec0000}{1}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{4}^\color{#3a9a38}{?}&=\color{#ec0000}{1}\\ \color{#3b87cd}{4}^\color{#3a9a38}{0}&=\color{#ec0000}{1}\end{align}||

||\begin{align}\log_{\color{#3b87cd}{4}}\color{#ec0000}{16}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{4}^\color{#3a9a38}{?}&=\color{#ec0000}{16}\\ \color{#3b87cd}{4}^\color{#3a9a38}{2}&=\color{#ec0000}{16}\end{align}||

The exponents that must be given to |4| to obtain |1| and |16| are |0| and |2,| respectively.

Answer:
||\begin{align}\log_4\left(\dfrac{1}{16}\right)&=\log_4 1-\log_4 16\\&=0-2\\&=-2\end{align}||

Tip

Several methods can be used to solve the same problem. For example, the previous problem can be solved by using the logarithm whose argument is equal to the base with an exponent.

||\begin{align}\log_4\left(\dfrac{1}{16}\right)&=\log_4\left(\dfrac{1}{4^2}\right)\\ &=\log_4\left(4^{-2}\right)\\&=-2\end{align}||

Proof of Law 2: Quotient Law for Logarithms

Power Law for Logarithms

When the argument of a logarithm is raised to a power, the exponent can be transformed into the coefficient of the same logarithm.
||\log_c {M^n}=n\log_c M||

Note: The value of the base does not change when the law is used.

Example 1

What is the value of |\log_7 49^2?|

Use the power law for logarithms to rewrite this expression.
||\log_\color{#3b87cd}{7} \color{#ec0000}{49^2}=\color{#ec0000}2\log_ \color{#3b87cd}{7} \color{#ec0000}{49}||
Therefore, we are trying to determine which exponent should be applied to |7| to obtain |49.|
||\begin{align}\log_{\color{#3b87cd}{7}}\color{#ec0000}{49}=\ \color{#3a9a38}{?}\quad\Leftrightarrow \quad\color{#3b87cd}{7}^\color{#3a9a38}{?}&=\color{#ec0000}{49}\\ \color{#3b87cd}{7}^\color{#3a9a38} {2}&=\color{#ec0000}{49}\end{align}||
The exponent that must be applied to |7| to obtain |49| is |2.|

Answer: ||\begin{align}\log_7 49^2&=2\log_7 49\\&=2\times2\\&=4\end{align}||

Example 2

What is the value of |2\log_4 8?|

Use the power law for logarithms to rewrite the expression:
||\begin{align} 2\log_\color{#3b87cd}{4} 8&=\log_\color{#3b87cd}{4} \color {#ec0000}{8^2}\\&=\log_\color{#3b87cd}{4} \color{#ec0000}{64}\end{align}||
Therefore, we are trying to determine which exponent should be applied to |4| to obtain |64.|||\begin{align}\log_{\color{#3b87cd}{4}}\color{#ec0000}{64}=\ \color{#3a9a38}{?}\quad\Leftrightarrow \quad\color{#3b87cd}{4}^\color{#3a9a38}{?}&=\color{#ec0000}{64}\\ \color{#3b87cd}{4}^\color{#3a9a38} {3}&=\color{#ec0000}{64}\end{align}||
The exponent that must be applied to |4| to obtain |64| is |3.|

Answer: ||\begin{align}2\log_4 8 &=\log_4 64\\&=3\end{align}||

Proof of Law 3: Power Law for Logarithms

Fractional Base Law for Logarithms

A logarithm where the base is a fraction |\dfrac{1}{c}| is equivalent to the negative of the logarithm with the same argument where the base is |c.|
||\log_{\large\frac{1}{c}}M=-\log_c M||

What is the value of |\log_{\large\frac{1}{3}} 81?|

Apply the fractional base law for logarithms to obtain the equality below.
||\log_\color{#3b87cd}{\large\frac{1}{3}} \color{#ec0000}{81}=-\log_ \color{#3b87cd}{3} \color{#ec0000}{81}||
Next, determine what exponent should be applied to |3| to obtain |81.|
||\begin{align}\log_{\color{#3b87cd}{3}}\color{#ec0000}{81}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{3}^\color{#3a9a38}{?}&=\color{#ec0000}{81}\\ \color{#3b87cd}{3}^\color{#3a9a38}{4}&=\color{#ec0000}{81}\end{align}||
The exponent that must be applied to |3| to obtain |81| is |4.|

Answer: ||\begin{align}\log_{\large\frac{1}{3}} 81&=-\log_3 81\\&= -4\end{align}||

Proof of the Fractional Base Law for Logarithms

Change of Base Law for Logarithms

The logarithm of an argument is equivalent to the logarithm of the same argument divided by the logarithm of its base, provided that the bases of the denominator and numerator are identical.
||\log_c M=\dfrac{\log_a M}{\log_a c}||

where |a\not=0| and |a\not=1|

Note: The order in which the elements are presented in the quotient must be respected. The logarithm of the argument is placed in the numerator and the logarithm of the base is placed in the denominator.

What is the value of |\log_{16} 128?|

Note that |16| and |128| are powers of |2.| Therefore, use the change of base law for logarithms to obtain the following equality.
||\log_\color{#3b87cd}{16} \color{#ec0000}{128}=\dfrac{\log_2 \color{#ec0000}{128}}{\log_2 \color{#3b87cd}{16}}||
Determine the following: “What exponents should be applied to |2| to obtain |128| and |16?|”

||\begin{align}\log_{\color{#3b87cd}{2}}\color{#ec0000}{128}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{2}^\color{#3a9a38}{?}&=\color{#ec0000}{128}\\ \color{#3b87cd}{2}^\color{#3a9a38}{7}&=\color{#ec0000}{128}\end{align}||

||\begin{align}\log_{\color{#3b87cd}{2}}\color{#ec0000}{16}=\ \color{#3a9a38}{?}\quad\Leftrightarrow\quad\color{#3b87cd}{2}^\color{#3a9a38}{?}&=\color{#ec0000}{16}\\ \color{#3b87cd}{2}^\color{#3a9a38}{4}&=\color{#ec0000}{16}\end{align}||

The exponents that must be applied to |2| to obtain |128| and |16| are |7| and |4,| respectively.

Answer:
||\begin{align} \log_{16} 128&=\dfrac{\log_2 128}{\log_2 16}\\&=\dfrac{7}{4}\end{align}||

Important!

Despite the fact that we chose to use base |2| in the previous example, usually base |10| or base |e| are chosen. The majority of calculators are programmed to calculate logarithms in base |10| (log key) or natural logarithms (ln key).

Use a calculator to determine the approximate value of the expression |\log_3 5.|

The expression must be transformed to obtain a logarithm with base |10.| Use the change of base law for logarithms to obtain the following.

||\log_\color{#3b87cd}3 \color{#ec0000}5 = \dfrac{\log_{10}\color{#ec0000}5}{\log_{10} \color{#3b87cd}3}||
The expression can be found using a calculator. Therefore, we have:
||\begin{align}\log_\color{#3b87cd}3 \color{#ec0000}5&=\dfrac{\log_{10}\color{#ec0000}5}{\log_{10} \color{#3b87cd}3}\\&\approx \color{#3a9a38}{1.46}\end{align}||

Note: The natural logarithm can also be used.

||\begin{align}\log_\color{#3b87cd}3 \color{#ec0000}5&= \dfrac{\ln\color{#ec0000}5}{\ln\color{#3b87cd}3}\\&\approx\color{#3a9a38}{1.46}\end{align}||

Proof of the Change of Base Law for Logarithms