Problem 27
Question
Consider the following scenario. In the small village of Pedimaxus in the country of Sasquatchia, all 150 residents get one of the two local newspapers. Market research has shown that in any given week, \(90 \%\) of those who subscribe to the Pedimaxus Tribune want to keep getting it, but \(10 \%\) want to switch to the Sasquatchia Picayune. Of those who receive the Picayune, \(80 \%\) want to continue with it and \(20 \%\) want switch to the Tribune. We can express this situation using matrices. Specifically, let \(X\) be the 'state matrix' given by $$ X=\left[\begin{array}{l} T \\ P \end{array}\right] $$ where \(T\) is the number of people who get the Tribune and \(P\) is the number of people who get the Picayune in a given week. Let \(Q\) be the 'transition matrix' given by $$ Q=\left[\begin{array}{ll} 0.90 & 0.20 \\ 0.10 & 0.80 \end{array}\right] $$ such that \(Q X\) will be the state matrix for the next week. If you didn't see the pattern, we'll help you out. Let $$ X_{s}=\left[\begin{array}{r} 100 \\ 50 \end{array}\right]. $$ Show that \(Q X_{s}=X_{s}\) This is called the steady state because the number of people who get each paper didn't change for the next week. Show that \(Q^{n} X \rightarrow X_{s}\) as \(n \rightarrow \infty\).
Step-by-Step Solution
VerifiedKey Concepts
Understanding Matrices
For example, the state matrix in our problem is a vertical matrix with two entries, representing the number of Tribune and Picayune subscribers. The transition matrix is a square matrix that shows the probabilities of subscribers switching from one newspaper to the other. These matrices work together to predict how the number of subscribers changes over time.
Introducing the Transition Matrix
This matrix is essential because it allows us to predict the future distribution of subscribers when multiplied by the current state matrix. The entries of \( Q \) tell us the likelihood of an individual switching or staying with their current newspaper.
- Entry \( Q_{T,T} = 0.90 \): Probability of continuing with Tribune
- Entry \( Q_{T,P} = 0.20 \): Probability of switching to Tribune from Picayune
- Entry \( Q_{P,T} = 0.10 \): Probability of switching to Picayune from Tribune
- Entry \( Q_{P,P} = 0.80 \): Probability of continuing with Picayune
Discovering the State Matrix
For instance, if the state matrix initially is \( X_s = \begin{bmatrix} 100 \ 50 \end{bmatrix} \), it means 100 people subscribe to the Tribune and 50 to the Picayune. When multiplied by the transition matrix, it tells us how these numbers are expected to change over a week.
By continuously updating the state matrix through this multiplication, we can track how the subscriber numbers transition week by week. This state matrix, when reaching a point where further multiplication does not change its values, showcases a steady state, a point of equilibrium for the system.
Exploring Steady State Over Time
Let's apply this to our village newspaper scenario. When we multiply the transition matrix \( Q \) by the initial state matrix \( X_s \), we might continue seeing the same state matrix \( \begin{bmatrix} 100 \ 50 \end{bmatrix} \). This confirms that this system has reached its steady state.
The steady state reflects a balance where the inflow and outflow of subscribers between the newspapers equalizes. This observation gives insights into long-term trends and how resilient certain subscriber patterns are to change. In terms of application, it tells us that regardless of initial conditions, the system will invariably stabilize to this steady distribution over time.