- Pick a step size $h$.
- Look at the direction field at $\left(x_0, y_0\right)$. Draw the line in that direction through $\left(x_0, y_0\right)$.
- Follow the line out to a point $\left(x_1, y_1\right)$, where $x_1 = x_0 + h$.
- Look at the direction field at $\left(x_1, y_1\right)$. Draw the line in that direction through $\left(x_1, y_1\right)$.
- Follow that line out to a point $\left(x_2, y_2\right)$, where $x_2 = x_1 + h = x_0 + 2h$.
- Rinse, lather, repeat.
|