Let $(X_t, Y_t)$ be a two-dimensional Markov stochastic process that runs on time interval $[t_0, t_f]$. Its infintesimal generator is described by the functions $\mu_X, \mu_Y, \sigma_X, \sigma_Y$. I have the following information about the process:
(1) $\mu_X(x, y, t)$ and $\sigma_X(x, y, t)$ are known. For both these functions, the parameter $y$ has no effect (so we can write them $\mu_X(x, t)$ and $\sigma_X(x, t)$).
(2) $\mu_Y(x, y, t) = x$
(3) $\sigma_Y(x, y, t) = 0$
(4) $X_{t_0} = x_0$, some known constant. $Y_{t_0} = 0$.
My end goal is: looking forward from $t_0$, find a probability density function that reflects my beliefs about the value of $Y_{t_f}$.
I'm only vaguely familiar with stochastic processes, so I would appreciate a description of how to solve this problem or a reference to a gentle introduction to solving these sorts of problems.
Thank you.