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
population in the park be
in the rest of the world be
.
We can set this system up as a matrix equation (see the Markov Chain topic).
Now, “stable level” means that
and
matrix equation
becomes
We are therefore looking for eigenvectors for
the eigenvalue
The equation
is
which gives the eigenspace: vectors with the restriction that
Coupled with additional information,
that the total world population of this species is
is
and
.
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
, which gives this system.
The matrix is nonsingular, and so the only solution is
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
and solve for
.
A shortcut to factoring that quadratic is our knowledge that
is an eigenvalue of
, so the other eigenvalue is
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
If the eigenvalue isn’t
shrinking, but in a dynamically-stable way.
Exercises[edit]
- Problem 1
What initial population for the park discussed above
should be set up in the
case where world populations are allowed to decline by 11% every year?
- Problem 2
What will happen to the population of the park in the event of
a growth in world population of 1% per year?
Will it lag the world growth, or lead it?
Assume that the park population is ten thousand, and the
world population is one hundred thousand,
and calculate over a ten year span.
- Problem 3
The park discussed above is partially fenced so that now,
every year, only 5% of the animals from inside of the park leave (still,
about 1% of the animals from the outside
find their way in).
Under what conditions can the park maintain a stable population now?
- Problem 4
Suppose that a species of bird only lives in Canada, the United States,
or in Mexico.
Every year, 4% of the Canadian birds travel to the US, and 1% of them
travel to Mexico.
Every year, 6% of the US birds travel to Canada,
and 4% go to Mexico.
From Mexico, every year 10% travel to the US, and 0% go to Canada.
- Give the transition matrix.
- Is there a way for the three countries to have constant
populations? - Find all stable situations.
Solutions