Free-fall from space to earth surface

In summary, the problem involves an object being dropped from a distance of 3 earthradiuses from the center of the earth, starting with a velocity of 0. The goal is to determine the time it takes for the object to travel half the distance to the Earth and to hit the surface of the Earth. The given variables include EarthRadius, EarthMass, and Gamma. The equations used include F = m*a and m * a = (Gamma * EarthMass * m) / EarthRadius^2. Attempted solutions involved setting up a differential equation, using conservation of energy, and finding a relation between v and r.
  • #1
buksesele
7
0
1. The problem statement
A object is dropped into a free-fall from a distance of 3 earthradiuses from the center of the earth. Starting at a velocity of 0. How long time does it take for the object to travel the halv distance to Earth (that would be the length of one EarthRadius), and how long would it take before the object hit the surface of the earth?Variables and given/known data
EarthRadius = 6.37*10^6
EarthMass = 5.97*10^24
Gamma = 6.67*10^(-11)

Gravity at EarthRadius = 9.8 m/s^2
Gravity at 2*EarthRadius = 1/4 * 9.8 m/s^2
Gravity at 3*EarthRadius = 1/9 * 9.8 m/s^2

Homework Equations


F = m*a

m * a = (Gamma * EarthMass * m) / EarthRadius^2

The Attempt at a Solution



I've tried set up a differential equation, but I don't get a answer that is correct, so I am pretty stuck.

m * a = (Gamma * EarthMass * m) / EarthRadius^2
(divide by m on both sides and get this)
a = (Gamma * EarthMass) / EarthRadius^2

Then I substitute a with d^2*EarthRadius / dt^2

and finally get:
(Gamma * EarthMass) / EarthRadius^2 = (d^2*EarthRadius) / dt^2

Then I set to initial conditions:
i) the object starting speed is 0 -> Diff(EarthRadius)(0) = 0
ii) and the object stop at EarthRadius -> EarthRadius(0) = EarthRadius

But I can't get the answer right, so I am pretty stuck.

I've calculated that the time it will take for the object to hit the surface of Earth must be at least 1100 seconds and not more then 3400 seconds. This because the accelration at 1*EarthRadius from the centre of Earth is 9.8 m/s^2 and at 3*EarthRadius from the centre of Earth is 1/9*9.8 m/s^2ANY help and tips will be appriciated :)
 
Physics news on Phys.org
  • #2
Tough one. I think you'll HAVE to set up a differential equation. Use gravitational potential energy to find the velocity v as a function of distance r. Then write v as dr/dt and do separation of variables. It's still kind of nasty. Anyone have a better idea?
 
  • #3
Two differentials? one from 0 to terminal velocity and then a straight forward differential with constant velocity? sum them? Just guessing really, your teacher must be a real bstrd.:eek: I yield the floor to the experts.:/
 
Last edited:
  • #4
buksesele said:
1. The problem statement
A object is dropped into a free-fall from a distance of 3 earthradiuses from the center of the earth. Starting at a velocity of 0. How long time does it take for the object to travel the halv distance to Earth (that would be the length of one EarthRadius), and how long would it take before the object hit the surface of the earth?


Variables and given/known data
EarthRadius = 6.37*10^6
EarthMass = 5.97*10^24
Gamma = 6.67*10^(-11)

Gravity at EarthRadius = 9.8 m/s^2
Gravity at 2*EarthRadius = 1/4 * 9.8 m/s^2
Gravity at 3*EarthRadius = 1/9 * 9.8 m/s^2


Homework Equations


F = m*a

m * a = (Gamma * EarthMass * m) / EarthRadius^2

The Attempt at a Solution



I've tried set up a differential equation, but I don't get a answer that is correct, so I am pretty stuck.

m * a = (Gamma * EarthMass * m) / EarthRadius^2
(divide by m on both sides and get this)
a = (Gamma * EarthMass) / EarthRadius^2

Then I substitute a with d^2*EarthRadius / dt^2

and finally get:
(Gamma * EarthMass) / EarthRadius^2 = (d^2*EarthRadius) / dt^2

Then I set to initial conditions:
i) the object starting speed is 0 -> Diff(EarthRadius)(0) = 0
ii) and the object stop at EarthRadius -> EarthRadius(0) = EarthRadius

