
Pronoy S. answered 04/20/24
Physics and Mathematics demystifier
Use the binomial expansion for (1+x)n , which is given as :
(1+x)n = ∑nm=0 nCm xm = 1 + nx + n(n-1) x2 / 2 + ..
where nCm = n! / {(n-m)!m!} is the number of ways in which one can choose a subset of m elements from a set of n elements.
The motivation for this formula is pretty simple:
- Write (1+x)n as (1+x)·(1+x)·......n-times,
- We can see that when we expand all the brackets, there will be 2n terms, as there are n brackets, and each one has 2 terms : 1 and x. Many of these terms will be identical, which we will collect together. For instance, when n = 2, (1+x)·(1+x) = 1·1 + 1·x + x·1 + x·x = 1 + 2x + x2
- Each of these 2n terms will recieve exactly one contribution from each bracket: either 1 or x.
- We can see that the xm term comes about when m out of n brackets contribute x (and the rest contribute 1).
- The number of ways this can happen is the coefficient of xm in the binomial expansion, and this is exactly the number of ways in which we can choose m out of n brackets.
Here, x = 1/100 , n = 5. So, we use:
(1+x)5 = 1 + 5x + 10x2 + 10x3 + 5x4 + x5
Since we only need the answer to 5 decimal places, we do not need all these terms.
We can see that 5x = 5/100 ; 10x2 = 10/1002 ; 10x3 = 10/1003 need to be taken into account, as their contributions appear within the 5th decimal place.
However, the last two terms 5x4 = 5/1004 and x5 = 1/1005 are less than (1/10)5 , so they do not need to be taken into account if we only want the answer to the 5th decimal place
So, (1.01)5 ≅ 1 + 5/100 + 10/1002 + 10/1003