I have the following stochastic process:
$$\ddot x(t)=a(t)+\nu(t)$$
where $a(t)$ is a deterministic function of the time and $\nu(t)$ is a random variable:
$$\nu(t)\in\mathcal{N}(0,\sigma^2)$$ Obviuosly if $\nu(t)=0$, the solution would be:
$$x_0(t)=\int_1^td\eta\int_1^\zeta d\zeta a(\zeta)+c_1+c_2t$$ I need to know the difference $d(t)=|x_0(t)-x(t)|$ where $x(t)$ is the solution of the differential equation when $\nu(t)\neq0$
Thanks.