I am trying to show that
tanh 2x = (2tanh x)/(1 + tanh2x)
Can anyone help!
Do you already know what sinh2x and cosh2x?
Tanh2x=Tanh(x+x)=sinh(x+x)/cosh(x+x)
=(sinhxcoshx+sinhxcoshx)/(coshxcoshx+sinhxsinhx)
=2sinhxcoshx/cosh2(x)+sinh2(x)
Then divide by cosh2(x) to get the result.