Properties of Logarithms

Before diving into solving logarithmic and exponential equations, it is helpful to know the properties of logarithms because they can help you out of tricky situations. In this section, you will learn the algebraic properties of logarithms, including the power, product, and quotient rules.

Using the Product Rule for Logarithms

Recall that the logarithmic and exponential functions "undo" each other. This means that logarithms have similar properties to exponents. Some important properties of logarithms are given here. First, the following properties are easy to prove.

\begin{aligned}
log_b1=0 \\
log_bb=1
\end{aligned}

For example, log_51=0 since 5^0=1. And log_55=1 since 5^1=5.

Next, we have the inverse property.

\begin{aligned}
log_b(b^x) &=x \\
b^{log_bx} &=x,x > 0
\end{aligned}

For example, to evaluate log(100), we can rewrite the logarithm as log_{10}(10^2), and then apply the inverse property log_b(b^x)=x to get log_{10}(10^2)=2.

To evaluate e^{\ln(7)}, we can rewrite the logarithm as e^{log_e7}, and then apply the inverse property b^{log_bx}=x to get e^{log_e7}=7.

Finally, we have the one-to-one property.

log_bM = log_bN \quad \text { if and only if } M=N

We can use the one-to-one property to solve the equation log_3(3x)=log_3(2x+5) for x. Since the bases are the same, we can apply the one-to-one property by setting the arguments equal and solving for x:

\begin{aligned}
3x=2x+5 & & &\text { Set the arguments equal }. \\
x=5 & & &\text { Subtract } 2x.
\end{aligned}

But what about the equation log_3(3x)+log_3(2x+5)=2? The one-to-one property does not help us in this instance. Before we can solve an equation like this, we need a method for combining terms on the left side of the equation.

Recall that we use the product rule of exponents to combine the product of powers by adding exponents: x^ax^b=x^{a+b}. We have a similar property for logarithms, called the product rule for logarithms, which says that the logarithm of a product is equal to a sum of logarithms. Because logs are exponents, and we multiply like bases, we can add the exponents. We will use the inverse property to derive the product rule below.

Given any real number x and positive real numbers M,N, and b, where b \neq 1, we will show

log_b(MN)=log_b(M)+log_b(N).

Let m=log_bM and n=log_bN. In exponential form, these equations are b^m=M and b^n=N. It follows that

\begin{aligned}
\log _{b}(M N) &=\log _{b}\left(b^{m} b^{n}\right) & & \text { Substitute for } M \text { and } N\\
&=\log _{b}\left(b^{m+n}\right) & & \text { Apply the product rule for exponents. }\\
&=m+n & & \text { Apply the inverse property of logs. }\\
&=\log _{b}(M)+\log _{b}(N) & & \text { Substitute for } m \text { and } n \text {. }
\end{aligned}

Note that repeated applications of the product rule for logarithms allow us to simplify the logarithm of the product of any number of factors. For example, consider log_b(wxyz). Using the product rule for logarithms, we can rewrite this logarithm of a product as the sum of logarithms of its factors:

log_b(wxyz)=log_bw+log_bx+log_by+log_bz


THE PRODUCT RULE FOR LOGARITHMS

The product rule for logarithms can be used to simplify a logarithm of a product by rewriting it as a sum of individual logarithms.

log_b(MN)=log_b(M)+log_b(N) for b > 0


HOW TO

Given the logarithm of a product, use the product rule of logarithms to write an equivalent sum of logarithms.

  1. Factor the argument completely, expressing each whole number factor as a product of primes.
  2. Write the equivalent expression by summing the logarithms of each factor.


EXAMPLE 1

Using the Product Rule for Logarithms

Expand log_3(30x(3x+4)).


Solution

We begin by factoring the argument completely, expressing 30 as a product of primes.

log_3(30x(3x+4))=log_3(2⋅3⋅5⋅x⋅(3x+4))

Next we write the equivalent equation by summing the logarithms of each factor.

log_3(30x(3x+4))=log_3(2)+log_3(3)+log_3(5)+log_3(x)+log_3(3x+4)


TRY IT #1

Expand log_b(8k).