document.write( "Question 1114295: Find all the real number roots of ln(x+1) - ln(x-1)=2 \n" ); document.write( "
Algebra.Com's Answer #729277 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! ln(x+1) - ln(x-1)=2 \n" ); document.write( "ln((x+1)/(x-1)) = 2 = ln(e^2) \n" ); document.write( "(x+1)/(x-1) = e^2 \n" ); document.write( "x+1 = e^2*x - e^2 \n" ); document.write( "x - x*e^2 = -1 - e^2 \n" ); document.write( "x*(e^2 - 1) = e^2 + 1 \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |