2. Improved EulerMethod 110425
2. Improved EulerMethod 110425
We first compute equation (2) to get the value of y1∗ and we substitute
the value of y1∗ in equation (1) to find the value of y1 .
y1∗ = y0 + hf (2x0 , y0 ) = 1 + (0.1)(2)(1)(1) = 1.2
Therefore x1 = x0 + h∗ = 1 + 0.1 = 1.1
2x y +2x y
y1 = y0 + h 0 0 2 1 1 = 1 + (0.1) 2(1)(1)+2(1.1)(1.2)
2 = 1.232
October 11, 2022 2/4
solution continued
Solution