Question 17:Construct a stage-matrix model for an animal species that has two life stages: juvenile (up to 1 year old) and adult. Suppose the female adults give birth each year to an average of 1.6 female juveniles. Each year, 30% of the juveniles survive to become adults and 80% of the adults survive. For \(k \ge 0\), let \({x_k} = \left( {{j_k},{a_k}} \right)\), where the entries in \({x_k}\) are the numbers of female juveniles and female adults in year \(k\).

  1. Construct the stage-matrix \(A\) such that \({x_{k + 1}} = A{x_k}\) for \(k \ge 0\).
  2. Show that the Population is growing, compute the eventual growth rate of the Population, and give the eventual ratio of juveniles to adults.
  3. (M) Suppose that initially there are 15 juveniles and 10 adults in the Population. Produce four graphs that show how the Population changes over eight years: (a) the number of juveniles, (b) the number of adults, (c) the total Population, and (d) the ratio of juveniles to adults (each year). When does the ratio in (d) seem to stabilize? Include a listing of the program or keystrokes used to produce the graphs for (c) and (d).

Short Answer

Expert verified

The required solutions are:

  1. \(A = \left( {\begin{array}{*{20}{c}}0&{1.6}\\{0.3}&{0.8}\end{array}} \right)\)
  2. The Population is increasing in ratio- 4 juveniles for every 3 adults.
  3. The required graphs are:

The number of juveniles.

  1. The numbers of adults.


b. The total Population.

c. The ratio of juveniles to adults.

Step by step solution

01

Stage Matrix

Here, as per the data given, each adult gave birth to 1.6 juveniles on average. So, for the particular year, we have:

\({j_{k + 1}} = 1.6{a_k}\)

Also,30% of the juveniles survive to become adults, and 80% of the adults survive. So:

\({a_{k + 1}} = 0.3{j_k} + 0.8{a_k}\)

So, the stage matrix can be given as:

\(A = \left( {\begin{array}{*{20}{c}}0&{1.6}\\{0.3}&{0.8}\end{array}} \right)\)

Hence, this is the required matrix.

02

Determine the eigenvalues and eigenvector of the matrix using MATLAB

Enter this matrix in MATLAB as:

>> \(A = \left( {\begin{array}{*{20}{c}}{0\,\,1.6;}&{0.3\,\,0.8}\end{array}} \right)\);

For eigenvalues, enter instruction as:

>> \(E = {\rm{eigs}}\left( A \right)\);

We get:

\(E = \left( {\begin{array}{*{20}{c}}{1.2}\\{ - 0.4}\end{array}} \right)\)

Now, for eigenvectors, enter instruction as:

>> \(\left( {\begin{array}{*{20}{c}}A&B\end{array}} \right) = {\rm{eigs}}\left( A \right)\);

So, we have:

\(\begin{array}{l}{v_1} = \left( {\begin{array}{*{20}{c}}{ - 0.8}\\{ - 0.6}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}4\\3\end{array}} \right)\\{v_2} = \left( {\begin{array}{*{20}{c}}{ - 0.970143}\\{0.242536}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 4}\\1\end{array}} \right)\end{array}\)

Thus, these are the required eigenvectors.

03

The General Solution to the system

Now, the general solution can be given as:

\(x\left( t \right) = {c_1}{\left( {\left| {1.2} \right|} \right)^k}\left( {\begin{array}{*{20}{c}}4\\3\end{array}} \right) + {c_2}{\left( {\left| { - 0.4} \right|} \right)^k}\left( {\begin{array}{*{20}{c}}{ - 4}\\1\end{array}} \right)\)

Hence, this is the required solution.

04

Computing the Growth rate

Now, from the question, we have the initial vector as:

