470 likes | 1.88k Views
Riemann Sums, Trapezoidal Rule, & Simpson’s Rule. By: Carson Smith & Elisha Farley. Riemann Sums. A Riemann sum is a method for approximating the total area underneath a curve on a graph. This method is also known as taking an integral.
E N D
Riemann Sums, Trapezoidal Rule, & Simpson’s Rule By: Carson Smith & Elisha Farley
Riemann Sums • A Riemann sum is a method for approximating the total area underneath a curve on a graph. • This method is also known as taking an integral. • There are 3 forms of Riemann Sums: Left, Right, and Middle.
Right Riemann Riemann Sums Illustrated Middle Riemann Left Riemann
Riemann Sum Formula B To find the intervals needed, use the formula: A Where B = the upper limit, A = the lower limit, and N = the number of rectangles used. N = 4
Riemann Sum Formula Cont. Then incorporate the previous intervals into the formula:
Left Riemann Example For a Left Riemann, use all of the functions except for the last one. The Left Riemann under approximates the area under the curve.
Right Riemann Example For a Right Riemann, use all of the functions except for the last one. The Right Riemann over approximates the area under the curve.
Middle Riemann Example For a Middle Riemann, average all the intervals found and plug the averages into the functions. The Middle Riemann is the closest approximation.
Integration Answer The Middle Riemann is the closest approximation
Try A Left Riemann! N = 4
Left Riemann Solution N = 4
Riemann Sum Program Usage • Click the “PRGM” button. • Select the RIEMANN program. • Enter your f(x). • Enter Lower & Upper bounds. • Enter Partitions • Select Left, Right, or Midpoint Sum
Trapezoidal Rule • Like Riemann Sums, Trapezoidal Rule approximates the are under the curve using trapezoids instead of rectangles to better approximate.
Trapezoidal Rule Formula • Use the same formula to find your intervals. • Then plug your intervals into the equation:
Trapezoidal Rule Example N = 4
Trapezoidal Rule Example Cont. Remember to multiply all intervals by 2, excluding the first and last interval.
Trapezoidal Rule Program Usage • Click the “PRGM” button. • Select the RIEMANN program. • Enter your f(x). • Enter Lower & Upper bounds. • Enter Partitions • Select Trapezoid Sum
Simpson’s Rule • Simpson’s rule, created by Thomas Simpson, is the most accurate approximation of the area under a curve as it uses quadratic polynomials instead of rectangles or trapezoids.
Simpson’s Rule Formula Simpson’s Rule can ONLY be used when there are an even number of partitions. Still use the formula: to find your intervals to plug into the equation.
Simpson’s Rule Example N = 4
Simpson’s Rule Example Cont. When using Simpson’s Rule, multiply all intervals excluding the first and the last alternately between 4 & 2, always starting with 4
Simpson’s Rule Program Usage • Click the “PRGM” button. • Select the SIMPSON program. • Enter Lower & Upper bounds. • Enter your N/2 Partitions. • Enter your f(x)