Numerical Solutions of ODEs: Euler's Method
≈ 20 minWhen an initial-value problem has no closed-form solution, Euler's method marches forward in small steps of size :
At each point you use the slope to take a short straight step, then re-evaluate the slope and repeat.
Worked example. For : , then The exact answer at is , so Euler underestimates here — a reminder that it is only an approximation.
Apply one Euler step to with and step size . Find .
Making the step size smaller in Euler's method generally…
Continue the previous problem: for , , , find .
For with and , take two Euler steps and find .

