Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let Pn ( x ) be the degree n Taylor Polynomial for f ( x ) = sin ( x ) about x = 0

Let Pn(x) be the degree n Taylor Polynomial for f(x)= sin(x) about x =0. Find n so that Pn(x) is within
104 of sin(x) for all x in [1,1].
(b) Create a MATLAB function that takes as input a positive parameter k, an interval radius \delta (call \delta something
like delta in MATLAB), and a desired error threshold err, and returns a value n for which you can prove that
the n
th-order Taylor Polynomial for f(x)= sin(kx) about x =0 is within err of sin(kx) for all x in [\delta ,\delta ]. Call
your function with suitable input values to reproduce your answer to question 1(a).
HINT: Your code does not need to be complicated! By mimicking your theoretical analysis from 1(a), you
should only need MATLAB at the very end of this problem, where you can write some code to find the first
n satisfying a certain inequality, rather than looking for it by hand (as we did in class).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions

Question

=+4 Develop and deliver the CCT program.

Answered: 1 week ago