Natural Log Composed with Hyperbolic Tangent & this Ratio

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 9K views
afbase
Messages
2
Reaction score
0
Hello,

Consider [tex]x \in (0,1)[/tex], that is x between 0 and 1. Can someone explain why the following is true:
[tex]\frac{x-1}{x+1} = \tanh \left( \ln \left( \frac{x}{2} \right) \right)[/tex]
 
Physics news on Phys.org


It's not true. That equality doesn't hold. The correct expression is

[tex]\frac{x-1}{x+1} = \mbox{tanh}\left(\frac{\ln x}{2}\right)[/tex]

This follows from the identity

[tex]\mbox{artanh}(x) = \frac{1}{2} \ln \left( \frac{1+x}{1-x}\right)[/tex]

You can get from this to the other form by making the replacement [itex]y = (1+x)/(1-x)[/itex]. To derive this identity, solve the following for w:

[tex]z = \mbox{tanh}(w) = \frac{e^w-e^{-w}}{e^w+e^{-w}}[/tex]
 


Ah thank you!

Sorry about that. I made a typo.