Given the following 4 characteristics determine the loan amount.
First payment of $2000 due one year from now.
Next 7 payments are 3% larger than the preceding payments.
Next 7 payments are 3% lower than the preceding payments.
Loan has annual effective rate i = 7%
So the main problem I have is with criteria number 3. I am not sure how to evaluate a geometric progression that is decreasing.
For instance, a geometric progression that is increasing as in the second criteria
$$ \sum_{t=1}^{n} a(1+g)^{t-1}(1+i)^{-t} $$
$$ = \sum_{t=1}^{n}a(1+i)^{-1} \left( \frac{1+g}{1+i} \right)^{t-1} $$
$$ = a(1+i)^{-1}\left( \frac{1- \left( \frac{1+g}{1+i} \right)^n}{1-\left( \frac{1+g}{1+i} \right)} \right) $$
$$ = a\left( \frac{1- \left( \frac{1+g}{1+i} \right)^n}{i-g} \right) $$
So the way I understand it verbally, is that the annuity has a discount rate of 1/1.07 compounded per payment period. This means that for each future payment period the payment value decreases however, since payments are increasing by 3% the discount now becomes 1.03/1.07
Now if payments are supposedly decreasing by 3% then would it simply be 1/1.10 for the discount?