For SDE's of the general form $$dX_t = b(X_t) \, dt + \sigma(X_t) \, dW_t \tag{1}$$ @saz taught me that there is a formula to transform it into a linear SDE, quoting from René L. Schilling/Lothar Partzsch: Brownian motion - An Introduction to Stochastic Processes, p.278.
However I don't have the book. So I'm wondering, is there a name for such formula? so that I could search on Internet or other books for more details or related topics. For example,
- how is $\alpha$, $\beta$ and $\gamma$ in the formula defined,
- if the $b(X_t)$ could be more general as $b(t, X_t)$,
- how to solve the linear SDE after the transformation.
Below are the details of the transformation from @saz's post :
The SDE (1) can be transformed into a linear SDE $$dZ_t = (\alpha+ \beta \cdot Z_t) \, dt + (\gamma+\delta \cdot Z_t) \, dW_t$$ if and only if $$\frac{d}{dx} \left( \frac{\frac{d}{dx}(\kappa'(x) \cdot \sigma(x))}{\kappa'(x)} \right) = 0 \tag{2}$$ where $\kappa(x) := \frac{b(x)}{\sigma(x)}- \frac{1}{2} \sigma'(x)$. The transformation $Z_t = f(X_t)$ is given by $$f(x) := \begin{cases} e^{\delta \cdot d(x)} & \delta \neq 0 \\ \gamma \cdot d(x) & \delta = 0 \end{cases}$$ where $$d(x) := \int_0^x \frac{1}{\sigma(y)} \, dy \qquad \qquad \delta = - \frac{\frac{d}{dx}(\kappa'(x) \cdot \sigma(x))}{\kappa'(x)}$$
The given formula works only for autonomous coefficients, i.e. coefficients which do not depend on the time. A criterion for non-autonomous coefficients is for example the following:
(cf. René L. Schilling/Lothar Partzsch: Brownian motion - An Introduction to Stochastic Processes, pp. 277) Probably, there exists a variety of other transformations and criterions, but I'm not into this topic.