Consider a linear SDE of the form:
$$dX_t = \alpha X_tdt + \beta dW_t,\\ X_t = x$$ I would like to determine an explicit solution, as well as that solution's distribution if possible.
My issue with the first task is that we are given $X_t = x$, and not, as usual, $X_0 = x$. With regards to the second task, I do believe such solutions will be .... normal? Log-normal?
EDIT: I found the solution to the first question, but only for $X_0 = x$. So I am wondering, do we just replace $t$ in the formula with $T-t$?