Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Convergence of Taylor Series

Writer Olivia Zamora
$\begingroup$

Prove that if $f$ is defined for $|x|< r$ and if there exists a constant $B$ such that

$$| f^n(x) |\le B$$ for all $|x|< r$ and $n \in \mathbb N$, then the Taylor series expansion : $$\sum_{n=0}^\infty \frac{f^{(n)}(0)x^n}{n!}$$ converges to $f(x)$ for $|x|< r$.

What I did : I know a little bit about Remainder approximation theorem for Taylor series , So we're given $|f^{(n)}(x)| \le B$, thus $|f^{(n+1)}(x)|\le B$, this implies : $$| R_n(x) | \le B\frac{x^{n+1}}{(n+1)!},$$

so by remainder approximation theorem, the Taylor series must converge to $f(x)$.

Is this correct?

$\endgroup$

1 Answer

$\begingroup$

A Taylor series converges if and only if its remainder term, $R_n(x)$ tends to zero. This is just a consequence from taylors theorem

$\mathbf{Theorem:}$ If $f(x)=T_n(x)+R_n(x)$ , where $T_n$ is the nth degree Taylor polynomial of f at a and $\lim_{n \to \infty} R_n(x)=0$ for $|x-a| < R$ , then f is equal to the sum of its taylor series on the interval $|x-a| < R$ That is because, as you suggested, we have $$|R_n(x)| \le B \frac{x^{n+1}}{(n+1)!}$$

and

$\mathbf{Taylors}$ $\mathbf{Inequality:}$ If $| f^{n+1}(x) | \le M$ for $|x-a| \le d$ , then the remainder, $R_n (x)$ of the Taylor series satisfies the inequality $| R_n (x) | \le \frac{M}{(n+1)!}|x-a|^{n+1}$ for $| x-a | \le d$

so now you must consider this,

$$\lim_{n \to \infty} B \frac{x^{n+1}}{(n+1)!}$$

$$= B \lim_{n \to \infty} \frac{x^{n+1}}{(n+1)!} $$

and we that $$B \lim_{n \to \infty} \frac{x^{n+1}}{(n+1)!} = B \bullet 0 = 0$$

thus we have that $|R_n(x)| \le 0$ i.e., the remainder will tend to zero as n approaches infinity , and the proof is finished.

Thus, we approach the function itself.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy