I have a question that goes as such:
Use Euler’s method with $dt= 0.1$, to estimate $p$ for these values of $t$, using initial condition $(0,5)$.
$t= 2,4,6,8,10,12,14,16$
$\frac{Dp}{dt}= 0.05(p-4)(12-p)$
I am unsure how to solve because $dt=0.01$ but my $t$ values are not following that step size. Am I missing something or misinterpreting $dt=0.1$?
You apply Euler's method as many times as it takes - since $dt = 0.1$ that means that you'll find approximations for $y$ at $t = 0.1, 0.2, 0.3, \ldots$, and take the results from $t = 2, 4, \ldots$ as required.