Use taylor's THeorem to determine the accuracy

  • Thread starter Thread starter razored
  • Start date Start date
  • Tags Tags
    Accuracy Theorem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
razored
Messages
173
Reaction score
0
Use taylor's THeorem to determine the accuracy of the approximation: cos(.3) ~=1 - (.3)^2 / 2! + (.3)^4 / 4! when i use taylors theorem, i use (.3)^4 / 4! which gets me 2.03e-10 but the asnwer is R<=2.03e-5
 
Physics news on Phys.org


Okay, it should be (.3)^5 / 5!
 
Last edited:


But i still don't get it, why did i get hte right answer and ignore the f^(n+1)(c) of the formula? (Lagrange error bound) The derivative should have been cos , so i must have picked cos 0. Why?
 


The error does NOT involve f^(n+1)(c). It involves f^(n+1)(x) for some number between 0 and c (here .3). Since you don't know that number, you use the largest possible value of f^(n+1)(x) between 0 and c to get an upper bound on the error. Since cosine is decreasing, its largest value is cos(0)= 1.