I have a system \begin{align} \dfrac{dx}{dt}&=-x^2 + 4 y^2, \\ \dfrac{dy}{dt}&=-8 - 4 y + 2 x y. \end{align}
There two singular points $A_1(-2;-1), A_2(4,2)$. I need to know the type of these points.
To do it, in case of linear system, I need to find lambdas, which depend on a,b,c,d koefs. Now, in case of nonlinear system, I'm getting problems:
1) To find lamdas I need to make a linearization of the equations. I don't know how to do that. All that I got in mind is the regression, exactly linear regression.
2)Instead of linear system, there are 2 singular points, hence I think, lambda equation should be changed respectively to this fact. How to find lambdas for two or more singular points?