Dean Whaley
- 13
- 0
Im trying to solve for a constant in an equation and it involves taking the arctanh(6.55) and my calculator is giving me an error, is there a way around this?
H Smith 94 said:Perhaps you could make use of $$\tanh(x) = \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x} }{ e^x + e^{-x} },$$ or $$\mathrm{arctanh}(x) = \frac{1}{2}\,\ln\left|\frac{1+x}{1-x} \right|.$$ These are all available by Googling "Hyperbolic trig identities".
Also, you should probably mention what the equation is.
If you let x = arctanh(6.55), an equivalent equation is tanh(x) = 6.55.Dean Whaley said:Im trying to solve for a constant in an equation and it involves taking the arctanh(6.55) and my calculator is giving me an error, is there a way around this?