Consider the ODE $y'+xy=1$, the solution is:
$$y=Ce^{-x^2/2}+e^{-x^2/2}\int_0^xe^{t^2/2}dt$$ With Laplace trasform, another solution is found as:
$$y=C\int_0^{\infty}e^{-t^2/2}\cos(xt)dt+\int_0^{\infty}e^{-t^2/2}\sin(xt)dt$$ Since the ODE has a unique solution, these two solutions must be identical. How to prove these two integral equalities?
\begin{align} &\int_0^{\infty}e^{-t^2/2}\cos(xt)dt=\sqrt\frac{\pi}2e^{-x^2/2} \\ &\int_0^{\infty}e^{-t^2/2}\sin(xt)dt=e^{-x^2/2}\int_0^xe^{t^2/2}dt \end{align} I got a proof with the Taylor series of $\cos(xt)$ and $\sin(xt)$. Is there any other proof without using the Taylor series?