[Math] Basin of attraction of the fixed map $f(x) = x-x^3$

basins-of-attractiondynamical systems

Prove that the interval $(-\sqrt 2 ,\sqrt 2 )$ is the basin of attraction of the fixed point $0$ of the map $f(x)=x-x^3$, for $x \in \mathbb{R}$.

How one would prove this? In the examples I've seen so far they usually prove that a fixed point has a certain basin of attraction by proving that the function is decreasing or increasing for certain values within the basin of attraction. In this case however the values 'jump' from positive to negative making it impossible to use that method. I've been trying some options using the absolute value, but I can't figure it out. Could you please show me a plausible proof for this situation?

Best Answer

Let $F(x)=\left|f(x)\right|$. I claim that $F(x)<\left|x\right|$ for all $x\in\left(-\sqrt{2},\sqrt{2}\right)$. This is quite easy to see from a graph:

enter image description here

It can be proved using the factorization $$F(x) = \left|x-x^3\right| = \left|x\right|\,\left|1-x^2\right|.$$ Now, the claim is trivial for $0 < x \leq 1$ since then $0<1-x^2<1$ so $$F(x) = \left|x\right|\,\left|1-x^2\right| < |x|.$$ If $1<x<\sqrt{2}$, then $1<x^2<2$ so that $0<x^2-1<1$ and, again, $\left|1-x^2\right|<1$.

With this lemma out of the way, your problem is easy. Any seed $x_1\in\left(0,\sqrt{2}\right)$ leads to a decreasing sequence, that is bounded below by zero, under iteration of $F$. Thus, there is a limit; that limit must be zero, since zero is the only fixed point of $F$ in $[0,\sqrt{2})$. Any seed in $\left(-\sqrt{2},0\right)$ leads to a positive first iterate to which the previous analysis applies. These results extend to $f$ since the absolute value of an orbit of $f$ is exactly an orbit of $F$. Finally, the basin is no larger than $\left(-\sqrt{2},\sqrt{2}\right)$, since those endpoints form an orbit of period 2 for $f$.

Related Question