[Math] Calculate stochastic integral $\int_0^T s^2 W_s dW_s$

probability theorystochastic-calculusstochastic-integrals

I faced some troubles trying to evaluate Ito's integral $\int_0^T s^2 W_s dW_s$ by definition. My attempt is $\int_0^T s^2 W_s dW_s = \sum_{i=0}^{N-1} t_i^2 W_{t_i} (W_{t_{i+1}}-W_{t_i}) = X – \sum_{i=0}^{N-1} t_i^2 W_{t_i}^2 = X – (T^3+2T^2\int_0^TW_sdW_s)$, since $W_T^2 = T + 2\int_0^T W_s dW_s$. Unfortunately, I have no idea how to proceed with the first summand $X$ by definition, to be more precise, I stuck with $W_{t_{i+1}}W_{t_i}$ term.

Can anyone show me how to deal with it? If there is any mistake in my evaluation of the second term, please notify me too. Thanks in advance.

Best Answer

As noted in the comments, this is a random variable, but it looks like you're looking for an equality similar to something like $$\frac{1}{2}(W_T^2 - T) = \int_0^T W_s \,dW_s.$$

In other words, you're looking for a smooth function $f:\mathbb{R}^2 \to \mathbb{R}$ so that $$f(W_T,T) = \int_0^T s^2 W_s\,dW_s.$$ This interpretation of your question is mentioned in the comments, and I think that this is the sort of thing you're looking for. By Itô's Lemma, we would need $f$ to satisfy $$\begin{cases}\displaystyle\frac{\partial f}{\partial x} = t^2 x, \\ \displaystyle\frac{\partial f}{\partial t} + \frac{1}{2} \frac{\partial^2 f}{\partial x^2} = 0, \\ f(0,0)=0 \end{cases}$$ which you can check has no solution since the first equation implies $\frac{\partial^2 f}{\partial x^2}$ is constant with respect to $x$, thereby making the second equation impossible.

To answer the question about "indefinite integration for Itô integrals," the answer is that you can "find an antiderivative" (i.e. an answer of the form $f(W_T,T)$) when you're integrating $\frac{\partial f}{\partial x}$ where $f$ satisfies the diffusion equation $$\frac{\partial f}{\partial t} = -\frac{1}{2}\frac{\partial^2 f}{\partial x^2}.$$ This can be seen from Itô's Lemma.