Consider the following code:
Integrate[
Exp[-u]*Sqrt[
u*(u - a)]*(-2*Power[b, 3]/(4*u*b + Power[a - b, 2])), {u, 0,
Infinity}]
I am a beginner. Since I want to solve the above integration, but I don not know the reason why Mathematica (ver.12) did not display the symbolic result which I want to do. So I hope that have any idea to solve this integration. Thank you very much.