-
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 $u(2.0)$.
What is the initial condition? $u(0) = $
Based on that result and the differential equation, what is the slope of $u(t)$ at time $t=0$?
$\diff{ u }{t}(0) = 0.5 \left(- \frac{1}{360} u{\left (0 \right )} + 1\right) u{\left (0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=0$.
$L(t) = u(0) + \diff{ u }{t}(0) (t-0) =$
We use this linear approximation to approximate the value of $u(t)$ at $t=\Delta t = 2.0$.
$u(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 $u(4.0)$.
Given the value of $u(2.0)$ estimated above and the differential equation, what is the slope of $u(t)$ at time $t=\Delta t = 2.0$?
$\diff{ u }{t}(2.0) = 0.5 \left(- \frac{1}{360} u{\left (2.0 \right )} + 1\right) u{\left (2.0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=\Delta t = 2.0$.
$L(t) = u(2.0) + \diff{ u }{t}(2.0) (t-2.0) =$
We use this linear approximation to approximate the value of $u(t)$ at $t=2\Delta t = 4.0$.
$u(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 $u(6.0)$.
Given the value of $u(4.0)$ estimated above and the differential equation, what is the slope of $u(t)$ at time $t=2\Delta t = 4.0$?
$\diff{ u }{t}(4.0) = 0.5 \left(- \frac{1}{360} u{\left (4.0 \right )} + 1\right) u{\left (4.0 \right )} =$
Those two numbers are enough information to make a linear approximation at $t=2\Delta t = 4.0$.
$L(t) = u(4.0) + \diff{ u }{t}(4.0) (t-4.0) =$
We use this linear approximation to approximate the value of $u(t)$ at $t=3\Delta t = 6.0$.
$u(6.0) \approx L(6.0) =$