Easy Polar Coordinates question (Change of variables)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
EngineerHead
Messages
21
Reaction score
0
I have a question regarding problem solving tips.

When given an iterated integral and asked to convert it to polar coordinates, how do you select the bounds of theta - do you have to understand how the graph of r operates and therefore know where the theta bounds are based on the rectangular coordinate bounds (aka completely conceptual)? Or is there a mathematical way of solving for the theta bounds?

For instance:
Set up a double integral in polar coordinates for:
f(x,y) = x+y
R: x^2 + y^2 ≤ 4
x ≥ 0
y ≥ 0

Obviously, the theta bounds are from 0->pi/2 because of the y and x bounds, but is there a mathematical procedure to arrive at this same answer? Or must you figure it out conceptually.

Thank you in advance for your help!
 
Last edited:
Physics news on Phys.org
Since [itex]x= r cos(\theta)[/itex] the boundary line x= 0 corresponds to [itex]\theta= 0[/itex]. Since [itex]y= r sin(\theta)[/itex], the boundary line y= 0 corresponds to [itex]\theta = \pi/2[/itex]. Since [itex]x^2+ y^2= r^2[/itex], the boundary [itex]x^2+ y^2= 1[/itex] gives [itex]r^2= 1[/itex] or r= 1 since r cannot be negative.