Finding Area Under Curve: Rectangles vs Trapezia

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
5 replies · 2K views
whatisreality
Messages
286
Reaction score
1
Two numerical methods for finding the area under a curve are the trapezium rule, where the area is split into trapezia, and the rectangle rule where you split into rectangles. The rectangle rule has two forms, one where you take the height at the midpoint and one where you take the height of the vertex on the left.

Given the area is split into the same number of smaller shapes, is there ever going to be a case when the rectangles are better than trapezia? I can't think of one! But there must be a case where rectangles are better, or why bother learning the method?
 
Physics news on Phys.org
mathman said:
Rectangle - height in middle could be better than trapezium.
Even if the height in the middle is better, won't the points on either side negate that?
 
whatisreality said:
Two numerical methods for finding the area under a curve are the trapezium rule, where the area is split into trapezia, and the rectangle rule where you split into rectangles. The rectangle rule has two forms, one where you take the height at the midpoint and one where you take the height of the vertex on the left.

Given the area is split into the same number of smaller shapes, is there ever going to be a case when the rectangles are better than trapezia? I can't think of one! But there must be a case where rectangles are better, or why bother learning the method?
I don't understand mathman's reply.
To me rectangle is zero'th order and trapezium is first order approximation to the function being integrated. Check the error analysis sections in the links.

I suppose one can concoct a pathological case where (by accident) the simpler method comes out better, but why bother ?

And 'learning' the method is sensible, because it's so evident and uncomplicated.
 
  • Like
Likes   Reactions: whatisreality
I'm going to go out on a limb and say it's a little more complicated mathematically. I'd wager different types of curves might have an effect on the ranking of which is the most effective method. I was looking at the error analysis of numerical analysis formulas, and it looks like to answer your question (even holding the widths of the divisions the same across methods) requires an examination of the curve as well as the method.

Of course, sometimes less effective is taught because it's simpler, and simpler is easier to learn.

Here seems to be comparison of error terms between rectangular and trapezoidal (See https://en.wikipedia.org/wiki/Newton–Cotes_formulas). Look under the section labeled Open Newton-Cotes Formulae in the last column.
 
  • Like
Likes   Reactions: whatisreality