Integrate $xe^{-c^2 x^2} \, dx$. I tried to do it by parts but i dont know how to integrate $dv = e^{-c^2 x^2}\, dx$. Can someone help to either integrate the full or at least the $dv$ because then i can figure it out from there
2026-05-04 10:01:16.1777888876
Integrate $xe^{-c^2 x^2} \, dx$, or solve the $dv$ in integration by parts
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$\int x e^{\large -c^2x^2}\,dx = \int e^{\large \overbrace{-c^2x^2}^{\large u}}\,\color{blue}{(x\,dx)}$$
No need for integration by parts. You can do this integral by using substitution.
Put $\,u = -(c^2)\,x^2$. $$u = -(c^2)x^2 \implies du = -2c^2\color{blue}{x\,dx} \iff \dfrac{du}{-2c^2} = \color{blue}{x\,dx}$$
That gives us $$\begin{align} -\dfrac{1}{2c^2}\int e^u\,du & = -\dfrac{1}{2c^2}e^u + C \\ \\ & = -\dfrac{e^{\large -c^2x^2}}{2c^2} + C\end{align}$$