PDA

View Full Version : hyperbolic function proof


bard
Dec2-03, 08:16 PM
I need help proving this hyperbolic function

Prove that

\tan^{-1}\hbar {x}=\frac{1}{2}\ln\frac{1+x}{1-x}

my work
x=e^y-e^-y/e^y+e^-y
(e^y+e^-y)x=e^y-e^-y

0=e^y-e^-y-xe^y+xe^-y

e^y(e^y-e^-y-xe^y+xe^-y)

e^2y-x(e^2y)-1+x=0

I know i have to use the quadratic equation here

HallsofIvy
Dec3-03, 07:45 AM
One problem you have is that you have "lost" a sign:

instead of e^2y-x(e^2y)-1+x=0, the correct equation is
e^(2y)- x(e^(2y))-1-x= 0 or, more simply, e^(2y)(1-x)= 1+x
so e^(2y)= (1+x)/(1-x).