gfd43tg
Gold Member
- 947
- 48
Homework Statement
Consider the following pair of coupled first order ODEs
\dot{y_{1}} = y_{2} with ##y_{1}(0) = 1##
\dot{y_{2}} = -y_{1} with ##y_{2}(0) = 1##
Use the Euler integration method with a step-size ##h = 1## and fill out the entries in the table below
\begin{bmatrix}<br /> t_{k}&y_{1}(t_{k})&y_{2}(t_{k})\\<br /> 0 & &\\<br /> 1 & &\\<br /> 2 & &\\<br /> 3 & & -4\\<br /> \end{bmatrix}
Homework Equations
The Attempt at a Solution
Normally I understand how to do Euler's method, but of course now it's a coupled ODE so I am very confused how to do it. I know in general you do
##y_{k+1} = y_{k} + f(t_{k},y_{k})h##
But with the coupled ODE I am lost
Last edited: