For $a \in \mathbb{R}$ consider $$\begin{cases} y_1'(x) = (ay_1(x) - y_2(x))(1 + y_3(x))\\ y_2'(x) = (-y_1(x) + ay_2(x))(1 + y_1(x))\\ y_3'(x) = ay_3(x) \end{cases}$$ Find all constant solutions.
The case $a = 0$ is fairly easy. So let us consider $a \neq 0$. From the third equation we get $y_3 = 0$. So we have to consider $$ay_1 = y_2 \qquad \text{and} \qquad (-y_1 + ay_2)(1 + y_1) = 0$$ The second equation yields $y_1 = -1$ and so by the first one $y_2 = -a$. Hence a constant solution would be $$(-1,-a,0)$$ Now I would go on with $$ay_2 = y_1$$ Together with above equation, this yields $a = \pm1$. Somehow the solution says, that the case $a = \pm 1$ is degenerate. What does this mean for the constant solutions? Are there more in the case $a \neq 0$?