Problem #36
Tag:
differential_equations
Euler's Method
Use Euler's method to approximate four points (beyond y0) of the solution in the interval [0,1] for the given differential equation below.
\[
\displaylines{\frac{dy}{dt}=t^2+y\\ y\left(0\right)=1\\ \Delta t=0.25}
\]
Submit solution
View submissions