-
The following steps will guide you in calculating the Forward Euler approximation after one step of size $\Delta t = 2.0$, yielding an estimate of $z(2.0)$.
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.5 \left(- \frac{1}{240} 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 = 2.0$.
$z(2.0) \approx L(2.0) =$
-
The following steps will guide you in calculating the Forward Euler approximation after the second step of size $\Delta t = 2.0$, yielding an estimate of $z(4.0)$.
Given the value of $z(2.0)$ estimated above and the differential equation, what is the slope of $z(t)$ at time $t=\Delta t = 2.0$?
$\diff{ z }{t}(2.0) = 0.5 \left(- \frac{1}{240} z{\left (2.0 \right )} + 1\right) z{\left (2.0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=\Delta t = 2.0$.
$L(t) = z(2.0) + \diff{ z }{t}(2.0) (t-2.0) =$
We use this linear approximation to approximate the value of $z(t)$ at $t=2\Delta t = 4.0$.
$z(4.0) \approx L(4.0) =$
-
The following steps will guide you in calculating the Forward Euler approximation after the third step of size $\Delta t = 2.0$, yielding an estimate of $z(6.0)$.
Given the value of $z(4.0)$ estimated above and the differential equation, what is the slope of $z(t)$ at time $t=2\Delta t = 4.0$?
$\diff{ z }{t}(4.0) = 0.5 \left(- \frac{1}{240} z{\left (4.0 \right )} + 1\right) z{\left (4.0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=2\Delta t = 4.0$.
$L(t) = z(4.0) + \diff{ z }{t}(4.0) (t-4.0) =$
We use this linear approximation to approximate the value of $z(t)$ at $t=3\Delta t = 6.0$.
$z(6.0) \approx L(6.0) =$