Questions: Taylor Polynomials

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student computes the degree-3 Taylor polynomial for sin(x) centered at 0: P₃(x) = x − x³/6. They claim this equals sin(x) for 'small x.' What is the most accurate statement about this claim?

AP₃(x) = sin(x) for all x, because Taylor polynomials converge to the original function
BP₃(x) equals sin(x) exactly at x = 0 and approximates sin(x) for small x, but does not equal it at any other point
CP₃(x) equals sin(x) exactly on some interval around x = 0, but diverges outside it
DP₃(x) is only useful for x > 0, where the approximation is valid
Question 2 Multiple Choice

The Taylor polynomial formula includes f^(k)(a)/k! as the coefficient of (x−a)^k. Why is the k! in the denominator?

ATo keep the polynomial's values bounded as k grows large
BTo cancel the k! factor that appears when differentiating (x−a)^k exactly k times, ensuring the k-th derivative condition is satisfied
CTo normalize the approximation so errors stay proportional to (x−a)
DTo make the formula dimensionally consistent across different functions
Question 3 True / False

The degree-n Taylor polynomial of f centered at a is the unique polynomial of degree at most n that matches f in both value and all derivatives up to order n at x = a.

TTrue
FFalse
Question 4 True / False

A Taylor polynomial and a Taylor series for the same function f, centered at the same point, represent the same mathematical object.

TTrue
FFalse
Question 5 Short Answer

Why does the Lagrange remainder formula turn Taylor polynomials from a useful approximation into a rigorous engineering tool? What problem does it solve that a plain polynomial cannot?

Think about your answer, then reveal below.