0

I am trying to understand the proof of why the force acting on a spherical shell and a particle is $$\frac{GMm}{r^2}$$ Where M is the mass of the sphere and m is the mass of the particle.

I am looking at Wikipedia in the section of "Outside a shell". The method there is to "cut" the sphere into small rings and then calculate the force of gravity applied from one ring to the particle. Then they calculate the sum of infinitely many of those rings when their width is infinitesimal using an integral: $$F_r=Gm\int\frac{\cos \phi \ dM}{s^2}$$

That part confused me. Isn't that integral should be a definite integral instead of an indefinite one? How can an indefinite integral represent a sum? and if it was a definite integral what will be its limits?

Please help me understand that part.
I am new to physics, I only know some simple mechanics so please keep that in mind.

Himanshu
  • 12,211
Freud
  • 5

3 Answers3

1

The theorem you should use is Gauss law for gravity. https://en.wikipedia.org/wiki/Gauss%27s_law_for_gravity

You need to know some calculus. Namelly the divergence theorem may be useful to convert Gauss Law from differential form to integral form:

https://en.wikipedia.org/wiki/Divergence_theorem

To obtain the result you need to do the following:

  1. Calculate the gravitational field outside the spherical shell at distance $r$. For this you use the Gauss law in integral form. For simplicity, you may assume spherical symmetry. The magnitude of the result will be $GM/r^2$ and field is radial.

Gauss Law is

$$\int_{\partial V} \mathbf{g} \cdot d \mathbf{S} = - 4 \pi G M$$

where $\partial V$ is a closed surface in space enclosing mass $M$. If you assume radial symmetry, $\mathbf{g} = - g \mathbf{\hat r}$, where $\mathbf{\hat r}$ is radial unit vector, then the first term in the formula above is simply $- 4 \pi r^2 g$ and the equation reduces to

$$4 \pi r^2 g = 4 \pi G M$$

removing the $4 \pi$ in both sides we find

$$g = \frac{GM}{r^2}$$

  1. The force that mass $M$ makes on mass $m$ is then calculated simply multiplying the field in the position of the particle by the mass of the particle, that is,

$$F = m g = GMm/r^2$$

If there is no spherical symmetry, which happens if mass $M$ is not a sphere, the result still holds but the integral above cannot be performed so easily. It is a good exercise anyway.

Blue
  • 327
  • 2
  • 8
0

If you read further down in the derivation you find that cos(ф) and dM are defined in terms of, s. Then the limits for integration with, s, as the independent variable are given as: (r-R) to (r+R). (In physics, all integrals have limits.)

R.W. Bird
  • 12,280
0

Often while calculating integrals, the bounds of integration are suppressed until the very end, when the integration variable is reparameterised in such a way that the range of new integration variable is apparent.

The integral over $dM$ is certainly a definite integral, since we integrate over a physical mass shell. But since $dM$ is like a "catch-all" term for mass elements of all shapes and sizes, it is usually very difficult to gauge what the bounds should be - until you reparameterise in terms of $s$, in this case, and it is physically apparent that $s$ ranges from $r-R$ to $r+R$.

The reason we can do this is that often, especially in classical mechanics, the integrals we perform are physically manifest, and not just some arbitrary formal manipulation of symbols (otherwise we'd probably have to keep track of the bounds at each stage)

Nihar Karve
  • 8,672