I am currently reading Roger Penrose's The Road to Reality and in the book, the author poses various problems with three different levels of difficultly easy, hard and really hard, according to the author this is easy. The problem I am looking at is as follows:
Using the power series of $e^x$ show that $de^x = e^x \, dx$
I have no idea as to how to tackle this problem.
If someone could provide some key points to solving the problem that would be great. Please do not provide the full steps, just key ideas or things to note.
Thanks!
EDIT:
I believe I understand this now because when you take the derivative of a power series you can do it term by term. The power series for $e^x$ is:
$$e^x = \sum_{i=0}^\infty \frac{x^n}{n!}$$
But more expanded it looks like this:
$$e^x = 1 + \frac{x}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} +\ldots $$
If the derivative of each term then I get: $0 + 1 + x + \frac{x^2}{2} + \ldots$ So in essence, I'm coming back to the original series. Therefore, the derivatives are the same.