Continuously payable annuities with force of interest

  • Thread starter Thread starter Eclair_de_XII
  • Start date Start date
  • Tags Tags
    Force Interest
AI Thread Summary
The discussion focuses on calculating the final value of a continuous payment stream split into two parts: a 10-year and a 4-year payment stream, both at a rate of 1000 per year. The initial miscalculation involved determining the present value instead of the final value and failing to account for the deferred start of the second payment stream. The correct approach involves using the adjusted interest rate and force of interest values to evaluate the final value equation. After correcting the calculations, the final value is derived by multiplying the present value by the appropriate growth factor. The participant acknowledges the errors and expresses gratitude for the guidance received.
Eclair_de_XII
Messages
1,082
Reaction score
91
Homework Statement
An account pays interest at a continuously compounded rate of 0.05 per year. Continuous deposits are made to the account at a rate of 1000 per year for 6 years and then at a rate of 2000 per year for the next 4 years. What is the account balance at the end of 10 years?
Relevant Equations
##\bar{a}_n=\frac{1-v^n}{\delta}##
##v=\frac{1}{1+i}##
##\delta=\ln(1+i)##

Answer: ##17402.48##
I split the continuous payment stream into two separate streams:

1. one 10-year payment stream with a rate of 1000 per year
2. one 4-year payment stream with a rate of 1000 pewr year

I expressed the present value of this payment stream as:

##\begin{align}
1000a_{10}+1000a_4&=&1000(a_{10}+a_4)\\
&=&\frac{1000}{\delta}(2-(v^{10}+v^4))
\end{align}
##

The problem gave:

##i=0.05##
##\delta=\ln(1.05)\approx 0.04879##
##v=\frac{1}{1.05}\approx 0.95238##

I evaluated the equation with these values and got: ##11547.09##. Where did I go wrong?
 
Physics news on Phys.org
You have calculated a present value, whereas the question asks for a final value.
Also, you have not deferred the second stream. It runs for four years, commencing in six years time.
 
Okay, I got it. I seem to have also mixed up the interest rate and the force of interest values:

##\delta=0.05##
##i=\exp(\delta)-1\approx 0.0513##
##v=\frac{1}{1+i}\approx 0.9512##

##\begin{align*}
(1+i)^{-10}FV&=&PV\\
&=&1000a_{10}+v^{6}1000a_{4}\\
&=&1000\left(\frac{1-v^{10}}{\delta}+v^{6}\frac{1-v^4}{\delta}\right)\\
&=&\frac{1000}{\delta}(1-v^{10}+v^6-v^{10})\\
&=&\frac{1000}{\delta}(1-2v^{10}+v^6)
\end{align*}##

I multiply the thing on the right by ##(1+i)^{10}## and then I get the desired value.

Thank you for pointing out my errors.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top