Question
Question: How do you find the second-degree Taylor polynomial \( {T_2}(x) \) for the function \( f(x) = \sqrt ...
How do you find the second-degree Taylor polynomial T2(x) for the function f(x)=3+x2 at the number x = 1
Solution
Hint : In order to solve this question we need to make the Taylors equation and then we will have to put the value of the function at the given point on x and after the appropriate calculation we will set the second degree polynomial.
Complete step-by-step answer :
A complete Taylor polynomial for the function f centered around x=c is given by:
T(x)=n=0∑∞n!fn(c)
So the second degree Taylor polynomial will be the sum of the terms n=0 through n=2, or:
T2(x)=0!f(0)n(x−c)0+1!f(1)n(x−c)1+2!f(2)n(x−c)2
Now putting the value of c = 1 in this equation:
T2(x)=f(1)+f′(1)(x−1)+2f′′(1)(x−1)2
Now putting all the value of x in the function given;
f(1)=3+1=2
And putting the value of x and finding the derivatives;
f′(x)=21(3+x2)−21(2x)
On further solving;
f′(x)=3+x2x
On putting the value of x=1 on this expression;
f′(1)=3+11
On further solving:
f′(1)=21
Similarly we will finding second derivative of it;
f′′(x)=(3+x2)−21+x−21(3+x2)−23(2x)
On further solving;
f′′(x)=(3+x2)−21−x2(3+x2)−23
To the last stage of calculation;
f′′(x)=(3+x2)233
Putting the value of x=1 in this expression;
f′′(1)=(4)233
On further solving;
f′′(1)=83
Now putting all the values in the Taylor expression;
T2(x)=2+21(x−1)+163(x−1)2
So this is the Taylor second order expression.
So, the correct answer is “ T2(x)=2+21(x−1)+163(x−1)2 ”.
Note : As we have the second degree like it we can find the degree term up to which we want of the Taylor expression. There are also some more of the named expressions which we can find like we are finding Taylor expressions.