What is the Integral of Modified Bessel Function using Integral Representation?

  • Thread starter Thread starter qasdc
  • Start date Start date
  • Tags Tags
    Bessel Integral
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
6 replies · 3K views
qasdc
Messages
14
Reaction score
0

Homework Statement



I need to evaluate the following integral:
[tex]\int_{0}^{\infty} dk K_{0}(kr)[/tex]
, where [tex]K_{0}(x)[/tex] is the modified Bessel, using the integral representation:
[tex]K_{0}(x)=\int_{0}^{\infty} dt \frac{cos (xt)}{ \sqrt{t^2 +1}}[/tex]

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
This is a standard integral that can be found in tables. If you want to explicitly do the integral, you should write

[tex]\cos xt = \frac{1}{2} \lim_{\epsilon \rightarrow 0} \left( e^{-\epsilon x^2 +i xt} + e^{-\epsilon x^2 -i xt} \right)[/tex]

to improve the convergence of the [tex]x[/tex] integral. You will be able to set [tex]\epsilon = 0[/tex] after making a change of variables for the [tex]t[/tex] integral without encountering any divergences.
 
fzero thank you for your reply.
Yes, I need to do the intergal step by step, otherwise I could get it from mathematica.
The answer I get form mathematica is [tex]\frac{\pi}{2r}[/tex]
In your reply, I suppose that the first term in each exponential is [tex]- \epsilon t^2[/tex] rather than [tex]- \epsilon x^2[/tex].
How should I proceed after the substitution for [tex]\cos (xt)[/tex]?
 
qasdc said:
fzero thank you for your reply.
Yes, I need to do the intergal step by step, otherwise I could get it from mathematica.
The answer I get form mathematica is [tex]\frac{\pi}{2r}[/tex]
In your reply, I suppose that the first term in each exponential is [tex]- \epsilon t^2[/tex] rather than [tex]- \epsilon x^2[/tex].
How should I proceed after the substitution for [tex]\cos (xt)[/tex]?

I did the x integration first, so I wanted those to be Gaussian integrals, hence you need [tex]- \epsilon x^2[/tex], not [tex]- \epsilon t^2[/tex]. The x integral is then a Gaussian (you need to complete a square), you write the results down in terms of [tex]\epsilon[/tex]. The t-integral also becomes a Gaussian, but you can simplify it by changing variables and taking [tex]\epsilon[/tex] to zero.
 
So,
[tex]\int_{0}^{\infty} dk K_{0}(kr)=\frac{1}{r}\int_{0}^{\infty} dx K_{0}(x)=\frac{1}{r}\int_{0}^{\infty} dx \int_{0}^{\infty} dt \frac{\cos (xt)}{\sqrt{t^2 +1}}=[/tex]
[tex]=\frac{1}{4r}\int_{-\infty}^{\infty} dx \int_{-\infty}^{\infty} dt \frac{\cos (xt)}{\sqrt{t^2 +1}}= \frac{1}{4r}\int_{-\infty}^{\infty} dx \int_{-\infty}^{\infty} dt \frac{1}{\sqrt{t^2 +1}}\frac{1}{2} \lim_{\epsilon \rightarrow 0} \left( e^{-\epsilon x^2 +i xt} + e^{-\epsilon x^2 -i xt} \right)=[/tex]
[tex]=\frac{1}{4r} \lim_{\epsilon \rightarrow 0} \frac{\sqrt{\pi}}{\sqrt{\epsilon}}\int_{-\infty}^{\infty}dt \frac{e^{\frac{-t^2}{4\epsilon}}}{\sqrt{t^2+1}}[/tex]

Now, at this point I do not know how to proceed. Any help?
 
I found it.
Using the following definition of the delta function:
[tex]\lim_{\epsilon \rightarrow 0} \frac{1}{\sqrt{\epsilon}}e^{-\frac{t^2}{4\epsilon}} =2\sqrt{\pi}\delta(t)[/tex]
we find that,
[tex] =\frac{1}{4r} \lim_{\epsilon \rightarrow 0} \frac{\sqrt{\pi}}{\sqrt{\epsilon}}\int_{-\infty}^{\infty}dt \frac{e^{\frac{-t^2}{4\epsilon}}}{\sqrt{t^2+1}} =\frac{\sqrt{\pi}}{4r} \int_{-\infty}^{\infty}dt \frac{1}{\sqrt{t^2+1}}2\sqrt{\pi}\delta(t) = \frac{\pi}{2r} [/tex]

Thanks a lot for your help fzero!