How do you solve ln (x – 2) + ln (x + 2) = ln 5?

2 Answers
Sep 9, 2015

Use properties of ln to find ln(x^2-4) = ln(5) and hence find solution: x = 3

Explanation:

ln(x^2-4) = ln((x-2)(x+2)) = ln(x-2)+ln(x+2)

= ln(5)

So x^2-4 = 5

Add 4 to both sides to get: x^2 = 9

So x = +-3

If x = -3, then x - 2 < 0 and x + 2 < 0, so neither ln(x-2) nor ln(x+2) have Real values.

If x = 3 then:

ln(x-2) + ln(x+2) = ln(1) + ln(5) = 0 + ln(5) = ln(5)

So the only solution is x = 3

Well you can write it as follows

ln(x-2)+ln(x+2)=ln5=>ln(x^2-4)=ln5=>x^2-4=5=>x^2=9=>x=-3,x=+3

But x-2>0 so the solution is x=3