This topic covers the numerical integration of functions using the trapezium rule to estimate the area under a curve. Students must understand how to apply
Topic Synopsis
This topic covers the numerical integration of functions using the trapezium rule to estimate the area under a curve. Students must understand how to apply the rule to approximate definite integrals and determine whether the resulting estimate is an over-estimate or an under-estimate based on the curve's shape.
Key Concepts & Core Principles
- The trapezium rule formula: ∫ₐᵇ f(x) dx ≈ (h/2)[f(x₀) + 2f(x₁) + 2f(x₂) + ... + 2f(xₙ₋₁) + f(xₙ)], where h = (b-a)/n.
- Increasing the number of strips n improves accuracy, but also increases computational effort.
- The error in the trapezium rule is proportional to h² and depends on the second derivative of the function.
- For a concave function (f''(x) < 0), the trapezium rule underestimates the area; for a convex function (f''(x) > 0), it overestimates.
- Upper and lower bounds for the area can be found by using different numbers of strips or by considering the concavity.
Exam Tips & Revision Strategies
- Always draw a quick sketch of the curve to visualize the strips and determine concavity.
- Clearly list the x and y values in a table to avoid calculation errors.
- Ensure your calculator is in the correct mode (radians or degrees) if the function involves trigonometry.
- Double-check the number of intervals; if there are n strips, there are n+1 ordinates.
- Use the exact values for y where possible before rounding at the final step.
Common Misconceptions & Mistakes to Avoid
- Incorrectly calculating the strip width (h) by miscounting the number of intervals.
- Forgetting to multiply the intermediate y-values by 2 in the trapezium rule formula.
- Confusing the number of strips with the number of ordinates (y-values).
- Failing to correctly identify the concavity of the curve, leading to an incorrect conclusion about over/under-estimation.
- Errors in evaluating the function at the specified x-values.
Examiner Marking Points
- Correct identification of the width of the strips (h).
- Correct application of the trapezium rule formula: Area ≈ 1/2 * h * (y0 + 2(y1 + y2 + ... + yn-1) + yn).
- Accurate calculation of the y-values for the given x-coordinates.
- Correct determination of whether the rule provides an over-estimate or under-estimate based on the concavity of the curve.
- Correct use of a sketch to justify the over-estimate or under-estimate.