(564001) Lecture 5
(564001) Lecture 5
Yuki CHINO
March 8, 2024
Review: Alternating Series
If r exists, then
∞
X 1
the radius of convergence for the power series an xn is
n=1
r
1 1
* where 0 = ∞ and ∞ = 0.
Contents and Goal
Today’s contents
f 0 (x) = 1 · a1 + 2 · a2 (x − a) + 3 · a3 (x − a)2 + · · ·
f 00 (x) = |{z}
2 · 1 · a2 + 3 · 2 · a3 (x − a) + 4 · 3 · a4 (x − a)2 + · · ·
= 2!
000
2 · 1} · a3 + 4 · 3 · 2 · a4 (x − a) + 5 · 4 · 3 · a5 (x − a)2 + · · ·
f (x) = |3 ·{z
.. = 3!
.
f (n) (x) = n · (n − 1) · · · 2 · 1 · an + (n + 1) · · · 3 · 2 · an+1 (x − a) + · · ·
| {z }
= n!
Introduction to Taylor’s Theorem
Substitute x = a
f 0 (a) = 1 · a1 + 2 · a2 (x − a) + 3 · a3 (x − a)2 + · · ·
f 00 (a) = 2! · a2 + 3 · 2 · a3 (a − a) + 4 · 3 · a4 (a − a)2 + · · ·
f (n) (a)
an = n ∈ N,
n!
that is, we have the expression for the function
∞
X f (n) (a)
f (x) = (x − a)n .
n=0
n!
* In general, we don’t know whether the function can be expressed by a
power series or not.
Mean Value Theorem to Taylor’s Theorem
Review: Mean Value Theorem
b=a+h and c = a + θh
f (a + h) = f (a) + f 0 (a + θh) · h
Mean Value Theorem to Taylor’s Theorem
Apply Mean Value Theorem
f (a + h) = f (a) + f 0 (a + θ1 h) · h
⇒ f (a + h) = f (a) + f 0 (a) · h + f 00 (a + θ1 θ2 h) · θ1 h2
b1 = 1, b2 = θ1 , b3 = θ12 θ2 , ···
n
X f (k) (a) f (n+1) (ξ)
f (x) = (x − a)k + (x − a)n+1
k! (n + 1)!
k=0
f (n+1) (ξ)
Rn+1 := (x − a)n+1
(n + 1)!
Taylor’s and Maclaurin Series
If the remainder term lim Rn = 0,
n→∞
Taylor Series
n
X f (k) (a)
f (x) = (x − a)k
k!
k=0
If a = 0,
Maclaurin Series
n
X f (k) (0)
f (x) = xk
k!
k=0
Taylor and Maclaurin Series
f (x) = ex
Since (ex )0 = ex ,
f (n) (0) = 1
Therefore,
∞
1 1 1 n X xn
ex = 1 + x + x2 + · · · + x + ··· =
1! 2! n! n=0
n!
Question 4.4.