December 2020
Intermediate to advanced
1064 pages
49h 43m
English
In Section 2.6 we examined one of the simplest numerical methods for approximating solutions of first-order initial-value problems y′ = f(x, y), y(x0) = y0. Recall that the backbone of Euler’s method was the formula
(1)
where f is the function obtained from the differential equation y′ = f(x, y). The recursive use of (1) for n = 0, 1, 2, . . . yields the y-coordinates y1, y2, y3, . . . of points on successive “tangent lines” to the solution curve at x1, x2, x3, . . . or xn = x0 + nh, where h is a constant and is the size of the step between xn and xn + 1. The values y1, y2, y3, . . . approximate ...