TranscendArcu
- 277
- 0
Homework Statement
Let R be the rectangle bounded by x - y = 0, x - y = 2, x + y = 0, and x + y = 3. Evaluate
\int\int(x + y)ex2-y2dA
R
The Attempt at a Solution
First I rewrote the boundaries so that I could graph them more easily. I got y = x, y = x - 2, y= -x, and y = -x + 3. I was going to then integrate\int(-1≤y≤0)\int(-y≤x≤y+2) ((x + y)ex2-y2) dx dy, and add that to,
\int(0≤y≤\frac{3}{2})\int(y≤x≤-y+3) ((x + y)ex2-y2) dx dy
But then I realized I didn't even know how to integrate (x + y)ex2-y2. This leads me to believe I'm trying to do the wrong thing here. Suggestions?