Message Boards Message Boards

1
|
410 Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

What would be the right approach to numerically solve improper integral with Bessel function ?

Posted 2 months ago

I have an improper integral whose integrand consists of a Cosine term, exponential term and zero-order Bessel functions. I have tried using "Integrate" and "NIntegrate" but I get an un-converged output. I have also tried to convert the integral into a double integral using the approach mentioned in Chapter 9 of the book "Transforms and Applications Handbook",Poularikas but I still get an un-converged solution.

I have attached here an image of the integral.

What would be the right approach to go about this integral ?

POSTED BY: Ishan Nande
2 Replies

Numerically:

 f[\[Alpha]_, t_, a_, b_] := NIntegrate[1/(2  \[Alpha])*
    Exp[-x^2/(4  \[Alpha])] Cos[x  t]*(BesselJ[0, x*a] + BesselJ[0, x*b])*x, {x, 0, Infinity}]
 f[1, 2, 3, 4]

 (*0.115894*)
POSTED BY: Mariusz Iwaniuk

Welcome to Wolfram Community!
Please provide your efforts in the form of the Wolfram Language code. This will make it easier for other members to help you. Check several methods available to include your code in the rules http://wolfr.am/READ-1ST

POSTED BY: Moderation Team
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract