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?
$\endgroup$2 Answers
$\begingroup$For the endpoints $a,b$ of the immediate basin of attraction of an attracting fixed point, the possibilities are:
$\pm \infty$.
A singularity (i.e. where $f$ is undefined).
A repelling fixed point.
$(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.
You have four possible regions here:
- the region to the right of the right fixed point $(x > \frac{-1+\sqrt{5}}{2})$,
- the region between the fixed points $(\frac{-1-\sqrt{5}}{2} < x < \frac{-1+\sqrt{5}}{2})$
- the region to the left of the singularity $(x < -1)$.
- the region between the left fixed point and the singularity $(-1 < x < \frac{-1-\sqrt{5}}{2})$
If you find the derivative in these three regions, you should be able to see what the basin is for each point (if it exists).
$\endgroup$ 1