Solving Population Movement Sequence Problem

  • Thread starter Thread starter Couperin
  • Start date Start date
  • Tags Tags
    Sequence
AI Thread Summary
The discussion centers on a mathematical model predicting population movement between two regions in a country with a stable population of 60 million. Currently, 20 million reside in the prosperous North and 40 million in the poorer South. The model indicates that 8% of the South's population moves to the North annually, while 2% of the North's population moves to the South. The sequence equation for the Northern population, p_n+1 = 4800000 + 0.9p_n, is questioned, particularly the origin of the number 4,800,000. The contributor seeks clarification on deriving this equation and has attempted various approaches to understand it better.
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 p_n denote the population of the Northern part of the country in n years' time.

Prove that p_n satisfies
p_0 = 20000000, p_n+1 = 4800000 + 0.9p_n

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.

NPop_n+1 = 0.98NPop_n + 0.08SPop_n
SPop_n+1 = 0.92SPop_n + 0.02NPop_n
 
Physics news on Phys.org
The population movement says N(n+1)=N(n)-0.02*N(n)+0.08*S(n). Since the population is stable S(n)=60000000-N(n). Substitute that into the first equation.
 
Thanks for your help.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Replies
26
Views
11K
Replies
2
Views
2K
Replies
4
Views
5K
Replies
3
Views
9K
Replies
32
Views
10K
Replies
5
Views
3K
Replies
4
Views
2K
Back
Top