Problem 1. Consider again the exact model from the previous problem and write
$$ \ddot{r} = -\frac{\gamma M \epsilon^2}{(1 + \epsilon r)^2}, ~~~\epsilon = \frac{1}{R} $$
It can be shown that the solution $r(t) = r(t,\epsilon)$ to the above initial conditions is $C^{\infty}$ (with respect to both $t$ and $\epsilon$). Show that
$$ r(t) = h - g\left[1 - 2\frac{h}{R} \right]\frac{t^2}{2} + \mathcal{O}\left(\frac{1}{R^4}\right), ~~~ g = \frac{\gamma M}{R^2} $$
The initial condition reads $r(0)=h$ and $\dot{r}(0)=0$
(Hint: Insert $r(t,\epsilon) = r_0(t) + r_1(t)\epsilon + r_2(t)\epsilon^2 + r_3(t)\epsilon^3 + \mathcal{O}(\epsilon^4)$ into the differential equation and collect powers of $\epsilon$. Then solve the corresponding differential equations for $r_0(t)$, $r_1(t)$, $\cdots$ and note that the initial conditions follow from $r(0, \epsilon) = h$ respectively $\dot{r}(0, \epsilon) = 0$. A rigorous justification for this procedure will be given in Section 2.5.).
Remark: $\dot{r}$ and $\ddot{r}$ are derivatives of first And Second order. how to solve this problem following is hint? What does these ($r_0$, $r_1$, $r_2$, $r_3$) mean? the derivatives? This problem be in book book ODE and dynamical systems gerald teschl on introduction.
The trick is (as the problem points out) that $r = r(t,\epsilon)$ is a $C^{\infty}$ function on $\epsilon$, so you can write it as a Taylor series around $\epsilon = 0$
\begin{eqnarray} r(t,\epsilon) &=& r(t,0) + \left.\frac{\partial r}{\partial \epsilon}\right|_{\epsilon=0} \epsilon + \frac{1}{2}\left.\frac{\partial^2 r}{\partial \epsilon^2}\right|_{\epsilon=0} \epsilon^2 + \cdots \\ &=& r_0(t) + r_1(t)\epsilon + r_2(t)\epsilon^2 + \cdots \tag{1} \end{eqnarray}
You can then calculate
\begin{eqnarray} \dot{r}(t,\epsilon) &=& \dot{r}_0(t) + \dot{r}_1(t)\epsilon + \dot{r}_2(t)\epsilon^2 + \cdots \\ \ddot{r}(t,\epsilon) &=& \ddot{r}_0(t) + \ddot{r}_1(t)\epsilon + \ddot{r}_2(t)\epsilon^2 + \cdots \tag{2} \end{eqnarray}
Similarly, you can write the RHS in terms of the series (1)
\begin{eqnarray} -\gamma M \frac{\epsilon^2}{(1 + \epsilon r)^2} &=& (1 + \epsilon r)^{-2} \\ &=& - \gamma M \epsilon^2 [1 - 2\epsilon r + \cdots] \\ &=& -\gamma M \epsilon^2 [1 - 2\epsilon r_0 - 2\epsilon^2 r_1 \cdots] \tag{3} \end{eqnarray}
Now, you have two polynomials in $\epsilon$ that are equal to each other, the only way this is true is if their coefficients are equal
\begin{eqnarray} \ddot{r}_0 &=& 0 \\ \ddot{r}_1 &=& 0 \\ \ddot{r}_2 &=& -\gamma M \epsilon^2 \\ &\vdots& \tag{4} \end{eqnarray}
I will leave the rest for you to complete