Setting up a double integral

309 Views Asked by At

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$$

2

There are 2 best solutions below

3
On BEST ANSWER

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.$$

0
On

$$\int^{y}_{0}\int^{\infty}_{x}e^{-(x+y)}dydx$$

First separate the integral and solve $$\int^{\infty}_{x}e^{-(x+y)}dy$$ After calculating you will get $$\int^{\infty}_{x}e^{-(x+y)}dy=e^{-2x}$$ and $$\int^{y}_{0}e^{-2x}dx=-\frac12e^{-2y}+\frac12$$

$$\int^{y}_{0}\int^{\infty}_{x}e^{-(x+y)}dydx=-\frac12e^{-2y}+\frac12$$