I have the following differential equation:
$$\ddot y(t) = \frac{10 \cdot a \cdot y(t)}{1 + a \cdot y(t)}$$
With $a \in \Bbb{R^+}$ and $y(t)$ the function I want to solve.
I also know that the function is periodic and symetric ($y(t) = y(-t)$) and that the domain is formed with all the real numbers.
I've tried researching this equation, but I couldn't find anything that was usefull for me (separation of variables, substitution of $y(t) = e^{rt}$, transforming it into a first-order ODE, integrating by parts...).
Help will be appreciated!