0

I am really bothered about how we can derive the equation of projectile motion.

Suppose a point mass will move in the gravitational field of the Earth according to the equation $$\ddot R =-\frac{GM_eR}{|R|^3},$$ where $R$ is the position vector of the point mass measured from the center of the Earth, $G$ is the universal gravitational constant. Consider the initial data $R(0)=(0,0,R_e+h),\dot R(0)=v$, where $R_e$ is the radius of the Earth.

If I assume $r=R-R_e(0,0,1)$. Then how can we derive the projectile motion $\ddot r=-g, r(0)=(0,0,h),\dot r(0)=v$ from the above information? Is there a first order correction about the formula?

Qmechanic
  • 220,844
Sherry
  • 173

2 Answers2

2

You are specifically asking about a first order correction to the formula.

Starting from

$$F = \frac{GMm}{(R+h)^2}$$

for the projectile at height $h$, we can rearrange this as

$$F = \frac{GMm}{R^2}\frac{1}{(1+\frac{h}{R})^2}$$

When $h\ll R$ we can use a first order Taylor expansion to write

$$F = \frac{GMm}{R^2}\left(1-\frac{2h}{R}\right)$$

Finally, we can write $\frac{GM}{R^2}=g$ to obtain the desired result:

$$F = mg\left(1 - \frac{2h}{R}\right)$$

The last term in that expression is the first order correction you were asking for.

Floris
  • 119,981
1

The equation $$\ddot{r} = -\mathbf{g},$$ is valid iff $\dfrac{h}{R_e} <<1$. The gravitational force is : $$\mathbf{F} = -m\dfrac{GM_e}{R^2}\mathbf{\hat{R}}.$$ Now one defines $r = R - R_e$ with $\dfrac{r}{R_e} <<1$. Then one has : \begin{align} \mathbf{F} &= -m\dfrac{GM_e}{R^2_e(r+R_e)^2}\mathbf{\hat{R}}\\ & = -m\dfrac{GM_e}{R^2_e(\dfrac{r}{R_e}+1)^2}\mathbf{\hat{R}}\\ &\approx -m\dfrac{GM_e}{R^2_e}\mathbf{\hat{R}} = m\mathbf{\hat{g}} \end{align} As $\ddot{\mathbf{R}} = \ddot{\mathbf{r}}$, one gets : $$\ddot{\mathbf{r}} = \mathbf{g}.$$