I have already posted question where I was asking about sketching Euler method.
The explicit Euler method for numerically solving the begining values of differential equation on the interval is given by
with
is an approximation of the exact solution of the begining values at time By linear interpolation between the points and we obtain a approximation solution .
I need to calculate an approximation of the solution of the begining values at the point
I need to use h = 0.5. Specify (1) and calculate the error, that is difference (1)−(1), where (1) is the value of the exact solution.
I really don't know how to start. How can I calulate or at all?