Using the Definition of a Logarithm to Solve Logarithmic Equations

In this unit, you will explore the techniques for solving logarithmic equations. We will begin by using the definition of a logarithm to "undo" it. Then, we will work up to more complex techniques.

Using the One-to-One Property of Logarithms to Solve Logarithmic Equations

As with exponential equations, we can use the one-to-one property to solve logarithmic equations. The one-to-one property of logarithmic functions tells us that, for any real numbers x > 0, S > 0, T > 0 and any positive real number b, where b≠1,

log_bS=log_bT if and only if S=T.

For example,
If  log_2(x−1)=log_2(8), then x−1=8.

So, if x−1=8, then we can solve for x, and we get x=9. To check, we can substitute x=9 into the original equation: log_2(9−1)=log_2(8)=3. In other words, when a logarithmic equation has the same base on each side, the arguments must be equal. This also applies when the arguments are algebraic expressions. Therefore, when given an equation with logs of the same base on each side, we can use rules of logarithms to rewrite each side as a single logarithm. Then we use the fact that logarithmic functions are one-to-one to set the arguments equal to one another and solve for the unknown.

For example, consider the equation log(3x−2)−log(2)=log(x+4). To solve this equation, we can use the rules of logarithms to rewrite the left side as a single logarithm, and then apply the one-to-one property to solve for x:

log(3x−2)−log(2)=log(x+4)
log(\dfrac{3x−2}{2})=log(x+4)
Apply the quotient rule of logarithms.
\dfrac{3x−2}{2}=x+4
Apply the one to one property of a logarithm.
3x−2=2x+8
Multiply both sides of the equation by 2.
x=10
Subtract 2x and add 2.

To check the result, substitute x=10 into log(3x−2)−log(2)=log(x+4).

log(3(10)−2)−log(2)=log((10)+4)

log(28)−log(2)=log(14)

log(\dfrac{28}{2})=log(14)      The solution checks.


Using the One-to-One Property of Logarithms to Solve Logarithmic Equations

For any algebraic expressions S and T and any positive real number b, where b≠1,

log_bS=log_bT if and only if S=T

Note, when solving an equation involving logarithms, always check to see if the answer is correct or if it is an extraneous solution.

How To
Given an equation containing logarithms, solve it using the one-to-one property.

  1. Use the rules of logarithms to combine like terms, if necessary, so that the resulting equation has the form log_bS=log_bT.
  2. Use the one-to-one property to set the arguments equal.
  3. Solve the resulting equation, S=T, for the unknown.

Example 12

Solving an Equation Using the One-to-One Property of Logarithms
Solve ln(x^2)=ln(2x+3).

Solution

ln(x^2)=ln(2x+3)
x^2=2x+3
Use the one-to-one property of the logarithm.
x^2−2x−3=0
Get zero on one side before factoring.
(x−3)(x+1)=0
Factor using FOIL.
x−3=0 or x+1=0
If a product is zero, one of the factors must be zero.
x=3 or x=−1
Solve for x.

Analysis
There are two solutions: 3 or −1. The solution −1 is negative, but it checks when substituted into the original equation because the argument of the logarithm functions is still positive.


Try It #12
Solve ln(x^2)=ln1.