Calculating Gravitational Attraction Between Two Masses in Empty Space

In summary, two 1kg masses separated by 1m will attract each other gravitationally in empty space for about 20 hours before crashing into each other, with a final velocity of 1.633E-5 m/s for each mass or 3.266E-5 m/s for the system. This can be solved using conservation of energy or by integrating the equations of motion.
  • #1
Perillux
I'm just curious how long it would take for two 1kg masses separated by 1m to attract each other gravitationally in empty space. The formula for gravitational force is:

[tex]F_{g} = G \frac{m_{1}m_{2}}{r^{2}}[/tex]
where r is the distance between the two masses.

So if the midpoint for the two masses is centered at the origin then the two objects are located at x=-0.5 and x=0.5 respectively. So the value for r^2 in the equation above is always [itex](2x)^{2}[/itex] So we can say that the formula for force between the two objects based on either objects position is:

[tex]F_{g} = \frac{G}{(2x)^{2}}[/tex]
I didn't include m1m2 because they are both 1.


and that is as far as I can go. If I had an equation for the force based on time then I could solve for how long it takes the two objects to meet.
So is it possible to find an equation of the force based on time from what I have? Or maybe something completely different? Any help is appreciated.
 
Physics news on Phys.org
  • #2
For distance, use 1m instead of 2x. Then, it will be F = G. The force on each mass will be equal to that at time = 0. Of course, the force will increase as they get closer. I'm not sure which equation you can use to solve this.
 
  • #3
You'll need two equations. One for the force on the first particle and one for the second. Example:

[tex]
\text{Force on} \quad m_2 = - G m (x_2 - x_1)^{-2} = {x_2}''
[/tex]
[tex]
\text{Force on} \quad m_1 = G m (x_2 - x_1)^{-2} = {x_1}''
[/tex]

subtraction of these gives you an integration problem for a difference of position variable. The first integration of this can give you the "velocity" that this difference changes by, and a second will give you the time.
 
Last edited:
  • #4
Peeter said:
subtraction of these gives you an integration problem for a difference of position variable.

By subtraction of these do you mean:

[tex]-Gm(x_{2}-x_{1})^{-2} - ( Gm(x_{2}-x_{1})^{-2} )[/tex]
[tex]-2Gm(x_{2}-x_{1})^{-2}[/tex]

not sure how to integrate that, with the two different values of x.
 
  • #5
Subtract one equation from the other:

[tex]
\begin{align*}
(- G m_1 (x_2 - x_1)^{-2} = {x_2}'') \\
-(G m_2 (x_2 - x_1)^{-2} = {x_1}'') \\
= \\
- G (x_2 - x_1)^{-2} (m_1 + m_2)= (x_2 - x_1)'' \\
\end{align*}
[/tex]

Now let [itex]u=x_2 - x_1[/itex], and use [itex]d/dt = (du/dt) d/du[/itex] to get an equation for velocity (squared) from the second derivative term.
 
  • #6
I'm still not sure I follow. I haven't taken a differentials class yet (taking it next semester).
But I gave it a try:

so if u=x2 - x1 then du/dt = 0
and d/du of the entire function should be:
[tex]2G(m_{1}+m_{2}) u^{-3}[/tex]
and since you said d/dt = (du/dt)d/du then I guess multiplying those two will give me d/dt? so...
d/dt =
[tex]2G(m_{1}+m_{2}) u^{-3} * 0[/tex]

I know I'm probably way off... but there it is.
 
  • #7
Perillux said:
I'm still not sure I follow. I haven't taken a differentials class yet (taking it next semester).

Here's a more detailed bash at the problem (too hard to do with inline tex in the forum) :

http://sites.google.com/site/peeterjoot/math/twobodies.pdf

however, if you haven't taken calculus, this may not be any better.

re: what you wrote. x_2 and x_1 are functions of t, so those derivatives aren't zero. Also, writing d/dt was using lazy notation for the chain rule (how to differentiate a function of a function), where I had left out the thing that was being differentiated.

Peeter
 
  • #8
