Linear Algebra/Topic: Stable Populations

From testwiki
Revision as of 14:43, 8 December 2019 by imported>Jellysandwich0 (spelling)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Navigation

Imagine a reserve park with animals from a species that we are trying to protect. The park doesn't have a fence and so animals cross the boundary, both from the inside out and in the other direction. Every year, 10% of the animals from inside of the park leave, and 1% of the animals from the outside find their way in. We can ask if we can find a stable level of population for this park: is there a population that, once established, will stay constant over time, with the number of animals leaving equal to the number of animals entering?

To answer that question, we must first establish the equations. Let the year n population in the park be pn and in the rest of the world be rn.

pn+1=.90pn+.01rnrn+1=.10pn+.99rn

We can set this system up as a matrix equation (see the Markov Chain topic).

(pn+1rn+1)=(.90.01.10.99)(pnrn)

Now, "stable level" means that pn+1=pn and rn+1=rn, so that the matrix equation vn+1=Tvn becomes v=Tv. We are therefore looking for eigenvectors for T that are associated with the eigenvalue 1. The equation (IT)v=0 is

(.10.01.10.01)(pr)=(00)

which gives the eigenspace: vectors with the restriction that p=.1r. Coupled with additional information, that the total world population of this species is is p+r=110000, we find that the stable state is p=10,000 and r=100,000.

If we start with a park population of ten thousand animals, so that the rest of the world has one hundred thousand, then every year ten percent (a thousand animals) of those inside will leave the park, and every year one percent (a thousand) of those from the rest of the world will enter the park. It is stable, self-sustaining.

Now imagine that we are trying to gradually build up the total world population of this species. We can try, for instance, to have the world population grow at a rate of 1% per year. In this case, we can take a "stable" state for the park's population to be that it also grows at 1% per year. The equation vn+1=1.01vn=Tvn leads to ((1.01I)T)v=0, which gives this system.

(.11.01.10.02)(pr)=(00)

The matrix is nonsingular, and so the only solution is p=0 and r=0. Thus, there is no (usable) initial population that we can establish at the park and expect that it will grow at the same rate as the rest of the world.

Knowing that an annual world population growth rate of 1% forces an unstable park population, we can ask which growth rates there are that would allow an initial population for the park that will be self-sustaining. We consider λv=Tv and solve for λ.

0=|λ.9.01.10λ.99|=(λ.9)(λ.99)(.10)(.01)=λ21.89λ+.89

A shortcut to factoring that quadratic is our knowledge that λ=1 is an eigenvalue of T, so the other eigenvalue is .89. Thus there are two ways to have a stable park population (a population that grows at the same rate as the population of the rest of the world, despite the leaky park boundaries): have a world population that is does not grow or shrink, and have a world population that shrinks by 11% every year.

So this is one meaning of eigenvalues and eigenvectors— they give a stable state for a system. If the eigenvalue is 1 then the system is static. If the eigenvalue isn't 1 then the system is either growing or shrinking, but in a dynamically-stable way.

Exercises

Template:TextBox Template:TextBox Template:TextBox Template:TextBox

/Solutions/

Template:Navigation

Template:BookCat