Tony11235 said:
Double integral of y^3, where D is the triangular region with vertices (0,0), (1,2), and (0,3). I can't figure out what the limits are.
D={(x,y)|0<=x<=3...is this even half way right?
No, because the "3" in (0, 3) is a y-value not x. The first thing you should do is
draw a picture- like cronxeh did. One side of the triangle is the line x= 0 (from (0,0) to (0,3)). It should be easy to see that the line from (0,0) to (1,2) is y= 2x (A line through (0,0) is always of the form y= mx and m= 2 makes y= 2(1)= 2. If you don't see that you can still calculate that the slope is \frac{2-0}{1-0}= 2. )
For the line from (0,3) to (1,2), you can argue that the equation of a line is always of the form y- y
0= m(x- x
0). m= \frac{2-3}{1-0}= -1. Taking (x
0,y
0) to be (0, 3), that gives
y- 3= 1(x-0) or y= x+ 3. If you take (x
0,y
0) to be (1, 2) instead, you get y- 2= 1(x- 1) which reduces to y= x+ 3 also.
Now, since x can range from 0 to 2, the "outer integral" will be \int_0^3 dx.
For every x, y ranges from the lower of the two lines (the one from (0,0) to (1,2)), which is y= 2x, to the higher (the one from (0,3) to (1,2)), which is y= -x+ 3 or, if you prefer, y= 3- x. The "inner integral" will be \int_{y= 2x}^{3-x} dy.
Since the integrand is y
3, the integral is
\int_{x=0}^2\int_{y= 2x}^{3-x} y^3 dy dx.