Let $f, g : [0, 1] \rightarrow \mathbb R$ be continuous functions. Define $x_n(t) = f(t) + \int_0^t x_{n-1}(s)ds,$ $0 \le t \le 1, n=1,2,3,...$, where $x_0(t)=g(t), 0 \le t \le 1$. I have to show that the sequence $(x_n)$ is uniformly convergent on $[0, 1]$ and its limit is independent of $g$.
What I have done:
- Since $f, g$ continuous on $[0, 1]$ by extreme calue theorem they attain a maximum on that interval, which means $\exists F,G$ constants such that: $|f(x)| \le F, |g(x)| \le G, \forall x \in [0,1]$.
- Doing some calculations based on the above formula for $x_n(t)$ I have:
$|x_0(t)| \le |g(t)| \le G$
$|x_1(t)| = |f(t) + \int_0^t x_{0}(s)ds| \le |f(t)| + \int_0^t |x_{0}(s)|ds \le F+Gt$
$|x_2(t)| \le F+Ft+G\frac{t^2}{2}$
$|x_3(t)| \le F+Ft+F\frac{t^2}{2}+G\frac{t^3}{2*3}$
So, $|x_n(t)| \le F \sum_{k=0}^{n-1} \frac{t^k}{k!}+G \frac{t^n}{n!}$, which can also be written as: $|x_n(t)| \le Fe^t+G \frac{t^n}{n!}$, since $e^t=\sum_{k=0}^{\infty} \frac{t^k}{k!}$
- Where do I go from here? How can I prove the $|x_n(t)-x(t)|<\epsilon$ relationship of the uniform convergence?