Integrating sqrt(x^2+y^2) over Circle (x-1)^2+y^2<=1 using Polar Coordinates

  • Thread starter Thread starter eoghan
  • Start date Start date
  • Tags Tags
    Integral
eoghan
Messages
201
Reaction score
7
Hi there!
I have to calculate the integral of the function sqrt(x^2+y^2) over the circle (x-1)^2+y^2<=1

I use polar coordinates: rho goes from 0 to 2cos(theta) and theta goes from 0 to 2pi.
My result is that the integral is 0... is it right?
 
Physics news on Phys.org
Yea I did it and got 0 because you end up integrating \cos(\theta)^3 at the end, which is 0.
 
eohgan, if you think about what the geometric meaning of the integral is, it should be clear as to why your answer is zero.
 
eoghan said:
Hi there!
I have to calculate the integral of the function sqrt(x^2+y^2) over the circle (x-1)^2+y^2<=1

I use polar coordinates: rho goes from 0 to 2cos(theta) and theta goes from 0 to 2pi.
My result is that the integral is 0... is it right?

Hi eoghan! :smile:

erm … doesn't theta go from -π/2 to π/2? :redface:
 
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