One Variable Continuous Dynamical Systems -- TI-92

The following TI-92 help modules will be useful for this module.

Continuous Dynamical Systems or Initial Value Problems

Begin by going to the TI-92 help module on Numerical Solutions of Differential Equations of the form y' = f(t, y) and downloading the program rk1. The same help module describes how to use this program to solve initial value problems on the TI-92.

The first step is to define the function rk1f that appears on the right side of the differential equation

p'(t) = m p + b

as shown in the screen below.

Missing TI-92 screen

The Y= screen should be set up as shown below.

Missing TI-92 screen

with the initial condition you want as the value for ui2. Notice that plotting for the u1 sequence is turned off and plotting for the u2 sequence is turned on.

Next enter the value of the constant h as shown in the screen below. This constant controls how accurate an approximation you will get for the solution of this initial value problem. If h is small you will get a better approximation but it will take longer. We suggest h = 0.05 as a good compromise.

Missing TI-92 screen

The WINDOW screen should be set up as shown below if h = 0.05. In general nmax and xmax should be 5 / h.

Missing TI-92 screen

Now press GRAPH to see the solution as shown in the screen below.

Missing TI-92 screen

Experiment with different values of m and b and with different initial conditions.


Copyright c 1996 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717.