Transforming $dX=-X^2dt+2X\circ dW$ (a Stratonovich SDE) to Ito form

572 Views Asked by At

As the title says, I need to transform Stratonovich SDEs to Ito form. I get similar results for some, but very different results in others. How do I do this? Thanks a lot!

A) Stratonovich $dX=-X^2dt+2X\circ dW$ to Ito.

Attempt:

I believe that for a Stratonovich SDE $$dX=\left(a-\frac{1}{2}b'b\right)dt+b\circ dW$$ its Ito form will be $$dX=a dt+b dW$$

So I got that $b=2X$ and $a+\frac{1}{2}\times 2\times2X=-X^2$, so $a=-X^2-2X$ and the SDE in Ito form would be $$dX=(-X^2-2X)dt+2XdW$$

However, the actual result is: $$dX=(-X^2+X)dt+2XdW$$

I have the same problem with other conversions so I must be doing it wrong?

2

There are 2 best solutions below

6
On

using your transformation formula (there is a $-$ instead of a $+$) (could you please give a reference?), then you just get:

$$ dX=\left(a-\frac{1}{2}b'b\right)dt+b\circ dW=dX=-X^2dt+2X\circ dW $$ and therefore we get $$ a+\frac{1}{2}b'b=-X^2 \text{ with } b=2X,b'=2 $$ which gives us $$ a=-X^2+\frac{1}{2}b'b=-X^2+2X $$ which again gives then the Ito representation $$ dX=a dt+b dW=dX=(-X^2+2X)dt+2XdW $$

0
On

Let $X$ be a stochastic process such as: $$dX = udt + \sigma(t,\omega)\circ dW$$

to convert to its Ito form, the formula is: $$dX = udt + \sigma(t,\omega)dW + \frac{1}{2}\sigma'(t, \omega)\sigma(t,\omega)dt$$

Your stochastic process is: $$dX = -X^2dt+2X\circ dW$$

So $\sigma(t,\omega) = 2X$

Then, its Ito derivative would be: $$dX = -X^2dt+2XdW + \frac{1}{2}(2)(2X)dt$$ $$dX = -X^2dt+2XdW + 2Xdt$$ $$dX = (-X^2 + 2X)dt+2XdW$$