SOLUTION: Solve the following logarithmic equation. if there is no solution, state No Solution (Round your to 4 decimal places) ln(x-2)+ln(x)=0

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Solve the following logarithmic equation. if there is no solution, state No Solution (Round your to 4 decimal places) ln(x-2)+ln(x)=0      Log On


   



Question 382210: Solve the following logarithmic equation. if there is no solution, state No Solution (Round your to 4 decimal places)
ln(x-2)+ln(x)=0

Found 2 solutions by stanbon, jsmallt9:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Solve the following logarithmic equation. if there is no solution, state No Solution (Round your to 4 decimal places)
ln(x-2)+ln(x)=0
---
ln[(x-2)(x)] = 0
---
x(x-2) = 10^0 = 1
----
x^2-2x-1 = 0
----
x = [2 +- sqrt(4-4*1*-1)]/2
----
x = [2 +- sqrt(8)]/2
----
x = [2 +- 2sqrt(2)]/2
----
x = [1 +- sqrt(2)]/2
=========================
Only acceptable solution:
x = (1+sqrt(2))/2 = 1.2071
=========================
Cheers,
Stan H.

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
ln(x-2) + ln(x) = 0
To solve equations like this, where the variable is in the argument (or base) of a logarithm one usually starts 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 0, it will be easier to transform your equation into the first form. We just have to combine the two logarithms into one somehow. Fortunately 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, that will allow us to do just that. Using this on your equation we get:
ln((x-2)*(x)) = 0
This is the first form. With the first form the next step is to rewrite the equation in exponential form. In general, log%28a%2C+%28p%29%29+=+q is equivalent to p+=+a%5Eq. Using this pattern on your equation we get:
%28x-2%29%2A%28x%29+=+e%5E0
Since e%5E0+=+1 and %28x-2%29%28x%29+=+x%5E2-2x this becomes:
x%5E2-2x+=+1
This is a quadratic equation so we want one side to be zero. Subtracting 1 from each side we get:
x%5E2-2x+-+1+=+0
And then we factor (or use the Quadratic Formula). This does not factor easily so we will use the Quadratic Formula:
x+=+%28-%28-2%29+%2B-+sqrt%28%28-2%29%5E2+-+4%281%29%28-1%29%29%29%2F2%281%29
which simplifies as follows:
x+=+%28-%28-2%29+%2B-+sqrt%284+-+4%281%29%28-1%29%29%29%2F2%281%29
x+=+%28-%28-2%29+%2B-+sqrt%284+%2B+4%29%29%2F2%281%29
x+=+%28-%28-2%29+%2B-+sqrt%288%29%29%2F2%281%29
x+=+%282+%2B-+sqrt%288%29%29%2F2
x+=+%282+%2B-+sqrt%284%2A2%29%29%2F2
x+=+%282+%2B-+sqrt%284%29%2Asqrt%282%29%29%2F2
x+=+%282+%2B-+2%2Asqrt%282%29%29%2F2
x+=+%282%281+%2B-+sqrt%282%29%29%29%2F2
x+=+%28cross%282%29%281+%2B-+sqrt%282%29%29%29%2Fcross%282%29
x+=+1+%2B-+sqrt%282%29
In long form this is:
x+=+1+%2B+sqrt%282%29 or x+=+1+-+sqrt%282%29

With logarithmic equations like yours, it is important, not just a good idea to check your answers. You must ensure that your solution(s) make all arguments (and bases) of logarithms positive. Any "solution" that makes an argument (or base) negative (or zero) must be rejected!

When checking, always use the original equation:
ln(x-2) + ln(x) = 0
Checking x+=+1+%2B+sqrt%282%29:
ln%28%281+%2B+sqrt%282%29%29-2%29+%2B+ln%281+%2B+sqrt%282%29%29+=+0
Since sqrt%282%29+%3E+1 we can see that the arguments of both logarithms will be positive. The rest of the check will only tell us if we made a mistake. You are welcome to finish the check.

Checking x+=+1+-+sqrt%282%29:
ln%28%281+-+sqrt%282%29%29-2%29+%2B+ln%281+-+sqrt%282%29%29+=+0
We can see that both arguments are negative here. So we must reject this "solution". This does not mean we made a mistake! This can always happen with these equations. This is why we must check. (Note: If only one argument had been negative (or zero), then we would still reject this "solution".)

So the only solution to your equation is:
x+=+1+%2B+sqrt%282%29
This is an exact expression for the solution. Since the instructions say "Round to 4 decimal places" then it is clear that a decimal approximation is desired. Get out your calculator, find the square root of 2, add 1 to it and then round your answer as described.