Consider the initial-value problem
$$\frac{dy}{dt} = (3-y)(y+1), \ y(0) = 0.$$
As t→∞ the solution to this initial-value problem approaches 3 from below.
Solve, by hand, the initial value problem:
$$y(t) = \frac{(3e^{4t}-3)}{(3+e^{4t})}$$
Use Improved Euler's method with n = 8 steps to approximate the solution to the initial-value problem over the time interval 0 ≤ t ≤ 5.
You can use this online numerical method widget (opens in new tab).
Yo, Y1, Y2,..., Yn = 0, 1.9482, 1.5640, 1.3992, 1.4001, 1.3999, 1.4
(enter as a comma-separated list)