MHB Double Integrals in Polar Coordinates

Click For Summary
The discussion focuses on evaluating a double integral by converting it to polar coordinates, specifically for the integral of xy over a specified region. The area of integration is identified as the upper half of a circle centered at (1,0), described in polar coordinates by r = 2cos(θ) with limits 0 ≤ θ ≤ π/2 and 0 ≤ r ≤ 2cos(θ). Participants clarify the conversion process, emphasizing the importance of correctly determining the limits of integration and the relationship between Cartesian and polar coordinates. The integral is set up as I = ∫(0 to π/2) sin(θ)cos(θ) ∫(0 to 2cos(θ)) r^3 dr dθ, leading to the final result of 2/3. Understanding the conversion and limits is crucial for successfully evaluating double integrals in polar coordinates.
harpazo
Messages
208
Reaction score
16
Evaluate the double integral by converting to polar coordinates.

Let S S be the double integral symbol

S S xy dydx

Inner limits: 0 to sqrt{2x - x^2}

Outer limits: 0 to 2

The answer is 2/3.

I know that x = rcosϴ and y = rsinϴ.

S S rcosϴ*rsinϴ r drdϴ.

S S (r^3)cosϴ*sinϴ drdϴ.

I am stuck here.

I also need the correct limits of integration for this circle.

I just want the set up and explanation how to find the limits.

What must be done with the upper limit of integration for the inner integral?
 
Physics news on Phys.org
The area over which we are integrating is the upper half of the circle centered at $(1,0)$, which is described in polar coordinates by:

$$r=2\cos(\theta)$$ where $$0\le\theta\le\frac{\pi}{2}$$ and $$0\le r\le2\cos(\theta)$$. And so the integral becomes:

$$I=\int_0^{\frac{\pi}{2}} \sin(\theta)\cos(\theta)\int_0^{2\cos(\theta)} r^3\,dr\,d\theta$$

Iterating the above integral will give the desired result. :D
 
MarkFL said:
The area over which we are integrating is the upper half of the circle centered at $(1,0)$, which is described in polar coordinates by:

$$r=2\cos(\theta)$$ where $$0\le\theta\le\frac{\pi}{2}$$ and $$0\le r\le2\cos(\theta)$$. And so the integral becomes:

$$I=\int_0^{\frac{\pi}{2}} \sin(\theta)\cos(\theta)\int_0^{2\cos(\theta)} r^3\,dr\,d\theta$$

Iterating the above integral will give the desired result. :D

Where did the point (1,0) come from?

Where did r = 2cos(theta) come from?
 
Harpazo said:
Where did the point (1,0) come from?

Where did r = 2cos(theta) come from?

In the original integral, we have the inner upper limit of:

$$y=\sqrt{2x-x^2}$$

Squaring, we get:

$$y^2=2x-x^2$$

$$x^2-2x+y^2=0$$

$$x^2-2x+1+y^2=1$$

$$(x-1)^2+y^2=1^2$$

This is a circle centered at $(1,0)$, but we only want the upper half since in the original relation, $y$ is non-negative. To convert this to polar coordinates, let's return to:

$$y^2=2x-x^2$$

$$x^2+y^2=2x$$

$$r^2=2r\cos(\theta)$$

Divide through by $r$:

$$r=2\cos(\theta)$$

Notice that for $$\theta=\frac{\pi}{2}$$, we retain the solution $r=0$ that we lost when dividing by $r$. We also observe that for $$0\le\theta\le\frac{\pi}{2}$$, the upper half of the circle is traced out.
 
MarkFL said:
In the original integral, we have the inner upper limit of:

$$y=\sqrt{2x-x^2}$$

Squaring, we get:

$$y^2=2x-x^2$$

$$x^2-2x+y^2=0$$

$$x^2-2x+1+y^2=1$$

$$(x-1)^2+y^2=1^2$$

This is a circle centered at $(1,0)$, but we only want the upper half since in the original relation, $y$ is non-negative. To convert this to polar coordinates, let's return to:

$$y^2=2x-x^2$$

$$x^2+y^2=2x$$

$$r^2=2r\cos(\theta)$$

Divide through by $r$:

$$r=2\cos(\theta)$$

Notice that for $$\theta=\frac{\pi}{2}$$, we retain the solution $r=0$ that we lost when dividing by $r$. We also observe that for $$0\le\theta\le\frac{\pi}{2}$$, the upper half of the circle is traced out.

I now understand what I did wrong. I noticed that you completed the square after squaring the upper limit.
I kept getting r^2 = 2x but it didn't dawn on me to replace x with rcos(theta). It makes sense to work out several more double integrals in polar coordinates before moving on to the next section dealing with center of mass and inertia.
 

Similar threads