How Is the Error Term Derived for Simpson's Rule?

  • Thread starter makethings
  • Start date
  • Tags
    Error Term
In summary, Simpson's Rule Error Term is a mathematical concept used in numerical integration to approximate the error between the actual and estimated values of a definite integral. It is calculated by taking the difference between the two values and dividing it by 15, and its purpose is to measure the accuracy of the estimated value obtained using Simpson's Rule. Compared to other error estimation methods, Simpson's Rule Error Term is considered to be more accurate due to its consideration of higher-order derivatives. It can be negative, indicating that the estimated value is greater than the actual value, but this does not necessarily indicate an incorrect estimate.
  • #1
makethings
96
0
Hi can someone help me find a derivation of the error/remainder term for simpson's rule? None of the 3 math reference textbooks I have at home contain it.
 
Mathematics news on Phys.org
  • #2
http://math.fullerton.edu/mathews/n2003/SimpsonsRuleMod.html
 
Last edited by a moderator:
  • #3


Sure, I can help you with that. Simpson's rule is a numerical method used to approximate the value of a definite integral. It is based on dividing the interval of integration into smaller subintervals and using quadratic polynomials to approximate the function within each subinterval.

The error or remainder term for Simpson's rule can be derived using Taylor's theorem. This theorem states that any sufficiently smooth function can be approximated by a polynomial of degree n, where n is the number of terms in the polynomial.

In the case of Simpson's rule, the function is approximated by a quadratic polynomial within each subinterval. Let's say we have divided the interval of integration [a,b] into n subintervals, with each subinterval having a width of h = (b-a)/n. Then, the points where the function is evaluated are a, a+h, a+2h, …, b-h, b.

The quadratic polynomial that approximates the function within each subinterval is given by:

P(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2

Using Taylor's theorem, we can write the remainder term R(x) as:

R(x) = f(x) - P(x)

= f(x) - [f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2]

= f(x) - f(a) - f'(a)(x-a) - f''(a)(x-a)^2/2

Now, to find the error term for Simpson's rule, we need to integrate this remainder term over the entire interval [a,b]. This can be done by breaking up the integral into smaller subintervals and using the fact that the integral of a sum is equal to the sum of integrals.

∫a^b R(x) dx = ∫a^b [f(x) - f(a) - f'(a)(x-a) - f''(a)(x-a)^2/2] dx

= ∑(∫ai^ai+1 [f(x) - f(a) - f'(a)(x-a) - f''(a)(x-a)^2/2] dx)

= ∑(∫ai^ai+1 [f(x) - f(a) - f'(a)(x-a)] dx) - ∑(∫
 

Related to How Is the Error Term Derived for Simpson's Rule?

What is Simpson's Rule Error Term?

Simpson's Rule Error Term is a mathematical concept used in numerical integration to approximate the error between the actual and estimated values of a definite integral. It is based on the Simpson's Rule, which is a method for approximating the area under a curve by using quadratic equations.

How is Simpson's Rule Error Term calculated?

The Simpson's Rule Error Term is calculated by taking the difference between the actual value of the definite integral and the estimated value obtained by using Simpson's Rule. This difference is then divided by 15, as the error term is typically equal to 1/15 times the fourth derivative of the function being integrated.

What is the purpose of Simpson's Rule Error Term?

The purpose of Simpson's Rule Error Term is to provide a measure of the accuracy of an estimated value obtained using Simpson's Rule. It allows us to determine how close our approximation is to the actual value, and also helps in evaluating the quality of the chosen number of subintervals used in the calculation.

How does Simpson's Rule Error Term compare to other error estimation methods?

Simpson's Rule Error Term is considered to be more accurate than other error estimation methods, such as the Midpoint Rule or the Trapezoidal Rule. This is because it takes into account higher-order derivatives of the function, resulting in a smaller error term and a more precise approximation of the definite integral.

Can Simpson's Rule Error Term be negative?

Yes, Simpson's Rule Error Term can be negative. This indicates that the estimated value obtained using Simpson's Rule is greater than the actual value of the definite integral. However, this does not necessarily mean that the estimate is incorrect, as the error term is a measure of the difference between the two values and not an indication of the direction of the error.

Similar threads

Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
717
Replies
3
Views
295
  • General Math
Replies
31
Views
1K
  • General Math
Replies
1
Views
2K
  • General Math
Replies
2
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
837
Replies
1
Views
884
Replies
4
Views
222
Back
Top