$\displaystyle e^x= \sum_{j=0}^{\infty} \frac{x^j}{j!}$
The textbook says that when we differentiate this, we obtain the same series, so that $(e^x)'=e^x$.
But why is this? Isn't the derivative $\displaystyle \sum_{j=0}^{\infty}\frac{jx^{j-1}}{j!}$?
$\displaystyle e^x= \sum_{j=0}^{\infty} \frac{x^j}{j!}$
The textbook says that when we differentiate this, we obtain the same series, so that $(e^x)'=e^x$.
But why is this? Isn't the derivative $\displaystyle \sum_{j=0}^{\infty}\frac{jx^{j-1}}{j!}$?
\begin{align*} \mathrm{e}^x &= \sum_{j=0}^\infty \frac{x^j}{j!} \\ &= \frac{x^0}{0!} + \sum_{j=1}^\infty \frac{x^j}{j!} \\ &= 1 + \sum_{j=1}^\infty \frac{x^j}{j!} \end{align*}
Differentiate. \begin{align*} \left( \mathrm{e}^x \right)' &= 1' + \sum_{j=1}^\infty \left(\frac{x^j}{j!} \right)' \\ &= 0 + \sum_{j=1}^\infty \frac{j x^{j-1}}{j!} \\ &= \sum_{j=1}^\infty \frac{x^{j-1}}{(j-1)!} \\ &= \sum_{j=0}^\infty \frac{x^{j}}{j!} \\ &= \mathrm{e}^x \end{align*}