Am I right or is my book right (Taylor remainder)

  • Thread starter Thread starter viciousp
  • Start date Start date
  • Tags Tags
    Book Remainder
Click For Summary
SUMMARY

The discussion centers on the approximation of the exponential function e^x using Taylor series, specifically the error estimation for |x| < 0.1. The user calculated the remainder term using the third derivative of e^x, yielding an error estimate of 1.84 x 10^-4. In contrast, the textbook used 3^0.1, resulting in a larger error estimate. Both methods are valid, as they provide upper bounds for the error, with e^x offering a more accurate approximation than 3^0.1 due to the relationship e < 3.

PREREQUISITES
  • Taylor series expansion
  • Understanding of derivatives and remainder terms
  • Knowledge of exponential functions, specifically e^x
  • Basic numerical methods, including Newton's method
NEXT STEPS
  • Study Taylor series error estimation techniques
  • Explore the properties of the exponential function e^x
  • Learn about numerical methods for approximating functions
  • Investigate the differences between e^x and polynomial approximations
USEFUL FOR

Students and educators in calculus, mathematicians focusing on numerical analysis, and anyone interested in understanding function approximation techniques.

viciousp
Messages
49
Reaction score
0

Homework Statement


The approximation [tex]e^{x}=1+x+(x^{2}/2)[/tex] is used when [tex]X[/tex] is small estimate the error when [tex]\left|x \right|<0.1[/tex]

Homework Equations


[tex]\left|R_{n} \right|<\frac{M(x-a)^{n+1}}{(n+1)!}[/tex]

The Attempt at a Solution


Since the Taylor expansion goes to the second power I used the third derivative of [tex]e^{x}[/tex] which is just itself and found the maximum value that it can be between the domain [0,0.1] which is at [tex]e^{0.1}[/tex] then continuing the formula [tex](0.1-0)^{3}[/tex] then i divided it by 3! which gave me an answer of [tex]1.84*10^{-4}[/tex].

My book on the other hand used [tex]3^{0.1}[/tex] instead of [tex]e^{0.1}[/tex] and as a result the answer in the book was larger than my answer. So which answer is the right answer?
 
Physics news on Phys.org
Depends upon what you mean by "estimate". Remember that neither of those answers will be the error- you can't determine the exact error this way. What you are saying is that the error is less than 1.98x10-4 while the textbook is saying it is less than a larger value (because e< 3) so both are correct. I don't know if your book has some reason for using "3" rather than "e". e gives a slightly more accurate estimate but they are both estimates.
 
The only reason I can imagine is that [tex]3^{0.1}[/tex] is easier to calculate because it's the solution of [tex]x^{10} = 3[/tex] and a Newton's method iteration would provide an accurate estimation quickly. The assumption, I suppose, is that if you are approximating [tex]e^x[/tex], you don't have the luxury of calculating it explicitly.
 

Similar threads

Replies
5
Views
2K
Replies
5
Views
2K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
2K
Replies
5
Views
6K
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K