1

Hi I have to solve the following double integral.

$$\iint _{R} e^{x+3y}dA\: \:and \: \: R=\left \{ y=1, y=2, y=x, y=5-x \right \} $$

this is my approach:

$$\iint _{R} e^{x+3y}dA = \int_{1}^{2} \int_{1}^{x}e^{x+3y}dydx+\int_{2}^{3}\int_{1}^{2}e^{x+3y}dydx+\int_{3}^{4}\int_{1}^{5-x}e^{x+3y}dydx $$

Is this work correct? am I going in the right direction?

user91500
  • 5,606
Chico_Terry
  • 149
  • 7

1 Answers1

3

The setup is correct. It is clear that you started the right way, by drawing a careful picture. And if you choose to integrate first with respect to $x$, you do have to consider three separate integrals.

But from that picture, one can see that it is much easier to integrate first with respect to $x$. So $x$ goes from $y$ to $5-y$, and then $y$ goes from $1$ to $2$. One calculation instead of three!

André Nicolas
  • 507,029