I have two differential equations and my assignment is to prove that this system have a unique stationary point. $$\begin{align} \frac{dx}{dt}&=a-(b+1)x+x^2 y\\ \frac{dy}{dt}&=bx-x^2y\\ \end{align}$$
I have tried to solve it, by putting them equal to zero and then solve x and y. But i get strange answers. Like x depends on y to make it zero. Is that a criteria that make it a non statonary point?
In the second equation you can tell if x is zero it will become zero.
Can someone help me solve this problem? How do I now that it is a unique point? And what is this point?
What are the assumptions on the parameters $a,b$?.
You have the correct idea, by definition you have to equate both lines to $0$.
The equilibrium point is unique if, well, you can find it and show that there is no other. Equivalently, the simultaneous system $\left\{a-b(x+1)x+x^2y=0;\quad bx-x^2y=0\right\}$ has a unique solution.
From the second equation you have $x(b-xy)=0$. The last equation has 2 solutions.
In conclusion if $a\neq 0$ there is a unique equilibrium point (for each fixed value of $a$ and $b$) at $(a,b/a)$.