While I have nothing against integral calculus, it seems to me that this problem can be solved much more simply by use of conservation of energy.
The gravitational potential between two 1 kg spheres at a distance of 1 meter is: Gmm/r = G
So the potential energy of the system is G or 6.67E-11 Joules. (Also the acceleration is G)
Since the spheres are equal, they will share that PE equally as kinetic energy just before they crash together. So each sphere will have a KE of 3.34E-11 J at impact. From that we can get the velocity at impact since KE = 1/2 mV^2 so velocity at impact is 8.167E-6 m/s for each sphere or total velocity of 1.633E-5 m/s for the system.
So now we can use X = V*T -1/2 aT^2 to compute the time, where X = 1 meter, V = 1.633E-5 and a is equal to G = 6.67E-11 and we solve for T by quadratic equation which of course yields two answers: T = 71,750 seconds or 417,904 seconds
The second answer must be the correct one since they are starting at zero velocity and accelerating to the max at impact. So it will take 417,904 seconds or about 116 hours.
How does that compare with the answer you get by integrating?
 
  • #9
well I still haven't figured out how to do it through integration. However, I think your answer might be off. Because, if you just take the initial acceleration Gmm/r^2 = G
and use that as a constant acceleration I get 34 hours. It's obvious that the actual answer should be smaller than this value because as they get closer they acceleration will be stronger.
 
  • #10
Perillux said:
well I still haven't figured out how to do it through integration. However, I think your answer might be off. Because, if you just take the initial acceleration Gmm/r^2 = G
and use that as a constant acceleration I get 34 hours. It's obvious that the actual answer should be smaller than this value because as they get closer they acceleration will be stronger.

The quadratic did give two answers. I forget now why I chose the larger of these, probably I was tired. It should be the smaller at 71,750 seconds or about 20 hours. When I have more time I will recheck it. It would be interesting to do the integration also and compare, but I am fairly confident that the conservation of energy will give the right answer without the need for the more powerful mathematical treatment.
 
  • #11
schroder said:
...
The gravitational potential between two 1 kg spheres at a distance of 1 meter is: Gmm/r = G
So the potential energy of the system is G or 6.67E-11 Joules.
...
So each sphere will have a KE of 3.34E-11 J at impact. From that we can get the velocity at impact since KE = 1/2 mV^2 so velocity at impact is 8.167E-6 m/s for each sphere or total velocity of 1.633E-5 m/s for the system.
So now we can use X = V*T -1/2 aT^2 to compute the time, where X = 1 meter, V = 1.633E-5 and a is equal to G = 6.67E-11 and we solve for T by quadratic equation which of course yields two answers: T = 71,750 seconds or 417,904 seconds
...
This is flawed for another reason besides the use of a constant acceleration. The gravitational potential energy is NEGATIVE, and it only becomes more negative as the masses approach each other, without bound. So, the KE actually approaches infinity. How long does it take to accelerate a mass at constant acceleration to an infinite velocity?

BTW, I got about 27 hours using the integration method.
 
  • #12
No. The kinetic energy is conserved and is no greater than the total PE that is calculated at the distance of one meter. The total energy does not increase as they get closer. As you said, the PE is negative, so even though the number gets higher, it gets higher in a negative direction, so the PE gets less and the KE increases, but the Total energy stays exactly the same at all times. The velocity does not go to infinity but is limited by the kinetic energy. The max velocity that is attained is what I calculated. I admit the time calculation I made is “flawed” as I did use constant acceleration. I was looking for a ball-park figure. If we assume constant acceleration, the max time it can take is 34 hours. If we assume constant max velocity, as computed, the min time it can take is 17 hours. The 20 hours does fall in that range but I know it is not correct. I am still having a bit of trouble evaluating the integral as I need to work it out long hand. The integrand keeps reducing to unity, leaving me only the external term and that works out to 24 hours, also in the required range. Your figure of 27 hours falls exactly in the center of the range and must be correct.
(Well, not exactly in the center, but I believe it)

EDiot: The kinetic energy is not conserved, the TOTAL energy is conserved, which limits the amount of kinetic energy. It does not approach infinity.
 
Last edited:
  • #13
