01
A sensible step β the error is there but small
What you know: A smooth, stable equation with a step well inside the stability limit. The numerical curve tracks the exact one and lags slightly behind it.
Step: yn+1 = yn + h f(xn, yn)
Worked example: yβ² = x β y from y(0) = 1 with h = 0.2 β at x = 2 Euler gives 1.2147 against the exact 1.2707, an error of 0.056
Open this case: linear stable