What is the Taylor Remainder Theorem and How is it Used in Power Series?

  • Context: Undergrad 
  • Thread starter Thread starter member 508213
  • Start date Start date
  • Tags Tags
    Taylor series Theorem
Click For Summary

Discussion Overview

The discussion revolves around the Taylor Remainder Theorem and its application in power series, particularly focusing on understanding the remainder term, estimating errors, and the specific cases of functions like sin(x) and ln(1+x). Participants express confusion about the theorem's components, including the variable c, the estimation of M and r, and how to apply the theorem in various scenarios.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants express confusion about the meaning of c in the remainder term and how to determine its value.
  • There is a question regarding the evaluation of derivatives at specific points, particularly in the context of sin(x) and whether the remainder becomes zero.
  • Participants discuss the "remainder estimation theorem" and express uncertainty about how to choose values for M and r, as well as the reasoning behind plugging in specific bounds for x.
  • One participant provides an example involving the maximum value of the third derivative for estimating errors, but questions remain about the choice of r and the bounds for x.
  • There are inquiries about whether the maximum value for f^(n+1)(c) refers to absolute value or highest positive value, and if the remainder can be negative.
  • Participants seek clarification on how to apply the theorem when evaluating specific functions, such as sin(3), and how to determine the appropriate values for c and x.
  • One participant notes that the goal is to bound the remainder to ensure sufficient accuracy in the Taylor series expansion.

Areas of Agreement / Disagreement

Participants generally agree on the need for clarification regarding the Taylor Remainder Theorem and its application, but multiple competing views and uncertainties remain about specific aspects of the theorem and its components.

Contextual Notes

Limitations include unclear definitions of variables such as c, M, and r, as well as unresolved questions about the evaluation of derivatives and the application of the remainder estimation theorem in specific examples.

Who May Find This Useful

Students studying power series and the Taylor Remainder Theorem, educators looking for insights into common student misconceptions, and anyone interested in the nuances of mathematical error estimation in series expansions.

member 508213
I am studying power series right now and I am understanding well how to write them and where they converge but I am having some trouble grasping the Taylor Remainder Theorem for a few reasons.

First of all it says the remainder is:

f^(n+1)(c)(x-a)^(n+1)/(n+1)! for some c between a and x.

I do not know what c it means, how do I know what value to use as c?

My next issue is that for power series for sinx and cosx:

For example if I am doing sinx and use three terms x-x^3/3!+x^5/5! My previous derivative value that goes in front of the x^5/5! is 1 because cos(0)=1 but taylor's theorem states f^(n+1) so the next derivative would be -sin(0)=0. So would that mean the remainder theorem would be 0 in this case?Something else I am confused about is what my book calls the "remainder estimation theorem" where it says if absolute value of f^(n+1)(t) is equal to or less than Mr^(n+1) then Rnx is = or < Mr^(n+1)(x-a)^(n+1)/(n+1)!
My book does 2 examples but it does not explain very well how to choose these values of M and r and how exactly I can use it to estimate.

I have read this chapter twice and either because of the way they word it or because I am thinking about it wrong I am unable to understand this remainder theorem which is frustrating because I feel good on the rest of the power series topic except for this. Thank you for any help.
 
Physics news on Phys.org
Austin said:
I am studying power series right now and I am understanding well how to write them and where they converge but I am having some trouble grasping the Taylor Remainder Theorem for a few reasons.

First of all it says the remainder is:

f^(n+1)(c)(x-a)^(n+1)/(n+1)! for some c between a and x.

I do not know what c it means, how do I know what value to use as c?
The remainder theorem doesn't specify an exact value - it merely says that c is a number between a and x. You want the remainder expression to be as large as you make it, so as to be able to specify the largest your error could be. One way to do this is to look at f(n + 1)(x). If it happens to be an increasing function, the largest value of this function will come at the right endpoint of the interval. If the function happens to be decreasing, the largest value occurs at the left endpoint of the interval. For other functions, you try to estimate the largest value in the interval.
Austin said:
My next issue is that for power series for sinx and cosx:

