You can put this solution on YOUR website! Solve the equation: ln(x^2 + 1) - ln(x - 1) = 1 + ln (x + 1) ]
----------------------
ln[(x^2+1)/((x-1)(x+1))] = 1
-----------------------
(x^2+1)/(x^2-1) = e
---------------
x^2 + 1 = e*x^2 - e
---
(1-e)x^2 = -(e+1)
x^2 = (-e-1)/(-e+1)
x^2 = 2.1640
x = 1.471
------------
Cheers,
Stan H.
-----------