[Math] Proof that sum of power series equals exponential function

exponential functionpower seriessequences-and-seriessummationtaylor expansion

I have found that the Sum series equal an exponential function as below, however I have not found a proof for it:

$$
ze^z = \sum_{k=0}^{\infty} k \frac{z^k}{k!}
$$

I have though managed to prove that the equality holds by Taylor-expanding $$f(z) = ze^z.$$
My question is; how am I supposed to figure out that the summation series equals that exponential function? Is it something that is just supposed to be observed, or is it possible to go backwards, by for example re-writing the terms in the sum?

Thank you !
J

Best Answer

This is equivalent to trying to prove that

$$ 1 = \sum_{k=0}^{\infty} \frac{k}{k!}.$$

You can see that these are equivalent by dividing both sides by $e^z$ (which is never zero). If $z=0$ clearly both sides are the same. If $z\neq 0$, you can divide both sides by $z$ so in either case, you can neglect $ze^z$ on both sides.

Note how similar this is to the exponential function: $e^z = \sum\limits_{n=0}^{\infty} \dfrac{z^n}{n!}$. If you differentiate both sides you get $$e^z = \sum\limits_{n=0}^{\infty} \dfrac{nz^{n-1}}{n!}.$$

What happens if you set $z=1$? Do you get your desired result?

Related Question