(a) Program a calculator or computer to use Euler's method
to compute $y(1),$ where $y(x)$ is the solution of the initial-
value problem
$$\frac{d y}{d x}+3 x^{2} y=6 x^{2} \quad y(0)=3$$
$$\begin{aligned} \text { (i) } h=1 & \text { (ii) } h=0.1 \\ \text { (iii) } h=0.01 & \text { (iv) } h=0.001 \end{aligned}$$
(b) Verify that $y=2+e^{-x^{3}}$ is the exact solution of the
differential equation.
(c) Find the errors in using Euler's method to compute $y(1)$
with the step sizes in part (a). What happens to the error
when the step size is divided by 10$?$