Integral of Bessel functions combination?

aymen10
Messages
1
Reaction score
0
I want to ask if you how to compute such integral like:

int(t**2*BesselJ(1,a*t)*BesselJ(1,b*t)*BesselJ(1,c*t), t=1..w)

or

int(t**3*BesselJ(1,a*t)*BesselJ(1,b*t)*BesselJ(1,c*t)*BesselJ(1,d*t), t=1..w)

The same question if any BesselJ is replaced by BesselY.

Thanks
 
Physics news on Phys.org
aymen10 said:
I want to ask if you how to compute such integral like:

int(t**2*BesselJ(1,a*t)*BesselJ(1,b*t)*BesselJ(1,c*t), t=1..w)

or

int(t**3*BesselJ(1,a*t)*BesselJ(1,b*t)*BesselJ(1,c*t)*BesselJ(1,d*t), t=1..w)

The same question if any BesselJ is replaced by BesselY.

Thanks

I see no reason to think there is a closed-form expression (not involving integrals) for that.
 

Similar threads

Replies
2
Views
1K
Replies
2
Views
2K
Replies
13
Views
2K
Replies
1
Views
1K
Replies
6
Views
2K
Back
Top