I have this difussion process
$dX(t)=\mu X(t)dt+\sigma X(t)dW(t)+u X(t) dN(t),\qquad X(0)=x > 0$
where $W(t)$ is a Brownian Motion and $N(t)$ is a Poisson process.
And I need to know the infinitesimal generator but I can't . Can someone help me?
$\mu,\sigma,u$ are constants.
Thank you so much
I use book Applied Stochastic Control and Jump Diffusion (2nd edittion) written by Bernt Oksendal and Agnes Sulem. You can find more details therein.
Let
$$dX_{t}=a(t,X_{t})dt+b(t,X_{t})dB_{t}+\int_{\mathbb{R}}\gamma(t,X_{t},z)N(dz,dt)$$
then infinitesimal generator is of the form
$$\mathcal{A}f(t,x) = \frac{\partial f}{\partial t}(t,x) + a(t,x)\frac{\partial f}{\partial x}(t,x) + \frac{1}{2}b^{2}(t,x)\frac{\partial^{2} f}{\partial x^{2}}(t,x)$$
$$+\int_{\mathbb{R}}\left(f(t,x+\gamma(t,x,z))-f(t,x)-\frac{\partial f}{\partial x}(t,x)\cdot\gamma(t,x,z)\right)\nu(dz)$$
where $\nu$ is Levy measure of jump.
In your case we have: $a(t,X_{t})=\mu X_{t},\ $ $b(t,X_{t})=\sigma X_{t}\ $ and $\ \gamma(t,X_{t},z)=u X_{t}$.
Note that $\gamma(t,X_{t},z)=u X_{t}$ doesn't depend on $z$, so in the last term in the infinitesimal generator we have to compute the following expression
$$\int_{\mathbb{R}}\nu(dz)=\nu(\mathbb{R})=\lambda$$
Taking everything into account the infinitesimal generator is of the form:
$$\mathcal{A}f(t,x)= \frac{\partial f}{\partial t}(t,x) + \mu x\frac{\partial f}{\partial x}(t,x) + \frac{1}{2}\sigma^{2}x^{2}\frac{\partial^{2} f}{\partial x^{2}}(t,x)$$
$$ + \left(f(t,x+ux) - f(t,x)-\frac{\partial f}{\partial x}(t,x)\cdot u x\right)\cdot \lambda $$
where $\lambda>0$ is Poisson process intensity and $f\in C^{1,2}(\mathbb{R}\times \mathbb{R})$.