Finding a unique strong solution

236 Views Asked by At

I am brushing up on my stochastic approximation. I am having a hard time with the following problem. I have the equation

$dX_t = \ln(1+ X_t^2)dt + X_tdB_t$

$X_0 = x$, with $x \in\mathbb R$

I know that this equation has a unique, strong solution. How can I prove this?