The document introduces the Euler method for numerically approximating solutions to initial value problems (IVPs). It defines IVPs and shows an example. The Euler method uses the derivative approximation y(x+h) ≈ y(x) + hf(x,y) to march forward in small steps h to construct a table of approximate y-values. For the example IVP, the Euler method produces values that begin to resemble the exact solution. While not exact, the errors are small. The method is derived from the definition of the derivative and works because it approximates the tangent line at each step.