Use taylor's THeorem to determine the accuracy

  • Thread starter Thread starter razored
  • Start date Start date
  • Tags Tags
    Accuracy Theorem
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


(.3)^4/4! is not equal to 2.03e-10. What form of the remainder term are you using?
 


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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top