0

$$ I=\int_{0}^ {\pi} e^{x} (sinx)^{n} dx $$. I tried a lot but unable to obtain and stuck by it.

  • Maybe you wouldn’t mind sharing what you tried, so that people don’t keep repeating your errors? – DonielF Aug 14 '17 at 14:39

1 Answers1

4

hint

integrate by parts twice to find a recursive formula between $I_n $ and $I_{n-2} $.

$$I_n=-n\int_0^\pi \sin^{n-1}(x)\cos (x)e^xdx $$ $$=n \int_0^\pi \Bigl((n-1)(\sin^{n-2}(x)-\sin^n (x))-\sin^n (x)\Bigr)e^xdx $$