<< Chapter < Page Chapter >> Page >

Higher-order models

Once it becomes necessary to include more than two state variables in a model, and if the interactions are nonlinear, the analytical and phaseplane techniques can no longer be used. This section will consider several higher-order models and use digital simulation as the tool foranalysis. The first example will be a rather logical extension of some of our earlier population models.

  • Population Models with Age Specific Birth and Death Rates

Even cursory examination of the assumptions behind the population model assumed in Section IV show them to be unrealistic. The model

d p d t = r p

assumes r to be the difference between the birth rate and death rate, and that these rates are not a function of time or population.

An improvement on this model would allow different birth and death rates to be assigned to members of the population of different ages.This means that the population will have to be divided into groups with similar rates, and that the number of groups necessary will be thenumber of state variables required. [link]

For example, let p 1 be the population of people between zero and ten years of age, p 2 the population of those from eleven to twenty, p 3 those from twenty-one to thirty, etc. Let b 1 be the average birth rate of p 1 , and b 2 the rate for p 2 , etc., with d 1 being the average death rate of p 1 , etc. Assume the maximum possible age to be one hundred.The equations for this model are given by

p 1 ( n + 1 ) = b 1 p 1 ( n ) + b 2 p 2 ( n ) + . . . b 10 p 10 ( n ) p ( n + 1 ) = ( 1 - d 1 ) p 1 ( n ) p 2 ( n + 1 ) = ( 1 - d 2 ) p 2 ( n ) p 10 ( n + 1 ) = ( 1 - d 9 ) p 9 ( n ) , ( 66 )

where the time interval represented by each successive value of n is the same as that for the age span for each population group, i.e., tenyears. Likewise, the birth and death rate are numbers per ten-year period.The equations in [link] can be described by a flow graph, illustrated below for only three sections.

These equations can be easily programmed and solved on a computer, but because they are linear, there are some interesting properties that canbe worked out analytically. They are best seen by writing [link] as a matrix equation.

p 1 ( n + 1 ) p 2 ( n + 1 ) p 3 ( n + 1 ) p 4 ( n + 1 ) 3 d o t p 10 ( n + 1 ) = b 1 ( 1 - d 1 ) 0 0 3 d o t 0 b 2 0 ( 1 - d 2 ) 0 0 . . . . . . . . . b 9 0 a b o v e ( 1 - d 9 ) b 10 0 3 d o t 0 p 1 ( n ) p 2 ( n ) p 3 ( n ) 3 d o t p 10 ( n )

In compact vector notation, this becomes

P ( n + 1 ) = A P ̲_ ( n )

>From this expression, it is easily seen that the population distribution after n times ten years from some initial population distribution P u n d e r ( 0 ) is given by

P ( n ) = A n P ̲_ ( 0 )

There are several interesting observations for the readers with a knowledge of matrix theory.After several steps of n , the age distribution will assume a form given by the eigenvector of the largest eigenvalue of A .

After several steps, the age distribution will stop changing and this eigenvector is called the stable age distribution, and this largest eigenvalue is the stable growth rate if the eigenvalue is greater than one(decay rate if is is less than one). The problem is a bit more complicated if the eigenvalues are complex(where oscillations occur).

It is possible to modify the equations of [link] to allow for shorter T in Euler's method than the span of ages in a population group, and to allow different spans for different groups. Let T be the time interval between each calculation of new levels. Let S i be the span of ages for the group p i . Consider the population group p 2 . During one time interval T , the number that dies is d 2 p 2 , the fraction that advances to the next group is T S 2 times those that do not die 1 - d 2 p 2 , and the rest 1 - T S 2 1 - d 2 p 2 stay in the group. The equations become

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Dynamics of social systems. OpenStax CNX. Aug 07, 2015 Download for free at https://legacy.cnx.org/content/col10587/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Dynamics of social systems' conversation and receive update notifications?

Ask