SOLUTION: Please help me to Solve: ln(x+2)-ln(x-1)=1

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Please help me to Solve: ln(x+2)-ln(x-1)=1      Log On


   



Question 594729: Please help me to Solve: ln(x+2)-ln(x-1)=1
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
ln(x+2)-ln(x-1)=1
Solving equations like this, where the variable is in the argument (or base) of a logarithm usually starts with transforming the equation into one of the following forms:
log(expression) = other-expression
or
log(expression) = log(other-expression) -- where the bases of the two logs are equal.

With the constant term of 1 (on the right side) the "all log" second form will be challenging to achieve. So we are going to transform your equation into the first form.

The first form has a single logarithm. Your equation has two logs. Somehow we must combine the two logarithms into one. They are not like terms so we cannot simply subtract them. Fortunately there is a property will we can use:
log%28a%2C+%28p%29%29+-+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29
Using this property on your equation we get:
ln%28%28x%2B2%29%2F%28x-1%29%29=1
We now have the equation in the first form.

Once the equation is in 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
a%5Eq+=+p
Using this pattern on your equation we get:
e%5E1+=+%28x%2B2%29%2F%28x-1%29
which simplifies to:
e+=+%28x%2B2%29%2F%28x-1%29

Notice how the variable is now "exposed". We can now use standard algebra to solve this equation for x. First let's eliminate the fraction by multiplying each side by (x-1):
%28x-1%29%2Ae+=+%28x-1%29%2A%28%28x%2B2%29%2F%28x-1%29%29
which simplifies to:
e%2Ax-e+=+x%2B2

Next we will gather the "x-terms" on one side and the "non x-terms" on the other side of the equation. Subtracting e*x and 2 from each side we get:
-e-2+=+x+-+e%2Ax
Factoring out x on the right side:
-e-2+=+x%281+-+e%29
Then we divide bot sides by (1 - e):
%28-e-2%29%2F%281+-+e%29+=+x
And we are finished. (If you need a decimal approximation, then replace the e's with 2.71828183 (or some rounded off version of that number) and simplify.)