aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Stay in the loop

Study tips, product updates, and early access to new features.

aimnova.

AI-powered IB study platform with personalised plans, instant feedback, and examiner-style marking.

IB Subjects
  • All IB Subjects
  • IB Diploma
  • IB ESS
  • IB Economics
  • IB Business Management
  • IB Math AI
  • IB Math AA
Question Banks
  • ESS Question Bank
  • Economics Question Bank
  • Business Management Question Bank
  • Math AI Question Bank
  • Math AA Question Bank
Predicted Topics 2026
  • ESS Predictions 2026
  • Economics Predictions 2026
  • Business Management Predictions 2026
  • Math AI Predictions 2026
  • Math AA Predictions 2026

Study Resources

  • Free Study Notes
  • Mock Exams
  • Revision Guide
  • Flashcards
  • Exam Skills
  • Command Terms
  • Past Paper Feedback
  • Grade Calculator
  • Exam Timetable 2026

Company

  • Features
  • Pricing
  • About Us
  • Blog
  • Contact
  • Terms
  • Privacy
  • Cookies

© 2026 Aimnova. All rights reserved.

Made with 💜 for IB students worldwide

v0.1.900
NotesMath AI HLTopic 5.8The Trapezoid Rule for Estimating Areas
Back to Math AI HL Topics
5.8.13 min read

The Trapezoid Rule for Estimating Areas

IB Mathematics: Applications and Interpretation • Unit 5

AI-powered feedback

Stop guessing — know where you lost marks

Get instant, examiner-style feedback on every answer. See exactly how to improve and what the markscheme expects.

Try It Free

Contents

  • What Is the Trapezoid Rule?
  • The Trapezoid Rule Formula
  • Worked Example
  • Overestimate vs Underestimate

[Diagram: math-trapezoid-rule] - Available in full study mode

The trapezoid rule: Used to approximate a definite integral when exact integration is difficult. \intab f(x) dx \approx (h)/(2)(y0 + 2y1 + 2y2 + \ldots + 2yn-1 + yn) where h = (b - a)/(n) is the strip width and yk = f(a + kh) are the y-values at equally spaced x-value. The first and last y-values appear once; all middle y-values appear twice (multiplied by 2).

Example: Trapezoid rule with n = 4

Step by step

  1. Approximate \int02 x2 dx using the trapezoid rule with n = 4 strip.
  2. h = (2 − 0)/4 = 0.5. x-value: 0, 0.5, 1, 1.5, 2.
  3. y₀ = 0² = 0; y₁ = 0.25; y₂ = 1; y₃ = 2.25; y₄ = 4.
  4. Area ≈ (0.5/2)(0 + 2(0.25) + 2(1) + 2(2.25) + 4).
  5. = 0.25 × (0 + 0.5 + 2 + 4.5 + 4) = 0.25 × 11 = 2.75.
  6. Exact value: \int02 x2 dx = [x3/3]02 = 8/3 \approx 2.667.

Final answer

Trapezoid approximation: 2.75 (exact: 2.667)

Why the approximation is not exact: The trapezoid rule uses straight lines to approximate the curve. If the curve is concave up (bending upward), the trapezoids overestimate. If the curve is concave down (bending downward), they underestimate. For x², which is concave up, the trapezoid rule gives an overestimate.
Building the table of values: For the trapezoid rule, always start by building a table: | x | y = f(x) | |---|----------| | x₀ = a | y₀ | | x₁ = a + h | y₁ | |... |... | | xₙ = b | yₙ | Then apply: T ≈ (h/2)(y₀ + 2y₁ + 2y₂ +... + 2yn-1 + yₙ)

Example: n = 5 strips

Step by step

  1. Approximate \int13 (1)/(x) dx using n = 5 trapezoid strip.
  2. h = (3 − 1)/5 = 0.4. x-value: 1, 1.4, 1.8, 2.2, 2.6, 3.0.
  3. y-value: 1/1 = 1; 1/1.4 ≈ 0.714; 1/1.8 ≈ 0.556; 1/2.2 ≈ 0.455; 1/2.6 ≈ 0.385; 1/3 ≈ 0.333.
  4. T ≈ (0.4/2)(1 + 2(0.714) + 2(0.556) + 2(0.455) + 2(0.385) + 0.333).
  5. = 0.2 × (1 + 1.428 + 1.112 + 0.910 + 0.770 + 0.333) = 0.2 × 5.553 ≈ 1.111.
  6. Exact value (from the GDC) ≈ 1.099.

Final answer

Trapezoid approximation ≈ 1.111 (exact: 1.099)

