Falling under gravity with decreasing r

In summary, if you drop an object from a great height with no air resistance. e.g. 1000 km above the moon, it will take approximately 2 seconds to hit the surface.
  • #1
numberjuggler
1
0
If you drop an object from a great height with no air resistance. e.g. 1000 km above the moon. How long will it take to hit the surface?

(GM[itex]_{}1[/itex]M[itex]_{}2[/itex])/r[itex]^{}2[/itex] = M[itex]_{}2[/itex]a

r[itex]^{}..[/itex]=k/r[itex]^{}2[/itex]

Hmm this is my first post, not quite getting the symbols.

"The second derivative of r is equal to a constant divided by r squared"

So presumably you integrate that nonlinear differential equation. Somehow.

This is quite an obvious question. It seems like something Isaac Newton would have asked when he first discovered the equations of gravity. A really classic piece of physics. But I can't seem to calculate the answer or find it anywhere.
 
Physics news on Phys.org
  • #2
$$\ddot{r}=\frac{-k}{r^2}$$
As code: $$\ddot{r}=\frac{-k}{r^2}$$

Or, in ASCII: d^2/dt^2 r = -k/r^2

The minus sign gives the usual convention that r is the (positive) radius and k is positive, too.

With energy conservation, you can calculate the velocity for every point of your motion. The inverse velocity is "time per length" - if you integrate that over the length of the motion, you get the total time.
 
  • #3
Here is a rule which can be useful sometimes.
[itex]\ddot{r} = \frac{dv}{dt} = \frac{dv}{dr}\frac{dr}{dt} =\frac{dv}{dr} v [/itex]

Applying this to this situation:
[itex]\frac{dv}{dr} v = - \frac{k}{r^2}[/itex]

[itex]v \mathop{dv}= - \frac{k}{r^2}\mathop{dr}[/itex]

[itex]\frac{v^2}{2} = \frac{k}{r} + C_1 [/itex]
We want that at [itex]r_0[/itex], the velocity is zero
[itex]\frac{v^2}{2} = \frac{k}{r} - \frac{k}{r_0}[/itex]

Next I used the fact that the velocity of the falling object will be negative.

[itex]v = \frac{dr}{dt} = - \sqrt{\frac{k}{r} - \frac{k}{r_0}}\;\;\;\; r < r_0 [/itex]

[itex]-\int_{r_0}^{r_1} \frac{dr}{\sqrt{\frac{k}{r} - \frac{k}{r_0}}} = \int_0^t dt'\;\;\;\; r_1 < r_0 [/itex]
So the time would be
[itex]t = -\frac{1}{\sqrt{k}}\int_{r_0}^{r_1}
\frac{dr}{\sqrt{\frac{1}{r} - \frac{1}{r_0}}} \;\;\;\; r_1 < r_0 [/itex]
Now comes the task of finding this integral.

[itex]x = \frac{1}{r} \;\;\;\; dx = -\frac{dr}{r^2}[/itex]

[itex]dr = -r^2 dx = -\frac{dx}{x^2}[/itex]

[itex]-\int \frac{dr}{\sqrt{\frac{1}{r} - \frac{1}{r_0}}} = \int \frac{dx}{x^2\sqrt{x - \frac{1}{r_0}}} [/itex]

Many steps omitted. Integral obtained using Wolfram Alpha.

[itex]\int \frac{dx}{x^2\sqrt{x - \frac{1}{r_0}}} [/itex][itex]= \frac{r_0
\sqrt{x - \frac{1}{r_0}} }{ x} +r_0^{3/2}tan^{-1}\left(\sqrt{r_0}\sqrt{x - \frac{1}{r_0}}\right)[/itex]

substituting back for x:
[itex] = rr_0\sqrt{\frac{1}{r} - \frac{1}{r_0}} +r_0^{3/2}tan^{-1}\left(\sqrt{r_0}\sqrt{\frac{1}{r} - \frac{1}{r_0}}\right)[/itex]

note that this will in fact be zero at [itex]r = r_0[/itex] so we have

[itex]t = \frac{1}{\sqrt{k}} \left[ r_0r_1\sqrt{\frac{1}{r_1} - \frac{1}{r_0}} +r_0^{3/2}tan^{-1}\left(\sqrt{r_0}\sqrt{\frac{1}{r_1} - \frac{1}{r_0}}\right) \right] \;\;\;\; r_1 < r_0[/itex]

