Mathematica gives the following result: $6^{1/3} \times$ WeierstrassP[$\frac{x + C_1}{6^{1/3}}$, {$0, C_2$}], where $C_1 \& C_2$ are constants of integration.
It is possible to find the series expansion of the same to an arbitrary precision. But I am interested in the method through which this solution has been arrived at. Also, is the solution unique?
Thanks in advance.
$$y''(x)=y(x)^2\Longleftrightarrow\int y'(x)y''(x)\space\text{d}x=\int y'(x)y(x)^2\space\text{d}x$$
Use:
So, we get:
$$\frac{y'(x)^2}{2}=\frac{y(x)^3}{3}+\text{C}\Longleftrightarrow\int\frac{y'(x)}{\sqrt{\text{C}+\frac{2y(x)^3}{3}}}\space\text{d}x=\pm\int1\space\text{d}x=\text{K}\pm x$$
Where $\text{C}$ and $\text{K}$ are arbitrary constants.
So, you need to solve, using a substitution $p=y(x)$ and $\text{d}p=y'(x)\space\text{d}x$:
$$\int\frac{y'(x)}{\sqrt{\text{C}+\frac{2y(x)^3}{3}}}\space\text{d}x=\text{K}\pm x\Longleftrightarrow\sqrt{3}\int\frac{1}{\sqrt{\text{C}+2p^3}}\space\text{d}p=\text{K}\pm x$$
For $\int\frac{1}{\sqrt{\text{C}+2p^3}}\space\text{d}p$, using the integration by parts:
$$\text{I}=\int\frac{1}{\sqrt{\text{C}+2p^3}}\space\text{d}p=\frac{1}{\sqrt{\text{C}+2p^3}}\int1\space\text{d}p-\int\left[\frac{\text{d}}{\text{d}p}\left(\frac{1}{\sqrt{\text{C}+2p^3}}\right)\int1\space\text{d}p\right]\space\text{d}p$$
That gives us:
$$\text{I}=\frac{p}{\sqrt{\text{C}+2p^3}}+3\int\frac{p^3}{\left(\text{C}+2p^3\right)^{\frac{3}{2}}}\space\text{d}p$$