0

I'm very new to Taylor and/or Maclaurin Series, and the main thing that I understand is actually not rigorous at all, and is that:

Taylor series involves expressing a function as the sum of an infinite series of terms in the form $c_k(x-a)^k$, where $k$ is the term number starting at $k=0$. Hence, the general rule for a Taylor series expansion is

$f(x) = \displaystyle c_0+c_1(x-a)+c_2(x-a)^2+\ldots+c_k(x-a)^k$

From here, I've been shown how each term can be found as follows:

$f(a)=c_0$


$f'(x)=c_1 + 2c_2(x-a) + 3c_3(x-a)^2+\ldots$

$f'(a)=c_1$


$f''(x) = 2c_2+6c_3(x-a)+12c_4(x-a)^2$

$f''(a) = 2c_2$

$\displaystyle \frac{f''(a)}{2}=c_2$


So actually, over the course of the terms, there is a pattern emerging, which is that each term is multiplied by $(x-a)^k$ and has a derivative of one higher than the prior term, and is divided by $k!$, so:

$\displaystyle f(x)=f(a)+f'(a)+\frac{f''(a)}{2!}(x-a)^2+\ldots+\frac{f^k(a)}{k!}$

So what proof is there to show that

$\displaystyle e^x = f(a)+ f'(a)+\frac{f''(a)}{2!}(x-a)^2+\ldots+\frac{f^k(a)}{k!}=1+x+\frac{x^2}{2!}+\ldots+\frac{x^k}{k!}$

Like I said, I am very new to Taylor series, and if there are any corrections or references that can be provided I would greatly appreciate them. Thank you.

2 Answers2

1

First of all, the formula you have written for $f(x)$ is completely wrong. When the summation $\sum$ is opened the value of $k$ is changed by each integer in the given interval. Also you have changed $(x-a)^n$ to $(a-x)^n$ which is wrong. So,

$$\begin{align}f(x)&=\frac{f(a)}{0!}(x-a)^0+\frac{f'(a)}{1!}(x-a)^1+\frac{f''(a)}{2!}(x-a)^2+\dots+\frac{f^{(n)}(a)}{n!}(x-a)^n+\dots\\ &=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\dots+\frac{f^{(n)}(a)}{n!}(x-a)^n+\dots \end{align}$$


Let $f(x)=e^x$. Then

$$f'(x)=f''(x)=f'''(x)=f^{(4)}(x)=\dots=f^{(n)}(x)=\dots\displaystyle{\dots}=e^x$$ and $$f'(0)=f''(0)=f'''(0)=f^{(4)}(0)=\dots=f^{(n)}(0)=\dots\displaystyle{\dots}=e^0=1$$ Now in the expansion

$$f(x)=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^2+\dots+\frac{f^{(n)}(a)}{n!}(x-a)^n+\dots$$ put $a=0$, $$\begin{align}f(x)&=f(0)+f'(0)(x-0)+\frac{f''(0)}{2!}(x-0)^2+\dots+\frac{f^{(n)}(0)}{n!}(x-0)^n+\dots\\ &=1+1(x)+\frac1{2!}(x^2)+\dots+\frac1{n!}(x^n)+\dots \end{align}$$

Hence, $$e^x=1+x+\frac{x^2}{2!}+\dots$$ and the proof is complete.

Faiq Irfan
  • 1,313
0

In you last identity, compare the terms and conclude that to make them identical (with the fix $a-x\leftrightarrow x-a$ and correct denominators and exponents), you need

$$a=0$$ and

$$f^{(k)}(0)=1.$$

So you need a way to evaluate the derivatives of the exponential function, and this depends on the definition you have learnt, which you didn't tell us.

(It turns out that $(e^x)^{(k)}=e^x$ for all $x$, but this need to be proven.)