But I can't get the answer right, so I am pretty stuck.

I've calculated that the time it will take for the object to hit the surface of Earth must be at least 1100 seconds and not more then 3400 seconds. This because the accelration at 1*EarthRadius from the centre of Earth is 9.8 m/s^2 and at 3*EarthRadius from the centre of Earth is 1/9*9.8 m/s^2


ANY help and tips will be appriciated :)

The first thing that comes to my mind is to do the following:

Instead of [itex] F = m \frac{d^2 r}{dt^2} [/itex] I would write [itex] F = m \frac{d v}{dt} [/itex] so that you work with a first order DE instead of a second order one. Next, in order to solve this, you need a relation between v and r. This you can obtain by using conservation of energy. Then you get a first order DE for v(t). That's easy to solve. Once you have the function v(t), you are basically done. Using again conservation of energy, find the speed of the object when it is at the two points you are interested in. Then use your function v(t) to solve for the time t.

Does that makes sense?

Hope it helps.

Patrick
 
  • #5
buksesele said:
1. The problem statement
I've calculated that the time it will take for the object to hit the surface of Earth must be at least 1100 seconds and not more then 3400 seconds. This because the accelration at 1*EarthRadius from the centre of Earth is 9.8 m/s^2 and at 3*EarthRadius from the centre of Earth is 1/9*9.8 m/s^2


ANY help and tips will be appriciated :)

