How Does the Tanh(x) Approximation Relate to Small Angles?

  • Thread starter Thread starter wil3
  • Start date Start date
  • Tags Tags
    Approximation
AI Thread Summary
The discussion centers on the approximation \(\tanh(k) \approx \pi\ell\) where \(k = \pi + \pi\ell\) and \(\ell\) is small. Participants express confusion over the validity of this approximation, noting that \(\tanh(\pi) \neq 0\) while \(\pi\ell\) approaches zero as \(\ell\) does. It is suggested that the original paper may contain a typo, and that the author likely intended to use \(\tan\) instead of \(\tanh\), as the linear approximation works correctly for \(\tan\). The conversation highlights the importance of careful notation in mathematical discussions. Ultimately, the error stems from the author's inconsistent use of hyperbolic and trigonometric functions.
wil3
Messages
177
Reaction score
1
Hello! So I was reading a paper in which I came across the following:

<br /> k = \pi + \pi\ell<br />

<br /> \tanh{(k)} \approx \pi\ell<br />

where "l" is very small. What on Earth is the origin of this approximation? I'm sure it's very simple, but I can't seem to derive it from the angle-sum and small angle approximations for sinh and cosh.

Thanks very much for any help!
 
Mathematics news on Phys.org
I don't know for sure, but I'd try the power series for \tanh. And also \pi +\pi l \simeq \pi or linear apporximation.
 
wil3 said:
Hello! So I was reading a paper in which I came across the following:

<br /> k = \pi + \pi\ell<br />

<br /> \tanh{(k)} \approx \pi\ell<br />

where "l" is very small. What on Earth is the origin of this approximation? I'm sure it's very simple, but I can't seem to derive it from the angle-sum and small angle approximations for sinh and cosh.

Thanks very much for any help!

Unless I'm missing something we have \lim_{\ell \to 0}\tanh(k)=\tanh(\pi)\neq 0 so how could this approximation possibly be true since \lim_{\ell \to 0}\pi \ell = 0
 
Mentallic said:
Unless I'm missing something for small \ell we have \tanh(k)\approx \tanh(\pi)\neq 0 so how could this approximation possibly be true since for small \ell, \pi \ell \approx 0.

Yeah, I was just thinking about that - I tried to do a linear approximation and it didn't work. When I first suggested this, I tried to quickly do it in my head, and got it a bit confused and made an error. I'm not sure if OP made a typo.

If he meant \tan then I think it is right:

y = \sec^2(\pi)(x-\pi) + \tan(\pi) = x - \pi

Now if we let x = \pi +l \pi we have the correct linear approximation and \tan(k) \simeq l \pi.
 
Robert1986 said:
Yeah, I was just thinking about that - I tried to do a linear approximation and it didn't work. When I first suggested this, I tried to quickly do it in my head, and got it a bit confused and made an error. I'm not sure if OP made a typo.

If he meant \tan then I think it is right:

y = \sec^2(\pi)(x-\pi) + \tan(\pi) = x - \pi

Now if we let x = \pi +l \pi we have the correct linear approximation and \tan(k) \simeq l \pi.

Yeah for tan it works. They're both equivalent at \ell = 0 and their first derivatives match too.
 
OH! So I correctly quoted the paper, but the paper itself was incorrect. The author definitely meant tan()-- he switched between two equations. The previous equations had cosh(.) and sinh(.), so I didn't catch the error:

Check out 7b in this paper if you're curious where this is from:
http://www.ctsystemes.com/zeland/publi/00982223.pdf

thanks very much guys!
 
Last edited by a moderator:
wil3 said:
OH! So I correctly quoted the paper, but the paper itself was incorrect. The author definitely meant tan()-- he switched between two equations. The previous equations had cosh(.) and sinh(.), so I didn't catch the error:

Check out 7b in this paper if you're curious where this is from:
http://www.ctsystemes.com/zeland/publi/00982223.pdf

thanks very much guys!

At least he plugged the approximation into the formula correctly :wink:
An honest typo since the Author kept switching between tan and tanh.
 
Last edited by a moderator:
Back
Top