Given this dynamical system: $$\begin{cases}x'=-4y+4y^3\\y'=-4x\end{cases}$$
I have seen that the system has a saddle at $(0,0)$. Now I am asked to approximate (using a third order Taylor expansion) the equation of the stable manifold near this point. I know that what I have to do is analogous to what the user @John B answered here. However my case is more complicated since I can't solve the system required to know the coefficients $a,b,...$
If I take $\varphi(x)=a+bx+cx^2+dx^3+\cdots$ then I get the relations $$-4ba+4ba^3=0\\-4=-4b^2+12a^2b^2-8ca+8ca^3\\ 0=-4bc+12a^2cb+12ab^3-8cb+24a^2b^2c-12da+12da^3 \\...$$
My problem is that every time I add a new relation a new coefficient appears, having always one more variable than equations in the system. How can I solve it?