SOLUTION: log2(3x+2) - log4(x) =3

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: log2(3x+2) - log4(x) =3       Log On


   



Question 372991: log2(3x+2) - log4(x) =3

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%282%2C+%283x%2B2%29%29+-+log%284%2C+%28x%29%29+=+3
For equations like this, with the variable in the argument of one of more logarithms, you usually start by transforming the equation into one of the following forms:
log(expression) = other-expression
or
log(expression) = log(other-expression)

With the "non-log" term of 3 on the right side, the second form will be more difficult to achieve. SO we will aim for the first form. This will require that we somehow express the two logarithms as one.

Two logarithms with a minus between them, like in your equation, are often combined into one using a property of logarithms: log%28a%2C+%28p%29%29+-+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29. But this property requires coefficients of 1 (which your logarithms have) and the same bases (which your logarithms do not have). Unless we can figure out how to get the bases the same, we will not be able to proceed.

Fortunately there is a base conversion formula:
log%28a%2C+%28p%29%29+=+log%28b%2C+%28p%29%29%2Flog%28b%2C+%28a%29%29
which allows us to convert a base a logarithm into an expression of base b logarithms. With your logarithms we are going to use this formula to convert the base 4 logarithm into and expression of base 2 logarithms. (We could do it the other way around, too, but since 4 is an obvious (I hope) power of 2 this way will be simpler.) So
log%284%2C+%28x%29%29+=+log%282%2C+%28x%29%29%2Flog%282%2C+%284%29%29
Since 4+=+2%5E2, log%282%2C+%284%29%29+=+2. So the expression above simplifies as follows:

Replacing the base 4 log in the equation with this expression we get:
log%282%2C+%283x%2B2%29%29+-+%281%2F2%29log%282%2C+%28x%29%29+=+3
We now have the bases the same! But the coefficients are no longer 1's!? Fortunately we have a property of logarithms, q%2Alog%28a%2C+%28p%29%29+=+log%28a%2C+%28p%5Eq%29%29, which allows us to move a coefficient of a logarithm into the argument as an exponent. Using this on your equation we get:
log%282%2C+%283x%2B2%29%29+-+log%282%2C+%28x%5E%281%2F2%29%29%29+=+3
Since a power of 1/2 means square root, I am going to rewrite that argument as a square root:
log%282%2C+%283x%2B2%29%29+-+log%282%2C+%28sqrt%28x%29%29%29+=+3
We can finally use the first property (from above) to combine the two logarithms into one:
log%282%2C+%28%283x%2B2%29%2Fsqrt%28x%29%29%29+=+3
And we finally have the first form (log(expression) = other-expression). With this form we proceed by rewriting the equation in exponential form. In general log%28a%2C+%28p%29%29+=+q is equivalent to p+=+a%5Eq. Using this on your equation we get:
%283x%2B2%29%2Fsqrt%28x%29+=+2%5E3
which simplifies to:
%283x%2B2%29%2Fsqrt%28x%29+=+8
The logarithms are gone. To solve what's left we will start by multiplying both sides by the square root to get rid of the fraction:
3x%2B2+=+8sqrt%28x%29
Next we square both sides to get rid of the square root:
%283x%2B2%29%5E2+=+%288sqrt%28x%29%29%5E2
(Be careful squaring the left side. Exponents do not distribute! Use FOIL or the pattern for (a+b)^2.)
9x%5E2+%2B+12x+%2B+4+=+64x
With a quadratic equation we want one side zero so we'll subtract 64x from each side:
9x%5E2+-+52x+%2B+4+=+0
This will not factor so we will need to use the quadratic formula:
x+=+%28-%28-52%29+%2B-+sqrt%28%28-52%29%5E2+-+4%289%29%284%29%29%29%2F2%289%29
which simplifies as follows:
x+=+%28-%28-52%29+%2B-+sqrt%282704+-+4%289%29%284%29%29%29%2F2%289%29
x+=+%28-%28-52%29+%2B-+sqrt%282560%29%29%2F2%289%29
x+=+%2852+%2B-+sqrt%282560%29%29%2F18
x+=+%2852+%2B-+sqrt%28256%2A10%29%29%2F18
x+=+%2852+%2B-+sqrt%28256%29%2Asqrt%2810%29%29%2F18
x+=+%2852+%2B-+16sqrt%2810%29%29%2F18
x+=+%282%2826+%2B-+8sqrt%2810%29%29%29%2F%282%2A9%29
x+=+%28cross%282%29%2826+%2B-+8sqrt%2810%29%29%29%2F%28cross%282%29%2A9%29
x+=+%2826+%2B-+8sqrt%2810%29%29%2F9
In long form this is:
x+=+%2826+%2B+8sqrt%2810%29%29%2F9 or x+=+%2826+-+8sqrt%2810%29%29%2F9

You must check these answers. You original equation is a logarithmic equation and solutions for these must be checked to make sure no arguments (or bases) of any logarithms become zero or negative! Also, whenever you square both sides of an equation, like we did above, you must check for extraneous solutions. (Extraneous solutions are solutions which work in the squared equation but not in the original equation. Either of these reasons by themselves require a check. And we have both!

I will leave the checking to you. Use the original equation to check and you probably will want to use your calculator to calculate decimals to use for x.