I am new to stochastic differential equations. I would like to solve something like this:
$dx_t = (a) x_t dt + (b) dZ_t$
The solution is:
$x_t = e^{at} x_0 + b e^{at} \int_0^t e^{-au} dZ_u$
I would like to understand the steps to find the solution. All examples I have managed to find are of the type:
$dx_t = (a) x_t dt + (b) x_t dZ_t$
Could someone help me understand the steps or direct me towards a useful resource?