I'm going through question 5 the past exam here. For starters, I'm trying to find and classify the critical points of the system $$\begin{align} x'&=y, \\ y'&=x^2-y-\epsilon. \end{align}$$ I've found that:
- The system has no critical points if $\epsilon<0$.
- The system has a critical point at $(0,0)$ if $\epsilon=0$.
- The system has two critical points at $(\pm \sqrt{\epsilon},0)$ if $\epsilon>0$.
I've managed to classify the critical points, except for the following boundary cases:
- $(0,0)$ when $\epsilon=0$, as the linearized system has zero determinant.
- $(-\sqrt{\epsilon},0) $ when $\epsilon=1/64$, which falls on the parabola in the trace-det critical point picture.
All I have is computer generated trajectories, which make me suspect that $(0,0)$ is a saddle. I'd like to know whether my list of boundary cases is corret, and within the list, what is the type of the critical points.
Thank you!



There is a theorem which says so long as the critical (or equilibrium) point is not a center then the nature of this critical point in the system $x',y'$, is the same as that point in the linearization i.e,
$$\tilde{x}' = p_x(x_0,y_0) \cdot x + p_y(x_0,y_0) \cdot y$$
$$ \tilde{y}' = q_x(x_0,y_0) \cdot x + q_y(x_0,y_0) \cdot y$$
where $x' = p(x,y)$ and $y' = q(x,y)$. Now you have a linear system. Find the associated matrix to this system, compute it's eigenvalues and use the Painleve Analysis.
$\textbf{Update}$: My professor refereed to it as Painless analysis, but it seems to also be reference as linearization technique for equilibrium point analysis. In any case, here are two links 1,2.