Welcome to PF!
Hi sukreth! Welcome to PF!
A little trick, based on what
Mute said, but made a little neater for you to follow:
You obvously understand partial fractions, so imagine you ignore all the terms in the denominator after the first two.
That gives you (n+1)(n-1)/n(n-1),
which you know how to turn into:
{n(n-1) + n + (-1)}/n(n-1),
= 1 + 1/(n-1) - 1/n(n-1).
Of course, this is only valid for n ≥ 2.
So, putting back in the rest of the denominator, which is (n-2)!, and treating the n= 0 and 1 cases separately, and remembering that 0! = 1, makes the original
\sum^{\infty}_{n=0}\frac{(n-1)(n+1)}{n!}
equal to
-1\,+\,0\,+\,\sum^{\infty}_{n=2}\frac{(n-1)(n+1)}{n!}
=\,-1\,+\,\sum^{\infty}_{n=2}\frac{1}{(n-2)!}\,+\,\sum^{\infty}_{n=2}\frac{1}{(n-1)!}\,-\,\sum^{\infty}_{n=2}\frac{1}{n!}
=\,-1\,+\,\sum^{\infty}_{n=0}\frac{1}{n!}\,+\,\sum^{\infty}_{n=1}\frac{1}{n!}\,-\,\sum^{\infty}_{n=2}\frac{1}{n!}
= -1 +e + (e - 1) - (e - 2) = e.
In fact, using the same process, you can prove:
\sum^{\infty}_{n=0}\frac{(n-1)(n+1)x^n}{n!}
=\,-1 +e^x + (e^x\,-\,1) - (e^x\,-\,1\,-\,x) = e^x\,+x\,-1\,.
All this is without any calculus, and uses only the definition of e (or e^x).
