Solving Population Movement Sequence Problem

  • Thread starter Thread starter Couperin
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Couperin
Messages
59
Reaction score
0
Homework Statement

A country has a stable population of 60'000'000 people.
The country can be divided into two regions - a prosperous North and a poorer South.

Currently, 20'000'000 people live in the North while 40'000'000 live in the South.

A model for population movement predicts that each year:
8% of the people living in the South move to the North, and
2% of the people living in the North move to the South.

Let [tex]p_n[/tex] denote the population of the Northern part of the country in [tex]n[/tex] years' time.

Prove that [tex]p_n[/tex] satisfies
[tex]p_0 = 20000000[/tex], [tex]p_n+1 = 4800000 + 0.9p_n[/tex]

My problem

There are some questions involved with this question, and I've answered them. What's bugging me is, I'm sat there looking at this sequence equation, wondering how on Earth the examiner managed to derive it. Could anyone tell me how?

I've tried all sorts of stuff to figure out where the number 4800000 came from, but to no avail.

If it's any use, here's some stuff I managed to find.

[tex]NPop_n+1 = 0.98NPop_n + 0.08SPop_n[/tex]
[tex]SPop_n+1 = 0.92SPop_n + 0.02NPop_n[/tex]
 
Physics news on Phys.org
Thanks for your help.