Skip to main content
ExamExplained
VIC · General Mathematics
General Mathematics study scene
§-Syllabus dot point
VICGeneral MathematicsSyllabus dot point

How does a Leslie matrix model an age-structured population, and how do birth and survival rates project the population forward?

Set up a Leslie matrix from age-specific birth (fecundity) and survival rates, multiply it by an age-structure state matrix to project a population forward, and interpret the long-term growth and age distribution

A focused answer to the VCE General Mathematics Unit 4 Matrices key-knowledge point on Leslie matrices. Placing fecundity rates in the top row and survival rates on the subdiagonal, projecting an age-structured population forward, and reading long-term growth and age distribution.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Building the Leslie matrix
  3. Projecting the population forward
  4. Long-term behaviour
  5. Reading fecundity and survival from a word problem
  6. The stable age distribution
  7. Connection to transition matrices
  8. Why this matters for the exams

What this dot point is asking

VCAA wants you to model an age-structured population with a Leslie matrix. The top row holds the birth (fecundity) rates for each age group, and the subdiagonal holds the survival rates that move individuals to the next age group. Multiplying the Leslie matrix by the current age-structure state matrix projects the population one time step forward, and repeated multiplication shows long-term growth and a stable age distribution. This extends the transition-matrix idea to populations that age.

Building the Leslie matrix

For three age classes with birth rates b1,b2,b3b_1, b_2, b_3 and survival rates s1s_1 (class 1 to 2) and s2s_2 (class 2 to 3), the Leslie matrix is

L=[b1b2b3s1000s20].L = \begin{bmatrix} b_1 & b_2 & b_3 \\ s_1 & 0 & 0 \\ 0 & s_2 & 0 \end{bmatrix}.

The top row generates newborns into class 1. Each survival rate sits on the subdiagonal, moving survivors down to the next age class. The oldest class has no survival entry, so it does not persist beyond its age band.

Projecting the population forward

Let S0S_0 be the starting numbers in each age class. The population after one step is S1=LS0S_1 = L S_0, and after nn steps Sn=LnS0S_n = L^n S_0.

Long-term behaviour

Raising LL to a large power and multiplying by S0S_0 shows the long-term picture: the total population eventually multiplies by a constant growth factor each step, and the proportions in each age class stabilise to a fixed stable age distribution, regardless of the starting numbers. On the calculator, project several steps and watch the ratios between age classes settle.

Reading fecundity and survival from a word problem

Exam questions give the rates in prose, and translating them correctly is where marks are won or lost. A fecundity rate is the average number of offspring a member of a given age class produces in one time period, and these go in the top row, one per age class. A survival rate is the proportion of an age class that lives to enter the next class, and these sit on the subdiagonal: the entry in row 22, column 11 is the fraction of class 11 that survives to class 22, and so on. Everything else is zero. A common trap is a fecundity rate quoted only for older classes (newborns rarely reproduce), so the first top-row entry is often 00; read each rate to the class it belongs to before placing it.

The stable age distribution

When you project a Leslie model over many periods, two things settle down. First, the total population eventually multiplies by a constant growth factor each step, so successive totals form a geometric sequence. Second, the proportion of the population in each age class converges to a fixed ratio, the stable age distribution, no matter what the starting structure was. On a CAS you observe this by computing LnS0L^n S_0 for increasing nn and watching the ratios between the age classes stop changing. The growth factor is read as the long-run ratio of one total to the previous total, and a factor above 11 signals sustained growth, exactly 11 a steady state, and below 11 decline.

Connection to transition matrices

The Leslie model shares its machinery with the transition matrix work: both project a column state matrix forward with Sn=MnS0S_n = M^n S_0 and both reveal long-term behaviour through high powers. The difference is interpretation. A transition matrix moves a fixed total between categories, so its columns sum to 11, whereas a Leslie matrix can grow or shrink the total because births add new individuals and the oldest class dies out, so its columns do not sum to 11. Recognising that the same matrix arithmetic underlies both models helps you set up calculations quickly and explains why the long-run analysis looks so similar.

Why this matters for the exams

Leslie matrix questions test whether you can build the matrix correctly from birth and survival data and project a population forward, with the calculator doing the powers. Markers reward the right placement of fecundity and survival entries and a sensible interpretation of long-term growth. The model is a direct relative of the transition matrix, sharing the Sn=MnS0S_n = M^n S_0 machinery.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2023 VCAA1 marksA species of bird has a life span of three years. A Leslie matrix L is used to model the female population distribution of this species. The element in the second row, first column of L is 0.20. This element states that on average 20% of this population will A. be female. B. never reproduce. C. survive into their second year. D. produce offspring in their first year. E. live for the entire lifespan of three years.
Show worked answer →

In a Leslie matrix the top row holds the birth (fecundity) rates and the entries on the subdiagonal hold the survival proportions, that is, the fraction of each age group that lives to move into the next age group.

The element in the second row, first column is the proportion of age group 1 (first year) that survives to become age group 2 (second year).

A value of 0.20 therefore means that on average 20% of the youngest birds survive into their second year, which is option C. It is a survival rate, not a birth rate, so the reproduction-based options are incorrect.

VCAA 20224 marksAn insect population has three age classes with fecundity rates 00, 44 and 33, and survival rates s1=0.5s_1 = 0.5 (class 1 to 2) and s2=0.25s_2 = 0.25 (class 2 to 3). The initial age structure is S0=[2006020]S_0 = \begin{bmatrix} 200 \\ 60 \\ 20 \end{bmatrix}. (a) Write the Leslie matrix LL. (b) Calculate the age structure S1S_1 after one time period and state the total population.
Show worked answer →

Place fecundity along the top row and survival on the subdiagonal, then compute S1=LS0S_1 = L S_0.

(a) L=[0430.50000.250]L = \begin{bmatrix} 0 & 4 & 3 \\ 0.5 & 0 & 0 \\ 0 & 0.25 & 0 \end{bmatrix}.

(b) Class 1 (newborns): 0×200+4×60+3×20=240+60=3000 \times 200 + 4 \times 60 + 3 \times 20 = 240 + 60 = 300. Class 2 (survivors of class 1): 0.5×200=1000.5 \times 200 = 100. Class 3 (survivors of class 2): 0.25×60=150.25 \times 60 = 15.

S1=[30010015]S_1 = \begin{bmatrix} 300 \\ 100 \\ 15 \end{bmatrix}, total =300+100+15=415= 300 + 100 + 15 = 415, up from 280280.

Markers award one mark for LL, one for each correctly computed class, with the total stated.

ExamExplained