Consider the following ODE $y''=\alpha/y^{\gamma}-\beta$ where $\gamma>1$, $\alpha>0$, $\beta>0$. Initial conditions: $y(0)>0$, $y'(0)=0$.
Actually, $y(t)$ gives the position of a piston being pushed through a cylinder by the adiabatic expansion of some gas (and there is atmospheric pressure on one side of the piston).
The system is in equilibrium when $y''=0$ i.e $y=(\alpha/\beta)^{1/{\gamma}}$ so we expect the solution to be oscillatory about this equilibrium position. I don't think the equation is solvable but Wolfram Alpha gives some weird results which seem to suggest the piston periodically returns to its initial position. Is this true?
Also is it possible to calculate the maximum value of $y$?
For small perturbations $y=y^*+u$ around the stationary point $y^*=(α/β)^{1/γ}$ you get the power series expansion equation \begin{align} u'' = α (y^*+u)^{-γ}-β &= β(1+u/y^*)^{-γ}-β \\ &= -βγ(β/α)^{1/γ}u+O(u^2) \end{align} which in first order is an oscillation equation $$u''+ω^2u=0$$ for frequency $$ω^2=α^{-1/γ}β^{1+1/γ}γ.$$
Remember that the Taylor series for $(1+z)^{-γ}$ starts as $$ 1-γz+\frac{γ(γ+1)}2z^2-\frac{γ(γ+1)(γ+2)}6z^3+… $$