SOLUTION: solve: logx + log(x-3) = 1

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: solve: logx + log(x-3) = 1       Log On


   



Question 272775: solve:
logx + log(x-3) = 1

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%28%28x%29%29+%2B+log%28%28x-3%29%29+=+1
To solve equations where the variable is in the argument of a logarithm, like this one, you usually start by transforming the equation into one of the following forms:
log(variable-expression) = other-expression
or
log(variable-expression) = log(other-expression)

Since your equation has the non-logarithmic term of 1 (on the right side of the equation), it will be more difficult to achieve the all-logarithm second form. So we will aim for the first form.

For the first form we need one side of the equation to be a single logarithm (without a coefficient). Your equation has two logarithms on the left so we need to combine them into one somehow. The logarithms are not like terms so we cannot add them. But there is a property of logarithms, log%28a%2C+%28p%29%29+%2B+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Aq%29%29, which allows us to combine the two logarithms into one:
log%28%28x%2A%28x-3%29%29%29+=+1
which simplifies to:
log%28%28x%5E2-3x%29%29+=+1
We have now achieved the first form. With this form we proceed by rewriting the equation in exponential form:
x%5E2-3x+=+10%5E1
which simplifies to:
x%5E2+-+3x+=+10
We have eliminated the logarithms entirely! We now have a quadratic equation to solve. We start by getting one side equal to zero (by subtracting 10 from each side):
x%5E2-3x+-+10+=+0
Next we factor:
%28x%2B2%29%28x-5%29+=+0
From the Zero Product Property we know that this product is zero only if one the of the factors is zero:
x%2B2+=+0 or x-5+=+0
Solving these we get:
x+=+-2 or x+=+5

When solving logarithmic equations it is important, not just a good idea, to check your answers. We need to reject any solution that makes an argument to any logarithm zero or negative. Always use the original equation to check.
log%28%28x%29%29+%2B+log%28%28x-3%29%29+=+1
Checking x = -2:
log%28%28-2%29%29+%2B+log%28%28%28-2%29-3%29%29+=+1
which simplifies to:
log%28%28-2%29%29+%2B+log%28%28-5%29%29+=+1
As we can see, both of the logarithms have negative arguments. So we must reject this solution. (If even one argument was zero or negative we would still reject this solution.)

Checking x = 5:
log%28%285%29%29+%2B+log%28%28%285%29-3%29%29+=+1
which simplifies to:
log%28%285%29%29+%2B+log%28%282%29%29+=+1
As we can see, both of the logarithms have positive arguments. So we have no reason to reject this solution. (You're welcome to finish the check.)

So the only solution to your equation is x = 5.