Evaluate stochastic integration

60 Views Asked by At

I need to evaluate $$ \int_0^t B(\min \{{1,s}\})dB(s), $$ where $B$ is the Brownian motion.

I am starting solving this problem by using the stochastic integration. Any suggestions.

1

There are 1 best solutions below

3
On

HINT Assuming $t > 1$, $$ \int_0^t B_{\min\{1,s\}} dB_s = \int_0^1 B_{\min\{1,s\}} dB_s + \int_1^t B_{\min\{1,s\}} dB_s $$ Now $\min\{1,s\}$ can be explicitly computed over each interval of integration. Can you now finish?