SOLUTION: Solve: 2logx-log3=2

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Solve: 2logx-log3=2      Log On


   



Question 250823: Solve: 2logx-log3=2
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
2log%28%28x%29%29-log%28%283%29%29=2
With the variable in the argument of a logarithm like this, you often start the solution by transforming the equation into one of the following forms:
log(expression) = other-expression
or
log(expression) = log(other-expression)

With the 2 on the right side, it will be a little difficult to get an "all logarithm" equation like the second form. So we will aim for the first one. This means we will need to combine our two logarithms into one. We cannot just subtract the two logarithms we have because they are not like terms. Fortunately we have some properties of logarithms that will allow us to combine these two:
  • log%28a%2C+%28p%29%29++%2B+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Aq%29%29
  • log%28a%2C+%28p%29%29+-+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29

Both of these properties require a coefficient of 1 in front of the logarithm but we have yet another property, q%2Alog%28a%2C+%28p%29%29+=+log%28a%2C+%28p%5Eq%29%29, which gives us a way to eliminate coefficients that are not 1.

We'll start by using this last property to eliminate the 2 in front of the first logarithm:
log%28%28x%5E2%29%29-log%28%283%29%29=2
Now our coefficients are 1's and we can combine the two logarithms. We'll use the second property it handles a subtraction of logarithms and that is what we have:
log%28%28x%5E2%2F3%29%29=2
Now we have the first form. The next step with this form is to rewrite the equation in exponential form. To do this we have to remember that log%28a%2C+%28p%29%29+=+q is equivalent to p+=+a%5Eq. Using this on our equation we get:
x%5E2%2F3=+10%5E2
which simplifies to:
x%5E2%2F3=+100
Now we have a quadratic equation to solve. We'll get rif of the fraction first by multiplying both sides by 3:
x%5E2=+300
Next we'll find the square root of each side:
sqrt%28x%5E2%29=+sqrt%28300%29
Normally we would use abs%28x%29 for sqrt%28x%5E2%29 so we could account for negative x's. But in this equation, x has to be positive. x has to be positive because it is an argument to a logarithm in the original equation and arguments to all logarithms must be positive. Since x must be positive we will just use x for sqrt%28x%5E2%29:
x+=+sqrt%28300%29
Now we just simplify the square root:
x+=+sqrt%28100%2A3%29
x+=+sqrt%28100%29%2Asqrt%283%29
x+=+10sqrt%283%29
This is the simplified, exact answer.