i need solve this: $$y'=x^2+xy^2 , y(0)= y(t_0)= 0$$
a) Compute, starting from the constant function $u_0=0$ the successive approximations $u_1,u_2,u_3$ (in the sense of the theorem of Picard–Lindelöf)
b) show that the sequence $u_n$ on an interval $[-\frac{1}{2},\frac{1}{2}]$ converges uniformly to the solution of the problem.
My solution:
- $$u_{n+1}(t)=y(x_{0})+\int_{x_0}^{t}f(t,u_{n}(t))dx ; t\in[x_0,x_0+\epsilon]$$
it follow:
$$u_{1}(t)= 0 + \int_{0}^{x}f(t,u_0)dt = \int_{0}^{x} t^2 dt = \frac{x^3}{3}$$
$$u_{2}(t) = 0+\int_{0}^{x} f(t,u_1)dt = \int_{0}^{x} t^2+ t \frac{x^6}{9}dt = \frac{x^3}{3} + \frac{x^8}{18}$$
$$u_{3}(t) = 0 + \int_{0}^{x} f(t,u_2)dt = \int_{0}^{x} t^2+t (\frac{x^3}{3}+\frac{x^8}{18})^2 dt = \frac{1}{648}x^3(x^{15}+12x^{10}+36x^5 + 216) $$
- How I can show this and find $u_n$? I can not solve this differential equation (wolframalpha too can not solve!)
Show me, please, how I can finish this exercise!
