Double integral problem help appreciated

engineer_dave
Messages
35
Reaction score
0

Homework Statement



Evaluate the integral shown ( I have the file with the given integral attached here).

Homework Equations





The Attempt at a Solution



So what i did was change dy dx into dx dy. Then i integrated y so the whole thing becomes 2x - y^3. I plugged the values (1+x) and (1-x) into y^3. After here, I got a really complicated thing which probably means I am on the wrong track. The answer given was -13/6. Can you please help? Thanks!
 

Attachments

  • Double integral.JPG
    Double integral.JPG
    5.2 KB · Views: 505
Physics news on Phys.org
engineer_dave said:

Homework Statement



Evaluate the integral shown ( I have the file with the given integral attached here).

Homework Equations





The Attempt at a Solution



So what i did was change dy dx into dx dy. Then i integrated y so the whole thing becomes 2x - y^3. I plugged the values (1+x) and (1-x) into y^3. After here, I got a really complicated thing which probably means I am on the wrong track. The answer given was -13/6. Can you please help? Thanks!
I'm not at all clear what you mean by "change dydx into dxdy". I thought at first you meant that you changed the order of integration so that you would be integrating with respect to x first but then you say "Then i integrated y" which I take to mean you integrated 2x- 3y2 with respect to y. The result of that is NOT, however, 2x- y3, it is 2xy- y3. Substitute y= 1+x and y= 1-x into THAT and subtract.
 
Last edited by a moderator:
yea i want to change the order of integration so it becomes dx dy. Then what do I have to do?
 
You had better have a really good reason for wanting to do that! It's much messier than integrating the way you have it.

The line y= 1+ x forms the upper boundary of the region and the line y= 1-x forms the lower boundary. The vertical line x= 1 is the right boundary. (y= 1+x and y= 1-x cross at (0,1) so the two lines form the "left boundary".) The region is a triangle with vertices at (0,1), (1,2) and (1, 0).

In order to cover that region y has to go from 0 up to 2. HOWEVER the left boundary involves two different lines and so two different formulas. For y between 0 and 1, the left boundary is given by the line y= 1- x or x= 1- y. x must go from 1-y to 1 for each y. For y between 1 and 2, the left boundary is given by the line y= 1+ x or x= y-1. x must go from y-1 to 1 for each y. That means you will have to do the integral in two different parts:
\int_{y= 0}^1\int_{x= 1-y}^1 (2x- 3y^2)dx dy+ \int_{y= 1}^2\int_{x= y-1}^1(2x-3y^2)dx dy[/itex]
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top