[Math] Basin of attraction of a fixed point

basins-of-attractiondynamical systems

I want to find the basin of attraction of a fixed point.

For example, I have $f(x)=\frac 1{x+1}$, whose fixed points are $\frac{-1\pm \sqrt{5}}{2}$. Now, I must create a neighborhood around the $x$ point that would consist of all points around it that would attract to it. How can I figure out the radius of a neighborhood?

Best Answer

For the endpoints $a,b$ of the immediate basin of attraction of an attracting fixed point, the possibilities are:

  1. $\pm \infty$.

  2. A singularity (i.e. where $f$ is undefined).

  3. A repelling fixed point.

  4. $(a,b)$ is a $2$-cycle, i.e. $f(a) = b$ and $f(b) = a$.

    Take the closest of these possibiities on each side of your fixed point.

Related Question