In this page, we will learn Taylor series expansion formula along with its remainder form and solved examples.
Taylor Series Formula
The Taylor series expansion formula of f(x) about x=a is given by
f(x) = f(a) + (x-a)f'(a) + $\dfrac{(x-a)^2}{2!}f”(a)$ + $\dfrac{(x-a)^3}{3!}f”'(a) + \cdots$
Maclaurin Series Formula
Taylor series expansion of f(x) about x=0 is known as the Maclaurin series of f(x). So the Maclaurin series of f(x) is given by
f(x) = f(0) + xf'(0) + $\dfrac{x^2}{2!}f”(0)$ + $\dfrac{x^3}{3!}f”'(0) + \cdots$
Solved Problems:
Taylor Series of sinx at x=0
Question 1: Find the Taylor series expansion of f(x)=sinx at x=0. |
Solution:
Given f(x)=sinx ⇒ f(0) = sin0 = 0.
So f$’$(x) = cosx ⇒ f$’$(0) = cos0 = 1.
f$”$(x) = -sinx ⇒ f$”$(0) = -sin0 = 0.
f$^{\prime\prime\prime}$(x) = -cosx ⇒ f$^{\prime\prime\prime}$(0) = -cos0 = -1.
$\vdots$
Putting these values in the Taylor series formula of f(x)=sinx at x=0
f(x) = f(0) + (x-0)f'(0) + $\dfrac{(x-0)^2}{2!}f”(0)$ + $\dfrac{(x-0)^3}{3!}f”'(0) + \cdots$
we have that
sinx = 0 + x⋅1 + $\dfrac{x^2}{2!}$ ⋅ 0 + $\dfrac{x^3}{3!}$ ⋅ (-1) + $\cdots$
⇒ sinx = x – $\dfrac{x^3}{3!}$ + $\cdots$
As this is the Taylor series expansion of sinx at x=0, it is the Maclaurin series expansion of sinx.
Maclaurin series of ex
Question 2: Find the Maclaurin series expansion of f(x)=ex. |
Solution:
The Maclaurin series expansion of f(x)=ex is the Taylor series expansion at x=0.
We have f(x) = ex.
So f(0) = e0 = 1.
f$^{(n)}$(x) = ex ⇒ f$^{(n)}$(0) = e0 = 1.
Therefore, the Maclaurin series of f(x)=ex is given by
f(x) = f(0) + xf'(0) + $\dfrac{x^2}{2!}f”(0)$ + $\dfrac{x^3}{3!}f”'(0) + \cdots$
⇒ ex = 1 + x⋅1 + $\dfrac{x^2}{2!} \cdot 1$ + $\dfrac{x^3}{3!}\cdot 1 + \cdots$
⇒ ex = 1 + x + $\dfrac{x^2}{2!}$ + $\dfrac{x^3}{3!} + \cdots$
⇒ ex = $\sum_{n=0}^\infty \dfrac{x^n}{n!}$.
It is the Taylor series expansion of ex at x=0.

This article is written by Dr. Tathagata Mandal, Ph.D in Mathematics from IISER Pune (Algebraic Number Theory), Postdocs at IIT Kanpur & ISI Kolkata. Currently, working as an Assistant Prof. at Adamas University. Thank you for visiting the website.