Math Insight

Review problems for exam 1

Name:
Group members:
Section:
  1. Compute the following matrix-vector products.
    1. $\left[\begin{matrix}-2 & 4\\0 & -2\end{matrix}\right]\left[\begin{matrix}-6\\-1\end{matrix}\right]=$
    2. $\left[\begin{matrix}2 & 0\\5 & 5\end{matrix}\right]\left[\begin{matrix}6\\3\end{matrix}\right]=$

  2. Find the eigenvalues of the matrix $$A=\left[\begin{matrix}-1 & -2\\1 & 2\end{matrix}\right]$$ Enter the eigenvalues separated by commas:

  3. Find the determinant of the matrix $$\left[\begin{matrix}-4 & -2\\-4 & 5\end{matrix}\right]$$

  4. Consider the dynamical system $\vc{x}_{n+1} = A\vc{x}_n$, where $A$ is a $3 \times 3$ matrix. Use the following information about the behavior of the dynamical system to estimate the dominant eigenvalue of $A$ and its eigenvector.

    For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\1.9\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.07\\0.53\\2.84\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.5\\2.425\\4.697\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}9.715\\3.205\\8.957\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}16.17\\6.394\\15.72\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}29.57\\10.94\\28.24\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}52.24\\19.8\\50.23\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}93.48\\35.1\\89.67\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}166.5\\62.73\\159.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}297.0\\111.8\\285.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}529.5\\199.3\\508.3\end{matrix}\right]\end{gather*}

    For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.1\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.83\\0.96\\2.14\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.385\\1.821\\4.141\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.088\\2.971\\7.642\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.18\\5.402\\13.63\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.43\\9.536\\24.37\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}45.24\\17.06\\43.44\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}80.74\\30.38\\77.48\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}143.9\\54.19\\138.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}256.7\\96.62\\246.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}457.7\\172.3\\439.3\end{matrix}\right]\end{gather*}

  5. Find all solutions to the following system of equations, or explain why none exist. \begin{eqnarray*} 4 x + 3 y&=&16\\ 5 x - 5 y&=&20 \end{eqnarray*}

  6. Consider the following $2$-dimensional system of discrete dynamical equations: \begin{eqnarray*} v_{n+1} &=& 6 v_{n} + 18 w_{n}\\ w_{n+1} &=& - 3 v_{n} - 9 w_{n}\\ v_{0} &=& -4\\ w_{0} &=& 6 \end{eqnarray*}
    1. Compute the next five values of $v$ and $w$.
      $v_1 =$
      ,  $w_1 =$

      $v_2 =$
      ,  $w_2 =$

      $v_3 =$
      ,  $w_3 =$

      $v_4 =$
      ,  $w_4 =$

      $v_5 =$
      ,  $w_5 =$
    2. Convert the system into a matrix equation.

      $\begin{bmatrix} v_{n+1}\\ w_{n+1} \end{bmatrix}=$




      $\begin{bmatrix} v_n\\ w_n\end{bmatrix}$
    3. Find the eigenvalues and eigenvectors of the matrix you found in part a. Enter the eigenvalues separated by commas, in increasing order:

      Enter the eigenvectors in the same order as the corresponding eigenvalues:
      ,
    4. Which eigenvector direction will $(v_n, w_n)$ approach as $n$ goes to infinity?

  7. American toad
    American toads (Anaxyrus americanus) start out their lives as tadpoles that live in water, before maturing into adults that live mostly on land.

    Assume that each adult toad produces 140 eggs per year. Adults survive with probability 0.5 each year. Tadpoles survive and mature into adults with probability 0.03, and survive and remain tadpoles with probability 0.06.

    1. Write down a matrix model that describes this population.
    2. Assuming you start with 200 tadpoles and 36 toads, how many tadpoles and toads will you have the following year? (Show your work with matrix vector multiplication.)
    3. Suppose you wanted to know how many tadpoles and toads you had the previous year. Write down the system of equations that you would use to solve this problem and solve this set of equations for the biomasses from the previous year.

      Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 200\\36\end{bmatrix}$.

    4. Find the eigenvalues of your matrix from part (a).
    5. Based on your answer to (c), what can you conclude about the long-term growth of this toad population?