Calculus and Probability – Population Size Change with Equally Probable Growth and Decline

binomial-coefficientscalculusprobability

There is a population that is equally likely to grow by $10\%$ or decrease by $10\%$ every day. What can we say about it in a year's time: will it be bigger, smaller, or the same as it was in the beginning? And in one year and one day?

Let the population size initially be equal to $x$. Then after first day we have in average:

$x\cdot \frac{1}{2} \cdot (1+0.1+1-0.1) = x$, which corresponds with initial value.

After second day average population size is equal:

$x\cdot \frac{1}{4} \cdot ((1+0.1)^2+2\cdot (1+0.1)\cdot (1-0.1) + (1-0.1)^2) = x$

Third step gives:

$\frac{1}{8} \cdot x \cdot((1+0.1)^3+3\cdot((1+0.1)^2) \cdot (1-0.1)+3 \cdot ((1-0.1)^2) \cdot (1+0.1)+(1-0.1)^3) = x$

However, when deriving the last formula, I separated the intermediate states up-down from down-up, etc, and final states such as up-up-down from up-down-up and down-up-up, etc. If this was not done, I received a different answer: the population was not stationary: $\frac{1}{6} \cdot x \cdot((1+0.1)^3+2\cdot((1+0.1)^2) \cdot (1-0.1)+2 \cdot ((1-0.1)^2) \cdot (1+0.1)+(1-0.1)^3) > x$

How is it correct to calculate the number of paths here: taking into account the order or without taking order into account? And is it true, if the order is taken into account, that I will always get the binomial formula and in the end the answer to the problem will be "The population does not change the number on average"?

Thank you

Best Answer

On an up day the population is multiplied by $1.1$. On a down day it is multiplied by $0.9$. As multiplication is commutative, it doesn't matter what order of days you have, just the number of ups and downs. After $m$ up days and $n$ down days the population is multiplied by $1.1^m\cdot 0.9^n$

You are correct that the expected value of the population does not change, but one up and one down results in multiplication by $0.99$. After a large number of days you expect to have about the same number of ups and downs, so the population is very likely to be smaller than when you started. The answer to this seeming conflict is that if you have rather more up days than down days the population is enormously larger than when you started. This is a low probability, true, but it pulls the average back up.

As an example, suppose we have a series of $100$ days. If you have $50$ up days and $50$ down days the population is down to about $0.605$ of what you started with. It takes $53$ up days and $47$ down days to be ahead and it is only $10\%$. But with $70$ ups and $30$ downs you are up a factor of $33.5$

Related Question