MHB Al's question at Yahoo Answers regarding determining the accumulated interest

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Interest
AI Thread Summary
To determine the accumulated value of interest from a $3000 investment at 9% compound interest with annual contributions for 27 years, the recursive formula F_{n+1}=(1+i)F_{n}+D is used. The homogeneous solution is h_n=c_1(1+i)^n, and a particular solution is found to be A=-D/i. By combining these, the total fund value F_n is expressed as F_{n}=\frac{D}{i}\left((1+i)^{n+1}-1 \right). After calculating with the given values, the accumulated interest is approximately $254,904.65. This method effectively accounts for both the initial investment and the additional annual contributions.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

How to determine the accumulated value of interest?

Hey!

I have a maths problem that goes: "suppose you join a superannuation fund by investing \$3000 at 9% p.a. compound interest. The same amount is invested at the beginning of each subsequent year until you retire 27 years later. Determine the accumulated value of interest"

I know the compound interest formula, however I have no idea how to account for the extra \$3000 that is added every year (on top of the 9% interest rate).

Thanks! I would be very grateful for any help

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Hello Al,

Let's let $F_n$ represent the value of the fund at the beginning of year $n$, where the initial year is year 0. We may model this situation with the recursion:

$$F_{n+1}=(1+i)F_{n}+D$$ where $$F_0=D$$

where $i$ is the APR and $D$ is the annual deposit.

Now, we see the homogeneous solution is:

$$h_n=c_1(1+i)^n$$

and we seek a particular solution of the form:

$$p_n=A$$

Substituting the particular solution into the recurrence, we find:

$$A-(1+i)A=D\,\therefore\,A=-\frac{D}{i}$$

And so we have, by superposition:

$$F_{n}=h_n+p_n=c_1(1+i)^n-\frac{D}{i}$$

Now, using the initial value, we may determine the parameter $c_1$:

$$F_{0}=c_1-\frac{D}{i}=D\,\therefore\,c_1=\frac{D}{i}(1+i)$$

and so we have:

$$F_{n}=\frac{D}{i}\left((1+i)^{n+1}-1 \right)$$

To determine the amount $I_{n}$ of this that is interest, we must subtract the $n+1$ deposits that have been made:

$$I_{n}=F_{n}-(n+1)D=\frac{D}{i}\left((1+i)^{n+1}-1 \right)-(n+1)D$$

$$I_{n}=\frac{D}{i}\left((1+i)^{n+1}-(1+i(n+1)) \right)$$

Now, plugging in the data we are given for the problem:

$$D=3000,\,i=0.09,\,n=27$$

We find:

$$I_{27}=\frac{3000}{0.09}\left((1.09)^{28}-(1+0.09(28)) \right)\approx254904.65$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top