I am trying to calculate the following double integral:
$$\iint_D{dxdy}$$
from the region:
$$D = \{(x,y) \in R^2 : 0 \le y \le \frac{3}{4}x,\ x^2+y^2\le25 \}$$
So far I have gotten to the point where:
$$\iint_D{dxdy} = \int_0^5\int_{\frac{4}{3}y}^\sqrt{25-y^2}{dxdy}$$
Would that be correct?
Indeed \begin{align} \iint_D{dxdy} &= \int _0^3\int _{\frac{4 y}{3}}^{\sqrt{25-y^2}}1dxdy \\ &= \int _0^4\int _0^{\frac{3 x}{4}}1dydx+\int _4^5\int _0^{\sqrt{25-x^2}}1dydx\\ &= \int _0^{\tan ^{-1}\left(\frac{3}{4}\right)}\int _0^5rdrdt \\ &= \color{blue}{\frac{25}{2} \tan ^{-1}\frac{3}{4}}\\ &\sim 8 \end{align}