Time to throw differential equations at the problem, I think.

For simplicity, I'm saying the masses are equal; r is the distance from the centre to each mass. Initially, r = r0, so you have

[tex]\frac{d^2r}{dt^2} = -\frac{Gm}{r^2}, r(0) = r_0, r'(0) = 0[/tex]

Say [tex]v = dr/dt[/tex], so [tex]d^2r/dt^2 = v \,dv/dr[/tex]:

[tex]v \frac{dv}{dr} = -\frac{Gm}{4r^2}[/tex]
[tex]v \,dv = -\frac{Gm}{4r^2} \,dr[/tex]
[tex]\frac12 v^2 = \frac{Gm}{4r} + c'_1[/tex]

I'll figure out what that constant is now: at v = 0, r = r0, so

[tex]0 = \frac{Gm}{4r_0} + c_1 \Longrightarrow c_1 = -\frac{Gm}{4r_0}[/tex]
[tex]\frac12 v^2 = \frac{Gm}{4} \left( \frac{1}{r} - \frac{1}{r_0} \right)[/tex]
[tex]v = \frac{dr}{dt} = -\sqrt{\frac{Gm}{2} \left( \frac{1}{r} - \frac{1}{r_0} \right) }[/tex]

I took the negative square root because we want the masses moving toward each other.

[tex]-\frac{dr}{\sqrt{\frac{Gm}{2} \left( \frac{1}{r} - \frac{1}{r_0} \right) }} = dt[/tex]

Now the hard part: integrating that left side. If I integrate that from r0 to 0, I should get the amount of time that takes:

[tex]\sqrt{\frac{2}{Gm}} \int_{0}^{r_0} \left( \frac{1}{r} - \frac{1}{r_0} \right)^{-\frac12} \,dr = T[/tex]

I find that the integral there is [tex]r_0^{3/2} \pi/2[/tex], so the amount of time it takes in total is

[tex]T = \frac{\pi r_0^{3/2}}{\sqrt{2Gm}}[/tex]

Putting in r0 = 0.5 m, m = 1 kg, I get 96149 seconds, or 26.7 hours.The integral can be evaluated by using the trigonometric substitution [tex]r = r_0 \cos^2 \theta[/tex].
 
Last edited:
  • #14
Although I am able to actually keep up with your working AdrianK unlike peeter's (sorry peeter, your math is beyond me heh) the solutions does not seem to be reasonable.

Only one day required for two one kilo objects a meter a part to come together? You would probably be able to see then very heavy objects hung on well lubricated rails slide together (albeit slowly).
Anyways always wanted to find a solution for this problem, and I've never realized it was so complex. A work of relativity in itself :)One last thing:

d[tex]^{}2[/tex]r/dt[tex]^{}2[/tex] = -GM / r[tex]^{}2[/tex]

Where does the d[tex]^{}2[/tex]r/dt[tex]^{}2[/tex] come from and or how does that equal F?
 
Last edited:
  • #15
Denton said:
Although I am able to actually keep up with your working AdrianK unlike peeter's (sorry peeter, your math is beyond me heh) the solutions does not seem to be reasonable.

Only one day required for two one kilo objects a meter a part to come together? You would probably be able to see then very heavy objects hung on well lubricated rails slide together (albeit slowly).



Anyways always wanted to find a solution for this problem, and I've never realized it was so complex. A work of relativity in itself :)


One last thing:

d[tex]^{}2[/tex]r/dt[tex]^{}2[/tex] = -GM / r[tex]^{}2[/tex]

Where does the d[tex]^{}2[/tex]r/dt[tex]^{}2[/tex] come from and or how does that equal F?


The problem with that is, unlike most other forces, gravity cannot be shielded. The two masses being considered are assumed to be in deep space, far from any other sources of gravitational attraction and so can be analyzed as the only forces acting. Two masses hanging on rails here on Earth would be subjected to the gravitational attraction of earth, far outweighing the attraction between the two masses.

I also appreciate Adriank showing us the math and the very good explanation!

(That one last thing is the second derivative of distance, which is acceleration, not force.)
 
  • #16
