New Reply

Integral over spherical Bessel function

 
Share Thread Thread Tools
Oct21-12, 12:18 PM   #1
 

Integral over spherical Bessel function


Is there somebody who can help me how to solve this integral

[tex]
\int_{0}^{+\infty} dr r^{^{n+1}} e^{-\alpha r} j_l(kr)
[/tex]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Oct21-12, 02:38 PM   #2
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
I have a saying for this type of questions. If it's not in one of the Gradshteyn-Rytzhik editions of their famous book, then it must be discovered. :)
 
Oct21-12, 02:45 PM   #3
 
This is the answer Mathematica gives:
If[Re[a] >
0 && (Abs[Im[k]] <
Re[a] || (Abs[Im[k]] == Re[a] && Re[n] < 0)) && (Re[k] >
0 || (Im[k] > 0 && Re[k] == 0)),
2^(-1 - l) a^(-2 - n) (k^2/a^2)^(l/2) Sqrt[\[Pi]]
Gamma[2 + l + n] Hypergeometric2F1Regularized[1/2 (2 + l + n),
1/2 (3 + l + n), 3/2 + l, -(k^2/a^2)],
Integrate[
E^(-a r) r^(1 + n) SphericalBesselJ[l, k r], {r, 0, \[Infinity]},
Assumptions ->
Abs[Im[k]] > Re[a] || (Abs[Im[k]] >= Re[a] && Re[n] >= 0) ||
Re[k] < 0 || (Re[k] <= 0 && Im[k] <= 0) || Re[a] <= 0]]
 
Oct21-12, 02:54 PM   #4
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Integral over spherical Bessel function


I think you can relate the spherical Besselfunction to the normal J Bessel function by the definition:

http://functions.wolfram.com/Bessel-...calBesselJ/02/

and then use formula attached below which is taken from G & R

 
Oct21-12, 05:01 PM   #5
 
Thanks guys.
I think that given formula has error in the part where it derivative by alpha instead of betha.
For me is important a process, how i can get it.
 
New Reply
Thread Tools


Similar Threads for: Integral over spherical Bessel function
Thread Forum Replies
Spherical bessel differential function. Calculus & Beyond Homework 1
integral of spherical bessel function (first kind), first order Calculus 2
Bessel function integral Calculus 0
Using Bessel generating function to derive a integral representation of Bessel functi Calculus & Beyond Homework 3