For example if I am doing sinx and use three terms x-x^3/3!+x^5/5! My previous derivative value that goes in front of the x^5/5! is 1 because cos(0)=1 but taylor's theorem states f^(n+1) so the next derivative would be -sin(0)=0. So would that mean the remainder theorem would be 0 in this case?
No. As before, the remainder is f(n + 1)(c) * xn + 1/(n + 1)!. IOW, you don't evaluate this derivative at 0, but at some point between 0 and x.
Austin said:
Something else I am confused about is what my book calls the "remainder estimation theorem" where it says if absolute value of f^(n+1)(t) is equal to or less than Mr^(n+1) then Rnx is = or < Mr^(n+1)(x-a)^(n+1)/(n+1)!
My book does 2 examples but it does not explain very well how to choose these values of M and r and how exactly I can use it to estimate.
It would be helpful for you to show us one of these examples, as well as less work to explain.
Austin said:
I have read this chapter twice and either because of the way they word it or because I am thinking about it wrong I am unable to understand this remainder theorem which is frustrating because I feel good on the rest of the power series topic except for this. Thank you for any help.
 
For an example of the M and r:

The example says estimate the maximum value of the error for x-x^2/2 which is used to estimate ln(1+x) on the interval -0.1 to 0.1 inclusive. It starts by saying the maximum value of the third derivative ( 2/(1+t)^3) occurs at -0.1 and is equal to 2000/729, this is the value they give M. Then they say "we can let r=1" and I am not sure why we do. Then they say the remainder is equal to or less than (2000/729)(absolute value x)^3 /3! Then they plug in + or - 0.1 into x and end up with remainder being approx. 4.6x10^-4. I understand that M is the max value of the third derivative over the interval but I do not know what "r" is in the first place and therefore do not understand why the say they can let it equal 1, and also I do not understand why we plug in + or - 0.1 into x? Do we plug it in because it is the bounds? because that doesn't make sense why we would plug the bounds into x for the remainder to me.
 
Austin said:
do not understand why the say they can let it equal 1, and also I do not understand why we plug in + or - 0.1 into x? Do we plug it in because it is the bounds? because that doesn't make sense why we would plug the bounds into x for the remainder to me.
It's not a question of evaluating the remainder as much as bounding the remainder. The normal use of the remainder formula is to bound it so you know that you have expanded enough terms and can ignore the remainder, whatever it is. For your earlier example of sin(x), you know all derivatives and can easily bound the remainder.
 
A few more questions:

When we say that we are trying to find a maximum value for f^(n+1)(c) does that mean maximum absolute value or highest positive? Can the remainder be negative?

Also, when trying to use this formula I am still unsure what value to plug in for x. I have learned that for f^(n+1)(c) the c we use must be where the maximum occurs but what value do we plug in for the x in the (x-a)^n+1 part of the theorem?

Also, I came up with a problem that sort of demonstrates why I am having trouble:
If I want to find the remainder of evaluating sin3 by using -(x-pi) + (x-pi)^3/3! (The 2nd order series for sinx center at pi) I am not sure what I would use.

F^(n+1)(c) would be sin(c) but I'm not exactly sure where to find maximum value because there is not really an interval

the rest would be (x-pi)^4/4! but I do not know what value to plug into x for the remainder?
 
Austin said:
A few more questions:

When we say that we are trying to find a maximum value for f^(n+1)(c) does that mean maximum absolute value or highest positive? Can the remainder be negative?

Also, when trying to use this formula I am still unsure what value to plug in for x. I have learned that for f^(n+1)(c) the c we use must be where the maximum occurs but what value do we plug in for the x in the (x-a)^n+1 part of the theorem?

Also, I came up with a problem that sort of demonstrates why I am having trouble:
If I want to find the remainder of evaluating sin3 by using -(x-pi) + (x-pi)^3/3! (The 2nd order series for sinx center at pi) I am not sure what I would use.

F^(n+1)(c) would be sin(c) but I'm not exactly sure where to find maximum value because there is not really an interval

the rest would be (x-pi)^4/4! but I do not know what value to plug into x for the remainder?

The next part of the expansion would be (x-pi)^5/5! . Therefore your error estimate would be abs(a-pi)^5/5! where a is an unspecified value somewhere between 0 and x. In this case, the largest value for abs(a-pi) with a between 0 and x is when a = x.
 
You are given a value of x that you want to use a partial Taylor series to determine f(x) within a certain accuracy. If you need a certain amount of accuracy from a partial expansion of the Taylor series, you need to expand enough Taylor series terms to guarantee the accuracy you need. How many terms do you need? The bounds on the remainder tell you. You are only bounding the remainder to the accuracy needed. You are not finding the remainder's value.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K