Linear Interpolation: The rule assumes that over a very small interval, a curve can be approximated by a straight line connecting two points and .
Summation of Areas: The total area is the sum of the areas of individual trapeziums. The area of one trapezium is .
The Composite Formula: When summed, the internal -values (ordinates) appear in two adjacent trapeziums, while the end values ( and ) appear only once.
The General Formula:
Step 1: Determine : Calculate the strip width using , where and are the limits of integration and is the number of strips.
Step 2: Generate x-values: Create a sequence of values starting at and increasing by until reaching (e.g., ).
Step 3: Calculate y-values: Evaluate the function at each of these values to find the corresponding ordinates .
Step 4: Apply the Formula: Group the first and last -values together, sum the remaining 'middle' -values and multiply them by 2, then apply the full formula.
Strips vs. Ordinates: It is vital to distinguish between the number of intervals () and the number of data points (). Using the wrong count will result in an incorrect value.
Curvature and Error: The accuracy of the approximation depends entirely on the second derivative (concavity) of the function.
| Curve Shape | Trapezium Top Position | Estimate Type |
|---|---|---|
| Concave (Curving Down) | Below the curve | Underestimate |
| Convex (Curving Up) | Above the curve | Overestimate |
| Linear | Exactly on the curve | Exact Value |
Formula Memory: The Trapezium Rule formula is frequently omitted from standard formula booklets; students must memorize the structure: .
Rounding Precision: To avoid rounding errors in the final answer, keep -values to a higher degree of accuracy (at least 4 or 5 decimal places) than the final requested answer.
Check the calculation: Always verify that actually equals the upper limit . If it doesn't, there is an error in the calculation of or the number of steps taken.
Percentage Error: Exams often ask for the percentage error, calculated as . This requires finding the exact integral analytically if possible.
Incorrect : Students often confuse 'number of values' with 'number of strips'. If a question provides 5 values, there are only 4 strips ().
Radians vs. Degrees: When integrating trigonometric functions, calculators MUST be in Radian mode. Using degrees is a common error that leads to completely incorrect ordinate values.
Forgetting the : A frequent mistake is forgetting to multiply the entire sum by the factor at the end of the calculation.