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