Given a differential equation, for example, a logistic curve, how do I determine the equilibrium points, graphically?
Consider $$x'=ax\left(1-\frac{x}{b}\right)-\frac{x^2}{1+x^2}$$
It is clear that $x=0$, is one, how do I determine/demonstrate other equilibrium given that I do not have values of the $a$ and $b$ as well. Is it more possible if I have a value of one of the parameters? I also would like to classify equilibrium points as stable and unstable.
Are there special kinds of plots for these?
I am looking for, preferable, graphical solution.
Edited:
So, if $x\neq 0$, then $$a\left(1-\frac{x}{b}\right)=\frac{x}{1+x^2}$$
How do I solve this graphically?
Equilibrium points are where the rate of change is zero. You have an equation for the first derivative which represents the rate of change. Plot it, where it crosses the axis are your equilibrium points.
Further, if you can infer info about the stability of the equilibrium. For it to be stable, it must be >0 to the left and <0 to the right. Do you see why?