How Long Until Two Masses Collide Due to Gravity?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
shakgoku
Messages
28
Reaction score
0
1.The question
Two point masses [tex]m_{1}[/tex] and [tex]m_{2}[/tex] are initially at rest. Distance between them is 'd'. How much time does it take for them to collide due to mutual gravitational attraction?2. Relavant Equations:
[tex]F = \frac{Gm_{1}m_{2}}{r^2} \<br /> <br /> \mu = \frac{m_{1}m_{2}}{m_{1}+m_{2}}[/tex]Attempt at a solution:
3. force is varying with time. My first guess is to try to solve the differential equation
[tex]\mu \frac{d^2x}{dt^2} = F(x)[/tex]
and tried to solve it for [tex]x(t)[/tex]
But , was not successful so far. There should be a better approach..
 
Last edited:
Physics news on Phys.org
tiny-tim said:
hi shakgoku! :wink:

that should work …

show us how far you got :smile:

Hello tiny tim! This is how I proceeded,

[tex]\mu \frac{d^2x}{dx^2} = - \frac{Gm_{1}m_{2}}{x^2} <br /> \\[/tex]
.

.[tex] -\mu \frac{x^2}{Gm_{1}m_{2}} = \frac{d^2t}{dx^2} <br /> \\[/tex]

by guess general solution will be of the form,

[tex]t = Cx^4 +C_{1} [/tex].

.[tex] \frac{d^2t}{dx^2} = 12Cx^2 = -\mu \frac{x^2}{Gm_{1}m_{2}} [/tex].

.[tex] <br /> C = \frac{-\mu}{12Gm_{1}m_{2}}<br /> \\[/tex]

And at t = 0, x = d,

[tex]C_{1} = \frac{\mu d^4}{12Gm_{1}m_{2}} <br /> [/tex]

..[tex] <br /> t = \frac{\mu (d^4-x^4)}{12Gm_{1}m_{2}}[/tex]

When the masses collide, d = 0,
using it I got,
[tex]t = \frac{d^4}{12G(m_{1}+m_{2})}\\*[/tex]

I doubt if my 2nd step is wrong.
 
Last edited:
eugh!

you've used d2t/dx2 = 1/(d2x/dt2),

but that's not true

d2t/dx2 = d(dt/dx)/dx = 1/(dx/d(dt/dx)), and that's about as far as you can go :redface:

instead, use d2x/dt2 = dv/dt = dv/dx dx/dt = v dv/dx :smile:
 
Thanks. I had doubts but
I just got carried away because its easy to solve after making that wrong step :D

I finally made the substitution you suggested and got an integral of form

[tex]A \int_{0}^{d} \sqrt{\frac{x}{d-x}} dx =t[/tex]

And I solved it to get

[tex]t = \frac{\pi d}{2} \frac{1}{\sqrt{2G(m_{1}+m_{2})d}}[/tex]

Which is the answer. I throughly liked it because, [tex]\pi[/tex] got involved even though point masses separated by a distance, Newton's gravitational law do not contain [tex]\pi[/tex]
:)
 
:biggrin:
I get the same answer by considering,

[tex]F = -kx[/tex]

and using

[tex]k = \frac{dF}{dx}[/tex]

[tex]==> k = \frac{2Gm_{1}m_{2}}{x^3}[/tex]

and

[tex]T = {2 \pi} \sqrt { \frac{\mu}{k}}[/tex]

At

[tex]\frac{T}{4}[/tex]

Collison occurs, so [tex]t = \frac{T}{4} = {\frac{\pi d}{2}}{\frac{1}{\sqrt{2G(m_{1}+m_{2})d}}}[/tex] Which is same as the above answer. How does this approach work even though k is not a constant and this is not a simple harmonic motion?
Can I use this approach for any time varying force?
 
Last edited: