0

I am aware that this is the Taylor expansion of $e^x$ but how would people have known that the taylor expansion whose derivative is itself is the exponential function $e^x$.

2 Answers2

0

Hope this will help a lot. Here are answers different from using Taylor expansion.

Why does the sum of the reciprocals of factorials converge to $e$?

Unknown
  • 3,073
  • 1
    Rather than posting a link to a different MSE question, please just flag as a duplicate. In general, link-only answers should be avoided and are more appropriate as comments. –  Nov 14 '18 at 02:51
  • ok i'll. I am new here thats why i dont know much but next time i'll do. – Unknown Nov 14 '18 at 02:52
  • No problem (and I didn't vote on your answer FWIW). –  Nov 14 '18 at 02:54
0

HINT: let $f(x):=\sum_{k=0}^\infty\frac{x^k}{k!}$, then start showing, using binomial expansion and absolute convergence, that $f(x+y)=f(x)\cdot f(y)$ for all $x,y\in\Bbb R$.

Then show that $f(1)=e$, hence $f(n)=e^n$ for all $n\in\Bbb N$. Do the same for the cases $f(1/n)$ noticing that $f(n)\cdot f(1/n)=f(1)$ and that $f(-n)=\frac1{f(n)}$.

Then you knows now that $f(q)=e^q$ for all $q\in\Bbb Q$. Now use the locally uniform convergence of the series to show that $f$ is continuous, hence $$f(x)=\lim_{n\to\infty}f(q_n)=\lim_{n\to\infty}e^{q_n}$$ for any sequence of rationals $(q_n)$ that converge to $x$. By last you will need that to show that

$$\lim_{n\to\infty}e^{q_n}=e^x$$

Masacroso
  • 30,417