0

At time $t=0$ saving account balance is $0$. Then we start continuous payments with intensivity $C_t$. Continuous compounding intensivity is $\delta_t=\frac{1}{1+t}$. Accumulated value of funds at time $t$ is $t(1+t)$. Find $C_t$.

I try to find $C_t$ in this way:

$\int_0^tC_se^{\int_s^{t}\frac{1}{1+u}du}ds=\int_0^tC_s\frac{1+t}{1+s}ds=t(1+t)$

we may revrite above expression as: $\int_0^t\frac{C_s}{1+s}ds+t\int_0^t\frac{C_s}{1+s}ds=t(1+t)$

then, differentiation of boths sides leads to

$\frac{C_t}{1+t}+\int_0^t\frac{C_s}{1+s}ds+\frac{tC_t}{1+t}=1+2t$

again, taking one more time derivative of both sides we have:

$C^{'}_t+\frac{1}{1+t}C_t=2$

Above we have ordinary linear differential equation of first order. Solution of this equation is $C_t=\frac{2t+t^2}{1+t}$. Unfortunatelly this is wrong answer, substition of this value into first integral leads to bush :/

user109447
  • 111
  • 2

2 Answers2

0

You have got $\int_0^tC_s\frac{1+t}{1+s}ds=t(1+t)$ which is $(1+t)\int_0^t\frac{C_s}{1+s}ds=t(1+t).$ Then $\int_0^t\frac{C_s}{1+s}ds=t$ implying $C_t=1+t.$

  • Thank You, thats correct. But cuould you tell me where is mistake in my solution ? – user109447 Nov 18 '13 at 16:34
  • First thing comes in mind, is that $C_t$ may not be differentiable so $C_t'$ may not exist. Second, I haven't checked whether you found the solution of differential equation correct or not, assuming $C_t'$ is differentiable. – Ehsan M. Kermani Nov 18 '13 at 18:51
0

It's very simple to check that: $(\frac{2t+t^2}{1+t})'+\frac{1}{1+t}\frac{2t+t^2}{1+t}=\frac{(2+2t)(1+t)-2t-t^2}{(1+t)^2}+\frac{2t+t^2}{(1+t)^2}=\frac{2(1+t)}{1+t}=2$ so for above differential equation $C_t=\frac{2t+t^2}{1+t}$ must be a solution. So, where is the mistake ? :D

user109447
  • 111
  • 2