Consider the initial value problem:
\(\frac{dy}{dt} = 3t^2 + 2t + 1, \quad y(0) = 1 \)
Using a step size of h = 0.1, compute y(0.1) using Euler's method.
1
1.08
2
1.10
3
1.12
4
1.14
Consider the initial value problem:
\(\frac{dy}{dt} = 3t^2 + 2t + 1, \quad y(0) = 1 \)
Using a step size of h = 0.1, compute y(0.1) using Euler's method.