Regarding Error Bound of Taylor Series

Click For Summary

Discussion Overview

The discussion revolves around finding the upper bound for the error term in Taylor series expansions, particularly when dealing with unknown functions represented in sigma summation form. Participants explore the conditions under which the (n+1)th term can be used as an error estimate and the implications of not knowing the original function.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants express confusion about how to determine the upper bound for the error term in Taylor series when only given a sigma summation form of an unknown function.
  • There is a suggestion that the (n+1)th term may not always represent the largest error, leading to uncertainty about its validity as an error estimate.
  • One participant proposes that finding the maximum value of the (n+1)th derivative on the interval [a, x] is necessary for accurate error estimation.
  • Another participant provides an example using the Maclaurin series for sin(x) and discusses the challenges of estimating the error without knowing the original function.
  • There is a mention of alternating series and their associated error bounds, with some participants questioning whether the series in question is indeed alternating.
  • Concerns are raised about the necessity of knowing the original function to apply the Lagrange error term effectively.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to finding the error bound for Taylor series when the original function is unknown. Multiple competing views remain regarding the use of the (n+1)th term and the need for derivative information.

Contextual Notes

Participants highlight limitations in their ability to find the error bound due to the lack of knowledge about the original function, which affects their ability to evaluate derivatives necessary for the Lagrange error term.

Aldnoahz
Messages
37
Reaction score
1
Hi all, I am very confused about how one can find the upper bound for a Taylor series.. I know its general expression, which always tells me to find the (n+1)th derivative of a certain function and use the equation f(n+1)(c) (x-a)n+1/(n+1)! for c belongs to [a,x]

However, there are numerous cases in which I am only given a sigma summation form of an unknown function. If I want to find the nth degree error term (assume nth degree is the nth term in the summation), do I simply take the (n+1)th term? I personally do not agree with this since the n+1 th term is not necessarily the biggest. In normal situations I always re-evaluate the n+1 th derivative and find its max value, but with unknown functions I am not able to do that.

Any explanation on how to find the error bound? Do I need to find the n+1 th derivative every time?
 
Physics news on Phys.org
Aldnoahz said:
Hi all, I am very confused about how one can find the upper bound for a Taylor series.. I know its general expression, which always tells me to find the (n+1)th derivative of a certain function and use the equation f(n+1)(c) (x-a)n+1/(n+1)! for c belongs to [a,x]

However, there are numerous cases in which I am only given a sigma summation form of an unknown function.
Can you give one example of the kind you're talking about? It seems to me that you might be talking about a problem where you are given a series, and are asked to find an upper bound for the remainder if you use the first n terms in the series.
Aldnoahz said:
If I want to find the nth degree error term (assume nth degree is the nth term in the summation), do I simply take the (n+1)th term? I personally do not agree with this since the n+1 th term is not necessarily the biggest. In normal situations I always re-evaluate the n+1 th derivative and find its max value, but with unknown functions I am not able to do that.

Any explanation on how to find the error bound? Do I need to find the n+1 th derivative every time?
Yes, if you are working with a Taylor series, but all you need is the largest value of this derivative on the interval [a, x], as you said. An example would be very helpful for me to understand what you're asking.
 
Mark44 said:
Can you give one example of the kind you're talking about? It seems to me that you might be talking about a problem where you are given a series, and are asked to find an upper bound for the remainder if you use the first n terms in the series.
Yes, if you are working with a Taylor series, but all you need is the largest value of this derivative on the interval [a, x], as you said. An example would be very helpful for me to understand what you're asking.

A simple example would be maclaurin expansion of f(x)=sin(x) given the interval [0, 0.5]. Assume I don't know that this is the expansion for sin(x), all I know is the series. Now I am asked to write down the expansion to degree 3, and find the approximate value of this function at f(0.5). Looking for the approximate value part is obvious to me, but when it asks me to find the upper bound to its error, I can't just take the next term since in the given interval the 4th derivative of sin(x) will not reach 1. So in this case I need to find the 4th derivative of the original function. But as I assumed, if I do not know the original function but only know its maclaurin form, how can I find the lagrange error?
 
Aldnoahz said:
A simple example would be maclaurin expansion of f(x)=sin(x) given the interval [0, 0.5]. Assume I don't know that this is the expansion for sin(x), all I know is the series.
Which is an alternating series, right? There's a theorem that you can use to find the remainder when you use the first n terms of an alternating series.
Aldnoahz said:
Now I am asked to write down the expansion to degree 3, and find the approximate value of this function at f(0.5). Looking for the approximate value part is obvious to me, but when it asks me to find the upper bound to its error, I can't just take the next term since in the given interval the 4th derivative of sin(x) will not reach 1. So in this case I need to find the 4th derivative of the original function. But as I assumed, if I do not know the original function but only know its maclaurin form, how can I find the lagrange error?
 
Mark44 said:
Which is an alternating series, right? There's a theorem that you can use to find the remainder when you use the first n terms of an alternating series.

I don't think it's an alternating series.. I know what you are talking about though. I think you are talking about truncation error where I can just take the next term as the error bound for an alternating series. But I am talking about Lagrange error of nth degree expansion.. I don't know if this is clear.
 
Aldnoahz said:
I don't think it's an alternating series.. I know what you are talking about though. I think you are talking about truncation error where I can just take the next term as the error bound for an alternating series. But I am talking about Lagrange error of nth degree expansion.. I don't know if this is clear.
The Maclaurin series for both sin(x) (=## x - \frac{x^3}{3!} + \frac{x^5}{5!} -+ \dots##) and cos(x) (=## 1 - \frac{x^2}{2!} + \frac{x^4}{4!} -+ \dots##)are alternating series.

Regarding your question, if you're expected to find the Lagrange error term, you would need to know the function whose derivatives appear in the Taylor expansion. Without the underlying function, I don't see how you would be able to get ##f^{(n)}(c)##.
 
Mark44 said:
The Maclaurin series for both sin(x) (=## x - \frac
{x^3}{3!} + \frac{x^5}{5!} -+ \dots##) and cos(x) (=## 1 - \frac{x^2}{2!} + \frac{x^4}{4!} -+ \dots##)are alternating series.

Regarding your question, if you're expected to find the Lagrange error term, you would need to know the function whose derivatives appear in the Taylor expansion. Without the underlying function, I don't see how you would be able to get ##f^{(n)}(c)##.

So Lagrange error always require me to find the derivative. I can't just take the next term (if the maclaurin or taylor expansion is not alternating) as my answer?
 
Aldnoahz said:
So Lagrange error always require me to find the derivative. I can't just take the next term (if the maclaurin or taylor expansion is not alternating) as my answer?
Right on both counts.
 
Ok! Thanks a lot!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K