$$\iint_S \sqrt{4-x^2 - y^2} dA $$
How to calculate the above double integral where S is an area inside the first quadrant of a circle $x^2 + y^2 = 4$, and bounded by line $y = 0$ and $y = x$.
What I know is $x^2 + y^2 = r^2$, $y = r \sin \theta$, $x = r \cos \theta$, $dA = r dr d\theta$.
I have tried put converting the equation by converting $x, y$, and $dA$ to match the polar equation but still confused in determining the boundaries of $r$ and $\theta$, it would be very great if anyone would give the explanation for determining the boundaries and the meaning of $S$ below the double integration in the above question.
In polar coordinates, $S=\{(r,\theta): 0\leq r\leq 2, 0\leq \theta\leq \pi/4\}$. Your integral is $$\int_0^{\pi/4}\int_0^2 r\sqrt{4-r^2}\,dr\,d\theta.$$