The problem statement is as follows:
Evaluate $\iint xydydx$ over the region bounded by the curves $x = y^2$, $x = 2 - y$, $y = 0$ and $y = 1$.
My confusion is with regards to how the question is to be interpreted. I have tried the following two methods:
- Plot the curves on the graph and find the coordinates of the points enclosing the region of interest - doing so, I obtained the limits: $x$ goes from 0 to 2 (derived from the plot), $y$ goes from 0 to 1 (as stated in the question). Thus, my integral would look like so: $$\int_0^1 \int_{0}^{2}xy dydx$$ and evaluate to 1.
- Treat the integral like so:$$\int_0^1 \int_{y^2}^{2-y}xy dydx$$ in which case, the integral evaluates to: $$\frac 14[4 + y^2 - 4y - y^4]$$
Which of these is the right way to go and how do I identify what is expected of me in solving the question?
It is a good idea to draw the region https://www.desmos.com/calculator/7v8tu9svjk
Your second attempt is good \begin{eqnarray*} \int_0^1 y \left( \int_{y^2}^{2-y} x dx \right) dy . \end{eqnarray*} Now the inner integral gives \begin{eqnarray*} \int_{y^2}^{2-y} x dx = \left[ \frac{x^2}{2} \right]_{y^2}^{2-y}. \end{eqnarray*} I will let you complete the problem from here.
Edit : This will give \begin{eqnarray*} \int_0^1 \frac{y}{2} \left[ 4-4y+y^2-y^4 \right]dy \end{eqnarray*} & Don Antonio's value $\color{red}{\frac{3}{8}}$ agrees with Wolfram alpha http://www.wolframalpha.com/input/?i=int_0%5E1(+int_%7By%5E2%7D%5E%7B2-y%7D+x+y+dx)+dy and the value I have calculated in my notebook.