Well, I just thought of another solution that's quite a bit shorter, using a previously known result. You can consider the path of a mass as half of a (degenerate) elliptical orbit, with period 2T and semimajor axis r0 (half the sum of the maximum and minimum distances between the two masses). Kepler's third law then gives

[tex]\left(\frac{2T}{2\pi}\right)^2 = \frac{r_0^3}{G(m + m)}[/tex]
[tex]T = \frac{\pi r_0^{3/2}}{\sqrt{2Gm}}.[/tex]
 
Last edited:
  • #17
You are most wise.
 
  • #18
schroder said:
EDiot: The kinetic energy is not conserved, the TOTAL energy is conserved, which limits the amount of kinetic energy. It does not approach infinity.
If by "it" you mean TOTAL energy, then I agree. If by "it" you mean KINETIC energy, then you should just make a little table of kinetic energy vs. distance. I suggest r = 1 m, 0.1 m, 0.01 m, and 0.001 m, for example. Then, come back and tell us if you still believe that KE does not approach infinity.
 
  • #19
Total energy does not limit kinetic energy. As the masses approach each other, the potential energy
[tex]U = -\frac{Gm^2}{2r}[/tex]
approaches negative infinity. Since total energy is conserved, kinetic energy must approach infinity.
 
  • #20
adriank said:
Total energy does not limit kinetic energy. As the masses approach each other, the potential energy
[tex]U = -\frac{Gm^2}{2r}[/tex]
approaches negative infinity. Since total energy is conserved, kinetic energy must approach infinity.

That is absolutely wrong! Suppose the Total energy is 100 Joules, just for an example and we agree that Total energy is conserved and is the sum of kinetic enrgy and potential energy. Now let the potential energy approach negative infinity. The SUM still must be 100 Joules. Kinetic energy will approach the maximum allowed amount of 100 Joules, NOT infinity!
 
  • #21
turin said:
If by "it" you mean TOTAL energy, then I agree. If by "it" you mean KINETIC energy, then you should just make a little table of kinetic energy vs. distance. I suggest r = 1 m, 0.1 m, 0.01 m, and 0.001 m, for example. Then, come back and tell us if you still believe that KE does not approach infinity.

I suggest you make the table. Start with a Total energy of 100 Joules, which is conserved and consistes of the total of KE and PE. Now let PE vary with distance. You will find the PE, which is Negative, risess in magnitude, which means it is going more negative, towards negative infinity. But the Total energy remains at 100 Joules. So plot the KE, which is the difference between the Total and the PE. What limit does the KE approach? Please come back and tell us that it approaches 100 Joules, and not infinity! Thanks.
 
  • #22
schroder said:
That is absolutely wrong! Suppose the Total energy is 100 Joules, just for an example and we agree that Total energy is conserved and is the sum of kinetic enrgy and potential energy. Now let the potential energy approach negative infinity. The SUM still must be 100 Joules. Kinetic energy will approach the maximum allowed amount of 100 Joules, NOT infinity!

I'm pretty sure you're the one who is wrong here. You have E = K + U, where E is total energy (a constant), K is kinetic energy, and U is potential energy. Then
[tex]K = E - U = E + \frac{Gm^2}{2r}[/tex]
which goes to infinity as r goes to 0.

If kinetic energy approached 100 joules and potential energy went to negative infinity, then total energy would also go to negative infinity.
 
  • #23
adriank said:
I'm pretty sure you're the one who is wrong here. You have E = K + U, where E is total energy (a constant), K is kinetic energy, and U is potential energy. Then
[tex]K = E - U = E + \frac{Gm^2}{2r}[/tex]
which goes to infinity as r goes to 0.

If kinetic energy approached 100 joules and potential energy went to negative infinity, then total energy would also go to negative infinity.

Then, according to you -.000000000001 + 1 = -.0000000000001

According to me -0.0000000000001 + 1 = 1

which is correct?
 
  • #24
Negative infinity. As in, a really really large negative amount. -0.0000000000001 is far from infinite.

Suppose total energy is E = 100 J. Potential energy is on its way to negative infinity, say, U = -100000000000 J. What's the kinetic energy?

