Also called the Euler-Cauchy method or point-slope method.
Formulation
The first derivative provides provides a direct estimate of the slope at point .
From: , we can estimate :
This is an explicit form (the unknown is only on the left side). In the equation above:
- is the estimated value of at the next step
- is the known value of at the current step
- is the value of the derivative (slope of the tangent to the curve) at
- is a chosen step size, determining how many steps will be taken between the initial and final value of .
Based on first forward difference approximation:
Substituting this into ODE:
Example
Solve: and IC , that such .
General form:
Based on the IC, we have:
Incrementing :
We continue this until
Error Estimate
This method is first order accurate – . Error accumulates as the solution proceeds – error due to estimate of slope, round-off.
If is not available, how can we choose h (Δx) to ensure that the solution is accurate?
Convergence analysis:
- Start with a reasonable value and solve for values over the range of assessment.
- Repeat solution for a smaller h value (typically half of the original value of ).