

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A review of taylor polynomials and the error bounds associated with them. It covers the basics of finding taylor polynomials, error formulas, and using taylor inequalities to find errors and intervals for approximations. Students are encouraged to practice using sigma notation and sketching graphs for better understanding.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Taylor Notes 1, 2, and 3 Review
This review sheet discusses, in a very basic way, the key concepts from these sections. This review is not meant to be all inclusive, but hopefully it reminds you of some of the basics. Please notify me if you find any typos in this review.
T 1 (x) =
k=
f (k)(b) k!
(x − b)k^ = f (b) + f ′(b)(x − b).
T 2 (x) =
k=
f (k)(b) k!
(x − b)k^ = f (b) + f ′(b)(x − b) +
f ′′(b) 2
(x − b)^2.
T 3 (x) =
k=
f (k)(b) k!
(x − b)k^ = f (b) + f ′(b)(x − b) +
f ′′(b) 2
(x − b)^2 +
f ′′′(b) 3!
(x − b)^3.
Tn(x) =
∑^ n
k=
f (k)(b) k!
(x − b)k^ = f (b) + f ′(b)(x − b) + f ′′(b) 2
(x − b)^2 + · · · + f (n)(b) n!
(x − b)n.
ERROR = |f (x) − T 1 (x)| ≤
|x − b|^2 , where |f ′′(x)| ≤ M on the interval.
ERROR = |f (x) − T 2 (x)| ≤
|x − b|^3 , where |f ′′′(x)| ≤ M on the interval.
ERROR = |f (x) − T 3 (x)| ≤
|x − b|^4 , where |f (4)(x)| ≤ M on the interval.
ERROR = |f (x) − Tn(x)| ≤
(n + 1)!
|x − b|n+1^ , where |f (n+1)(x)| ≤ M on the interval.
i. The general Taylor inequality is |f (x) − Tn(x)| ≤
(n + 1)!
(x − b)n+1. So you want M (n+1)! (x^ −^ b)
n+1 (^) ≤ ‘the given error bound in the given interval’.