You should get K = 100000000100 J.
 
  • #25
adriank said:
Negative infinity. As in, a really really large negative amount. -0.0000000000001 is far from infinite.

Suppose total energy is E = 100 J. Potential energy is on its way to negative infinity, say, U = -100000000000 J. What's the kinetic energy?

You should get K = 100000000100 J.

Your concept of negative infinity is obviously not the same as my concept. I see it as a number smaller than any other number and when added to any positive number it cannot alter it. As PE approaches negative infinity, the KE approaches the Total energy value. This is the basis for the conservation of mechanical energy in a conservative system.
 
  • #26
I think your concept of negative infinity is different from that of pretty much everyone else. The only number that when added to any positive number cannot alter it is zero. Calculate various values of U = -Gm2/2r, where r gets close to zero. It won't approach zero; it'll be a negative number that gets very large in magnitude. It's true that if potential energy approaches zero, then kinetic energy approaches total energy. However, that's not what's happening in this situation; as r decreases, potential energy attains a very large negative value, so kinetic energy must attain a very large positive value.
 
  • #27
adriank said:
I think your concept of negative infinity is different from that of pretty much everyone else. The only number that when added to any positive number cannot alter it is zero. Calculate various values of U = -Gm2/2r, where r gets close to zero. It won't approach zero; it'll be a negative number that gets very large in magnitude. It's true that if potential energy approaches zero, then kinetic energy approaches total energy. However, that's not what's happening in this situation; as r decreases, potential energy attains a very large negative value, so kinetic energy must attain a very large positive value.

It seems we are thinking of the same thing in two different ways, but at least we agree that the Total energy is always conserved. Let me think some more on this and thanks for the integration lesson!
 
  • #28
Adrian, if you have the time could you explain a little better how you integrated the (1/r - 1/r0). Namely how you obtained [tex]
r = r_0 \cos^2 \theta[/tex]
 
  • #29
You do get these infinite energies. You get, inside a finite time, infinite velocities, though only for an infinitesimal time so it all looks OK. What happens when the particles collide depends on physics not included in the formulation so far. If they bounce elastically they will just execute the same motion as before, backwards. Or you can imagine them passing through each other. If the particles are identical mass and indistinguishable both of these scenarios will look the same.

You can find integrals in books and do not need to wait till you have done them in class or someone shows you. Remember you do not need to know how an integral was arrived at to be able to check that it is true.

I worked this one out sometime this year, will give it if no one else does but may be delay due to present position of Earth in orbit. :smile:
 
  • #30
adriank said:
Total energy does not limit kinetic energy. As the masses approach each other, the potential energy
[tex]U = -\frac{Gm^2}{2r}[/tex]
approaches negative infinity. Since total energy is conserved, kinetic energy must approach infinity.

I will make one final attempt to explain about gravitational potential enrgy, even though I expect you will not agree. This may be a bit long, but I hope it is worth your while to read through it with an open mind. First, I believe it is useful to point out where our disagreement is; in other words, let us agree on what points we disagree on.

You are saying that gravitational potential is negative, and is expressed dimensionally as:
-GMm/R
Obviously, as R goes to zero, GPE will go to infinity. (I agree with this)

We also agree that Total energy is conserved. That is, the total energy remains unchanged in any process. We all agree this is true.

In a conservative system, that is, one in which only conservative forces are acting, the total energy is the sum of the PE and KE. When KE is zero, all of the energy is PE and vice versa. This can be seen in a simple pendulum. The gravitational system we are discussing here is a conservative system and we are starting out with zero KE and some fixed amount of PE. For the purpose of this discussion, let us say we are starting out with 100 Joules of PE, which must be equal to the total energy as KE is zero to start with. The number does not matter, as long as we agree it must remain constant throughout at 100 Joules, never more and never less. I think we are in agreement up to this point, but please correct me if I am mistaken.

Now the distance decreases from the starting distance of 1 meter. The PE must increase in Magnitude, according to the math, and is always Negative so it is decreasing. At the same time, the KE must increase, in order for the total energy to remain constant at 100 J.


