A multivariable integral problem im solving for first time , please help me with a solution

The "positive quadrant" is the first quadrant where both x and y are positive. That is, of course, a quarter of the circle x2+y2=a2\displaystyle x^2+ y^2= a^2.
We can solve that for y as y=a2x2\displaystyle y= \sqrt{a^2- x^2} or for x as x=a2y2\displaystyle x= \sqrt{a^2- y^2}.

One way to do this is to take x going from 0 to a and, for each x, take y going from 0 to a2x2\displaystyle \sqrt{a^2- x^2}:
x=0ay=0a2x2xydydx\displaystyle \int_{x= 0}^a \int_{y= 0}^{\sqrt{a^2- x^2}} xy dydx.

Another way to do this is to take y going from 0 to a and, for each y, take x going from 0 to a2y2\displaystyle \sqrt{a^2- y^2}:
y=0ax=0a2y2xydxdy\displaystyle \int_{y= 0}^a \int_{x= 0}^{\sqrt{a^2- y^2}} xy dxdy.

Given the circular symmetry, the simplest is, as LCKurtz suggests, using polar coordiates. x=rcos(θ)\displaystyle x= rcos(\theta), y=rsin(θ)\displaystyle y= r sin(\theta), dxdy=rdrdθ\displaystyle dxdy= r drd\theta, r goes from 0 to a and θ\displaystyle \theta goes from 0 to π/2\displaystyle \pi/2:
r=0aθ=0π/2(rcos(θ))(rsin(θ))(rdrdθ)\displaystyle \int_{r= 0}^a\int_{\theta= 0}^{\pi/2} (r cos(\theta))(r sin(\theta))(r drd\theta)
=r=0aθ=0π/2r3cos(θ)sin(θ)drdθ\displaystyle = \int_{r=0}^a\int_{\theta= 0}^{\pi/2} r^3 cos(\theta) sin(\theta) drd\theta
=(0ar3dr)(0π/2cos(θ)sin(θ)dθ)\displaystyle = \left(\int_0^a r^3 dr\right)\left(\int_0^{\pi/2}cos(\theta)sin(\theta)d\theta\right).
 
Top