Upon noticing that the plots of the functions $f(x) = \frac{I_1(x)-I_1(-x)}{I_0(x)+I_0(-x)}$ and $L(x) = \coth(x)-\frac1{x}$ are nearly the same I wanted to ask whether the functions are just generally equal or at least approximately the same for small values of $x$ ($I_{\nu}(x)$ denotes the modified Bessel function). Thanks in advance!
Asked
Active
Viewed 31 times
0
-
As you noted yourself ("nearly the same"), $f(x) \neq L(x)$. Near the origin there is a factor of $1.5$ between the two functions, around unity there is a factor of $1.426$ between the two functions. You might want to rephrase the question as to whether there is a straightforward relationship between the two functions, and describe what you have tried (e.g. series expansion around the origin) to either confirm or refute such a relationship. – njuffa Nov 20 '21 at 21:43
1 Answers
1
First of all, notice that $$f(x)=\frac{I_1(x)}{I_0(x)}$$ Expanded around $x=0$ $$f(x)=\frac{x}{2}-\frac{x^3}{16}+\frac{x^5}{96}+O\left(x^7\right)$$ while $$L(x) = \coth(x)-\frac1{x}=\frac{x}{3}-\frac{x^3}{45}+\frac{2 x^5}{945}+O\left(x^7\right)$$ So $$\frac 3 2L(x)=\frac{x}{2}-\frac{x^3}{30}+\frac{x^5}{315}+O\left(x^7\right)$$ $$f(x)-\frac 3 2L(x)=-\frac{7 x^3}{240}+\frac{73 x^5}{10080}+O\left(x^7\right)$$ Now, they are much closer; for $x=1$, the difference is $-0.023$ while, before introducing the correction factor, it was $0.133$.
Claude Leibovici
- 260,315
-
Do you have a source for the expansion of the ratio of the Bessel functions around x = 0? – goalgetter666 Nov 21 '21 at 14:01
-
@goalgetter666. Take the expansion of numerator and denominator and follow with long division. – Claude Leibovici Nov 21 '21 at 15:29