Now we get into the area where we disagree: According to you, the PE increases to a Negative infinite value, so the KE must increase to a positive infinite value and thay add according to sign convention and the total remains constant.

I disagree right away, because what you are saying means that the KE is going to infinity, which means, according to KE = 1/2 MV^2 that velocity must also be going to infinity. What this clearly says is that the two spheres will come together at infinite velocity and infinite KE!
In other words, under the weak force of gravity, we would have for all intents and purposes a nuclear explosion caused by two spheres coming together in such a way. In fact, if I jump in the air, and return to earth, I should land with infinite energy at an infinite velocity using the exact same mathematics. Obviously, by common sense alone, this is wrong!

But I will not base my disagreement on common sense alone. Here is my explanation, and I hope you will take the time to read and try to understand what I am saying. Yes, PE is always negative, and it does increase towards negative infinity as radius goes toward zero. The plot is a hyperbola. But this hyperbola is so not very useful at small values of radius since all PE are very close to negative infinity. It would not be useful at all for calculating the PE of gravity at the surface of the earth, for example. So physicists have linearized the gravitational potential and potential energy to make it more useful for everyday experience, which includes our consideration of two bodies separated by only one meter. The method of linearization is this:
PE2 – PE1 = - GM/(R + h) – ( - GM/R ) this is the Difference between two potentials where h is the difference in R.