\(\left( {\begin{array}{*{20}{c}}{{j_0}}\\{{a_0}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{15}\\{10}\end{array}} \right)\)

So, for \(k = 0\), the general solution is:

\(\left( {\begin{array}{*{20}{c}}{15}\\{10}\end{array}} \right) = {c_1}\left( {\begin{array}{*{20}{c}}4\\3\end{array}} \right) + {c_2}\left( {\begin{array}{*{20}{c}}{ - 4}\\1\end{array}} \right)\)

The argument matrix reduced to row echelon form using MATLAB as:

\(\begin{array}{c}M = \left( {\begin{array}{*{20}{c}}4&{ - 4}&{15}\\3&1&{10}\end{array}} \right)\\ = \left( {\begin{array}{*{20}{c}}1&0&{\frac{{55}}{{16}}}\\0&1&{ - \frac{5}{{16}}}\end{array}} \right)\end{array}\)

Thus, the final general solution is:

\({x_k} = \left( {\frac{{55}}{{16}}} \right){\left( {\left| {1.2} \right|} \right)^k}\left( {\begin{array}{*{20}{c}}4\\3\end{array}} \right) + \left( { - \frac{5}{{16}}} \right){\left( {\left| { - 0.4} \right|} \right)^k}\left( {\begin{array}{*{20}{c}}{ - 4}\\1\end{array}} \right)\)

Hence, the Population is increasing in the ratio: 4 juveniles for every 3 adults.

05

Plotting the Graph.

Since initially, we have 15 juveniles and 10 adults. Then, the graphs that show rate variation of Population in 8 years are:

a. The number of juveniles.


b. The numbers of adults.


c. The total Population.

d. The ratio of juveniles to adults.


Hence, these are the required graphs, and the ratio is stabilized from the very beginning.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Exercises 19–23 concern the polynomial \(p\left( t \right) = {a_{\bf{0}}} + {a_{\bf{1}}}t + ... + {a_{n - {\bf{1}}}}{t^{n - {\bf{1}}}} + {t^n}\) and \(n \times n\) matrix \({C_p}\) called the companion matrix of \(p\): \({C_p} = \left[ {\begin{aligned}{*{20}{c}}{\bf{0}}&{\bf{1}}&{\bf{0}}&{...}&{\bf{0}}\\{\bf{0}}&{\bf{0}}&{\bf{1}}&{}&{\bf{0}}\\:&{}&{}&{}&:\\{\bf{0}}&{\bf{0}}&{\bf{0}}&{}&{\bf{1}}\\{ - {a_{\bf{0}}}}&{ - {a_{\bf{1}}}}&{ - {a_{\bf{2}}}}&{...}&{ - {a_{n - {\bf{1}}}}}\end{aligned}} \right]\).

22. Let \(p\left( t \right) = {a_{\bf{0}}} + {a_{\bf{1}}}t + {a_{\bf{2}}}{t^{\bf{2}}} + {t^{\bf{3}}}\), and let \(\lambda \) be a zero of \(p\).

  1. Write the companion matrix for \(p\).
  2. Explain why \({\lambda ^{\bf{3}}} = - {a_{\bf{0}}} - {a_{\bf{1}}}\lambda - {a_{\bf{2}}}{\lambda ^{\bf{2}}}\), and show that \(\left( {{\bf{1}},\lambda ,{\lambda ^2}} \right)\) is an eigenvector of the companion matrix for \(p\).

Let \(J\) be the \(n \times n\) matrix of all \({\bf{1}}\)’s and consider \(A = \left( {a - b} \right)I + bJ\) that is,

\(A = \left( {\begin{aligned}{*{20}{c}}a&b&b&{...}&b\\b&a&b&{...}&b\\b&b&a&{...}&b\\:&:&:&:&:\\b&b&b&{...}&a\end{aligned}} \right)\)

Use the results of Exercise \({\bf{16}}\) in the Supplementary Exercises for Chapter \({\bf{3}}\) to show that the eigenvalues of \(A\) are \(a - b\) and \(a + \left( {n - {\bf{1}}} \right)b\). What are the multiplicities of these eigenvalues?

Question: For the matrices in Exercises 15-17, list the eigenvalues, repeated according to their multiplicities.

15. \(\left[ {\begin{array}{*{20}{c}}4&- 7&0&2\\0&3&- 4&6\\0&0&3&{ - 8}\\0&0&0&1\end{array}} \right]\)

Let \(B = \left\{ {{{\bf{b}}_1},{{\bf{b}}_2},{{\bf{b}}_3}} \right\}\)be a basis for a vector space \(V\) and\(T:V \to {\mathbb{R}^2}\) be a linear transformation with the property that

\(T\left( {{x_1}{{\bf{b}}_1} + {x_2}{{\bf{b}}_2} + {x_3}{{\bf{b}}_3}} \right) = \left( {\begin{aligned}{2{x_1} - 4{x_2} + 5{x_3}}\\{ - {x_2} + 3{x_3}}\end{aligned}} \right)\)

Find the matrix for \(T\) relative to \(B\) and the standard basis for \({\mathbb{R}^2}\).

Question: Find the characteristic polynomial and the eigenvalues of the matrices in Exercises 1-8.

5. \(\left[ {\begin{array}{*{20}{c}}2&1\\-1&4\end{array}} \right]\)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free