Predicted distribution in x generations?

  • Thread starter Thread starter Rijad Hadzic
  • Start date Start date
  • Tags Tags
    Distribution
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Rijad Hadzic
Messages
321
Reaction score
20

Homework Statement


Consider the stochastic matrix P giving the probabilities of non-college educated households having at least one college educated child.
[itex] \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}[/itex]

If there are currently 300,000 college educated households, and 750000 noncollege educated households, in DFW, what is the predicted distribution in 10 generations?

Homework Equations

The Attempt at a Solution


so I have
P =
[itex] \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}[/itex]

and
x_0
[itex] \begin{pmatrix}<br /> 300\\<br /> 750\\<br /> \end{pmatrix}[/itex]

So the predicted distribution in 10 generations will be P^9 * x_0, right? Not P^10 * x_0

Sorry I know its probably a simple question but I'm just trying to make sense of this.
 
Physics news on Phys.org
Rijad Hadzic said:

Homework Statement


Consider the stochastic matrix P giving the probabilities of non-college educated households having at least one college educated child.
[itex] \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}[/itex]

If there are currently 300,000 college educated households, and 750000 noncollege educated households, in DFW, what is the predicted distribution in 10 generations?

Homework Equations

The Attempt at a Solution


so I have
P =
[itex] \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}[/itex]

and
x_0
[itex] \begin{pmatrix}<br /> 300\\<br /> 750\\<br /> \end{pmatrix}[/itex]

So the predicted distribution in 10 generations will be P^9 * x_0, right? Not P^10 * x_0

Sorry I know its probably a simple question but I'm just trying to make sense of this.

As I interpret it, the distribution In one generation is ##x_1 = P x_0##, etc. However, you should use whatever convention your instructor/textbook uses.

Perhaps this is a bit like the difference between building descriptions in North America and Britain: in North America the first floor is on the ground level, but in Britain it is one floor above the ground.
 
Ray Vickson said:
As I interpret it, the distribution In one generation is ##x_1 = P x_0##, etc. However, you should use whatever convention your instructor/textbook uses.

Perhaps this is a bit like the difference between building descriptions in North America and Britain: in North America the first floor is on the ground level, but in Britain it is one floor above the ground.

Alright. I think your interpretation is correct. I remember my instructor mentioning something about this but my memory is not perfect so I wasnt sure, but that makes sense to me, Since you start with an inital population, and that times P^1 = your first generation...