Chapter 2. Lesson 3 Taylor Maclaurin and Binomial Series 1
Chapter 2. Lesson 3 Taylor Maclaurin and Binomial Series 1
Learning Objectives:
At the end of the lesson, the students are expected to:
a. Define what are Taylor, Maclaurin, and Binomial series
b. Construct an example of Taylor, Maclaurin, and Binomial series
c. Solve a function using Taylor, Maclaurin, and Binomial series
d. Develop skills using these series
Taylor series or Taylor expansion of a function is an infinite sum of terms that are
expressed in terms of the function's derivatives at a single point. Taylor series are named
after Brook Taylor, who introduced them in 1715. A Taylor series is also called a
Maclaurin series when 0 is the point where the derivatives are considered, after Colin
Maclaurin, who made extensive use of this special case of Taylor series in the mid-18th
century.
The Taylor series of a real or complex-valued function f (x) that is infinitely differentiable
at a real or complex number a is the power series.
∞ (𝑛)
𝑓 (𝑎)
∑ 𝑛!
(x-a)n
𝑛=0
n! = Factorial of n
a = a real pr complex number
f(n)(a) = nth derivative of f evaluated at the point a.
The Maclaurin series is a power series that uses successive derivatives of the function and
the values of these derivatives when the input is equal to zero. In fact, the Maclaurin
series is a special type of the Taylor series.
Maclaurin series formula
∞ (𝑛)
𝑓 (0)
𝑓(𝑥) = ∑ 𝑛!
(x)n
𝑛=0
𝑓''(0) 𝑓'''(0)
= f(0) + f’(0)x+ 2!
x2+ 3!
𝑥3+....
Example 1. Find the Taylor series for ln x centered at a = 1:
f(x) = ln x f(1) = 0
f’(x) =
1 f’(1) = 1
𝑥
f’’(x) =
−1 f’’(1) = -1
𝑥²
f’’’(x) =
2
3
f’’’(1) = 2
𝑥
f’’’’(x) =
−6
4
f’’’’(1) = -6
𝑥
4
Example 2. Find the Taylor Series for 𝑥 +x-2 centered at a =1
4
f(x) = 𝑥 +x-2 f(1) = 0
f’(x) = 4𝑥 +1
3 f’(1) = 5
f’’’’(x) = 24 f’’’’(1) = 24
𝑓'(𝑎) 𝑓''(𝑎) 𝑓'''(𝑎) 𝑓''''(𝑎)
f(a) + 1!
(𝑥 − 𝑎) + 2!
(𝑥 − 𝑎)2 + 3!
(𝑥 − 𝑎)3+ 4!
(𝑥 − 𝑎)4
…
5 12 24 24
f(x) = 0 + 1!
(x-1)+ 2!
(x-1)² + 3!
(x-1)3 + 4!
(x-1)4
3
f(x) = 5(x-1)+6(x-1)²+4(x-1) +(x-1)4
3
f(x) = 𝑥 − 10𝑥 + 6
2 f(3) = -57
f’(x) = 3𝑥 − 20x
2 f’(3) = 33
f’’(x) = 6x – 20 f’’(3) = -2
f’’’(x) = 6 f’’’(3) = 6
f’’’’(x) = 0 f’’’’(3) = 0
Therefore, the required series is:
∞ (𝑛)
3 2 𝑓 (3)
x − 10x + 6 = ∑ 𝑛!
(x-3)n
𝑛=0
𝑓'(3) 𝑓''(3) 2 𝑓'''(3) 3
f(3) + 1!
(x-3) + 2!
(𝑥 − 3) + 3!
(𝑥 − 3) + 0
𝑥
Example 4. Find the Taylor series for 𝑒 centered at a =3
f(x) = 𝑒
𝑥 f(3) = 0
f’(x) = 𝑒
𝑥 f’(3) = 0
f’’(x) = 𝑒
𝑥 f’’(3) = 0
f’’’(x) = 𝑒
𝑥 f’’’(3) = 0
𝑥 𝑥 𝑥
𝑥 𝑒 𝑒 𝑒
𝑒 + 1!
(x-3) + 2! (x-3)² + 3!
(x-3)3 + ….
∞ 3 𝑛
𝑥 𝑒 (𝑥−3)
𝑒 = ∑ 𝑛!
𝑛=0
Example 5. Find the Maclaurin Series for Sin x
1 1 3 1 5 1 7
= 1!
𝑥− 3!
𝑥 + 5!
𝑥 − 7!
𝑥 +...
3 5 7
𝑥 𝑥 𝑥
=x- 3!
+ 5!
- 7!
+....
Example 6. Determine the Maclaurin series for f(x) = ex
Solution: Given: f(x) = ex
Differentiate the given equation,
f(x) = ex f(0) = e0 =1
f’(x) = ex f’(0) = e0 =1
f’’’(x) = ex f’’’(0) = e0 = 1
f’’(x) = 6x + 4 f’’(0) = 4
f’’’(x) = 6 f’’’(0) = 6
Binomial Series
The binomial series is an infinite series that results in expanding a binomial by a given
power. In fact, it is a special type of a Maclaurin series for functions, f(x) = (1+x)k, using
a special series expansion formula.
1 2 3 4
k 𝑘𝑥 𝑘(𝑘−1)𝑥 𝑘(𝑘−1)(𝑘−2)𝑥 𝑘(𝑘−1)(𝑘−2)(𝑘−3)𝑥
(1+x) = 1 + 1!
+ 2!
+ 3!
+ 4!
+....
1
Example 1. Find the binomial series for f(x) = 2
(1+𝑥)
1
Given: f(x) = 2
(1+𝑥)
1 2 3 4
-2 −2𝑥 −2(−3)𝑥 (−2)(−3)(−4)𝑥 (−2)(−3)(−4)(−5)𝑥
=(1+x) = 1 + 1!
+ 2!
+ 3!
+ 4!
(1+x)--2 = 1 -2x +3x2 - 4x3+5x4+....
2 =(1+x) 2
(1+𝑥)
1 1 1 −1 2 1 −1 −3 3 1 −1 −3 −5 4
1 𝑥 ( )𝑥 ( 2 )( )( )𝑥 ( 2 )( )( )( )𝑥
(1+x) 2 =1+ 2
1!
+ 2 2
2!
+ 2
3!
2
+ 2
4!
2 2
1 2 3 4
1𝑥 1.1.𝑥 1 . 1. 3 . 𝑥 1. 1. 3. 5 . 𝑥
=1+ 1 + 2 + 3 + 4
2 . 1! 2 . 2! 2 . 3! 2 . 4!
1
Example 3. Find the binomial series for f(x) =
1−𝑥
1
Given: f(x) =
1−𝑥
−1
1 1
= 1 = (1-x) 2
1−𝑥 (1−𝑥) 2
1 1 1 −3 2 1 3 5 3 1 3 5 7 4
(− 2 )(−𝑥) (− 2 )( )(−𝑥) (− 2 )(− 2 )(− 2 )(−𝑥) (− 2 )(− )(− 2 )(− 2 )(−𝑥)
=1+ 1!
+ 2
2!
+ 3!
+ 2
4!
1 2 3 4
1. 𝑥 1.3.𝑥 1.3.5.𝑥 1. 3. 5. 7 . 𝑥
=1+ 1 + 2 + 3 + 4
2 . 1! 2 . 2! 2 . 3! 2 . 4!
Assessment