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