First of all I don't understand why we need Banach's theorem, as a result I can't make it intuitive for me to understand how it works but I tried to solve an example.
https://en.wikipedia.org/wiki/Banach_fixed-point_theorem#Statement
let $f(x) = x^3$
a) for which fixed points will it converge ?
b) choose an interval $I$ such that all conditions for Banach's theorem are fulfilled (for function $f$)
My try :
a) we have 3 roots $( 0, 1, -1)$ with $0$ being a convergent point. (I think I solved a) but I don't understand what kind of interval are they asking about, and how to compute it)
PS: If some of the text doesn't make sense, please let me know, I translated it from another language.
You need to find an interval that contains $o$ and in wich the conditions of the theorem are satisfied. You are looking for an interval $[a,b]$ such that
Since $|x|^3\le|x|$ for $|x|\le1$, it seems reasonable to try an interval $[-a,a]$ with $0<a\le1$. With this choice, 1. and 2. are satisfied. The easiest way to verify 3. is to impose $|f'(x)|\le L$. Since $|f'(x)|=3\,|x|^2$, the maximum of $|f'(x)|$ on the interval $[-a,a]$ is $3\,|a|^2$. This implies that it is enough to take $a<1/\sqrt3$.