inner08 said:
Homework Statement
For the given region R, find intR f(x) dA. The region has the following points:
(-1,1), (-1,-2) and (3,-2)
Homework Equations
The Attempt at a Solution
I'm having problems finding the boundaries for the integral. I know that we have:
-1<=x<=3 and -2<=y<=1.
I can also find the slope that it has and I found: y=-3/4x + 1/4.
The slope of
what? You haven't mentioned a line!
From there, I don't know what to do. I know I'm supposed to choose if I want to integrate first, does it matter?
Please, please, please, write what you really mean! You can't possibly mean you want to "choose if I want to integrate first"! What else can you do? You need to choose whether you want to integrate with respect to x or y first.
or how can I know which one is easier?
Try both ways and see! Here it doesn't really matter.
I thought I could have something like: int(-1,3) int(1, -3/4x + 1/4) f(x) dA.
Again, what you are writing makes no sense because you haven't said which variable you are using first! Write either int(x=-1, 3) int(y= 1, (-3/4)x+ 1/4) f(x)dA, or int(-1,3)int 1, -(3/4)x+ 1/4) f(x) dydx or, even better, both: int(x=-1, 3) int(y= 1, (-3/4)x+ 1/4) f(x)dydx.
Hope someone can help me with this!
First, explain what in the world you are talking about! You start by saying "The region has the following points: (-1,1), (-1,-2) and (3,-2)" Do you mean they are the vertices of a triangular region? If so, then you have a right triangle as your region. There are two different ways you can do this.
If you want to do the "dy" integral first, then you choose x-values as constants to cover the entire triangle: x will go from -1 to 3. Now, draw a vertical line through the region, representing the small rectangle you would use, for each x, in setting up a "Riemann sum" for the problem. Clearly, for all x, the lower boundary is on the line y= -1. Also, for all x, the upper boundary is on the line from (-1,1) to (3, -2) which is, as you say, y= (-3/4)x+ 1/4:
\int_{x=-1}^1 \int_{y= -1}^{(-3/4)x+ 1/4} f(x)dydx
If you want to do the "dx" integral first, you do just the opposite: first choose y-values as constants to cover the entire triangle: y will go from -2 to 1. Now draw a horizontal line representing the small rectangle you would use, for each y, in setting up the Riemann sum for the problem. Clearly, for all y, the left boundary is the line x= -1. Also, for all y, the right boundary is on the line from (-1,1) to (3, -2) which you can get by solving the equation above for x: x= (-4/3)y+ 1/3. The integral is:
\int_{y= -2}^1 \int_{x= -1}^{(-4/3)y+ 1/3} f(x)dxdy