Evaluating numerical algorithm
Euler's Method is the simplest first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value.
It works by taking small linear step increments along the tangent slope computed at the current point to approximate the curve of the solution function over an interval.
Formula for Euler's Method:
Where:
Solve Differential Equation
Find with
Initial point , step size , slope function .
Therefore, using Euler's Method with step size , the approximate value of at is 1.22000 (exact analytical value 1.24281).