Yeah I did try searching how to integrate $e^{x^2}$ and mostly I stumbled upon how a similar but not this function called Gaussian function $e^{-x^2}$ is un-integrable , now I was given to solve a differential equation $$xe^{x^2}dx + (y^5-1)dy = 0$$ so how do I proceed with the part of integrating $xe^{x^2}dx$ ? I have tried a lot, any help will be appreciated.
Asked
Active
Viewed 186 times
2
Stella Biderman
- 31,155
Arnav Das
- 753
-
So basically you want to know how to find $\int xe^{x^2}dx$? – Aditya Agarwal Dec 08 '15 at 07:43
-
1Just if You are interested in integrating $e^{^-x^2}$, using Fubini and polar coordinates gives $(\int_{-\infty}^{\infty}e^{-x^2}dx)^2=\int_{-\infty}^{\infty}e^{-x^2}dx \int_{\infty}^{\infty}e^{-y^2}dy=\int_{\mathbb{R}^2}e^{-(x^2+y^2)}d\lambda_2= \int_0^{\infty}2\pi r e^{-r^2}dr=\pi$. – Peter Melech Dec 08 '15 at 07:57
1 Answers
8
To find $$\int xe^{x^2}dx$$ Set $t=x^2$, $$\frac12\int e^tdt=\frac12e^{x^2}+C$$ Beware, changing the integrand from $xe^{x^2} $ to $e^{x^2}$ makes a hell lot of a difference. Here, you have a $f(g(x))g'(x)$ form, but you changed it to $f(g(x))$ form.
Aditya Agarwal
- 4,595
-
5Well well I realize I just made a fool of myself here..a big fool really...:-[ – Arnav Das Dec 08 '15 at 08:02
-
2