Calculate $\int \limits {x^n \over 1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+...+\frac{x^n}{n!}} dx$ where $n$ is a positive integer.

250 Views Asked by At

Calculate $$\int \limits {x^n \over 1+x+\frac{x^2}{2!}+\frac{x^3}{3!}+...+\frac{x^n}{n!}} dx$$ where $n$ is a positive integer.

Would you give me a hint?

2

There are 2 best solutions below

1
On BEST ANSWER

Ooh, the solution is actually cute! Let's write $P_n$ for the denominator. The numerator $x^n$ is a simple linear combination of $P_n$ and $P_n'$: $$ x^n = n! (P_n - P_n').$$ Using this, you can simplify to a form which is very easy to integrate!

1
On

Hint: If $p_n(x)=1+x+\cdots+x^n/n!$ then $p'_n(x)=p_n(x)-x^n/n!$. Therefore $$ \frac{x^n}{p_n(x)}=n!\frac{p_n(x)-p'_n(x)}{p_n(x)}. $$