$$ a_1 y'''''+ a_2 y'''+\left(a_3 + y^2 \right) y' = 0 $$
where $a_1, a_2, a_3$ are constants with $a_1>0$ and $a_2,a_3 \in \mathbb{R}$.
Is there a general solution $y(x)$ to the above differential equation? I am aware that there is an easy solution to the linearized version of the above equation $(a_1 y'''''+ a_2 y'''+ a_3 y' = 0)$ and want to know if there is a solution to the nonlinear equation too.
The equation arises in a mechanics problem. We have an unevenly pre-stretched ribbon (narrow plate). The constants $a_1,a_2$ depend on prestretch, and $a_3$ is a regularizing parameter. We are interested in the mechanics of twisting this pre-stretched ribbon. The mechanical system can be seen in figure-1 of this arxiv paper
Beside a series solution, what else could we do for such a monster ?
Having the feeling that there is a problem with the boundary conditions, I give the Mathematica solution with none of them for $$A y^{(5)}+B y^{(3)}+\left(C+y^2\right) y'=0$$ $$y=c_1+c_2 x+c_3 x^2+c_4 x^3+c_5 x^4-\frac{ 6 B c_4+C c_2+c_2 c_1{}^2}{120 A}x^5-$$ $$\frac{12 B c_5+C c_3+c_3 c_1{}^2+c_2{}^2 c_1}{360 A}x^6+$$ $$\frac{-6 A C c_4-2 A c_2{}^3-12 A c_1 c_3 c_2-6 A c_1{}^2 c_4+6 B^2 c_4+B C c_2+B c_1{}^2 c_2}{5040 A^2}x^7+\cdots$$
The next coefficients are too long to be typed here but, if you e-mail (my address is in my profile), I shall send you an output file.