I Problem Set 1 - Solution

I.1 Geometric Sums

  1. Let us denote the geometric sum of interest by S: S=ni=0xi=1+x+x2+...+xn. The trick to calculate this sum is to multiply it by x, which allows to get: xS=x+x2+x3+...+xn+1. We can see that this is almost the same sum as the previous one except for the first term, which is missing, and the last term, which was absent from S, therefore: xS=1+1+x+x2+...+xn+xn+1xS=1+S+xn+1 This implies (for x1): 1xn+1=(1x)SS=1xn+11x.

  2. For S to have a finite value when n, we need that xn+1 stays finite. This happens when: |x|<1. In the knife edge case when x=1, the sum goes to infinity since it is then equal to n+1. If x=1, then the sum oscillates between 1 and 1 and does not have a limit when n goes to infinity.

  3. From question 1 and 2, we know that when |x|<1, xn+10 when n, and therefore: i=0xi=1+x+x2+...+xn+...=11x.

  4. We just factor in xm and then use the formula in question 1: ni=mxi=xm+xm+1+...+xn=xm(1+x+...+xnm)=xm1xnm+11xni=mxi=xmxn+11x.

  5. The present discounted value of an infinite stream of incomes, which grows at rate g=2%, starts at y0=90000, if the interest rate is i=3% is: y0+y01+g1+i+y0(1+g)2(1+i)2+... Using the formula found in question 3 with x=(1+g)/(1+i), we get: y0+y01+g1+i+y0(1+g)2(1+i)2+...=y0111+g1+i=y0(1+i)ig A numerical application gives (see Google Sheet): y0(1+i)ig=90000(1+0.03)0.030.02=9270000.

I.2 Taylor Approximations

  1. We have: (1+x)n=nk=0(nk)xk When x is small, all the xk terms for k2 are negligible, and therefore: (1+x)n1+(n1)x=1+nx. If you do not know what (nk) means, that is fine too. You can prove the same result using recursion. For n=1, we know that (1+x)1=1+x (obviously). Assume that the approximation is true for n, or that (1+x)n1+nx, let’s prove that it is true for n+1: (1+x)n+1=(1+x)n(1+x)(1+nx)(1+x)1+(n+1)x+nx2(1+x)n+11+(n+1)x which proves the proposition for n+1. Thus, the Taylor approximation is true for any nN.

  2. We have: (1+x)(1+y)=1+x+y+xy. When x and y are both small, then xy is negligible, which gives the result: (1+x)(1+y)1+x+y.

  3. Using the formula proven in Problem 1, we get that: 11+y=1y+y2y3+... When x and y are both small, all terms of the product are negligible except for first-order terms: 1+x1+y1+xy.

  4. Denote the price level by pt (that is, in dollars, the price of a representative basket of goods). Inflation πt at time t is defined as the rate of growth of this price level between t and t+1: pt+1pt=1+πt. If you leave one dollar at the bank, and if the nominal interest rate is given by it, then you end up at the end of the period with 1+it dollars at the bank. With this, you can buy a quantity of goods given by (1+it)/pt+1. If you buy a quantity of goods at time t, then you get a number of goods equal to 1/pt. Thus, the rate of increase in your purchasing power if you leave your money in the bank is given by: (1+it)/pt+11/pt=1+it1+πt. An exact value for the real interest rate is thus: 1+it1+πt1=1+0.011+0.0151=0.004926108371+it1+πt1=0.492610837%. An approximate value from the above formula is: 1+it1+πt11+itπt10.010.0151+it1+πt10.5%. This is not such a bad approximation.

I.3 Growth Rates

  1. Iterating on the formula: yt+1=(1+g)ytyT=(1+g)Ty0, allows to find the result: G=yTy01=(1+g)T1.

  2. Again, inverting the previous relation: G=(1+g)T1, allows to find: g=yt+1yt1=(1+G)1/T1.

  3. Applying the previous formula allows to get (see Google Sheet): g=(1+0.01)1/3651=0.00002726155g=0.0027% You give up approximately $2.7 every day (your bank most likely is investing this money on your behalf, so you are rather giving this money to your bank): 0.00002726155100000=2.7.

I.4 Replicating Figures 1.1, 1.2, and 1.3

  1. See Google Sheet.

  2. See Google Sheet.

  3. See Google Sheet.

  1. See Google Sheet.

  1. See Google Sheet.

  1. See Google Sheet.