[M] Let \(M\) and \({{\bf{x}}_0}\) be as in example 3.

a. Compute the population vectors \({{\bf{x}}_k}\) for \(k = 1,.....,20\). Discuss what you find.

b. Repeat part (a) with an initial population of 350,000 in the city and 650,000 in the suburbs. What do you find?

Short Answer

Expert verified

\[\left[ {\begin{array}{*{20}{c}}{370,283}\\{629,717}\end{array}} \right]\]

Step by step solution

01

Form the difference equation

From example 3, \(M = \left[ {\begin{array}{*{20}{c}}{0.95}&{0.03}\\{0.05}&{0.97}\end{array}} \right]\) and \({{\bf{x}}_0} = \left[ {\begin{array}{*{20}{c}}{600,000}\\{400,000}\end{array}} \right]\).

\({{\bf{x}}_{k + 1}} = M{{\bf{x}}_k}\)

02

Find the population vectors

From MATLAB, some of the population vectors are

\({x_5} = \left[ {\begin{array}{*{20}{c}}{523,293}\\{476,707}\end{array}} \right]\), \[{{\bf{x}}_{10}} = \left[ {\begin{array}{*{20}{c}}{472,737}\\{527,263}\end{array}} \right]\], \[\,{{\bf{x}}_{15}} = \left[ {\begin{array}{*{20}{c}}{439,417}\\{560,583}\end{array}} \right]\], \[{{\bf{x}}_{20}} = \left[ {\begin{array}{*{20}{c}}{417,456}\\{582,544}\end{array}} \right]\].

The data in thepopulation vectors shows that the city population is declining and the suburban population is increasing, but over the years, the population change is getting smaller.

03

Find the population vectors

If the initial population of the city is 350,000, and in the suburbs, it is 650,000, then \({{\bf{x}}_0} = \left[ {\begin{array}{*{20}{c}}{350,000}\\{650,000}\end{array}} \right]\).

Use the following MATLAB code to solve the equation \({{\bf{x}}_{k + 1}} = M{{\bf{x}}_k}\) for \(k = 19\).

\( > > M = \left[ {\begin{array}{*{20}{c}}{0.98034}&{0.00179;\,\begin{array}{*{20}{c}}{\,0.01966}&{0.99821}\end{array}}\end{array}} \right];\)

\( > > {x_0} = \left[ {38041430\;;\;\;275872610} \right];\)

\(\)\(\begin{array}{l} > > \,\,{\rm{for}}\;\;k = 1:19\\\, > > \,\,x\left( {k + 1} \right) = M * x\left( k \right)\end{array}\)

\[{{\bf{x}}_{20}} = \left[ {\begin{array}{*{20}{c}}{370,283}\\{629,717}\end{array}} \right]\]

The data in the population vectors shows that the city population is increasing at a slower rate, whereas the suburban population is decreasing.

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

Let \(u = \left[ {\begin{array}{*{20}{c}}2\\{ - 1}\end{array}} \right]\) and \(v = \left[ {\begin{array}{*{20}{c}}2\\1\end{array}} \right]\). Show that \(\left[ {\begin{array}{*{20}{c}}h\\k\end{array}} \right]\) is in Span \(\left\{ {u,v} \right\}\) for all \(h\) and\(k\).

Suppose Tand U are linear transformations from \({\mathbb{R}^n}\) to \({\mathbb{R}^n}\) such that \(T\left( {U{\mathop{\rm x}\nolimits} } \right) = {\mathop{\rm x}\nolimits} \) for all x in \({\mathbb{R}^n}\) . Is it true that \(U\left( {T{\mathop{\rm x}\nolimits} } \right) = {\mathop{\rm x}\nolimits} \) for all x in \({\mathbb{R}^n}\)? Why or why not?

In Exercises 23 and 24, key statements from this section are either quoted directly, restated slightly (but still true), or altered in some way that makes them false in some cases. Mark each statement True or False, and justify your answer.(If true, give the approximate location where a similar statement appears, or refer to a definition or theorem. If false, give the location of a statement that has been quoted or used incorrectly, or cite an example that shows the statement is not true in all cases.) Similar true/false questions will appear in many sections of the text.

24.

a. Elementary row operations on an augmented matrix never change the solution set of the associated linear system.

b. Two matrices are row equivalent if they have the same number of rows.

c. An inconsistent system has more than one solution.

d. Two linear systems are equivalent if they have the same solution set.

Suppose \(\left\{ {{{\mathop{\rm v}\nolimits} _1},{{\mathop{\rm v}\nolimits} _2}} \right\}\) is a linearly independent set in \({\mathbb{R}^n}\). Show that \(\left\{ {{{\mathop{\rm v}\nolimits} _1},{{\mathop{\rm v}\nolimits} _1} + {{\mathop{\rm v}\nolimits} _2}} \right\}\) is also linearly independent.

In Exercises 9, write a vector equation that is equivalent to

the given system of equations.

9. \({x_2} + 5{x_3} = 0\)

\(\begin{array}{c}4{x_1} + 6{x_2} - {x_3} = 0\\ - {x_1} + 3{x_2} - 8{x_3} = 0\end{array}\)

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