I think you dropped a factor of [itex] {\sqrt 2} [/itex]. The answer should be between 1600 and 4800 seconds. (the equation is [itex] t = {\sqrt{\frac{2 \Delta x}{a_x}}}[/itex], right? And your delta x is twice the radius of the Earth.


I did the calculation the way I described in my previous post and got
[tex] \frac{R_E^{3/2}}{\sqrt{G M}} (\sqrt{3} + \frac{3\sqrt{3}}{\sqrt{2}} tan^{-1} (\sqrt{2}) ) \approx 4200 seconds [/tex]

Patrick
 
  • #6
Schrodinger's Dog said:
Two differentials? one from 0 to terminal velocity and then a straight forward differential with constant velocity? sum them? Just guessing really, your teacher must be a real bstrd.:eek: I yield the floor to the experts.:/

It's really not that bad (see my two previous posts). I did it while taking a short break from my marking. So I think the prof deserves an apology :wink:

It is much more challenging if the two masses are comparable (so that we must take into account the fact that both objects are in motion) but it still not that difficult.

Regards

Patrick
 
  • #7
Hi, thank you for your help

Remember that the accelration isn't constant.

We are having trouble finding v(t), this is how we have tried:

F = m * a
F = m * dv/dt

Conversation of Energy:
F = m*g + 1/2*m*v^2

Then we set:
m*dv/dt = m*g + 1/2*m*v^2

Divide by m on both sides, and we get:
dv/dt = g + 1/2*v^2

We are trying to find v(t) using a differintial equation, but are stuck.

Can anybody give us some hints on how to find v(t)Edit: We have found the speed of the object when it hit the surface of earth, we found it like this using Maple:

restart:
Gamma:=6.67*10^(-11);
mj:=5.97*10^24;
Rj:=6.37*10^6;
W:=int((Gamma*(mj*m)/r^2),r=Rj..3*Rj);

v:=solve((0.5*m*v^2)=W,v);

The speed is 9129 m/s when it hit the surface of earth, and the starting speed is 0 m/s
 
Last edited:
  • #8
Check your units. The 'conservation of energy' statement is mixing forces and energies (ie it's wrong). What you want is a statement equating a change in potential energy with a change in kinetic energy. You want an equation giving v as a function of r. On the other hand, your MATLAB solution looks relatively ok. Do the same thing to get the value of v at any r.
 
  • #9
I give up!
 
  • #10
buksesele said:
Hi, thank you for your help

Remember that the accelration isn't constant.
Of course the acceleration is not constant! My derivation does not assume that at all. I only assumed one thing: that the mass of the object falling is negligible compared to the mass of the Earth (so that I could neglect the acceleration of the Earth). It's a bit more involved to take the acceleration of the Earth into account but is not too bad. If you want to take into account the acceleration of the Earth, let us know.

By the way, I might have made a sign mistake in my calculation, I will check and let you know.
EDIT: No, my solution looks correct
We are having trouble finding v(t), this is how we have tried:

F = m * a
F = m * dv/dt

Conversation of Energy:
F = m*g + 1/2*m*v^2
:confused: :confused: :confused: This is not the equation for conservation of energy! This equation mixes forces and energy.
Then we set:
m*dv/dt = m*g + 1/2*m*v^2

This is wrong as well. You seem to be confusing forces and energy!


The correct equations are

Force equation:
[tex] m \frac{dv}{dt} = \frac{G m M}{r^2} [/tex]
and the conservation of energy (assuming an initial speed of zero):
[tex] \frac{1}{2} m v_f^2 - \frac{G m M}{r_f} = - \frac{G m M}{r_i} [/tex]
where r_f and r_i are the final and initial distances of the object from the center of the Earth. The mass "m" of the object cancels out completely.

You don't need Maple to find the speed of the object when it strikes the Earth! Just plug [itex] r_i = 3 R_E [/itex] and [itex] r_f = R_E [/itex] in the equation for conservation of energy to find [itex] v_f [/itex].

To solve the problem, just use conservation of energy to find the relation between v and r. Use that to write r in terms of v in the force equation. That gives a simple differential equation for v(t) that can be solved with a table of integrals or even by hand.

Patrick
 
Last edited:
  • #11
I give up is the wrong answer! What are the expressions for kinetic energy and gravitation potential energy?
 
  • #12
Hi

We got it finally working now, big thanks to everybody that have helped us, especially you Patrick/nrqed. We wasted a lot of hours with d^2*r/dt^2

We will post the enitre solution (even though it's almost here already) tomorrow in case somebody else on the forum might have use for it some time later.
 
  • #13
buksesele said:
Hi

We got it finally working now, big thanks to everybody that have helped us, especially you Patrick/nrqed. We wasted a lot of hours with d^2*r/dt^2

::wink: You are very welcome. I take it that you got the same answer I got? (I did the calculation very quickly so I am glad you rederived it by yourself).
It is noce to be thanked for helping, so I appreciate your post.

Patrick
 
  • #14
If you want to check, I got 3221 and 4228 secs for the two fall times.
 
  • #15
Once again, thanks for all your help. We couldn't do it without you guys.

Thanks for your reply Dick, we used Maple to calculate the time and we got 3217 seconds half way and 4223 seconds to hit the surface of Earth.

Here are ours solution as promised, we post screenshots from Maple so you can see what we have done and what answers we got.

http://img212.imageshack.us/img212/930/maplecodedy4.png
 
Last edited by a moderator:

Related to Free-fall from space to earth surface

1. What is free-fall from space to earth surface?

Free-fall from space to earth surface is when an object, such as a spacecraft or a person, enters the Earth's atmosphere and falls towards the surface without any propulsion or resistance.

2. How long does it take to free-fall from space to earth surface?

The duration of free-fall from space to earth surface can vary depending on the starting altitude and the mass of the object. However, on average, it takes about 5-10 minutes for an object to free-fall from space to earth surface.

3. What happens during free-fall from space to earth surface?

During free-fall from space to earth surface, the object experiences a rapid increase in speed due to the force of gravity. As it enters the Earth's atmosphere, it also experiences air resistance, which can cause it to slow down and eventually land on the surface.

4. Can a person survive free-fall from space to earth surface?

It is possible for a person to survive free-fall from space to earth surface, but it would require proper equipment and training. The rapid increase in speed and the extreme forces experienced during re-entry can be dangerous for an untrained individual.

5. What are the potential risks of free-fall from space to earth surface?

The potential risks of free-fall from space to earth surface include extreme temperatures, high levels of G-force, and the possibility of the object burning up or breaking apart during re-entry. There is also a risk of landing in an unpredictable location, such as in the ocean or in a remote area.

Similar threads

  • Programming and Computer Science
Replies
7
Views
1K
  • Special and General Relativity
Replies
12
Views
2K
Replies
12
Views
1K
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
21
Views
246
Replies
3
Views
936
  • Advanced Physics Homework Help
Replies
1
Views
970
  • Advanced Physics Homework Help
Replies
32
Views
2K
  • Introductory Physics Homework Help
Replies
6
Views
830
  • Special and General Relativity
Replies
2
Views
620
Back
Top