I have no idea how to solve the system below
\begin{cases} f_x = - 2 x y + y^{2} + 1 = 0 \\ f_y = - x^{2} + 2 x y - 1 = 0 \end{cases}
I began by using this linear combination $c_1 f_x + c_2 f_y = 0$ for $c_1,c_2 \in \mathbb{R}$. I set $c_1 = 1$ and $c_2 = 1$ and I got $$y^2 - x^2 - 0$$. It seems to be that this equation have infinite solutions: $(-1,-1), (0,0), (1,1), (2,2), ...$. Is my reasoning correct? When I feed the system to computer, I got $\left(1, 1\right)$ and $\left(-1, -1\right)$ as only solutions. I don't understand why.