Understanding the Error of Taylor Polynomials in Approximating Functions

Click For Summary
SUMMARY

The error of a Taylor polynomial of order n is expressed as \(\frac{f^{n+1}(s)}{(n+1)!}(x-a)^{n+1}\), where s is a value between a and x. For linear approximations, the error is given by \(\frac{f''(s)}{2}(x-a)^2\). In the example of approximating \(\sqrt{47}\) using \(a = 49\), the approximation error is bounded between \(\frac{1}{2}(49)^{-3/2}\) and \(\frac{1}{2}(47)^{-3/2}\), yielding a range of approximately 0.00145772 to 0.00155176. The actual approximation error calculated is 0.00148825, confirming the bounds are accurate.

PREREQUISITES
  • Understanding of Taylor series and polynomial approximations
  • Knowledge of derivatives and their applications
  • Familiarity with error analysis in numerical methods
  • Basic algebra and function evaluation skills
NEXT STEPS
  • Study the derivation and applications of Taylor series in calculus
  • Learn about error bounds in numerical methods
  • Explore the concept of linear approximation in greater detail
  • Practice finding Taylor series expansions for various functions
USEFUL FOR

Students in calculus, mathematicians, and anyone interested in numerical analysis and approximation techniques.

wahaj
Messages
154
Reaction score
2
the error of a taylor series of order(I think that's the right word) n is given by
[tex]\frac{f^{n+1} (s)}{n!} (x-a)^n[/tex]

I think this is right. The error in a linear approximation would simply be

[tex]\frac{f''(s)}{2} (x-a)^2[/tex]

My question is what is s and how do I find it. Use linear approximation of √(47) if you need to use an example because I just did that question so it might be easier to explain.
 
Physics news on Phys.org
wahaj said:
the error of a taylor series of order(I think that's the right word) n is given by
[tex]\frac{f^{n+1} (s)}{n!} (x-a)^n[/tex]
Actually, it should be
$$\frac{f^{n+1} (s)}{(n+1)!} (x-a)^{n+1}$$

I think this is right. The error in a linear approximation would simply be

[tex]\frac{f''(s)}{2} (x-a)^2[/tex]

My question is what is s and how do I find it.
All that you know for sure is that ##s## is a number between ##a## and ##x##, and it depends on ##x##.

Use linear approximation of √(47) if you need to use an example because I just did that question so it might be easier to explain.
OK, you didn't specify a value for ##a##, so I'll pick ##a = 49##. Then, if I still remember how to take derivatives, we should have
$$f(x) = x^{1/2}$$
$$f'(x) = \frac{1}{2}x^{-1/2}$$
$$f''(x) = \frac{-1}{4}x^{-3/2}$$
so
$$\begin{align}f(a) + f'(a)(x-a) + \frac{1}{2}f''(s)(x-a)^2 &= (49)^{1/2} + \frac{1}{2}(49)^{-1/2}(x-49) + \frac{-1}{8}s^{-3/2}(x-49)^2\\
&= 7 + \frac{1}{14}(x-49) - \frac{1}{8}s^{-3/2}(x-49)^2\\
\end{align}$$
where ##s## is some number between ##a## and ##x##. Setting ##x=47##, we get
$$\sqrt{47} = 7 - \frac{1}{7} - \frac{1}{2}s^{-3/2}$$
where ##s## is some number satisfying ##47 \leq s \leq 49##. Putting it another way, if we use only the linear approximation ##7 - 1/7##, then the approximation error is
##-\frac{1}{2}s^{-3/2}## for some ##47 \leq s \leq 49##. We can bound this error by taking the worst case ##s## (the value that maximizes the absolute approximation error), which in this case is obtained by choosing ##s=47##. Then the approximation error is guaranteed to satisfy
$$|\textrm{approximation error}| \leq \frac{1}{2}(47)^{-3/2} = 0.00155176...$$
Actually, we can also obtain a lower bound for the approximation error by choosing the best-case value of ##s##, namely ##s = 49##. The error will be at least ##\frac{1}{2}(49)^{-3/2} = 0.00145772...##. Thus we in fact have
$$0.00145772... \leq |\textrm{approximation error}| \leq 0.00155176...$$
We can check this: the actual value of ##\sqrt{47}## is
$$\sqrt{47} = 6.8556546...$$
and our approximation is
$$7 - 1/7 = 6.85714285...$$
and the error is therefore ##6.85714285... - 6.8556546... = 0.00148825...## which is indeed within the computed range.
 
Last edited:
Thanks that makes more sense than my book
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K