document.write( "Question 53405: what is the inverse function of
\n" );
document.write( "*e= refers to the number \r
\n" );
document.write( "\n" );
document.write( "y= 1+ e^x / 1- e^x \n" );
document.write( "
Algebra.Com's Answer #36399 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! what is the inverse function of \n" ); document.write( "*e= refers to the number \n" ); document.write( "y= 1+ e^x / 1- e^x \n" ); document.write( "(Y-1)/1 = E^X/(1-E^X) \n" ); document.write( "(Y-1)/(Y-1+1)=E^X/(E^X+1-E^X) \n" ); document.write( "(Y-1)/Y=E^X \n" ); document.write( "X= LN{(Y-1)/Y} \n" ); document.write( "HENCE INVERSE FUNCION IS \n" ); document.write( "LN{(X-1)/X} \n" ); document.write( " |