Transition Matrices – Using a Certain Rule (VCE SSCE General Mathematics): Revision Notes
Transition Matrices – Using a Certain Rule
Introduction
Previously, we worked with transition matrices using the basic recurrence relation:
This model works well when the total number of items in a system stays constant. For example, if a car rental company has exactly cars that move between locations but the fleet size never changes.
However, what happens when items are added to or removed from the system at each step? For instance, if the rental company adds new cars each week, or if a population receives new members regularly?
To handle these situations, we need an extended model that includes additions or reductions.
Key Difference Between Models:
The basic model () assumes a closed system where items only move between states. The extended model () accounts for external changes to the system at each time step.
Understanding the recurrence relation
When a system experiences external additions or reductions at each time step, we use the matrix recurrence relation:
where:
- is the initial state matrix (starting conditions)
- is the state matrix after time steps
- is the transition matrix (showing movement between states)
- is a column matrix representing external additions or reductions
The role of matrix
The matrix captures changes that come from outside the system:
- Positive values in represent additions (e.g., new cars added to locations)
- Negative values in represent reductions (e.g., cars removed from service)
- Each element in corresponds to a state in the system
When to use this model
Choosing the Right Model:
Use when:
- Items are regularly added to or removed from the system
- The total number of items changes over time
- External factors influence the system at each step
Use when:
- The total number of items remains constant
- Items only move between states, with no additions or removals
Worked example: rental car problem with additions
Let's apply this model to a rental car scenario where the company expands its fleet each week.
Worked Example: Rental Car Fleet with Weekly Additions
Problem setup:
A car rental company starts with cars: 50 located at Bendigo and 40 located at Colac.
Most cars are rented and returned in the same town, but some are returned to the other location. The transition diagram below shows these percentages:

To expand the business, management decides to add 2 extra cars at each location every week.
Defining the matrices:
The recurrence relation for this situation is:
where:
The transition matrix shows:
- of cars in Bendigo stay in Bendigo, move to Colac
- of cars in Colac move to Bendigo, stay in Colac
The matrix shows that cars are added at each location every week.
Step 1: Calculating the state after 1 week
To find the number of cars at each location after week, we use :
First, calculate :
Then add :
Conclusion: After 1 week, we predict there will be 46 cars in Bendigo and 48 cars in Colac.
Step 2: Calculating the state after 2 weeks
To find the number of cars after weeks, we use :
Calculate :
Then add :
Conclusion: After 2 weeks, we predict there will be 43.6 cars in Bendigo and 54.4 cars in Colac.
Critical Observation: No Shortcut Formula
Unlike the basic model , the extended recurrence relation doesn't have a simple formula for finding directly. This means we cannot use as we did before.
Instead, we must work through the problem step-by-step, calculating each successive state matrix in order:
Working backwards using inverse matrices
Sometimes we need to work backwards through the transition states. For example, if we know the state after several weeks, we might want to find the state from the previous week.
We can move backwards through the sequence:
using the relationship between the forward and reverse formulas.
Forward formula:
Reverse formula:
This reverse formula allows us to calculate earlier states when we know later ones.
How the Reverse Formula Works
Starting from , we can rearrange to solve for :
- Subtract from both sides:
- Multiply both sides by :
This gives us the reverse formula:
When to use the reverse method
Use this approach when:
- You know a later state and need to find an earlier state
- You're working backwards to verify calculations
- A problem specifically asks for a previous state
Key Points to Remember:
- The extended model is used when items are added to or removed from a system at each time step.
- Matrix represents external additions (positive values) or reductions (negative values) to the system.
- Unlike the basic model, there is no shortcut formula—you must calculate each state step-by-step.
- To work backwards through states, use the reverse formula: .
- Always perform the matrix multiplication first, then add matrix .