Writing a double integral from a graph

Click For Summary

Homework Help Overview

The problem involves determining the appropriate coordinate system and writing a double integral for a triangular region defined by the lines x = -2, y = 2, and y = x. Participants are tasked with expressing the integral \int\int f(x,y)dA as an iterated integral for an arbitrary continuous function f.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the choice between polar and rectangular coordinates, with some asserting the use of rectangular coordinates. Questions arise regarding the limits of integration and the reasoning behind choosing specific boundaries for x and y.

Discussion Status

There is an ongoing exploration of the limits of integration, with participants providing different perspectives on how to set up the integral. Some guidance has been offered regarding the interpretation of vertical and horizontal strips in the context of the integration process, but no consensus has been reached on the best approach.

Contextual Notes

Participants are navigating the complexities of setting up the integral correctly based on the geometric representation of the region. There is a recognition of the need to account for the varying lengths of strips in the inner and outer integrations.

arl146
Messages
342
Reaction score
1

Homework Statement


A region R is given. (ill just tell you that it is a triangle, given by lines x = -2, y = 2, and y = x).
Decide whether to use polar coordinates or rectangular coordinates and write [itex]\int[/itex][itex]\int f(x,y)dA[/itex] as an iterated intergal, where f is an arbitrary continuous function.


The Attempt at a Solution


so, i already know to use polar coordinates. i have the answer for the problem which is :

[itex]\int[/itex][itex]\int f(x,y)dydx[/itex] where the x's boundaries are -2 to 2 and the y's boundaries are x to 2.

i understand why the lower x boundary is -2, and why the upper y is 2. but why is the x upper 2 and the y lower x? why can't it be like the x boundaries are -2 to y and the y boundaries are x to 2 ?
 
Physics news on Phys.org
arl146 said:

Homework Statement


A region R is given. (ill just tell you that it is a triangle, given by lines x = -2, y = 2, and y = x).
Decide whether to use polar coordinates or rectangular coordinates and write [itex]\int[/itex][itex]\int f(x,y)dA[/itex] as an iterated intergal, where f is an arbitrary continuous function.


The Attempt at a Solution


so, i already know to use polar coordinates. i have the answer for the problem which is :

[itex]\int[/itex][itex]\int f(x,y)dydx[/itex] where the x's boundaries are -2 to 2 and the y's boundaries are x to 2.

i understand why the lower x boundary is -2, and why the upper y is 2. but why is the x upper 2 and the y lower x? why can't it be like the x boundaries are -2 to y and the y boundaries are x to 2 ?
The region R is expressed in the limits of integration in this integral.
[tex]\int_{x = -2}^2\int_{y = x}^2 f(x, y)~dy~dx[/tex]

The inner integration takes place in a thin vertical strip of width dx, that runs from the line y = x to the horizontal line y = 2. Every vertical strip is exactly the same in this regard. The integration adds up the rectangles from bottom to top, where each rectangle has an area of dx*dy.

The outer integration takes place by adding up the vertical strips of the inner integration, in essesnce sweeping from left to right. The strips run from x = -2 on the left to x = 2 on the right.
 
I think you mean that you know to use rectangular coordinates (since that's what you used, and I think polar would be inadvisable here anyway). As to your question, you do have a choice in the matter. Suppose we fix some value of y (see the green strip in picture below). Then for that y, x would be integrated from -2 to the x value corresponding to where that fixed y touches the other boundary (in this case, it's the line y = x), which in this case is at the point x = y. So you're integrating x from -2 to y first. Then you want to integrate over all relevant values of y, which would be from the bottom of the triangle (y = -2) to the top (y = 2). Thus the integral is

[tex]\int_{-2}^2\ \int_{-2}^y\ f(x,y)\ dx\ dy[/tex]

Note that the order of the differentials is important here, since you have to integrate with respect to x first.

Alternatively, you could integrate with respect to y first. Here you would pick some fixed value of x (see the yellow strip in the picture). Then you would integrate y from the y-coordinate corresponding to wherever that x touched the bottom boundary (in this case, y = x) to the top (y=2). Then you would integrate over all relevant values of x. In this case, the integral becomes

[tex]\int_{-2}^2\ \int_x^2\ f(x,y)\ dy\ dx[/tex]

In practice, which you choose depends upon the function itself. Since you're looking at an arbitrary function, just choose one.

http://img844.imageshack.us/img844/6977/changeofvars.png
 
Last edited by a moderator:
Mark44 said:
The inner integration takes place in a thin vertical strip of width dx, that runs from the line y = x to the horizontal line y = 2. Every vertical strip is exactly the same in this regard. The integration adds up the rectangles from bottom to top, where each rectangle has an area of dx*dy.

The outer integration takes place by adding up the vertical strips of the inner integration, in essesnce sweeping from left to right. The strips run from x = -2 on the left to x = 2 on the right.

ok i get the 'inner integration' but i still don't get the outer one .. yea, youre going from x=-2 but it still hits the line y=x there is no line that's x=2.. i don't get that one
 
tjackson3 said:
Alternatively, you could integrate with respect to y first. Here you would pick some fixed value of x (see the yellow strip in the picture). Then you would integrate y from the y-coordinate corresponding to wherever that x touched the bottom boundary (in this case, y = x) to the top (y=2). Then you would integrate over all relevant values of x. In this case, the integral becomes

[tex]\int_{-2}^2\ \int_x^2\ f(x,y)\ dy\ dx[/tex]

In practice, which you choose depends upon the function itself. Since you're looking at an arbitrary function, just choose one.

http://img844.imageshack.us/img844/6977/changeofvars.png



i don't get it, your green line still hits y=x -____-
 
Last edited by a moderator:
Where do the vertical strips run from and to in the outer integral? From x = -2 on the left to x = 2 on the right.
 
ok i guess i see it but then why don't you look at the outer integration in the same way as the inner... like why do you say, oh the vertical strips from the inner integration run from x=-2 to x=2.. why can't it be independent of the inner integration strips
 
Because in the inner integration, the strips are different lengths. In the outer integration you're just adding all the strips going from left to right. Having the lower limit of integration being a variable for the inner integral takes into account that the strips are different lengths.
 
ok! thanks
 
  • #10
The green line would be a horizontal strip if the integration happened in the opposite order.

In that case the inner integral would look at horizontal strips (like the green line), that run from x = -2 to x = y. The outer integral would essentially add all the horizontal strips, from y = -2 to y = 2. The integral would look like the first one in post #3.
[tex]\int_{y = -2}^2\ \int_{x = -2}^y\ f(x,y)\ dx\ dy[/tex]
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
3K
Replies
2
Views
2K
Replies
5
Views
2K
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
20
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K