Integral of Bessel functions combination?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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.