How can you prove the identity,
tanh2(x/2) == (cosh(x) - 1)/(cosh(x) + 1)
Thank you.
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
I don't fully understand how you got it?
where did the 1's go? How did cosh x + 1 become what you stated?
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