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

  • Thread starter Thread starter minase
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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
[tex]\int x^n e^x dx = x^ne^x -n\int x^{n-1}e^x dx[/tex]

Then use the recurrence relation on [tex]\int x^{n-1} e^x dx[/tex].
You will get
[tex]\int x^{n} e^x} dx = \sum _{i=0} ^{n} (-1)^i\frac{n!}{(n-i)!}e^xx^{n-i}[/tex]
 
Last edited:
chanvincent is correct. when its the same integral with e^NEGATIVE x, its a nice definition for the gamma function.