How Do You Calculate the Center of Mass for a 2D Plate with Variable Density?

retroglam
Messages
1
Reaction score
0

Homework Statement



Find the center of mass of the 2-dimensional plate which occupies the region inside the circle x^2 + y^2 = 2y, but outside the circle x^2 + y^2 = 1, and for which the density is inversely proportional to its distance from the origin.


Homework Equations



m = integral (p(x,y)) dA


The Attempt at a Solution



-> m = integral k/r
x^2 + (y-1)^2 = 1

It's not the integration itself I'm having trouble with just finding the boundaries of integration as they are between the two circles, any help/hints would be appreciated.
Thanks!
 
Physics news on Phys.org
From looking at a graph of the two circles, it appears that the two intersection points occur between the upper half of the circle x2 + y2 = 1 and the lower half of the circle x2 + (y-1)2 = 1. That is, between the functions

y = \sqrt{1-x^2} \qquad \text{ and } \qquad y = 1-\sqrt{1-x^2}.​

From here you can find the intersection points.
 
First, do you see, from symmetry, that \overline{x}= 0?

The region you seek lies outside the unit circle but inside the circle with center at (0, 1) and radius 1. Those intersect where x^2+ (y-1)^2= 1= x^2+ y^2 or y^2- 2y+ 1= y^2 so y= 1/2. Then x= \pm\sqrt{3}/2.

There is a slight complication in that the circle actually extends to x=-1 and x= 1 so it is probably best to do this in three separate integrals.

1) x from -1 to -\sqrt{3}/2, y from 1- \sqrt{1- x^2} to 1+ \sqrt{1- x^2} (from solving x^2+ (y- 1)^2= 1 for y).

2) x from -\sqrt{3}/2, y from \sqrt{1- x^2} (the lower circle) to 1+ \sqrt{1- x^2}

3) x from \sqrt{3}/2 to 1, y from 1- \sqrt{1- x^2} to 1+ \sqrt{1- x^2}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top