Welcome to NRICH.

 
tanh2(x/2)=(cosh(x)-1)/(cosh(x)+1)


By Anonymous on Friday, February 2, 2001 - 01:26 pm:

How can you prove the identity,
tanh2(x/2) == (cosh(x) - 1)/(cosh(x) + 1)

Thank you.


By Kerwin Hui (Kwkh2) on Friday, February 2, 2001 - 02:06 pm:

One way to do this is by noting that

cosh x + 1 º ½(e½x+e-½x)2

and

cosh x - 1 º ½(e½x-e-½x)2

so substituting into RHS, you get LHS.

Kerwin


By Anonymous on Friday, February 2, 2001 - 02:25 pm:

I don't fully understand how you got it?
where did the 1's go? How did cosh x + 1 become what you stated?


By Kerwin Hui (Kwkh2) on Friday, February 2, 2001 - 02:35 pm:

OK, recall the definition of cosh x:

cosh x º ½(ex+e-x), for all x.

Hence, cosh x ± 1 º ½(ex±2+e-x)

Now the bracket on RHS is in the form a2±2ab+b2, so result follows.

Kerwin


By Anonymous on Friday, February 2, 2001 - 07:13 pm:

Thank you Kerwin