Time for Gravity to force two objects in a vacuum together

Click For Summary

Discussion Overview

The discussion revolves around calculating the time it takes for two 10 kg objects, initially 10 meters apart in a vacuum, to collide due to their mutual gravitational attraction. Participants explore various mathematical approaches and physical principles related to gravitational force and motion, including differential equations and energy conservation.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant proposes using Newton's law of gravitation and kinematic equations to estimate the time for the objects to collide, suggesting it would take approximately 108 seconds.
  • Another participant challenges this approach, arguing that acceleration is not constant and that a differential equation must be set up to solve the problem, leading to a different expression for time.
  • There is a repeated assertion that the correct time expression should be t = (2/3√(G(m1+m2)))(x0)^(3/2), which yields a time of about 6E6 seconds when calculated.
  • One participant acknowledges their earlier mistake in calculations and notes that their answer differed from another's by a factor, indicating a potential connection between the two methods despite different approaches.
  • Another participant suggests that considering total energy as a constant could simplify the integration process for the problem.
  • Further mathematical expressions are shared, detailing kinetic and potential energy relationships and their integration to find time.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correct method or final answer, with multiple competing views and approaches presented throughout the discussion.

Contextual Notes

The discussion involves varying assumptions about acceleration and the need for integration, which are not fully resolved. The mathematical steps and physical principles are complex and depend on the definitions and methods chosen by participants.

ladyy603
Messages
2
Reaction score
0
If I have two, 10 kg objects, 10 meters apart, in a vacuum, How long will it take for the gravitational force between them to pull them together so that there is no room between?

Please help I have been trying to figure how to do this math forever! I know the physics formula for the gravitational force is G(6.67x10^-11)m1m2/d^2... So i think you need to find the second integral? of 6.67*10^-10/(10-2p)^2 to find the time.
 
Physics news on Phys.org
It's not as hard as it seems. From Newton's law of gravitational force you have:

[itex]\vec{F}[/itex]1→2=-G (m1m2)/(d)2 [itex]\widehat{d}[/itex] = -[itex]\vec{F}[/itex]2→1

Now, from Newton's equations (of dynamics and cinematics) you can also get the following:

[itex]\vec{F}[/itex]=m[itex]\vec{a}[/itex]

x(t)=x0+v0t+(1/2)at2

I'm assuming you're considering 1D movement (along the x axis) and that v0=0 m.s-1. You will need to solve for a (with both objects):

[itex]\vec{a}[/itex]1=[itex]\vec{F}[/itex]2→1/m1 [itex]\Leftrightarrow[/itex] [itex]\vec{a}[/itex]1= G (m2)/(d)2 [itex]\widehat{d}[/itex]
[itex]\vec{a}[/itex]2=[itex]\vec{F}[/itex]1→2/m2 [itex]\Leftrightarrow[/itex] [itex]\vec{a}[/itex]2=-G (m1)/(d)2 [itex]\widehat{d}[/itex]

Considering object 1 at the origin and object 2 at distance d from the origin:

x1(t)=(1/2)a1t2 [itex]\Leftrightarrow[/itex] x1(t)=(1/2)G(m2)/(d)2 t2
x2(t)=d+(1/2)a2t2 [itex]\Leftrightarrow[/itex] x2(t)=d-(1/2)G(m1)/(d)2 t2

Finally, you equate both expressions (x1(t)=x2(t)) and you get:

t=((2d3/(G(m1+m2)))(1/2)

From that result you realize that the time it'll take for the two objects to come together (collide) is aproximately 108 seconds (about 3 years!), which is comprehensible acounting for the mass of both objects (20kg).
 
Mathoholic's answer is incorrect. When you write, x(t)=x0+v0t+(1/2)at^2, this assumes that a is constant, which it isn't in this problem. Since a is also varying with time, you have to set up a differential equation and integrate, as the OP said. If you write x as the particle separation, then since particle m1 experiences an acceleration:
[tex]m_1 \ddot x = \frac{G m_1 m_2}{x^2}[/tex]
and similarly for m2, if you add these together, you get:
[tex]\ddot x = \frac{G (m_1+m_2)}{x^2}[/tex]
Since you can write:
[tex]\ddot x = \dot x \frac{d \dot x}{dx}[/tex]
You can integrate once to get xdot as a function of x, then integrate a second time to get x as a function of t. I don't want to do the problem for you - can you try it yourself? By the way, I think Mathoholic also did the numbers wrong. I get that the final answer should be:
[tex]t = \frac{2}{3 \sqrt{G(m_1+m_2)}}(x_0)^{3/2}[/tex]
which, when I put in the numbers, comes out about 6E6 seconds.
 
phyzguy said:
Mathoholic's answer is incorrect. When you write, x(t)=x0+v0t+(1/2)at^2, this assumes that a is constant, which it isn't in this problem. Since a is also varying with time, you have to set up a differential equation and integrate, as the OP said. If you write x as the particle separation, then since particle m1 experiences an acceleration:
[tex]m_1 \ddot x = \frac{G m_1 m_2}{x^2}[/tex]
and similarly for m2, if you add these together, you get:
[tex]\ddot x = \frac{G (m_1+m_2)}{x^2}[/tex]
Since you can write:
[tex]\ddot x = \dot x \frac{d \dot x}{dx}[/tex]
You can integrate once to get xdot as a function of x, then integrate a second time to get x as a function of t. I don't want to do the problem for you - can you try it yourself? By the way, I think Mathoholic also did the numbers wrong. I get that the final answer should be:
[tex]t = \frac{2}{3 \sqrt{G(m_1+m_2)}}(x_0)^{3/2}[/tex]
which, when I put in the numbers, comes out about 6E6 seconds.

Yes, I understand my mistake (how could've I forgotten?!), nevertheless, our answers only differed by a factor of (≈(2/(3(2)(.5))) , which is interesting given we took different paths. Also, I think it's 6E5. When I first computed my expression I didn't use any calculator so (1E8) drifted a bit from the right answer (scumbag brain).
 
Last edited:
Thank you both! I will try to solve this but I am still shaky on my calculus. I haven't really learned integrals, but have a basic idea of how to do them and am trying to teach myself. I calculated how long it would take IF accelertion was constant and i got a little over a week... I will keep working!
 
It's easier if one notes that the total energy E is a constant of the motion (thereby providing one of the integrals right off the bat).
 
Like so:

K1=(.5)m1v2
K2=(.5)m2v2

U1(x)=G(m1m2)/(x)
U2(x)=G(m1m2)/(x)

K1=-U1(x) → (.5)m1(dx/dt)2=-Gm1m2/x
K2=-U2(x) → (.5)m2(dx/dt)2=-Gm1m2/x

Sum on both sides and reverse the equation:

(dt/dx)2=x/(G(m1+m2)) → dt=(x/(G(m1+m2)))(.5)dx
t0t[itex]\int[/itex]dt=x0x[itex]\int[/itex](x/(G(m1+m2)))(.5)dx → t=(2/3)(x0)(3/2)/(G(m1+m2))(.5)

When you integrate, t0 and x (on the limit) are considered to be equal to zero.
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 51 ·
2
Replies
51
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 69 ·
3
Replies
69
Views
8K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 128 ·
5
Replies
128
Views
12K