I need to find the steady state probability of an Ornstein-Uhlenbeck process. I've made a start, but I've got stuck at this point. First I start with the definition of the evolution of probability for the one variable Fokker-Planck equation:
$$\frac{\partial P}{\partial t}(x,t)= L_{FP} P(x,t)\\ L_{FP}=-\frac{\partial}{\partial x} D^{(1)}(x) + \frac{\partial^2}{\partial x^2} D^{(2)}(x)$$
where $P$ is the probability, and $D^{(1)}(x)$ and $D^{(2)}(x)$ are the drift and diffusion, respectively.
For an OU process, $$D^{(1)}(x)=-\gamma x, \ D^{(2)}(x)=D = \text{const},$$ where $\gamma$ is a constant. Substituting this into the Fokker-Planck equation gives $$\frac{\partial P}{\partial t}= \gamma\frac{\partial}{\partial x} (xP) + D\frac{\partial^2}{\partial x^2} P.$$
For a steady state solution, $\dfrac{\partial P}{\partial t}=0$, so the equation reduces to $$\frac{\partial^2 P}{\partial x^2}+\frac{\gamma}{D}\frac{\partial}{\partial x} (xP) =0.$$
I'm guessing that now I'd expand the second term to give
$$\frac{\partial^2 P}{\partial x^2}+\frac{\gamma}{D}\left(x\frac{\partial P}{\partial x} + P\right)=0,$$ but then I have no idea where to go from there. I'm also guessing there will be some initial condition like $$P(x,0) = \delta (x-x_0),$$ but I'm not sure. Can anyone help me please?