I am not sure that I have not made a mistake. One thing you could do to check this is to compare it to the falling time for constant acceleration and see if it is close for small distances.

[itex]t = \sqrt{\frac{2(r_0 - r_1)}{g}} = \sqrt{\frac{2r_0^2(r_0 - r_1)}{k}} \;\;\;\; r_1 < r_0[/itex]
 
  • #4
Sorry, I was missing a [itex]\sqrt{2}[/itex].

[itex]t = \frac{1}{\sqrt{2k}} \left[ r_0r_1\sqrt{\frac{1}{r_1} - \frac{1}{r_0}} +r_0^{3/2}tan^{-1}\left(\sqrt{r_0}\sqrt{\frac{1}{r_1} - \frac{1}{r_0}}\right) \right] \;\;\;\; r_1 < r_0[/itex]
 
  • #5
Maybe I'm not thinking about it the right way.

I can provide a response to this content by using the principles of physics and mathematical equations. When an object is dropped from a great height with no air resistance, it will experience a constant acceleration due to the force of gravity. This acceleration can be calculated using the equation F=ma, where F is the force of gravity, m is the mass of the object, and a is the acceleration.

In this case, the force of gravity can be expressed as GMm/r^2, where G is the gravitational constant, M is the mass of the moon, and r is the distance between the object and the center of the moon.

By substituting this into the equation F=ma, we can rewrite it as GMm/r^2=ma. Since we are assuming no air resistance, we can also assume that the mass of the object remains constant. This allows us to rearrange the equation to get a=GM/r^2.

Now, we can use the equation for acceleration to calculate the time it takes for the object to hit the surface of the moon. This can be done by using the equation v=at, where v is the final velocity of the object and t is the time it takes to reach that velocity.

Since the object starts with an initial velocity of 0, we can rewrite the equation as v=at=GMt/r^2. We can also use the equation for displacement, s=ut+1/2at^2, where u is the initial velocity and s is the distance traveled, to get s=1/2GMt^2/r^2.

Finally, we know that at the surface of the moon, the distance traveled is equal to the radius of the moon, so we can set s equal to the radius and solve for t. This gives us t=√(2r^3/GM), where r is the radius of the moon.

Using this equation, we can calculate the time it takes for an object to fall from 1000 km above the moon's surface. Plugging in the values for the moon's mass and radius, we get t=√(2(1000km)^3/(6.67x10^-11 Nm^2/kg^2)(7.35x10^22 kg))= 1.4 hours.

Therefore, it would take approximately 1.4 hours for an
 

Related to Falling under gravity with decreasing r

1. How does the distance from the center of gravity affect falling under gravity?

The closer an object is to the center of gravity, the stronger the gravitational force pulling it towards the center. This means that the further an object falls from the center of gravity, the slower it will accelerate due to gravity.

2. Does the shape or mass of an object affect its falling speed under gravity?

The shape or mass of an object does not affect its falling speed under gravity. All objects, regardless of shape or mass, will accelerate towards the center of gravity at the same rate (9.8 m/s2 on Earth).

3. How does falling under gravity with decreasing r relate to circular motion?

Falling under gravity with decreasing r can be seen as a form of circular motion. As an object falls towards the center of gravity, it continuously changes direction, resulting in a circular motion. This is why objects in orbit around a planet are constantly falling towards the planet, but their tangential velocity prevents them from crashing into the surface.

4. How does air resistance affect falling under gravity with decreasing r?

Air resistance can slow down the falling speed of an object, especially for objects with larger surface areas. However, in the absence of air resistance, all objects will still accelerate at the same rate towards the center of gravity.

5. Is the acceleration due to gravity constant for all objects regardless of their position?

Yes, the acceleration due to gravity is constant for all objects regardless of their position. This is because the gravitational force between two objects is dependent on their masses and the distance between them, but the acceleration due to gravity is only dependent on the mass of the larger object and the distance between the two objects.

Similar threads

Replies
17
Views
5K
Replies
43
Views
6K
Replies
2
Views
14K
Replies
1
Views
1K
Replies
3
Views
1K
Replies
1
Views
983
Replies
18
Views
4K
Back
Top