0

Let $S$ follow GBM with $dS=(r-q)S\,dt+\sigma S\,dW$ where $W$ is a standard Brownian motion.
Define $I_t=\int_0^t qe^{r(t-u)}S_u \,du$, then how can I determine $dI_t$? The answer should be $dI_t=(rI_t+qS_t)\,dt$. (Oh and this is not homework, I was just reading some papers on stock loan pricing and ran into this formula, whose proof was not given.)

If I'm correct, then $\frac{\partial I_t}{\partial t}=qS_u e^{r(t-t)}=qS_u.$ I just don't know how to proceed with $\frac{\partial I_t}{\partial S}$ and $\frac{\partial^2 I_t}{\partial S^2}$. Any help is greatly appreciated, thank you!

drawar
  • 1,077

1 Answers1

1

$$I_t=q\mathrm e^{rt}\int_0^t\mathrm e^{-ru}S_u\mathrm du\implies \dfrac{\mathrm dI_t}{\mathrm dt}=rq\mathrm e^{rt}\int_0^t\mathrm e^{-ru}S_u\mathrm du+q\mathrm e^{rt}(\mathrm e^{-rt}S_t)=rI_t+qS_t$$ Your mistake is to believe that $$ \frac{\mathrm d}{\mathrm dt}\int_0^tF(t,u)\mathrm du=F(t,t), $$ actually, $$ \frac{\mathrm d}{\mathrm dt}\int_0^tF(t,u)\mathrm du=F(t,t)+\int_0^t\frac{\partial F(t,u)}{\partial t}\mathrm du. $$

Did
  • 279,727
  • Hi, thanks for the speedy answer. May I know what theorem you were using please? Is it a generalization of FTC? – drawar Apr 16 '14 at 15:36
  • FTC=? The theorem is stated in the second part of the answer. – Did Apr 16 '14 at 15:53
  • FTC is indeed Fundamental Theorem of Calculus, I thought it can be readily extended to multivariable functions, hence the mistake. Thanks for clearing that up! – drawar Apr 16 '14 at 16:05
  • Would you mind giving me hints or words that I could use in my narrowed SE.com google search please? – RandowMalk Aug 19 '17 at 20:17
  • Hi Did, my first comment has been deleted somehow, and thus making my second comment an irrelevant orphan. I did ask a question though which might be related to this issue. Regards. – RandowMalk Aug 19 '17 at 22:04