3

I am trying to solve this problem

Consider the following one-dim. stochastic process
$$dX_t = b_t dt + \sigma_t dW_t$$ where $W$ is a one-dim. Brownian motion. The above SDE is well-defined. Consider a smooth and bounded function $g$, and put $$ Z_t := \exp(\int_0^t g(s,X_t)ds).$$ Calculate the stochastic differential $dZ$.

My answer:
Put $Y_t = \int_0^t g(s,X_t)ds$ . Then, it follow that $Z_t=e^{Y_t}$ , and from Ito formula, I have
$$dZ_t = Z_t(dY_t + \frac{1}{2}(dY_t)^2).$$ Thus, I want to know the stochastic differential $dY$.
If I can say that $$dY_t=g(t,X_t)dt$$ then, $$dZ_t = Z_t \bigl(g(t,X_t)dt + \frac{1}{2}(g(t,X_t)dt)^2 \bigl)$$ $$\Leftrightarrow dZ_t = Z_t g(t,X_t)dt .$$ follows.


My question: I am not sure if I can say that $$dY_t=g(t,X_t)dt.$$ I suspect that my answer is too simple to be true. Where did I make a mistake?

David Khan
  • 31
  • 1
  • I am also not so sure you can say $dY_t=g(t,X_t)dt.$. In order to get Y differential I would define $f(t,x) =\int_0^t g(s,x)ds$ and then compute $f(t,X_t)$ through Ito Lemma. – loxol May 25 '19 at 14:23
  • @loxol I also guess that I need Ito formula to calculate $ dY $.
    However, I have no idea how I can compute $ f(t,x) = \int_0^t g(s,x)ds $ through Ito formula. What is $ \frac{\partial}{\partial t} \int_0^t g(s,x)ds $ and $ \frac{\partial}{\partial x} \int_0^t g(s,x)ds $?
    – David Khan May 26 '19 at 06:05

1 Answers1

2

In your notation, $$ dY_t = g(t,X_t) dt + \int_0^t dg(s,X_t) ds $$ where $$ dg(s, X_t) = \partial_{X_t} g(s,X_t) dX_t + \frac{1}{2} \partial^2_{X_t} g(s,X_t) (dX_t)^2 $$ The rest seems ok.

  • Can you elaborate why the first equality holds? Does it use Ito lemmma as loxol pointed out? Seemingly, the second equation used Ito lemma. But why isn't partial derivative w.r.t. $t$ included? $X_t$ is a function of $t$, isn't it? – David Khan May 26 '19 at 06:13
  • Well, if you write $X_t$ in the integrand, and not $X_s$, then if you differentiate with respect to $t$ you will also need to differentiate $X_t$. It's like normal calculus, except since $X_t$ is stochastic you take the Ito differential. –  May 26 '19 at 08:07
  • I understand it, thanks. Let me ask one more thing on calculation. If I put $dX_t = b_tdt + \sigma_t W_t$ into $dg(s,X_t)$, then I have something like $\int_0^t (\partial_{X_t}g(s,X_t)b_tdt) dt $ and so on. Can I say that this is equivalent to $b_tdt\int_0^t (\partial_{X_t}g(s,X_t)) dt$? If this is true, then by Ito rule $\bigl((dt)^2=0\bigl)$, I hope I could get relatively neat result on $dZ$. – David Khan May 26 '19 at 09:44
  • You don't have $(dt)^2$ because the integral is over $ds$ from $0$ to $t$, and not over $dt$. –  May 26 '19 at 11:55
  • Sorry for my abbreviation. I'm not sure if my intention is understood. What I wanted to say is this: $dY_t = g(t,X_t)dt + \int_0^t(\partial_{X_t}g(s,X_t) dX_t + \frac{1}{2} \partial^2_{X_t} g(s,X_t)(dX_t)^2)ds$ = $...+\int_0^t(\partial_{X_t} g(s,X_t)(dX_t)ds+... $= $...+\int_0^t(\partial_{X_t} g(s,X_t) (b_tdt+\sigma_t dW_t)ds+...$= $...+\int_0^t\partial_{X_t} g(s,X_t) b_tdtds+... $ holds. And, $(dY_t)^2=...+(\int_0^t\partial_{X_t} g(s,X_t) b_tdtds)^2+... $ follows. – David Khan May 27 '19 at 09:32
  • If I can say that $\int_0^t\partial_{X_t} g(s,X_t) b_tdtds = b_t dt\int_0^t\partial_{X_t} g(s,X_t) ds$, then I hope that $(dY_t)^2=...+( b_tdt)^2(\int_0^t\partial_{X_t} g(s,X_t)ds)^2+... $ = $...+0^2+... $ holds. – David Khan May 27 '19 at 09:32
  • Whatever happened to the $dW$ term in $dX_t$? I am not quite sure what the functional form is of your $g$ and/or what you're trying to do, but I hope it is clear that if you have a $dX$ under the integral sign (which you do), and hence you have a $dW$ then you can't in general say $(dY)^2$ is zero as there will in general be an Ito term. –  May 27 '19 at 14:37
  • I don't want to say that $(dY_t)^2$ is zero. I tried to substitute $dX_t$ which appears in the second term of $dY_t$ by $dX_t = b_t dt +\sigma_t dW_t$. Then, the term like $\int_0^t\partial_{X_t} g(s,X_t)b_tdtds$, $\int_0^t\partial_{X_t} g(s,X_t)\sigma_t dW_t ds$ and so on appear in $dY_t$. But I don't understand how to deal with these integrals. Can I mechanically say that $\int_0^t\partial_{X_t} g(s,X_t)b_tdtds = b_t dt\int_0^t\partial_{X_t} g(s,X_t)ds$ or $\int_0^t\partial_{X_t} g(s,X_t)\sigma_t dW_t ds = \sigma_t dW_t \int_0^t\partial_{X_t} g(s,X_t)ds$ ? – David Khan May 29 '19 at 07:37
  • What is the function $g$? Without knowledge of that it's not possible to simplify more I think. –  May 29 '19 at 19:24