Message Boards Message Boards

0
|
8598 Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Solve definite integrals?

Posted 7 years ago

Hello, Please, I am trying to solve definite integral and its work but the results not simplified.

F = Integrate[(x^4*Exp[x])/(Exp[x] - 1)^2, {x, 0, 44}]

This is the result

(1/(15 (-1 + E^44)))4 (-\[Pi]^4 + 
   E^44 (\[Pi]^4 + 
      30 (-1874048 + 42592 Log[-1 + E^44] - 2904 PolyLog[2, 1/E^44] - 
         132 PolyLog[3, 1/E^44] - 3 PolyLog[4, 1/E^44])) + 
   30 (-42592 Log[-1 + E^44] + 
      3 (468512 + 968 PolyLog[2, 1/E^44] + 44 PolyLog[3, 1/E^44] + 
         PolyLog[4, 1/E^44])))
POSTED BY: studygroups 2000
3 Replies

A simplification of a definite integral would be a numerical result!

In[214]:= F = N[Integrate[(x^4*Exp[x])/(Exp[x] - 1)^2, {x, 0, 44}]]

Out[214]= 25.9758
POSTED BY: S M Blinder

@S M Blinder. Thank you. That's what I am looking for.

POSTED BY: studygroups 2000

What simpler form of result are you expecting?

POSTED BY: Daniel Lichtblau
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