Message Boards Message Boards

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

Problem with double integral

Posted 10 years ago
POSTED BY: M K
3 Replies
Posted 10 years ago
In[3]:= With[{a 1.5}, 
 Integrate[Integrate[x^5 Exp[y^2], {y, x^2, a^2}], {x, 0, a}]]

Out[3]= 53.5678

Or, via a general symbolic solution:

In[5]:= Integrate[Integrate[x^5 Exp[y^2], {y, x^2, a^2}], {x, 0, a}]
% /. a -> 1.5

Out[5]= 1/12 (1 + (-1 + a^4) E^a^4)

Out[6]= 53.5678
POSTED BY: Erik Mahieu
POSTED BY: Sean Clarke
Posted 10 years ago
In[1]:= Integrate[Integrate[x^5 E^(y^2), {y, x^2, 2.25}], {x, 0, 1.5}]

Out[1]= 53.5678
POSTED BY: Imran Khan
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