We want to solve an equation involving more than one .
To do so, we will use the .
log_b mn = log_b m + log_b n
First, we will isolate the logarithm that contains the variable. Then, we can use the above property to isolate the variable from the logarithm. Recall that if the base is not stated, it is 10.
log 5x + log(x-1) = 2
log (5x(x-1)) = 2
log (5x^2-5x) = 2
log (5x^2-5x) = log 10^2
log (5x^2-5x) = log 100
Next, we will use the fact that if two equivalent logarithmic expressions have the same base, then the arguments must be equal.
log_b x=log_b y ⇔ x= y
Let's apply the above property to our equation and then solve for x by factoring.
log (5x^2-5x) = log 100
5x^2-5x = 100
5x^2-5x-100=0
5x^2-25x+20x-100=0
5x(x-5)+20(x-5)=0
(x-5)(5x+20)=0
lcx-5=0 & (I) 5x+20=0 & (II)
lx=5 5x+20=0
lx=5 5x=- 20
lx=5 x=-4
To check for extraneous solutions, we will substitute both 5 and -4 for x in the given equation one at a time.
log 5x + log(x-1) = 2
log 5( 5) + log( 5-1) ? = 2
log 25 + log(5-1) ? = 2
log 25 + log 4 ? = 2
log 100 ? = 2
2 = 2 âś“
Since substituting 5 for x in the given equation produces a true statement, x=5 is the solution to our equation. Let's now check x=-4.
log 5x + log(x-1) = 2
log 5( -4) + log( -4-1) ? = 2
log (-20) + log(-4-1) ? = 2
log (-20) + log(-5) ? = 2 *
The argument of a logarithmic function cannot be negative, so both log(-20) and log(-5) are
undefined, and -4 is an extraneous solution.