A Taylor polynomial is given by:
Pn(x)=f(c)+f′(c)(x−c)+2!f′′(c)(x−c)2+3!f′′′(x)(x−c)3+...+n!f(n)c(x−c)n
Substituting c=1 and n=3 gives:
P3(x)=f(1)+f′(1)(x−1)+2!f′′(1)(x−1)2+3!f′′′(1)(x−1)3
=2−3(x−1)+23(x−1)2−31(x−1)3
One can attempt to take the first, second, and third derivatives of each of the answer choices and evaluate f(1),f′(1),f′′(1), and f′′′(1). For example, for the correct option:
f(x)=2−3(x−1)+23(x−1)2−31(x−1)3
We first check f(1).
Note that when plugging in x=1, all of the terms become zero except the constant.
f(1)=2 ✓
Checking f′(1)
f(x)=2−3(x−1)+23(x−1)2−31(x−1)3
f′(x)=−3+3(x−1)−(x−1)2
f′(1)=−3 ✓
Checking f′′(1)
f′′(x)=3−2(x−1)
f′′(1)=3 ✓
Checking f′′′(1)
f′′′(x)=−2
f′′′(1)=−2 ✓