Math Problem Statement

Two objects initially at rest in space separated by a distance of r_0. Find a function for r(t)

Solution

To derive a function for the distance r(t)r(t) between two objects initially at rest and separated by a distance r0r_0 in space, we assume that gravitational attraction is the only force acting between the objects. We'll proceed based on Newton's law of gravitation and his second law of motion.

Problem Assumptions:

  • Two masses m1m_1 and m2m_2 are initially at rest in space.
  • They are separated by an initial distance r0r_0.
  • The only force acting between the two objects is gravity.

Newton's Law of Gravitation:

The gravitational force between two masses is given by:

F=Gm1m2r2F = \frac{G m_1 m_2}{r^2}

where:

  • GG is the gravitational constant,
  • m1m_1 and m2m_2 are the masses of the two objects,
  • rr is the distance between them at time tt.

Newton's Second Law of Motion:

The acceleration aa experienced by mass m1m_1 due to the gravitational force is:

F=m1a1=m1d2rdt2F = m_1 a_1 = m_1 \frac{d^2 r}{dt^2}

So, equating the force from gravity to the acceleration, we get:

m1d2rdt2=Gm1m2r2m_1 \frac{d^2 r}{dt^2} = \frac{G m_1 m_2}{r^2}

Dividing both sides by m1m_1, we obtain:

d2rdt2=Gm2r2\frac{d^2 r}{dt^2} = \frac{G m_2}{r^2}

This is a second-order nonlinear differential equation for r(t)r(t), which describes the motion of the two objects.

Energy Consideration (Alternative Approach):

We can also use the conservation of energy to simplify this problem. Initially, the objects are at rest, so the total mechanical energy EE is purely potential:

E=U=Gm1m2r0E = U = - \frac{G m_1 m_2}{r_0}

At any later time, the total mechanical energy EE is the sum of the kinetic and potential energy:

E=12m1(drdt)2Gm1m2rE = \frac{1}{2} m_1 \left( \frac{dr}{dt} \right)^2 - \frac{G m_1 m_2}{r}

Since total energy is conserved, we can set the initial energy equal to the energy at any time tt:

Gm1m2r0=12m1(drdt)2Gm1m2r- \frac{G m_1 m_2}{r_0} = \frac{1}{2} m_1 \left( \frac{dr}{dt} \right)^2 - \frac{G m_1 m_2}{r}

Dividing by m1m_1, we get:

Gm2r0=12(drdt)2Gm2r- \frac{G m_2}{r_0} = \frac{1}{2} \left( \frac{dr}{dt} \right)^2 - \frac{G m_2}{r}

Rearranging this, we get:

12(drdt)2=Gm2rGm2r0\frac{1}{2} \left( \frac{dr}{dt} \right)^2 = \frac{G m_2}{r} - \frac{G m_2}{r_0}

Multiplying by 2:

(drdt)2=2Gm2(1r1r0)\left( \frac{dr}{dt} \right)^2 = 2 G m_2 \left( \frac{1}{r} - \frac{1}{r_0} \right)

Taking the square root:

drdt=2Gm2(1r1r0)\frac{dr}{dt} = \sqrt{2 G m_2 \left( \frac{1}{r} - \frac{1}{r_0} \right)}

This is a separable differential equation, and we can integrate it to find r(t)r(t). Rearranging, we have:

dr1r1r0=2Gm2dt\frac{dr}{\sqrt{\frac{1}{r} - \frac{1}{r_0}}} = \sqrt{2 G m_2} \, dt

This integral will give you the exact form of r(t)r(t), though solving it involves elliptical integrals.

In summary:

The distance function r(t)r(t) is governed by the equation

drdt=2Gm2(1r1r0)\frac{dr}{dt} = \sqrt{2 G m_2 \left( \frac{1}{r} - \frac{1}{r_0} \right)}

and requires integration to express rr explicitly as a function of tt.

Would you like me to go further into solving this integral? Also, here are five questions to deepen your understanding:

  1. How does this equation change if the masses are not equal?
  2. What happens to r(t)r(t) as tt \to \infty?
  3. How does the inclusion of additional forces (e.g., a repulsive force) modify the equation?
  4. Can this system reach an equilibrium state?
  5. How would relativistic effects alter the outcome?

Tip: In complex systems, energy conservation often simplifies the process of solving motion equations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Newton's Law of Gravitation
Newton's Second Law of Motion
Differential Equations
Conservation of Energy

Formulas

F = G * m1 * m2 / r^2
F = m1 * d^2r/dt^2
-G * m1 * m2 / r0 = (1/2) * m1 * (dr/dt)^2 - G * m1 * m2 / r
dr/dt = sqrt(2 * G * m2 * (1/r - 1/r0))

Theorems

Newton's Law of Universal Gravitation
Conservation of Mechanical Energy

Suitable Grade Level

University Level (Physics/Math)