150 likes | 297 Views
We sometimes need an efficient method to estimate area when we can not find the antiderivative. Actual area under curve:. Approximate area:. Left-hand rectangular approximation:. (too low). Approximate area:. Right-hand rectangular approximation:. (too high). Averaging the two:.
E N D
We sometimes need an efficient method to estimate area when we can not find the antiderivative.
Approximate area: Left-hand rectangular approximation: (too low)
Approximate area: Right-hand rectangular approximation: (too high)
Averaging the two: 1.25% error (too high)
Trapezoidal Rule: h = width of subinterval = (b – a)/n This gives us a better approximation than either left or right rectangles.
Trapezoidal Rule: h = width of subinterval = (b – a)/n To see if the Trapezoidal Rule is an overestimate, underestimate, or exact, use the Concavity Test. If f’’(x) = 0, approximation is exact. If f’’(x) > 0, approximation is an overestimate If f’’(x) < 0, approximation is an underestimate.
Example 1 We must partition [1, 2] into four subintervals of equal length. Use the Trapezoidal Rule with n = 4 to estimate
Approximate area: Compare this with the Midpoint Rule: 0.625% error (too low) The midpoint rule gives a closer approximation than the trapezoidal rule, but in the opposite direction.
Trapezoidal Rule: (too high) 1.25% error Midpoint Rule: 0.625% error (too low) Notice that the trapezoidal rule gives us an answer that has twice as much error as the midpoint rule, but in the opposite direction. If we use a weighted average: This is the exact answer!
twice midpoint trapezoidal This weighted approximation gives us a closer approximation than the midpoint or trapezoidal rules. Midpoint: Trapezoidal:
Simpson’s Rule: ( h = width of subinterval, n must be even ) Example:
Simpson’s rule can also be interpreted as fitting parabolas to sections of the curve, which is why this example came out exactly. Simpson’s rule will usually give a very good approximation with relatively few subintervals. It is especially useful when we have no equation and the data points are determined experimentally. p