Converting Cartesian to Polar Coordinates for a Double Integral

  • Thread starter Thread starter CaptainEvil
  • Start date Start date
  • Tags Tags
    Change Polar
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?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top