Converting a Cartesian Integral to a Polar Integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Amadeo
Messages
28
Reaction score
9
Homework Statement
Convert the following double integral to polar coordinated and evaluate:
Relevant Equations
x=rcosΘ
y=rsinΘ
Q16.PNG


the graph of x= √4-y^2 is a semicircle or radius 2 encompassing the right half of the xy plane (containing points (0,2); (2,0); (0-2))
the graph of x=y is a straight line of slope 1

The intersection of these two graphs is (√2,√2)

y ranges from √2 to 2. Therefore, the area over which we integrate is between the line y=√2; y=2; and x=√4-y^2 as in the shaded region in this picture:

IMG_1154.JPG


This means that the new integral, in polar form is:

∫∫ r dr dΘ with r ranging from √2cscΘ to 2 and Θ ranging from π/4 to π/2
However, the solution is

∫∫ r dr dΘ with r ranging from 2cscΘ to 2 and Θ ranging from π/4 to π/2

I do not understand why this is the case. If y=√2, then rsinΘ = √2 => r=(√2)cscΘ. this would then be the lower limit, as r extends out to the upper limit of 2. Thank you for your assistance.
 
Physics news on Phys.org
From your drawing, it looks to me as though you are letting ##x## vary between ##0## and ##\sqrt {4-y^2}##.
 
:doh: Oh gosh, how embarrassing. Thank you.
 
The first thing I notice is that [tex](\sqrt{2},\sqrt{2})[/tex] lies on the line [tex]\theta= \frac{\pi}{4}[/tex] and that [tex](0, 2)[/tex] lies on the line [tex]\theta= \frac{\pi}{2}[/tex]. So the "[tex]\theta[/tex]" integral is from [tex]\frac{\pi}{4}[/tex] to [tex]\frac{\pi}{2}[/tex]. Now, for each [tex]\theta[/tex], r is measured on the line through the origin making angle [tex]\theta[/tex] with the x-axis so with slope [tex]tan(\theta)[/tex]: [tex]y= tan(\theta)x[/tex]. That line crosses [tex]y= \sqrt{2}[/tex] where [tex]x= \frac{\sqrt{2}}{tan(\theta)}[/tex]. r is the distance from the origin to that point: [tex]r= \sqrt{2+ 2 tan^2(\theta)}= \sqrt{2}\sqrt{1+ tan^2(\theta)}= sec(\theta)[/tex]. That line crosses the circle [tex]x^2+ y^2= 4[/tex] where [tex]x^2+ tan^2(\theta)x^2= sec^2(\theta)x^2= 4[/tex] or [tex]x= 2 cos(\theta)[/tex], [tex]y= 2 cos(\theta)tan(\theta)= 2 sin(\theta). <br /> <br /> The integral is [tex]\int_{\pi/4}^{\pi/2} \int_{sec(\theta)}^{2 sin(\theta)} r dr d\theta[/tex].[/tex]