I have to find the average value of a function $f(x, y) = x + y + x^2 + y^2$
over the disk $0 \le x^2 + y^2 \le 4$, and I am certain this is a double integral problem but I am unsure of the limits of integration for each integrand.
I know the definition of the average value of $f(x,y)$ over a region is $$ f_{avg}=\frac{\iint_Df(x,y)dA}{\iint_D1dA} $$
I am certain I can solve this if I only knew what the limits of integration were. Given the disk is marked as $0 \le x^2 + y^2 \le 4$, my initial presumptions were that the integrand could be written as;
$$ f_{avg} = \frac{ \int_0^{x^2}\int_{y^2}^4 (x+y+x^2+y^2) dydx } { \int_0^{x^2}\int_{y^2}^4 1 dydx } $$
but this is not the case?
First of all, the problem is easier if you switch to polar coordinates.
However, to find the bounds in rectangular coordinates, you do this:
Since $x^2+y^2=\leq4$ is a disk of radius 2, the answer is
So, your outer integral is $$\int_{-2}^2\left(\mathrm{inner\ integral}\right) dy$$
Then, you ask this question:
The answer is:
Now you can write down the inner integral: it's
$$\int_{-\sqrt{4-y^2}}^\sqrt{4-y^2}\left(\mathrm{integrand}\right)dx$$
So the whole thing is
$$\int_{-2}^2\int_{-\sqrt{4-y^2}}^\sqrt{4-y^2}\left(\mathrm{integrand}\right)dxdy$$