Problem 26
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 the conditions do not change from week to week, then \(Q\) remains the same and we have what's known as a Stochastic Process \({ }^{10}\) because Week \(n\) 's numbers are found by computing \(Q^{n} X .\) Choose a few values of \(n\) and, with the help of your classmates and calculator, find out how many people get each paper for that week. You should start to see a pattern as \(n \rightarrow \infty\).
Step-by-Step Solution
VerifiedKey Concepts
Transition Matrix
In our example of Pedimaxus, the transition matrix \( Q \) is structured to show how subscribers switch between the two newspapers over a week.
- Each row in the transition matrix corresponds to a state from which transitions occur.
- The columns represent the states to which transitions lead.
- The values in the matrix are probabilities that residents will move from one subscription to another.
Importantly, each row sums to 1, reflecting total probability conservation from one state to another. This provides a complete picture of subscription tendencies within the village.
State Matrix
We define it using matrix \( X = \begin{bmatrix} T \ P \end{bmatrix} \), where:
- \( T \) is the number of residents subscribing to the Pedimaxus Tribune.
- \( P \) is the number of residents subscribing to the Sasquatchia Picayune.
The accuracy in the initial setup of the state matrix is vital since it dictates the direction and pattern of subsequent calculations as every week progresses.
Steady-State Distribution
In our Pedimaxus example, as you apply the transition matrix repeatedly, you'll notice the distribution of subscribers converging to \( \begin{bmatrix} 100 \ 50 \end{bmatrix} \).
- This outcome means 100 residents consistently subscribe to the Tribune.
- 50 residents remain with the Picayune.
This shows a remarkable property of Markov processes, emphasizing that the initial state becomes less influential over time regarding the final equilibrium of a stochastic system.
Matrix Multiplication
Here are some key points:
- Multiply each row element of \( Q \) with the corresponding element of \( X \) and sum them to get the new entry for the resulting state matrix.
- For instance, \( QX \) returns a new state matrix showing week 2's subscription.
By continually applying the multiplication \( Q^n \times X \) for weeks \( n \), you simulate ongoing changes, illustrating the dynamic shifts within the system and arriving at the steady-state distribution. This operation is essential in predicting the evolution of Markov Chains.