Double Integral Cartesian to Polar Coordinates

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
4 replies · 5K views
jerzey101
Messages
15
Reaction score
0

Homework Statement


Use polar coordinates to evaluate:
sqrt(2)0sqrt(4-y2)y 1/(1+x2+y2) dxdy


Homework Equations





The Attempt at a Solution


I graphed it and I see r is the part of the elipse sqrt(4-y2) and goes from 0 to ∏/4. I'm not sure how to make the bounds for r or how to covert the function to polar. Does it just convert to 1/(1+r2), then add the conversion factor r?
∏/40?? 1/(1+r2) r drdθ
 
Physics news on Phys.org
Use LaTeX formatting to make your integrals clearer and easier to understand.

Your double integral looks like this:
[tex]\int^{y=\sqrt 2}_{y=0} \int^{x=\sqrt {4-y^2}}_{x=y} \frac{1}{1+x^2+y^2} \,.dxdy[/tex]
You have to plot the limits to see the area required and hence deduce the correct polar limits.
First, convert: [itex]x=\sqrt {4-y^2}[/itex] into a simpler form. This gives you: [itex]x^2+y^2=4[/itex], which is a circle with center (0,0) and radius = 2. The other limits are obvious.

I have attached the graph. If you are having trouble deducing the region required from the limits, save the graph, edit/shade it to show the required area and then attach it to your reply.
 

Attachments

  • area.png
    area.png
    2.5 KB · Views: 700
Last edited:
I'm just not sure what to put for the r limits. I know it is 0 to the circle x2+y2=4. So is it just 0 to 2?
 

Attachments

  • area.png
    area.png
    2.8 KB · Views: 625
jerzey101 said:
I'm just not sure what to put for the r limits. I know it is 0 to the circle x2+y2=4. So is it just 0 to 2?

You're correct. :smile:
 
Thanks!
I think I figured it all out now. Thanks again.