Confused on escape velocity derivation

Click For Summary

Homework Help Overview

The discussion revolves around the derivation of the escape velocity formula, specifically v = √(2GM/R). Participants express confusion regarding the application of different formulas and concepts, such as kinetic energy and gravitational force, in deriving this equation. There is also a distinction made between escape velocity and the velocity required to reach orbit.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the relationship between work, force, and energy in the context of escape velocity. They question the validity of using different formulas, such as F = mv²/R versus kinetic energy, and discuss the implications of these choices on the derived equations. Some participants also mention the need for calculus in the derivation process.

Discussion Status

The conversation is ongoing, with various interpretations and approaches being explored. Some participants have offered derivations and insights, while others express uncertainty about the concepts being discussed. There is no explicit consensus, but productive dialogue is occurring regarding the derivation methods.

Contextual Notes

Participants note that the gravitational force varies with distance, which complicates the derivation of escape velocity. There is also mention of potential energy and its role in understanding the escape velocity concept, indicating that assumptions about the formulas used are under scrutiny.

bobbricks
Messages
32
Reaction score
0
I'm confused on how you get the formula v=root(2GM/R²). I know you can use work=forcexdisplacement (W=Fd) so F=W/d.
W=½mv² and R=d. Hence, F=½mv²/R
Equate that to F=GmM/R² and rearrange to get v=root(2GM/R²).

That makes sense as it involves the kinetic energy needed/work done in reaching orbit (or is it for escaping orbit?).

However, why can't you use the formula F=mv²/R and equate that to F=GMm/R² ? It gives you v=root(GM/R²). That's slightly different to the formula that involves kinetic energy.
 
Physics news on Phys.org
bobbricks said:
I'm confused on how you get the formula v=root(2GM/R²). I know you can use work=forcexdisplacement (W=Fd) so F=W/d.
W=½mv² and R=d. Hence, F=½mv²/R
Equate that to F=GmM/R² and rearrange to get v=root(2GM/R²).

That makes sense as it involves the kinetic energy needed/work done in reaching orbit (or is it for escaping orbit?).

