Given
\begin{equation} y'+xy=1+x; \text{ } y(3/2)=0 \end{equation}
I am able to solve the non homogeneous linear differential equation to find:
\begin{equation} y=e^{-\frac{x^{2}}{2}}(\int e^{\frac{x^{2}}{2}}dx+1+C) \end{equation}
However, I don't understand how to compute the initial value problem.
Notes:
I am not supposed to know the value of the integral on the right side of the equation. I believe it has something to do with the integration limits, but I am not sure.
Solution of problem $$\begin{equation} y'+xy=f(x), \quad y(3/2)=0 \end{equation}$$ is $$y=e^{-x^2/2}\int_{3/2}^xf(t)e^{t^2/2}dt$$