How to do stochastic integration $dS = a S^b dt + c S dW$, where $a$, $b$ and $c$ are constant, $b > 0$, and $W$ is the Wiener process.
I know how to do integration for $dS = aS dt + cS dW$, or $dS / S = a dt + c dW$:
According to Ito's lemma, for $dx = \mu dt + \sigma dW$, and $f(t,x)$, $$df(t,x) = (\frac{\partial f}{\partial t} + \mu \frac{\partial f}{\partial x} + \frac{1}{2} \sigma^2 \frac{\partial^2f}{\partial x^2} ) dt + \sigma \frac{\partial f}{\partial x} dW $$
Submitting in $S\rightarrow x$, $aS \rightarrow \mu$, $cS \rightarrow \sigma$, and $ln(S)\rightarrow f(t,x)$, will get:
$$d[ln(S)] = (a - \frac{1}{2} c^2) dt + c dW$$
, then we'll have $$S(t) = exp[(a - \frac{1}{2} c^2) t + cW_t]$$
But if $S^b$ is introduced, how could I solve it?
There are several possibilites to solve this SDE:
Solution 1 You already solved the case $b=1$, so without loss of generality $b \neq 1$.
First, consider the (deterministic) ODE
$$ds = a \cdot s^b \, dt$$
The solution $s(t)$ satisfies
$$\frac{s(t)^{-b+1}}{1-b} - a \cdot t = \text{const}$$
Therefore, we try the following Ansatz:
$$Y_t := \frac{S_t^{1-b}}{1-b} - a \cdot t \tag{1}$$
The idea behind this choice is simply the following: In the deterministic case, $Y_t$ is constant. But since we add a random perturbation, we should allow $Y$ to depend on $\omega$. By applying Itô's formula,
$$dY_t = c \cdot (1-b) \cdot (Y_t+a \cdot t) \, dW_t - \frac{b}{2} \cdot c^2 \cdot (Y_t+at) \, dt$$
Now let $Z_t := Y_t + a \cdot t$,
$$dZ_t = dY_t + a \, dt = c \cdot (1-b) \cdot Z_t \, dW_t + \left( - \frac{b}{2} \cdot c^2 \cdot Z_t+a \right) \, dt$$
Consequently, $Z_t$ solves a linear SDE. Sinc it is known, how to solve this SDE, we find an expression for $Z_t$ and -obviously- for $Y_t$. From (1), we get a candidate for the solution $S_t$.
(Hopefully, my calculations are correct. Don't hesitate to ask!)
Solution 2 For SDE's of the form $$dS_t = b(S_t) \, dt + \sigma(S_t) \, dW_t \tag{2}$$ there exist equivalent conditions for a transformation into a linear SDE, for example the following:
(cf. René L. Schilling/Lothar Partzsch: Brownian motion - An Introduction to Stochastic Processes, p.278.)
You can easily check that for the given SDE, condition (3) is satisfied and therefore this theorem tells you how to transform the SDE into a linear SDE.