Skip to main content
G11 SUPER GIO
123
03
CHALLENGE MISSIONdifferential equations, slope fields, and growth models

differential equations, slope fields, and growth models

INDEPENDENT DEFENSEINDEPENDENT TRANSFER

Euler's method forecast

Use y'=x+y, y(0)=1, step h=0.5. Euler update is y_new=y_old+h f(x_old,y_old). Take two steps to x=1.

  1. Step 1: y(0.5)=1+0.5(1)=1.5.
  2. Step 2 uses f(0.5,1.5)=2.
  3. Approximation depends on step size.

What is the Euler estimate y(1)?

MODELDynamic Model Field
CALC
PROVEChoose with evidence
CLUE

Pause. Find what matters. Then make your move.