It is given the following SDE:
$\begin{cases}\mathrm{d}Y_t = (Y_t + B_t) \mathrm{d}B_t + Y_t\mathrm{d}t\\ Y_0 = 1 \end{cases}$
where $(Y_t)$ is the unknown Ito process, while $(B_t)$ is a (known) Brownian motion.
This is an inhomogeneous equation, so I first looked at its homogeneous counterpart: $\mathrm{d}Y_t = Y_t\mathrm{d}t$. This is an ODE, which has the solution: $Y_t=ce^t$.
Now I proceed with the method of variation of constants: I'm looking for the solution of the original equation in the form $V_t = C_te^t$ where $(C_t)$ is a yet unknown Ito process. So what I want is:
$$ \mathrm{d}V_t = (V_t + B_t)\mathrm{d}B_t + V_t\mathrm{d}t $$
What I know is:
$$ \mathrm{d}V_t = \mathrm{d}(C_te^t) = e^t\mathrm{d}C_t + C_t e^t\mathrm{d}t + (\mathrm{d}C_t)(\mathrm{d}(e^t))$$
where of course the last term vanishes, as the function $t\mapsto e^t$ is smooth. So I have:
$$\mathrm{d}C_t = e^t\mathrm{d}C_t + V_t\mathrm{d}t$$
which then means I want the following:
$$ e^t\mathrm{d}C_t = (V_t + B_t)\mathrm{d}B_t$$ $$ \mathrm{d}C_t = C_t\mathrm{d}B_t + e^{-t}B_t\mathrm{d}B_t $$ The problem is, integrating the last equation gives $$ C_t - C_0 = \int_0^tC_s\mathrm{d}B_s + \int_0^t e^{-s}B_s\mathrm{d}B_s $$ and I can't get rid of the Ito integral involving $C$ itself.
Is this approach correct/can it be finished?
Here is the next steps. We begin with $$dC_t = C_tdB_t +e^{-t}B_tdB_t \tag{1}$$
Let denote $Z_t$ the solution of $$dZ_t = Z_t dB_t$$ It's easy to find that $$Z_t = Z_0\cdot e^{-\frac{1}{2}t+B_t} \tag{2}$$
Denote $C_t = Z_t U_t$ and come back to $(1)$, we have: $$\begin{align} dC_t &=U_tdZ_t + Z_tdU_t +\frac{1}{2} dZ_tdU_t =\underbrace{U_tZ_t}_{=C_t} dB_t+ Z_tdU_t +\frac{1}{2} dZ_tdU_t \tag{3} \end{align}$$
We need advance technique here.
First, we suppose that $$dU_t = \alpha(U_t,t) dt + \beta(U_t,t) dW_t \tag{4}$$ then $$dZ_tdU_t = Z_t \beta(U_t,t) dt$$ From $(1),(3), (4)$ we deduce that $$Z_t (\alpha(U_t,t) dt + \beta(U_t,t) dW_t) +\frac{1}{2} Z_t \beta(U_t,t) dt = e^{-t}B_t dB_t$$ $$\Longrightarrow \begin{cases} &Z_t ( \alpha(U_t,t) + \frac{1}{2}\beta(U_t,t)) = 0 \\ &Z_t \beta(U_t,t) = e^{-t}B_t \end{cases} $$ $$ \Longrightarrow \begin{cases} &\alpha(U_t,t) = - \frac{1}{2}\beta(U_t,t) \\ & \beta(U_t,t) = \frac{e^{-t}B_t}{Z_t} \end{cases} $$ $$ \stackrel{(2)(4)}{\Longrightarrow} dU_t=\frac{e^{-t}B_t}{Z_0e^{-\frac{1}{2}t+B_t}}\left(-\frac{1}{2}dt + dB_t\right) \tag{5}$$
From $(5)$, it is easy to deduce the solution of $U_t$, then you deduce $C_t = U_tZ_t$ and the solution $Y_t$.
But how could we suppose $(5)$? Perhaps there are other solutions?
It suffices to revert to the initial equation. This equation satisfies the Lipschitz](as in this following question). Then the solution is unique.
Finally, we can conclude that the solution we found is the only the solution of the SDE.
Q.E.D