How do you solve lnx+ln(x-2)=3lnx+ln(x2)=3?

2 Answers

We use the fact that lna+lnb=lnablna+lnb=lnab

Explanation:

Hence we have that

lnx+ln(x-2)=3=>ln(x(x-2))=3=> x(x-2)=e^3=> x^2-2x-e^3=0lnx+ln(x2)=3ln(x(x2))=3x(x2)=e3x22xe3=0

The last is a trinomial with respect to x that has the following solutions

x_1=1-sqrt(1+e^3),x_2=1+sqrt(1+e^3)x1=11+e3,x2=1+1+e3

Now we must not forget that x>2x>2 so the only acceptable solution here is 1+sqrt(1+e^3)1+1+e3

Sep 10, 2015

Try this:

Explanation:

We can use the rule of the logs that says:
logx+logy=log(xy)logx+logy=log(xy) to get:

ln[x(x-2)]=3ln[x(x2)]=3
apply the definition of log (natural, with base ee) to get:
x(x-2)=e^3x(x2)=e3
rearranging:
x^2-2x-e^3=0x22xe3=0

Use the Quadratic Formula to solve for xx as:
x_(1,2)=(2+-sqrt(4+4e^3))/2x1,2=2±4+4e32
x_(1,2)=(2+-sqrt(4(1+e^3)))/2x1,2=2±4(1+e3)2
x_(1,2)=(2+-2sqrt(1+e^3))/2x1,2=2±21+e32
x_(1,2)=1+-sqrt(1+e^3)x1,2=1±1+e3
Now check whether the two solutions are allowed or not by substituting them into the original equation (you'll find that only one works).