Converting Cartesian to Polar Coordinates for a Double Integral

  • Thread starter Thread starter CaptainEvil
  • Start date Start date
  • Tags Tags
    Change Polar
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
CaptainEvil
Messages
91
Reaction score
0
I'm working on a double integral and need to change from cartesian to polar coords.

The double integral in cartesian coords is
Double integral from 0 to a (in dy) and from -sqrt(a^2 - y^2) in dx (NOTE minus sign before sqrt)

the little minus sign is troubling. How would I convert this region into polar coords?
 
Physics news on Phys.org
I'm guessing your a is your radius? So what does y = ?
 
the whole question is

Double integral
(0 to a) (-sqrt(a^2 - y^2) to 0) of x^2y dxdy
 
Right, I'm asking you in polar coordinates, what does y =?
 
y = rsintheta

but I solved it, thanks anyway
 
Doesn't it equal a sin(theta) here?