What We Review
Introduction
The matrix model plays a vital role in precalculus, helping to simplify complex situations into manageable formats. They allow us to understand how systems change over time by representing transitions between different states. Whether planning a business strategy or predicting population shifts, these models, specifically state transition matrices, provide indispensable insights.
Understanding Matrix Models
What is a Matrix?
A matrix is like a spreadsheet—a rectangular array with numbers arranged neatly into rows and columns. Each number in this grid is an element. The size or dimensions of a matrix are defined as m \times n, where m is the number of rows and n is the number of columns. For example, consider this simple 2×2 matrix:
\begin{pmatrix}2 & 3 \\ 4 & 5\end{pmatrix}This matrix has 2 rows and 2 columns. Each number inside is part of the matrix’s data set.
State Transition Matrix
A state transition matrix models how a system shifts from one state to another. Picture moving from one friend group to another based on certain probabilities or percentages. It captures all those possible shifts. Using a simple scenario, if there are two states, say A and B, representing different places a group can be, the state transition matrix might look like this:
\begin{pmatrix}0.7 & 0.4 \\ 0.3 & 0.6\end{pmatrix}This means there is a 70% chance of staying in A and a 30% chance of not staying in A. On the other hand, there is a 40% chance of staying in B and a 60% chance of not staying in B.
Constructing a Matrix Model

Creating the Matrix
To create a state transition matrix, first understand the situation being modeled. Let’s say 80% of people who drink coffee on Day 1 continue on Day 2, while 20% switch to tea. Conversely, 50% of tea drinkers remain, while 50% switch to coffee. Here’s how this features in a matrix:
\begin{pmatrix}0.8 & 0.5 \\ 0.2 & 0.5\end{pmatrix}The values represent transitions as percentages or probabilities; they must add up to 1 for each column because they account for all possibilities.
Predicting Future States
Using the Matrix to Predict Future States
State vectors are column matrices representing current states. By multiplying a state transition matrix with a state vector, future states are predicted. Suppose today, 60% drink coffee and 40% drink tea. This current state is:
\begin{pmatrix}0.6 \\ 0.4\end{pmatrix}To find what happens tomorrow, multiply the two matrices:
\begin{pmatrix}0.8 & 0.5 \\ 0.2 & 0.5\end{pmatrix} \begin{pmatrix}0.68 \\ 0.32\end{pmatrix}Tomorrow, 68% will drink coffee, and 32% tea.
Analyzing Past States
Using the Inverse of a Matrix
The inverse matrix can reverse a transition, revealing past states. An inverse matrix, when multiplied by the original matrix, equals the identity matrix, which operates much like the number 1 in multiplication. Suppose using the state transition matrix:
\begin{pmatrix}0.8 & 0.5 \\ 0.2 & 0.5\end{pmatrix}An inverse matrix (if calculated) can help find past transition states if current ones are known.
The inverse matrix is:
\begin{pmatrix}1.67 & -1.67 \\ -0.67 & 2.67\end{pmatrix}Let’s say we were given the matrix: \begin{pmatrix}0.68 \\ 0.32\end{pmatrix}. If we multiply by the inverse matrix, we will get back the previous state given in the example above:
\begin{pmatrix}1.67 & -1.67 \\ -0.67 & 2.67\end{pmatrix} \times \begin{pmatrix}0.68 \\ 0.32\end{pmatrix} \begin{pmatrix}0.6 \\ 0.4\end{pmatrix}Discovering the Steady State
What is a Steady State?
A steady state is a condition where the probabilities remain constant over time, meaning that repeated applications of the transition matrix no longer change the state vector.
Finding the Steady State
To find the steady state for the given transition matrix:
\begin{pmatrix}0.8 & 0.5 \\ 0.2 & 0.5\end{pmatrix}Starting with the initial state:
\begin{pmatrix}0.6 \\ 0.4\end{pmatrix}We repeatedly multiply the transition matrix by itself. After multiple iterations, the state vector stabilizes at:
\begin{pmatrix} 0.714 \\ 0.286 \end{pmatrix}(Rounded to three decimal places)
Interpreting the Result
- In the steady state, 71.4% of the population drinks coffee, and 28.6% drinks tea.
- No matter the initial distribution, repeated applications of the transition matrix will always lead to this same stable outcome.
Quick Reference Chart
Term | Definition |
Matrix | A rectangular array of numbers arranged in rows and columns. |
State Transition Matrix | A matrix that models the probabilities of transitioning between states. |
State Vector | A column matrix representing the current state values. |
Inverse Matrix | A matrix that, when multiplied by the original matrix, produces the identity matrix. |
Steady State | A state where transitions between states become stable over time. |
Conclusion
A strong grasp of matrix models illuminates how systems transition between states over time. Practicing with the matrix model deepens understanding and prepares students for exploring more complex systems in exams. Embracing these concepts might not only enhance mathematical literacy but offers tools to model real-world scenarios effectively.
Sharpen Your Skills for AP® Precalculus
Are you preparing for the AP® Precalculus exam? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world math problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!
Need help preparing for your AP® Precalculus exam?
Albert has hundreds of AP® Precalculus practice questions, free response, and an AP® Precalculus practice test to try out.