Dawnbridge

Casio fx-CG50 field manual for IB Math

AI HL only · 43 of 44

43

Euler's method for coupled systems

AI HL

Use sequence tables to apply Euler's method to two linked first-order differential equations.

Goal

Use Euler's method with step size h=0.2 for the coupled system x=y,  y=x0.4y,  x(0)=1,  y(0)=0. Approximate x(1) and y(1).

1

From the MAIN MENU open Recursion. Press (TYPE), then (an+1) so both sequences are defined recursively.

2

Let an store x and bn store y. Sequence references come from the (n.an···) menu: inserts an and inserts bn. On the first line enter an + 0.2bn ( , then + 0.2, then ) and press . On the second line build bn + 0.2(-an - 0.4bn) the same way.

3

Press (SET), then (a0) so the initial terms are numbered from zero. Use Start = 0 and End = 5 (five steps of size 0.2 reach t=1), and set the initial terms a0 = 1, b0 = 0.

4

EXIT back, press (TABLE), and read both values in the row n=5.

RadNorm2
d/cReal
n+1an+1bn+1
01011-0.220.96-0.38430.8832-0.5452840.77414-0.6783050.63848-0.77886
0.63848
FORMULADELETEPHASEWEB-GPHGPH-CONGPH-PLT
Result

x(1)0.638 and y(1)−0.779.

Your turn

Work each one on your calculator, then check the answer.

  1. 1

    Use Euler's method with h=0.2 for x=0.5y,  y=−0.5x,  x(0)=2,  y(0)=0, to approximate x(1) and y(1).

  2. 2

    Use Euler's method with h=0.1 for x=y,  y=x0.5y,  x(0)=1,  y(0)=1, to approximate x(0.5) and y(0.5).

  3. 3

    A predator–prey system has x=0.4x0.1xy,  y=0.05xy0.2y with x(0)=10,  y(0)=5. Use Euler's method with h=0.1 to approximate x(0.5) and y(0.5).