Question
Question: How do you find the Remainder in the Taylor Series?...
How do you find the Remainder in the Taylor Series?
Solution
Hint : Use the remainder estimation theorem of Taylor Series that is given as if there is a positive constant M such that f(n+1)(t)⩽M for all t between xanda , inclusive, then the remainder term represented by Rn(x) in Taylor’s Theorem satisfies the inequality
Rn(x)⩽M(n+1)!∣x−a∣n+1
Complete step-by-step answer :
There are multiple methods to find the Remainder in Taylor Series, we will go through the Remainder estimation theorem of Taylor Series that is the most simplest and common method to find the remainder in Taylor Series. The remainder estimation theorem can be understood as follows:
If there is a positive constant M such that f(n+1)(t)⩽M is inclusive for all t between xanda , then the remaining term (represented by Rn(x) ) in Taylor's Theorem meets the inequality
Rn(x)⩽M(n+1)!∣x−a∣n+1
The function Rn(x) is the remainder term of the Taylor Series and is defined to be Rn(x)=f(x)−Pn(x),wherePn(x) is the nth degree Taylor polynomial which is centered at x=a
Pn(x)=f(a)+f′(a)(x−a)+2!f′′(a)(x−a)2+3!f′′′(a)(x−a)3+.....
Let us understand it with an example, if
f(x)=ex,a=0andn=4 , we will get
P4(x)=f(0)+f′(0)(x−0)+2!f′′(0)(x−0)2+3!f′′′(0)(x−0)3+4!f′′′′(0)(x−0)4 P4(x)=e0+e0x+2!e0x2+3!e0x3+4!e0x4 P4(x)=1+x+2!x2x2+3!x3+4!x4
Also if we take this over the interval [−2,2] , so that ∣x−a∣=2 then the above inequality will be written as
R4(x)⩽(4+1)!e224+1⇒R4(x)⩽154e2≈1.97
So we can expect P4(x) to be approximately ex to within the this amount over the interval [−2,2]
Note : Rn(x) (remainder of order n) is also known as the error term for the approximation of f(x)byPn(x) over I . In actual, approximation is a bit better than the error bound or the remainder, the main point is that the remainder estimation theorem gives the assurance.
You can also find the remainder term with the help of a direct formula derived from the Taylor’s formula
Rn(x)=(n+1)!f(n+1)(c)∣x−a∣n+1 for some c between aandx