Question: Solving integration in terms of parameter

HI,

I need to solve the following integration in terms of z. But Maple is not giving me any exiplict expression in terms of z. Please help me out for the same. Thanx in advance.

 

f := BesselJ(1, t)*(z*BesselJ(0, t)*BesselJ(1, z)-t*BesselJ(0, z)*BesselJ(1, t))/((1+10*t)*(z^2-t^2))

BesselJ(1, t)*(z*BesselJ(0, t)*BesselJ(1, z)-t*BesselJ(0, z)*BesselJ(1, t))/((1+10*t)*(z^2-t^2))

(1)

int(f, t = 0 .. infinity)

int(BesselJ(1, t)*(z*BesselJ(0, t)*BesselJ(1, z)-t*BesselJ(0, z)*BesselJ(1, t))/((1+10*t)*(z^2-t^2)), t = 0 .. infinity)

(2)

``

 

Download question.mw

 

Regards

Sunit

Please Wait...