Which way do you go? Your choice should be clear. If the suspect left in the specified direction, your pursuit of the suspect should also be in that direction.
Euler's method can be analogously explained. Recall
that the derivative of a function specifies the function's tangent's slope
or the immediate direction of the function. With respect to the original
differential equation, equation (5.1), the
two pieces of information that you have are (1)
, analogous to the initial location of the suspect (the bank) and (2) y'(t),
the direction the suspect is headed.

In extending these ideas into a computational approximation
of the solution to the differential equation, the approach would be described
as: starting at the given initial point (
, go along the tangent line until reaching
, your final location being
Formulating the above approach mathematically, a
requisite component is the equation of the tangent line to the curve. The
tangent to the curve, Y(t), which passes through the point
having the slope
is given in point-slope form to be
Then, the above description of our approach is to travel along the tangent
line Y(t) until reaching
, whereby we obtain the numerical approximation
Which, when written for the general interval becomes
readily recognizable as Euler's method.