Message Boards Message Boards

0
|
20443 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

how to solve double integral with mathematica?

Posted 10 years ago

Hello everyone, I am trying to solve the double integral written in the file attached. Please help me out. Many thanks in advance.

Attachments:
POSTED BY: ver din
2 Replies
Posted 10 years ago

thanks a lot.

POSTED BY: ver din
In[1]:= f1 = (1 - Exp[-5.5/Cos[y]])*Sin[y];

In[2]:= xmin = 0;

In[3]:= xmax = Pi;

In[4]:= ymin = 0;

In[5]:= ymax = 
  ArcTan[300*Cos[x] + Sqrt[12.2500000000 - 90000*(Sin[x])^2]];

In[7]:= NIntegrate[f1, {x, xmin, xmax}, {y, ymin, ymax}]

Out[7]= 3.13316 - 1.0442*10^-9 I

I expect that the imaginary part is due to the fact a numerical method was used.

POSTED BY: Frank Kampas
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