I am trying to solve this O-U process for which the long term mean is another O-U process.
$$ dX(t) = -\alpha_{x} X(t)dt + Y(t)dt + \sigma_{x} dW_{x}(t) $$ $$ dY(t) = -\alpha_{y}Y(t)dt + \sigma_{y}dW_{y}(t) $$
Solving for Y(t) is straightforward.
$$ Y(t) = e^{-\alpha_{y}*(t-s)}Y(s) + \sigma_{y} \int_{s}^{t}e^{-\alpha_{y}(t-u)}dW_{y}(u) $$
However, I struggle when plugging it in the first equation and trying to solve for X(t). Could anyone help me with this?
In general, I struggle when looking at problems in which one process depends on another. What should be the general way to approach these types of problems?
Thanks!