I with finding the intergral of (x^n)(e^x)

  • Thread starter Thread starter minase
  • Start date Start date
minase
Messages
42
Reaction score
0
I need help with finding the intergral of (x^n)(e^x). I already did for 1,2 and 3. I found out that x^n*e^x times the intergral of (x^n-1)e^x. Is there anyway I can genralize for all n s without having an integral.
 
Physics news on Phys.org
Post this in the homework section "Calculus and Beyond" and you are much more likely to get an answer.
 
Easy, use integration by part, show the following relationship
\int x^n e^x dx = x^ne^x -n\int x^{n-1}e^x dx

Then use the recurrence relation on \int x^{n-1} e^x dx.
You will get
\int x^{n} e^x} dx = \sum _{i=0} ^{n} (-1)^i\frac{n!}{(n-i)!}e^xx^{n-i}
 
Last edited:
chanvincent is correct. when its the same integral with e^NEGATIVE x, its a nice definiton for the gamma function.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top