How to represent the given series in exponential form

33 Views Asked by At

I was working on a problem that devolved to the summation $\Sigma_{n=1}^\infty n \dfrac{x^{n-1}}{(n-1)!}$. Is there any exponential representation available for such a term?

2

There are 2 best solutions below

0
On BEST ANSWER

Write the top $n$ as $n = (n-1)+1$ to get that the terms add up to $(1+x) e^x$.

0
On

$$ \int (\Sigma_{n=1}^\infty n \dfrac{x^{n-1}}{(n-1)!}) dx = \Sigma_{n=1}^\infty \int n \dfrac{x^{n-1}}{(n-1)!} dx = x \sum_{n=0} x^n/n! = xe^x $$ Now differentiate to get result.