I'm trying to set up a double integral on $e^{-(x+y)}$ and the range listed is: $0 < x < y < \infty.$
I'm interpreting this as $0 < x < y$ for $x$'s range and $x < y < \infty$ as $y$'s range. I've put those bounds on my two integrals and proceeded with the mission. However, $y$ is still lingering in my result. (The homework is already turned in and I'm sure I've done it wrong; now I just want to know how to do it properly.)
My result of the double integral was: $-((e^{-2y})/2) + (1/2)$. I suspect that how I set up the double integral was the source of the problem. How should it have looked?
The integral I calculated was $$\int_0^y\int_x^\infty e^{-(x+y)}dydx$$
If I'm interpreting your question correctly, I believe what they're asking you to do is to calculate the definite integral of the function $f(x,y)=e^{-(x+y)}$ over the region bounded below by the $y=x$ line, and to the "left" by $x=0$. In other words calculate the integral $$\int_{0}^\infty\int_x^\infty e^{-(x+y)}dy dx.$$