I have function $f(x,y) = x^{2} + y^{2}$ that has condition $ x^2 + y^2 \le 4$.
I am suppose to create Integral definition from it.
Now i am not sure if u understood correctly how to read the boundaries.
The integral is going to be $\iint \left( x^2 + y^2\right) dy dx$ or different order of integration ( by x then by y ).
However my question is about boundaries, we know that $x^2+y^2 \le 4$, we can change it to $y = \sqrt{4-x^2}$ that is the upper boundary of integration by y.
That would make $$\int_a^b \int_c^\sqrt{4-x^2} ( x^2 + y^2) dy dx$$
However how to decide a ,b and c? I am having trouble deciding this trivial problem..
The intuition tells that minimal value of y is 0, that way value of x can be 0 to 2 which would make:
$$\int_0^2 \int_0^\sqrt{4-x^2} ( x^2 + y^2) dy dx$$
However this is quite simple case so i am not sure how to proceed or think about it in more complex cases
Thanks for help!

In the region $\{(x,y)\in\mathbb{R}^2\,|\,x^2+y^2\leqslant4\}$, the smallest possible value for $x$ is $-2$ and the largest one is $2$. And, for each $x$ in that range, the smallest valu for $y$ is $-\sqrt{4-x^2}$, whereas the largest one is $\sqrt{4-x^2}$.
So, an answer is$$\int_{-2}^2\int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}}x^2+y^2\,\mathrm dy\,\mathrm dx.$$