I'm given a function that's piece-wise defined for $x \leq y^2$ and "otherwise".
I.e.
$$f(x,y) = \begin{cases} x+y^3 & x \leq y^2 \\ 2xy^2 +1 & \text{otherwise} \end{cases}$$
How do I form the integration bounds using this information?
I'm given a function that's piece-wise defined for $x \leq y^2$ and "otherwise".
I.e.
$$f(x,y) = \begin{cases} x+y^3 & x \leq y^2 \\ 2xy^2 +1 & \text{otherwise} \end{cases}$$
How do I form the integration bounds using this information?
Assume $$f(x)=\begin{cases}g(x),& \text{if}\ x\leq y^2\\h(x),& \text{if}\ x> y^2\end{cases}$$ Then you can compute \begin{align}\iint_Df(x,y)dxdy=\iint_{D\cap\{x\leq y^2\}}f(x,y)dxdy+\iint_{D\cap\{x> y^2\}}f(x,y)dxdy\\=\iint_{D\cap\{x\leq y^2\}}g(x,y)dxdy+\iint_{D\cap\{x>y^2\}}h(x,y)dxdy. \end{align} Of course this might not be an easy task, but at least you are now dealing with a non-piecewise defined function.