Use a numerical solver and Euler's method to obtain a four-decimal approximation of the indicated value. First use h = 0.1 and then use h = 0.05.
Y’ = x^2 + y^2 , y(0)=2; y(0.5)
