Precalculus II

Class Notes, 3/23/99


Suppose we have an island of which live 1000 immortal people.

We wish to find how many sane and how many demented people there are at the end of the year, and at the end of the following year.

pc27.jpg

The figure below depicts the population transitions of the sane and demented people.

In the following year the same transition rules will apply, and 120.8 of the sane will become demented and 39.6 of the demented will become sane, as indicated, with the result that there will be 522.8 sane and 477.2 demented at the end of the second year.

pc28.jpg

Suppose the we wish to find the number of sane and demented individuals after 100 years.

There is a way to set this problem up using the computer or a calculator, using matrices, and that is the goal of this introduction.

For our present purpose of finding the long-term population, it is in fact fairly easy to use a little algebra to determine the number of sane and demented after an infinite number of years.

pc29.jpg

Video File #01

If we let S stand for the number of sane people and D for the number of demented people at the beginning of a year, then the transitions are as indicated in the diagram below.

A steady state is therefore reached when .20 S = .10 D.

pc30.jpg

Combining the steady-state condition with the fact that the total number of individuals is always 1000 (there are no new people, just people changing categories), we obtain the system of simultaneous equations shown below.

pc31.jpg

More generally if PSD stands for the proportion of sane becoming demented and PDS for the number of demented becoming sane, the "flows" are as indicated in the figure below.

pc32.jpg

We substitute this expression for D in the second equation and do a little algebra to file that S = 1000 (PDS / (PSD + PDS)) and D = 1000 ( PSD / (PSD + PDS) ).

pc33.jpg

Video File #02

We now look at the original situation symbolically.

We see that in a transition we retain 80% of the originally sane people and 90% of the original demented in their original categories, with the remaining 20% of the sane and 10% of the demented switching categories.

pc34.jpg

If we look at the second transition we see that, in terms of the original S and D, the transitions will be .10 ( .90 D + .20 S) and .20 ( .80 S + .10 D).

pc35.jpg

The topic of Chapter 9 is matrices. We will therefore develop the matrix model of this situation.

In general we define the product [a b] [c d]' ac + bd.

pc36.jpg

In the figure below we multiply the column vector [ S D ]` by a matrix consisting of two row vectors [ .80 .10 ] and [.20 .90 ].

We then iterate the process by multiplying the new population vector [ .80 S + .10 D .20 S + .90 D ]` by the transition matrix.

pc37.jpg

The result of this second product is shown below.

pc38.jpg

The final result is the column vector [ .66 S + .17 D .34 S + .83 D ].

pc39.jpg

Video File #03