Message Boards Message Boards

0
|
2130 Views
|
2 Replies
|
5 Total Likes
View groups...
Share
Share this post:

No output in Integration for exponential function?

Posted 2 years ago

When I try to do an integration for this function I don't get a solution, why is it can't be integrated? It should be solvable

C2 = -(((1/2)*Subsuperscript[\[Epsilon], c, 11]^2 - a*Subsuperscript[\[Epsilon], c, 11] - k)/
          ((1/2)*a*Subsuperscript[\[Epsilon], c, 11] - 1)) /. Subsuperscript[\[Epsilon], c, 11] -> (1/2)*((r/\[Rho])^C - 1); 
    Integrate[-Exp[-C2], r]

Integration

POSTED BY: Magdy Ismail
2 Replies

oops, Sorry I forgot the Exp[] in the expression above. It evidently can't be integrated in closed form using existing techniques known to Mathematica. I tried Rubi and that failed as well.

Regards,

Neil

POSTED BY: Neil Singer

Magdy,

Simplify it first:

In[3]:= Integrate[Simplify[C2], r]

Out[3]= (r (-4 + a + 4 a^2 - (a (r/\[Rho])^C)/(1 + C) - (
   8 (-2 + a^2 (2 + k)) Hypergeometric2F1[1, 1/C, 1 + 1/C, (
     a (r/\[Rho])^C)/(4 + a)])/(4 + a)))/(2 a^2)

Regards,

Neil

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

Group Abstract Group Abstract