Use Euler's Method with time step h=0.2 to approximate y(0.2), y(0.4), y(1.0) given y(0) = 10.2, y(0.2) = 20.41, y(0.4) = 30.6, y(0.6) = 40.8, y(1.0) = 51.0.
Use separation of variables to find y(t) exactly.
Compute the error in the approximations to y(0.2), y(0.4), and y(1.0) using Euler's Method.