
Adam W. answered 02/05/20
Quantitative Finance Tutoring from an Algorithmic Trader
- It is given that they earn $5000/year with 4% interest. After one year, they would have made $5000*1.04, and the year after, $5000 + ($5000*1.04)*1.04. One could think of the first term as income for that year, and the second term as accumulated investment earnings. Thus over T years we can define the sequence,
a(-1) = 0
a(t) = W_0 + a(t-1)*(1+r)
where W_0 is initial wealth, r is interest rate. So the future value is then simply ∑a(t) for t =0,...,T.
- It is given they earn $82,000/year, and receive a 5% raise every year. This means after one year, they will earn $82,000*1.05, and the year after, ($82,000*1.05)*1.05. Over T years,
FV = W_0*(1+r)**T
where this value represents their income T years from now.