Error Bounds for Approximate Integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 39K views
dekoi
Does anyone know a trick for finding "K" in the error bound equations for approximate integration?

The approximate integrations we have learned so far are Midpoint Rule, Trapzoid Rule, and Simpson's Rule.

Thank you.
 
Physics news on Phys.org
The error estimates for each of those should be in the same section of your text as the derivation of the formula.

Googling on ' "trapezoidal rule" error ',etc. gave me this:

http://archives.math.utk.edu/visual.calculus/4/approx.2/
 
I will take a look at the website later.


I was aware that error bounds are in my textbook-- I'm not that ignorant.

Anyway,
I was wondering about some "tricks" because my textbook does not have that-- it simply states what K is in each case, but does not go through the process of finding it.
 
My apology- I misread your first post and though you were asking for the error formulas rather than 'finding "K" in the error bound equations'. However, now I have to point out that not every text writes the formulas in exactly the same way- some I am not sure what "K" represents. The formulas on the page do not use "K". I suspect, however, that it is what the formulas I use call "M"- an upper bound on
in the case of the trapezoidal rule, first derivative of the integrand
in the case of the mid-point rule, the second derivative of the integrand
in the case of Simpson's rule, the fourth derivative of the integrand

There is no rule for determining those- remember these are "approximations"- obviously you can't find the exact value of the error! If you could, you could just add it on to get an exact value for the integral!

Essentially, you find the correct derivative and extimate how large it can be in that interval. For sine or cosine, for example, you know the value is never larger than 1. For an increasing function like ex, use the right endpoint.
 
Yes, K represents the upper bound.

Thank you for your help.