PDA

View Full Version : Hyperbolic functions


Pietair
Mar15-09, 09:23 AM
1. The problem statement, all variables and given/known data
Prove that:
(1+tanhx)/(1-tanhx)=e^(2x)

2. Relevant equations

http://upload.wikimedia.org/math/0/9/3/09368019eae4f200d4ed8e266bfa50dc.png

3. The attempt at a solution

I tried substituting tanhx for (e^x-e^(-x))/(e^x+e^(-x)) and for (e^(2x)-1)/(e^(2x)+1))

But I really have no clue how to continue...

tiny-tim
Mar15-09, 09:39 AM
Hi Pietair! :smile:

Hint : (1+tanhx)/(1-tanhx) = (1 + sinhx/coshx)/(1 - sinhx/coshx) = … ? :wink:

Pietair
Mar15-09, 09:49 AM
Thanks for your answer but it still doesn't make sense.

I don't know how to rewrite it to something more "common".

tiny-tim
Mar15-09, 09:55 AM
Thanks for your answer but it still doesn't make sense.

I don't know how to rewrite it to something more "common".

try simplifying (1 + sinhx/coshx)/(1 - sinhx/coshx) …

get rid of the internal fractions :wink:

Pietair
Mar15-09, 10:28 AM
(coshx+sinhx)/(coshx-sinhx)

= (0.5e^x+0.5e^(-x)+0.5e^x-0.5e^(-x))/((0.5e^x+0.5e^(-x)-0.5e^x+0.5e^(-x))

= e^x/e^(-x)

= e^2x (proven)

Thanks a lot!