Gravitational Force and initial velocity

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
4 replies · 2K views
FLms
Messages
18
Reaction score
0

Homework Statement



What is the motion of a body thrown upwards from the Earth's surface, with escape velocity as it's initial velocity. Disregard the air resistance.

Homework Equations



[tex]v_e = \sqrt{\frac{2 G M}{x}}[/tex]
[tex]F_g = \frac{G M m}{x^2}[/tex]

The Attempt at a Solution



I though this was a simple problem, by just applying Newton's 2nd Law of Motion.

[tex]m \frac{dv}{dt} = \frac{-G M m}{x^2}[/tex]

However, as the force F depends on the position, x(t) can be determined by solving the integral:

[tex]\int_{x_0}^{x} \frac{dx}{\pm \sqrt{(E + \frac{G M m}{x})}} = \sqrt{\frac{2}{m}} t[/tex]

I'm really lost here. How do I solve this?
And, by the way, shouldn't the Energy (E), in this case, be zero?

Any help appreciated.


PS: The correct answer is:

[tex]x (t) = (x_0^\frac{3}{2} + \frac{3}{2} \sqrt{2 G M} t)^\frac{2}{3}[/tex]
 
Physics news on Phys.org
That integral came up wrong.
[itex]x_0[/itex] and [itex]x[/itex] should be the limits of integration.
 
You seem to be most of the way there, except that I don't understand exactly how you set up your integral.

One way I can think of to do it is, starting from your Newton's 2nd law:
[tex]m \frac{dv}{dt} = \frac{-G M m}{x^2}[/tex]

Then using the fact dv/dt = dv/dx dx/dt = v dv/dx, which you probably also did, separate variables and integrate both sides:
[tex]\int v dv = \int -\frac{GM}{x^2} dx[/tex]

to get
[tex]\frac{1}{2} v^2 = \frac{GM}{x}[/tex]
This expression just expresses conservation of energy (-d(KE) = d(PE)) and satisfies the "escape velocity" condition of KE + PE = 0 at x0 (with no extra constant of integration).

Isolating and substituting v = dx/dt:
[tex]v = \sqrt{2GM} x^{-1/2} = dx/dt[/tex]

Now separate variables and integrate again, and determine your integration constant at x0.
 
Last edited:
I can't believe I missed a simple separated variables equation.
Thanks for your help.

olivermsun said:
You seem to be most of the way there, except that I don't understand exactly how you set up your integral.

The integral comes from the conservation of energy principle.

[tex]T + V(x) = E[/tex]
[tex]\frac{1}{2}m v^2 + V(x) = E[/tex]
[tex]v = \frac{dx}{dt} = \sqrt{\frac{2}{m}} [E - V(x)]^\frac{1}{2}[/tex]

Then, you can find [itex]x(t)[/itex] solving:

[tex]\sqrt{\frac{m}{2}} \int_{x_0}^{x} \frac{dx}{\sqrt{E - V(x)}} = t - t_0[/tex]

In this case, the potential energy [itex]V(x) = \frac{G M m}{x}[/itex]
 
Last edited: