
When we approximate a function using a Taylor polynomial, we want to know:
To answer this, we use the Taylor Remainder (Error Bound).
When a function f(x) is approximated by its n-degree Taylor polynomial $$P_{n}(x)$$:
$$f(x)=P_{n}(x)+R_{n}(x)$$
Where:
$$P_{n}(x)$$ = Taylor polynomial of degree n
$$R_{n}(x)$$ = remainder (error term)
The goal is to find an upper bound for $$|R_{n}(x)|$$.
The most important error bound formula for AP BC:
$$|R_{n}(x)|=\left|\frac{f^{(n+1)}(c)}{(n+1)!}(x-a)^{n+1}\right|$$
For some number c between x and the center a.
Find a maximum value of $$|f^{(n+1)}(c)|$$ on the interval between xxx and aaa.
Call this maximum value M.
Then:
$$|R_{n}(x)|\leq\frac{M}{(n+1)!}|x-a|^{n+1}$$
This is the Lagrange Error Bound.
Given function f(x).
Taylor polynomial centered at a.
You are approximating at x.
If you’re using $$P_{3}$$, compute the 4th derivative.
Find the maximum value of $$|f^{(n+1)}(c)|$$ on interval between interval: x and a
$$|R_{n}(x)|\leq\frac{M}{(n+1)!}|x-a|^{n+1}$$
Then find an error bound.
Maclaurin series for $$e^{x}$$:
$$P_{2}(x)=1+x+\frac{x^{2}}{2}$$
Approximation:
$$e^{0.2}=1+0.2+\frac{(0.2)^{2}}{2}=1.22$$
The (n+1)th derivative is $$f^{(3)}(x)=e^{x}$$.
Over the interval between 0 and 0.2:
Maximum of $$e^{x}=e^{0.2}$$.
Approximate maximum:
$$e^{0.2}<e^{0.3}<1.35$$
Thus choose
M=$$e^{0.2}\approx1.22$$
Here, n=2 , a=0 , x=0.2:
$$|R_{2}(0.2)|$\leq\frac{M}{3!}|(0.2)^{3}|^{3}$$
$$=\frac{1.22}{6}(0.008)=0.00163$$
$$e^{0.2}$\approx1.22$$ with error < 0.00163
Approximate $$\sin(0.3)$$ using the 3rd-degree Maclaurin polynomial and find an error bound.
$$P_{3}(x)=x-\frac{x^{3}}{6}$$
Plug in:
$$\sin(0.3)\approx0.3-\frac{(0.3)^{3}}{6}=0.3-0.0045=0.2955$$
For sine, the 4th derivative is:
$$f^{(4)}(x)=\sin(x)$$
But absolute value of sine is bounded:
$$|\sin(x)|\leq1$$
Thus:
M=1
$$|R_{3}(0.3)|\leq\frac{1}{4!}(0.3)^{4}$$
$$\sin(0.3)\approx0.2955$$ with error < 0.00034
You use error bounds for:
Taylor polynomial approximations
Alternating series error estimates
Proving accuracy of approximations
FRQs requiring inequality justification
You have not completed all required lessons and assessments.