Now we need to do a bit of algebraic simplification: = GM ( 1/R – 1/(R + h)
By LCD we get: = GMh/R(R + h) the final step is to drop the h as it is insignificant to the R.
And we have finally, GMh/R^2 which is gravitational acceleration multiplied by h and is
Gravitational potential and reduces to gh. For GPE just multiply by m and we have our familiar
Mgh. Which is the familiar linearized form of GPE. This is much more useful than using the more general form –GMm/R^2. And, because it is a difference in potential energy,, it is usually treated as a positive number. Although sign convention can be followed if the problem calls for it.

What this all boils down to for the case at hand of two 1 kg spheres at a distance of 1 meter:

g’ = Gmm/R^2 = G = 6.67 E-11 m/s^2
GPE (initial) = mg’h = G = 6.67 E-11 Joules
Total energy = PE (initial) = 6.67 E-11 Joules and is Constant
KE = (Total energy – PE ) at all times
At a distance of zero meters, when the spheres are touching, PE = mg’h and is also zero.
Thus KE is equal to 6.67 E -11 Joules and is shared equally by the two spheres.
Each sphere has 3.335 E-11 Joules of KE which = 1/2 MV^2
So Max possible velocity = 8.167 E-6 m/s which is considerably less than infinity!

The two spheres will pull together very slowly, by your own calculation, in a time of 28 hours.
At no time will velocity be infinite of KE be infinite. The KE cannot exceed the total energy that the system started with!
I sense that as a mathematical purist you may have trouble accepting this, but I assure you that such linearizations are done in physics all the time. I recommend Physics by K.R. Atkins for more such examples.
 
  • #31
schroder said:
I will make one final attempt to explain about gravitational potential enrgy, even though I expect you will not agree. This may be a bit long, but I hope it is worth your while to read through it with an open mind. First, I believe it is useful to point out where our disagreement is; in other words, let us agree on what points we disagree on.

You are saying that gravitational potential is negative, and is expressed dimensionally as:
-GMm/R
Obviously, as R goes to zero, GPE will go to infinity. (I agree with this)

We also agree that Total energy is conserved. That is, the total energy remains unchanged in any process. We all agree this is true.
As r goes to 0, the GPE approaches negative infinity.

In a conservative system, that is, one in which only conservative forces are acting, the total energy is the sum of the PE and KE. When KE is zero, all of the energy is PE and vice versa. This can be seen in a simple pendulum. The gravitational system we are discussing here is a conservative system and we are starting out with zero KE and some fixed amount of PE. For the purpose of this discussion, let us say we are starting out with 100 Joules of PE, which must be equal to the total energy as KE is zero to start with. The number does not matter, as long as we agree it must remain constant throughout at 100 Joules, never more and never less. I think we are in agreement up to this point, but please correct me if I am mistaken.
You would be wise to use a negative number for the initial PE (using r = ∞ as your zero point for PE), and thus the total energy. Then you would be less tempted to associate KE with that total energy.

Now the distance decreases from the starting distance of 1 meter. The PE must increase in Magnitude, according to the math, and is always Negative so it is decreasing. At the same time, the KE must increase, in order for the total energy to remain constant at 100 J.


Now we get into the area where we disagree: According to you, the PE increases to a Negative infinite value, so the KE must increase to a positive infinite value and thay add according to sign convention and the total remains constant.

I disagree right away, because what you are saying means that the KE is going to infinity, which means, according to KE = 1/2 MV^2 that velocity must also be going to infinity. What this clearly says is that the two spheres will come together at infinite velocity and infinite KE!
But it's true! If two point masses under the influence of Newtonian gravity alone approach each other, they will end up going infinitely fast as they approach each other. Realize that this is just an exercise--not realizable in practice.
In other words, under the weak force of gravity, we would have for all intents and purposes a nuclear explosion caused by two spheres coming together in such a way. In fact, if I jump in the air, and return to earth, I should land with infinite energy at an infinite velocity using the exact same mathematics. Obviously, by common sense alone, this is wrong!
Obviously, there are other factors that distinguish this case from the ideal case of two colliding point masses: You are not a point mass and other forces are involved. Two spheres coming together is quite different than two point masses colliding.

But I will not base my disagreement on common sense alone. Here is my explanation, and I hope you will take the time to read and try to understand what I am saying. Yes, PE is always negative, and it does increase towards negative infinity as radius goes toward zero. The plot is a hyperbola. But this hyperbola is so not very useful at small values of radius since all PE are very close to negative infinity. It would not be useful at all for calculating the PE of gravity at the surface of the earth, for example. So physicists have linearized the gravitational potential and potential energy to make it more useful for everyday experience, which includes our consideration of two bodies separated by only one meter. The method of linearization is this:
PE2 – PE1 = - GM/(R + h) – ( - GM/R ) this is the Difference between two potentials where h is the difference in R.

Now we need to do a bit of algebraic simplification: = GM ( 1/R – 1/(R + h)
By LCD we get: = GMh/R(R + h) the final step is to drop the h as it is insignificant to the R.
And we have finally, GMh/R^2 which is gravitational acceleration multiplied by h and is
Gravitational potential and reduces to gh. For GPE just multiply by m and we have our familiar
Mgh. Which is the familiar linearized form of GPE. This is much more useful than using the more general form –GMm/R^2. And, because it is a difference in potential energy,, it is usually treated as a positive number. Although sign convention can be followed if the problem calls for it.

What this all boils down to for the case at hand of two 1 kg spheres at a distance of 1 meter:

g’ = Gmm/R^2 = G = 6.67 E-11 m/s^2
GPE (initial) = mg’h = G = 6.67 E-11 Joules
Total energy = PE (initial) = 6.67 E-11 Joules and is Constant
KE = (Total energy – PE ) at all times
At a distance of zero meters, when the spheres are touching, PE = mg’h and is also zero.
Thus KE is equal to 6.67 E -11 Joules and is shared equally by the two spheres.
Each sphere has 3.335 E-11 Joules of KE which = 1/2 MV^2
So Max possible velocity = 8.167 E-6 m/s which is considerably less than infinity!
Sorry, but this "linearization" is nonsense as applied to the problem at hand. Of course, near the surface of the Earth we "linearize" gravity and use mgh for local changes in GPE.

The two spheres will pull together very slowly, by your own calculation, in a time of 28 hours.
At no time will velocity be infinite of KE be infinite. The KE cannot exceed the total energy that the system started with!
The system started out with negative energy. Are you saying that the KE energy must be negative? :rolleyes:
I sense that as a mathematical purist you may have trouble accepting this, but I assure you that such linearizations are done in physics all the time. I recommend Physics by K.R. Atkins for more such examples.
Please scan in the pages where Atkins does this particular example.
 
  • #32
Doc Al said:
As r goes to 0, the GPE approaches negative infinity.


You would be wise to use a negative number for the initial PE (using r = ∞ as your zero point for PE), and thus the total energy. Then you would be less tempted to associate KE with that total energy.
But it's true! If two point masses under the influence of Newtonian gravity alone approach each other, they will end up going infinitely fast as they approach each other. Realize that this is just an exercise--not realizable in practice.

Obviously, there are other factors that distinguish this case from the ideal case of two colliding point masses: You are not a point mass and other forces are involved. Two spheres coming together is quite different than two point masses colliding.


Sorry, but this "linearization" is nonsense as applied to the problem at hand. Of course, near the surface of the Earth we "linearize" gravity and use mgh for local changes in GPE.


The system started out with negative energy. Are you saying that the KE energy must be negative? :rolleyes:

Please scan in the pages where Atkins does this particular example.

I think it would be even wiser to stick with the problem as stated : two 1 kg masses starting out (stationary) at a distance of 1 meter. The PE and indeed the total energy they possesses is based on that distance and not on infinity. When you calculate the PE of a rock held at 1 meter above the ground, you do not reference it to infinity? The linearization I am using here is valid for a distance of 1 meter. It takes about 27 hours for them to cover 1 meter. Do you really think their velocity is approaching infinity? When that tool bag floated away from the astronaut in space, would it have come back to her at infinite velocity and infinite energy? I am not the one talking nonsense here!
 
  • #33
schroder said:
<incorrect mathematical and physical reasoning snipped> I am not the one talking nonsense here!

Actually you are.

Maybe putting some numbers into the equations will help you: For simplicity let's use a system of units where [itex]G=m_1=m_2=1[/itex] and so the potential energy is just [tex]U=\frac{-1}{r}[/tex]...at [itex]r=1[/itex] let's say that the two masses are at rest so that the kinetic energy [itex]K=v^2[/itex] of each particle is zero. Then the total energy is initially [itex]E=K+U=0+1=1[/itex] and since energy is conserved you require that at all times [itex]t[/itex], you have [itex]U(t)+K(t)=1\implies K(t)=1-U(t)[/itex]

Now at some time after the objects are released, they will be much closer together...let's say at [itex]t=1[/itex], we have [itex]r=\frac{1}{1000000000}=10^{-9}[/itex] (that is VERY close together). Clearly [itex]U(t=1)=-10^9[/itex] and so [itex]K(t)=1-(-10^9)=10^9+1\approx 10^9[/itex]. You see as the objects get closer, their kinetic energy gets larger and larger (of course in the real world there are other forces at work which will repel the objects once they get close enough to each other).
 
  • #34
You are saying that they are accelerating from rest to approaching infinite velocity and infinite kinetic energy, over a distance of one meter. And yet, we have shown it takes 27 hours to cover that distance. I would call what you are saying "nonsense"!
 
  • #35
schroder said:
You are saying that they are accelerating from rest to approaching infinite velocity and infinite kinetic energy, over a distance of one meter. And yet, we have shown it takes 27 hours to cover that distance.
Yes.
I would call what you are saying "nonsense"!

Then you would be wrong again.

Think of it this way...at r=1/2, U=-2 and so E=1 and hence v=1...that means that over the first half of their journey (distance wise), the particles have been slowly accelerating up to a speed of 1. In that first half, most of the time necessary for the entire journey has passed...it isn't until they get very very close together that they start to accelerate to enormous speeds and by that time most of the 27 hours has already passed.

It's sort of like driving most of the way from LA to New York at 1km/h and then switching on a jet pack when you reach Washington...you'll get from Washington to New York very quickly, but your entire journey will take considerably longer.
 
Last edited:

Similar threads

  • Classical Physics
2
Replies
46
Views
2K
  • Classical Physics
Replies
10
Views
2K
  • Classical Physics
Replies
11
Views
1K
Replies
2
Views
558
  • Classical Physics
Replies
7
Views
745
  • Classical Physics
2
Replies
67
Views
4K
Replies
86
Views
4K
Replies
10
Views
946
  • Classical Physics
Replies
6
Views
1K
Replies
31
Views
1K
Back
Top