Top Posters
Since Sunday
d
4
N
3
3
R
3
k
3
o
3
Z
3
j
3
s
3
d
3
J
3
1
3

As discussed in Chapters 1 and 2, both the geometric method and the offset method share a common approach of using polygons, specifically triangles and trapezoids, to provide estimations for the area of irregular spaces. While the offset method offers a more versatile approach to estimating areas of shapes with curvilinear perimeters, it too is not without its limits. That is, the trapezoidal rule tends to overestimate concave regions and underestimate convex regions, making it less accurate in such cases (Walker, 2009).

In Chapter 3 of this mini-course, you will explore Simpson's rule (Equation ‎3.1), a more precise technique for estimating areas of irregular shapes. Unlike the previous methods, Simpson's rule takes a step further by approximating the curve using parabolic segments instead of straight lines within each subinterval. The sum of the areas under these parabolas will approximate the area more accurately, especially for curves that exhibit complex behavior.

Equation ‎3.1. The Simpson's rule. The minimum number of observations required to apply Simpson's rule is three. The first and last observation are entered in the first set of parentheses, regardless of being odd observations (i.e. the 1st and 3rd). At its minimum, the second set of parentheses is empty, since the first and the last observation go into the first set, and 2nd observation being even goes into the last set. Therefore, a minimum of five observations are needed before the second set of parentheses is present in the calculation. The Simpson's rule is sometimes called the 'one-third' rule since the method uses a weighted average of the values at the endpoints and the midpoint of each parabolic segment, hence the 1⁄3 factor.

\[A_{\mathrm{total}} \approx \frac{h}{3} \times \left[\underbrace{(y_0\;+\;y_n)}_\text{first and last observations}+2\underbrace{(y_2+\ldots+y_{n-2})}_\text{odd-number observations}+4\underbrace{(y_1+\ldots+y_{n-1})}_\text{even-number observations}\right]\]

where \(h = \frac{x_n-x_0}{n}\) is the distance between each observation and \(n\) is the number of subintervals \((n≥2; \text{even})\)

Source

Walker, D. (2009). Engineering modelling and analysis. London: Taylor & Francis.

Helpful(0)    Citation
Return to Index
Explore
Post your homework questions and get free online help from our incredible volunteers
  1525 People Browsing
Your Opinion
Which of the following is the best resource to supplement your studies:
Votes: 365