I have the following Cauchy problem $$ \begin{cases} y'= y^2 - x^2= f(x,y)\\ y(0)=1 \end{cases} $$ in the rectangle $R=\{(x,y), 0 \leq x \leq 1, |y-1| \leq 1\}$.
The question is to prove the existence and uniqueness of solution of the problem and find the exact solution or an approximate solution.
Using the fixed point Theorem, I proved that the Cauchy problem admits a unique solution in the interval $\big[0,\frac{1}{5}\big]$.
For calculation of the solution, we have by the Fixed Point Theorem that the sequence $(y_n)= T(y_{n-1})$ converge vers the unique solution of the problem. We have: $$ T\big(y(x)\big)= y_0+ \int_0^x (y^2(s)-s^2)\ ds, \ y \in R, \ x \in \left[0,\dfrac{1}{5}\right] $$ Then by the relation $y_n= T\big(y_{n-1}(x)\big)$, we have \begin{align} y_1(x) &= 1+ \int_0^x (1-s^2) ds = 1 + x-\dfrac{x^3}{3} \\ y_2(x) &= 1+ x +x^2 -\dfrac{1}{6} x^4 - \dfrac{2}{16} x^5 + \dfrac{1}{63} x^7 \end{align}
How do we find the exact solution $y(x)$?
Thanks in advance for the help.