Working with Discrete Dynamical Systems

The model

Ti+1 - A = k (Ti - A)

is an example of a discrete dynamical system. We will discuss these kinds of models in depth later on. Here we want to discuss how to compute the predictions made by this kind of model. As an example, we will assume that the constant k is 0.90, that the ambient temperature is 22 degrees Celsius, and that the initial temperature is 95 degrees Celsius. Thus, the model can be written

Ti+1 - 22 = 0.90 (Ti - 22)

or, better yet,

Ti+1 = 0.90 (Ti - 22) + 22

and T1 = 95.

Like all discrete dynamical systems this one has two pieces of information

Now we use the change equation to compute T2 from T1 as follows

Missing equation

and then we use the change equation again to compute T3 from T2 as follows

Missing equation

We can continue in this way computing subsequent measurements -- T4, T5, ...

Notice that by using the equation

Ti+1 - A = k (Ti - A)

twice we see that

Ti+2 - A = k2 (Ti - A)

and by using it three times we see that

Ti+3 - A = k3 (Ti - A)

and, more generally,

Ti+p - A = kp (Ti - A)

The formula below enables us to predict any measurement in one step.

Tn = kn-1 (T1 - A) + A


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