Two identical solid iron spheres of radius R are initially at rest, with their centers separated by a distance D . Both spheres can move freely (they are floating in space).
If the only force each one experiences is the other's gravitation, how long (in hours) will it take for them to make contact?
Details and Assumptions:
1)
Iron density
ρ
=
7
8
7
4
kg/m
3
2)
R
=
1
m
3)
D
=
1
0
m
4)
Gravity constant
G
=
6
.
6
7
4
×
1
0
−
1
1
m
3
kg
−
1
s
−
2
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
That's some impressive integrating. Silly question: what happens next? Am I right in thinking that they bounce off each other, losing some kinetic energy in the process (the collision warms the spheres slightly), then separate to a distance of slightly less than 1 0 metres before returning to each other again? It would all be quite relaxing to watch, were it not for the terrifying vastness of the vacuum of space.
Log in to reply
I think you're basically right. And after a very long time, all of the initial gravitational potential energy gets converted into long-wavelength EM radiation. I guess gravitational wave radiation would be in play too, although it may be negligible compared to the EM radiation.
I used up my chances to answer this problem before I realized how to set up the differential equation and solve it numerically.
y ′ ′ ( t ) = − ( 2 y ( t ) ) 2 2 . 2 0 1 2 5 4 3 2 3 9 9 7 8 5 1 4 × 1 0 − 6 , y ′ ( 0 ) = 0 , y ( 0 ) = 5 . , using implicit Runge-Kutta, which gave an interpolating function relating distance to time in seconds.
Then, solving y ( t ) = = 1 for t gave the answer after conversion to hours of 4.461578 hours
I understand the steps before and after the ½v² step but I can't realize how this equation is obtained, because if 2x=D then 4x=2D and the equation would be ½v²=0? Also as I say, I don't know where does the (Gm/4x)-(Gm/2D) comes from, I'm a little confused:/
Log in to reply
Since the objects start at rest, we want to have v = 0 when 2 x = D .
This equation is obtained from the one above it by integration with respect to x , since x ¨ = d x d ( 2 1 v 2 )
Interpreting (correctly) − 4 x G m 2 as the potential energy of the system, this equation is just a statement of conservation of energy.
Two-body problems are most easily studied with the concept of 'reduced mass', which considerably simplifies the calculations.
In this model we could just say
First calculate the mass, m = ( 4 / 3 ) π R 3 ρ = 3 2 9 8 2 k g and μ G = 2 1 m G = 1 . 1 0 0 6 2 × 1 0 − 6 m 3 s − 2 .
Finding the time for point masses, until distance is 0 If we had a point mass, we could say that its is in an an extremely elliptical orbit (ε=1).
Orbital time only depends on the length of the (semi)major axis, so can be found via a circular orbit: A full circular period takes T = 2 π r / v , and we can find v from setting the gravitational acceleration μ G / r 2 equal to the centripetal acceleration v 2 / r so that v = μ G / r . Hence T = 2 π r 3 / μ G r .
This same period would apply to an extremely elliptical orbit (ε=1), where one of the foci is at the starting point, while the other is at the end point. Time to impact t then corresponds to only a quarter period, t = π / 2 r 3 / μ G . So the major axis of our 'ellipse' is 10m and for r we need to use the semimajor axis (r=5) to find t = π / 2 r 3 / μ G = 1 6 7 4 0 . 0 seconds But this would be the time if they were point masses, balls with radius 1 will meet before that, namely when the separation of their centers equals 2 m.
Estimating the overestimation (the time difference if they approach only to distance 2) Next consider the energy of the whole system. Since potential energy is less naturally modeled using the reduced mass, I switch back to the model with two moving masses. The gravitational potential energy of the masses together is − m 2 G / r , and the kinetic energy of the two masses together is m v 2 . So v 2 − m G / r is a constant, which is − m G / 1 0 , given the initial condition. This means that at impact, when the centers have separation of 2 meters, v 2 − m G / 2 = m G / 1 0 . So at impact, each of the masses is moving at v = 0 . 4 m G = 9 . 3 8 × 1 0 − 4 m / s . If their centers continued moving at this speed, they would meet in 1066 s, but they would accelerate further. So 1066 is an upper limit to our overestimation and hence the actual time to impact is somewhere between 15674 and 16740 seconds.
Alas, this is not accurate enough for three-digit precision, so I resorted to a numerical approach, which gave 1 6 0 6 2 s , which is 4 . 4 6 2 h . The impact speed calculated above and the total time to reach D=0 were both duplicated with this numerical approximation (the latter at 16741), which gives confidence that the accuracy is within a second.
But I really should have done the integral, like Mark Hennings did. Nice job Mark!
Problem Loading...
Note Loading...
Set Loading...
If x is the distance from the centre of each sphere to their centre of mass (so the two centres are 2 x apart), then m x ¨ = − 4 x 2 G m 2 where m = 3 4 π R 3 ρ is the mass of each sphere. Thus 2 1 v 2 = 4 x G m − 2 D G m = 4 D x G m ( D − 2 x ) where v is the speed of each sphere, so that d t d x = v = − 2 D x G m ( D − 2 x ) Thus the time until the spheres collide is T = ∫ R 2 1 D G m ( D − 2 x ) 2 D x d x = G m D 3 ∫ sin − 1 D 2 R 2 1 π sin 2 θ d θ = 2 1 G m D 3 [ 2 1 π − sin − 1 D 2 R + D 2 R ( D − 2 R ) ] With the given values, T = 1 6 0 6 1 . 7 seconds, or 4 . 4 6 1 5 8 hours.