Show the table — it earns marks: Even when using the GDC, IB expects you to show the table of x and y value. IB awards a mark for showing the correct formula or table setup. Do not just write the final answer — show the table, the formula, and the computation.

Study smarter, not longer

Most students waste 40% of study time on topics they already know. Our AI tracks your progress and optimizes every minute.

Try Smart Study Free7-day free trial • No card required
Overestimate vs underestimate — from the shape: Whether the trapezoid rule over- or under-estimates depends on how the curve bends between the points: • Curve bends UPWARD (concave up, ∪ shape) → the straight trapezoid tops sit ABOVE the curve → OVERESTIMATE. • Curve bends DOWNWARD (concave down, ∩ shape) → the trapezoid tops sit BELOW the curve → UNDERESTIMATE. Decide by looking at the graph or a quick sketch — you do not need the second derivative.

Example: over- or underestimate?

For y = x² on [0, 2], does the trapezoid rule give an over- or underestimate?

Step by step

  1. Sketch or picture y = x². It bends upward (concave up) on this interval.
  2. So the straight trapezoid tops lie above the curve.
  3. Therefore the estimate is an OVERESTIMATE.

Final answer

Overestimate — the curve bends upward, so the trapezoids lie above it.

Bends upward (concave up, ∪)

  • Trapezoid tops lie above the curve
  • Overestimate
  • Example: y = x²

Bends downward (concave down, ∩)

  • Trapezoid tops lie below the curve
  • Underestimate
  • Example: y = −x²
Over/underestimate is a 1-mark question: Justify by stating the shape: 'The curve bends upward, so the trapezoids lie above it — an overestimate.' No second derivative needed.
Percentage error in the trapezoid rule: After finding the trapezoid estimate, IB always asks you to compare it to the exact value: \text(Percentage error) = (|\text(approx) - \text(exact)|)(|\text(exact)|) × 100\% The 'exact' value is found by evaluating the definite integral (by hand on Paper 1, or by GDC on Paper 2).

Full IB-style question: trapezoid → exact → % error (2023 style)

Step by step

  1. A hill's cro -section is modelled by y = 0.04x2 - 0.001x3 for 0 ≤ x ≤ 40.
  2. Heights at x = 0, 10, 20, 30, 40 are: y = 0, 3, 8, 9, 0.
  3. (a) Use the trapezoidal rule with h = 10 to approximate the cro -sectional area. [2 marks]
  4. T = (10/2)(0 + 2(3) + 2(8) + 2(9) + 0) = 5 × (6 + 16 + 18) = 5 × 40 = 200.
  5. (b) Write down the exact integral and evaluate it. [4 marks]
  6. \int040(0.04x2 - 0.001x3) dx = [(0.04x3)/(3) - (0.001x4)/(4)]040.
  7. At x = 40: (0.04 × 64000)/(3) - (0.001 × 2560000)/(4) = (2560)/(3) - 640 = 853.33 - 640 = 213.33.
  8. (c) Find the percentage error. [2 marks]
  9. (|200 - 213.33|)/(213.33) × 100 = (13.33)/(213.33) × 100 \approx 6.25\%.

Final answer

T ≈ 200, exact = 213.33, percentage error ≈ 6.25%

Percentage error is worth 2 marks — easy marks: The percentage error calculation is straightforward once you have both value: 1.

Read your trapezoid answer from part (a) 2.

Use the exact integral from part (b) 3.

Apply the formula: |approx − exact| / |exact| × 100% You will lose marks if you divide by the approximate value instead of the exact value.
Find exact area using the GDC: the exact integral is usually too complex to evaluate by hand (e.g., involves cube roots or non-standard functions). You are expected to use the GDC integration function. Still write: 'Area = ∫[a→b] f(x) dx = [value]' to show the GDC was used.

Try an IB Exam Question — Free AI Feedback

Test yourself on The Trapezoid Rule for Estimating Areas. Write your answer and get instant AI feedback — just like a real IB examiner.

How does increasing the number of strips n affect the accuracy of the trapezoid rule? [2 marks]

Related Math AI HL Topics

Continue learning with these related topics from the same unit:

5.1.1Introduction to Limits
5.10.1The second derivative & concavity
5.11.1Integration techniques
5.12.1Area under and between curves
View all Math AI HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Math AI HL

Previous
5.7.1Optimisation in Context
Next
Standard derivatives5.9.1

15 exam-style questions ready for you

Students who practice on Aimnova improve their scores by 15% on average. Get instant feedback that shows exactly how to improve your answers.

Practice Now — FreeView All Math AI HL Topics