Integral of Bessel functions combination?

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
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.