Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.8K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Integrate the following exponential function?

Posted 5 years ago

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.

POSTED BY: Mi Mi
2 Replies
Posted 5 years ago

Yes, thank you very much for your helpful information. In my case, a and b are not arbitrary.

POSTED BY: Mi Mi

I am not an expert in calculus, but I doubt if this integral can be expressed in any terms except of the input integral for arbitrary a and b.

For instance, if one substitutes a = - 1 and b = 1 he / she will get HypergeometricU in the result. Using a = 0 instead leads to ExpIntegralEi. And setting a to 1 results in unevaluated integral.

In any case, if a and b are not arbitrary I suggest using Assumptions option inside the Integrate function.

POSTED BY: Nikolay Shilov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard