I would like to find the exact order of convergence of the sequence $\{x_n\}_{n=0}^{\infty }$ given by $x_{n+1}=2x_n-\pi {x_n}^2$ with $x_0=1/3$.
I found that the limit of the sequence is $\frac{1}{\pi }$.
But, I'm not sure if this method of finding the order of convergence is right.
I gave it a try as follows.
At first, I let $F(h)=2h-\pi h^2+\frac{1}{\pi }$ so that $\lim_{h\rightarrow 0}F(h)=\frac{1}{\pi }$.
Get a Taylor expansion of $F(h)$ at $0$, then $$F(h)=F(0)+F'(0)h+F''(0)\frac{h^2}{2 } + O(h^3) \\ =\frac{1}{\pi }+2h-\pi h^2 + O(h^3) = F(h)+O(h^3) $$
Thus, the order of convergence is $O(h^3)$.
Is this the right method?
Any help would be appreciated.