However, why can't you use the formula F=mv²/R and equate that to F=GMm/R² ? It gives you v=root(GM/R²). That's slightly different to the formula that involves kinetic energy.
I would use the following formula were I to derive the escape velocity formula:
\frac{1}{2}m{v_1}^2 - G\frac{mM_E}{r_1} = \frac{1}{2}m{v_1}^2 - G\frac{mM_E}{r_2}
The above equation can be derived using some integration and the W=fd equation (I won't post it because perhaps the class is not calculus based). If you would like to see the derivation, let me know.
We can make some changes to the above equation for the case of escape velocity though:
\frac{1}{2}m{v_{esc}}^2 - G\frac{mM_E}{r_E} = 0 + 0
Rearrange the above equation and you should arrive at the equation for escape velocity
 
Last edited:
"Escape velocity" is NOT the initial speed required to reach orbit. Reaching orbit is not "escaping". "Escaping" means escaping entirely from the planet's gravitational influence. And, since the gravitational field extends to infinity, that means having initial velocity sufficient to coast to infinity.
 
For derivation, I've been taught to use the kinetic energy formula, calculate work done on moving R, then equate it to the universal law of gravitation formula and end with v=root(2GM/R). Why does using kinetic energy give you the right formula (I.e. why do you do that/what does it show?)

However, using the formula F=mv²/R instead of the kinetic energy formula and equating that to F=GMm/R² gives you v=root(GM/R) instead. This is the wrong formula- what's the difference between using the F=mv²/r formula vs using the kinetic energy formula?
 
bobbricks said:
For derivation, I've been taught to use the kinetic energy formula, calculate work done on moving R, then equate it to the universal law of gravitation formula and end with v=root(2GM/R). Why does using kinetic energy give you the right formula (I.e. why do you do that/what does it show?)

However, using the formula F=mv²/R instead of the kinetic energy formula and equating that to F=GMm/R² gives you v=root(GM/R) instead. This is the wrong formula- what's the difference between using the F=mv²/r formula vs using the kinetic energy formula?
I'm sorry, I'm not 100% certain what you're asking. However, here is the derivation I would use:
\vec{F} = -G\frac{mM_E}{r^2} \hat{r}
The mass of Earth is (Me) and r is a unit vector. The force on some object of mass m is directed toward the center of the Earth (hence the minus sign). If, for instance, this object is a satellite, and said satellite moves from one point to another (it goes from r1 to r2) then work was done on this object. The work done is:
W = \int_{1}^{2} \vec{F} \cdot d\vec{l}
W = -GmM_E\int_{1}^{2} \frac{\hat{r}\cdot d\vec{l}}{r^2}
However:
\hat{r} \cdot d\vec{l} = dr
So our equation becomes:
W = -GmM_E \int_{r_1}^{r_2} \frac{dr}{r^2}
W = \frac{GmM_E}{r_2} - \frac{GmM_E}{r_1}
It is wise here to remember that the gravitational force (which is the force acting on our object) is conservative. Also remember that change in potential energy is equal to the negative of the work by some force. Therefore:
\Delta U = U_2 - U_1
\Delta U = -\frac{GmM_E}{r_2} + \frac{GmM_E}{r_1}
So now we can calculate the potential energy at some distance r from the center of the earth:
U(r) = - \frac{GmM_E}{r} + C
As usual, C is just some constant, for simplicity, set C=0 and the equation becomes:
U(r) = - \frac{GmM_E}{r}
Now we know that:
U=0 \hspace{2 mm} {at} \hspace{2 mm} r = \infty
For an object approaching earth, potential energy is decreasing and negative. If the object is near the surface of the earth, the above potential energy equation can be reduced to:
\Delta U = mg(y_2-y_1)
Therefore, we now have the equation I posted earlier, which can be reduced to the escape velocity equation:
\frac{1}{2}m{v_1}^2 - G\frac{mM_E}{r_1} = \frac{1}{2}m{v_2}^2 - G\frac{mM_E}{r_2} = c
I hope this clears up any problems you have understanding the derivation, and I'm sorry if this is information you already understand.
 
The gravitational force depends on distance. You cannot use the force at some point and then multiply it with an arbitrary distance to get the escape velocity. Sure, there is a specific distance value where this works just by coincidence, but that is not a derivation of the escape velocity.

To find the escape velocity, using the potential energy is by far the easiest way.
 
_N3WTON_ said:
I'm sorry, I'm not 100% certain what you're asking. However, here is the derivation I would use:
\vec{F} = -G\frac{mM_E}{r^2} \hat{r}
The mass of Earth is (Me) and r is a unit vector. The force on some object of mass m is directed toward the center of the Earth (hence the minus sign). If, for instance, this object is a satellite, and said satellite moves from one point to another (it goes from r1 to r2) then work was done on this object. The work done is:
W = \int_{1}^{2} \vec{F} \cdot d\vec{l}
W = -GmM_E\int_{1}^{2} \frac{\hat{r}\cdot d\vec{l}}{r^2}
However:
\hat{r} \cdot d\vec{l} = dr
So our equation becomes:
W = -GmM_E \int_{r_1}^{r_2} \frac{dr}{r^2}
W = \frac{GmM_E}{r_2} - \frac{GmM_E}{r_1}
It is wise here to remember that the gravitational force (which is the force acting on our object) is conservative. Also remember that change in potential energy is equal to the negative of the work by some force. Therefore:
\Delta U = U_2 - U_1
\Delta U = -\frac{GmM_E}{r_2} + \frac{GmM_E}{r_1}
So now we can calculate the potential energy at some distance r from the center of the earth:
U(r) = - \frac{GmM_E}{r} + C
As usual, C is just some constant, for simplicity, set C=0 and the equation becomes:
U(r) = - \frac{GmM_E}{r}
Now we know that:
U=0 \hspace{2 mm} {at} \hspace{2 mm} r = \infty
For an object approaching earth, potential energy is decreasing and negative. If the object is near the surface of the earth, the above potential energy equation can be reduced to:
\Delta U = mg(y_2-y_1)
Therefore, we now have the equation I posted earlier, which can be reduced to the escape velocity equation:
\frac{1}{2}m{v_1}^2 - G\frac{mM_E}{r_1} = \frac{1}{2}m{v_2}^2 - G\frac{mM_E}{r_2} = c
I hope this clears up any problems you have understanding the derivation, and I'm sorry if this is information you already understand.
That's great thanks (I wasn't shown that in school) :)
I thought you could literally equate ½mv²/R (work divided by displacement/radius) to GmM/R² and rearrange for v but it seems it was more involved than I initially thought.
 
bobbricks said:
That's great thanks (I wasn't shown that in school) :)
I thought you could literally equate ½mv²/R (work divided by displacement/radius) to GmM/R² and rearrange for v but it seems it was more involved than I initially thought.
Yeah it requires some calculus, there is probably another way to do it. However, I believe the derivation I showed is probably the easiest (or most intuitive). I will try to post a drawing to go along with the above derivation so that it is easier to understand..
 
Here is the drawing...
 

Attachments

  • photo.JPG
    photo.JPG
    28.4 KB · Views: 552
  • #10
A simple derivation is based on the total specific mechanical energy of the object. An object under the gravitational influence of another body of mass M has a specific mechanical energy:
$$\xi = \frac{v^2}{2} - \frac{GM}{r}$$
You can pick out the KE and PE contributions. This is just an expression of the conservation of energy for objects moving in the gravitational field.

Now, ##\xi## characterizes the nature of the orbit of the body:
  • ##\xi < 0## Body is gravitationally bound and has an orbit that is a circle, ellipse, or straight line (a so-called “degenerate” orbit where the object just moves radially).
  • ##\xi = 0## Body is unbound and will just escape. The orbit is either parabolic or degenerate.
  • ##\xi > 0## Body is unbound and will have either a hyperbolic or degenerate shape.

That middle case where ##\xi## is exactly zero defines the escape condition.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 39 ·
2
Replies
39
Views
4K
Replies
3
Views
3K
Replies
5
Views
2K
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
974
  • · Replies 11 ·
Replies
11
Views
3K