-
The following steps will guide you in calculating the Forward Euler approximation after one step of size $\Delta t = 0.8$, yielding an estimate of $s(0.8)$.
What is the initial condition? $s(0) = $
Based on that result and the differential equation, what is the slope of $s(t)$ at time $t=0$?
$\diff{ s }{t}(0) = 1.3 \left(- \frac{1}{890} s{\left (0 \right )} + 1\right) s{\left (0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=0$.
$L(t) = s(0) + \diff{ s }{t}(0) (t-0) =$
We use this linear approximation to approximate the value of $s(t)$ at $t=\Delta t = 0.8$.
$s(0.8) \approx L(0.8) =$
-
The following steps will guide you in calculating the Forward Euler approximation after the second step of size $\Delta t = 0.8$, yielding an estimate of $s(1.6)$.
Given the value of $s(0.8)$ estimated above and the differential equation, what is the slope of $s(t)$ at time $t=\Delta t = 0.8$?
$\diff{ s }{t}(0.8) = 1.3 \left(- \frac{1}{890} s{\left (0.8 \right )} + 1\right) s{\left (0.8 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=\Delta t = 0.8$.
$L(t) = s(0.8) + \diff{ s }{t}(0.8) (t-0.8) =$
We use this linear approximation to approximate the value of $s(t)$ at $t=2\Delta t = 1.6$.
$s(1.6) \approx L(1.6) =$
-
The following steps will guide you in calculating the Forward Euler approximation after the third step of size $\Delta t = 0.8$, yielding an estimate of $s(2.4)$.
Given the value of $s(1.6)$ estimated above and the differential equation, what is the slope of $s(t)$ at time $t=2\Delta t = 1.6$?
$\diff{ s }{t}(1.6) = 1.3 \left(- \frac{1}{890} s{\left (1.6 \right )} + 1\right) s{\left (1.6 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=2\Delta t = 1.6$.
$L(t) = s(1.6) + \diff{ s }{t}(1.6) (t-1.6) =$
We use this linear approximation to approximate the value of $s(t)$ at $t=3\Delta t = 2.4$.
$s(2.4) \approx L(2.4) =$