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.