009C Sample Final 2, Problem 8 Detailed Solution

From Grad Wiki
Revision as of 15:56, 3 December 2017 by Kayla Murray (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Find    such that the Maclaurin polynomial of degree    of    approximates    within 0.0001 of the actual value.


Background Information:  
Taylor's Theorem
        Let    be a function whose   derivative exists on an interval    and let    be in  
        Then, for each    in    there exists    between    and    such that
       
        where  
        Also,  


Solution:

Step 1:  
Using Taylor's Theorem, we have that the error in approximating    with
the Maclaurin polynomial of degree    is    where
       
Step 2:  
We note that
         or  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle |f^{n+1}(z)|=|\sin(z)|\leq 1.}
Therefore, we have
       
Now, we have the following table.
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 6} Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0.000274}
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 0.0000358}
So,  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle n=7}   is the smallest value of    where the error is less than or equal to 0.0001.
Therefore, for  Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle n=7}   the Maclaurin polynomial approximates    within 0.0001 of the actual value.


Final Answer:  
       

Return to Sample Exam