Photo AI

Last Updated Sep 27, 2025

Trapezium Rule (Numerical Integration) Simplified Revision Notes

Revision notes with simplified explanations to understand Trapezium Rule (Numerical Integration) quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

483+ students studying

10.1.5 Trapezium Rule (Numerical Integration)

Numerical Integration

Upper and Lower Bounds using rectangle

image

Upper Bound

infoNote
  • Concept:
  • The area under a curve y=x2y = x^2 from x=0x = 0 to x=5x = 5 is approximated using rectangles.
  • The tops of these rectangles lie above the curve, leading to an overestimate.
  • Calculation:
  • The sum of the areas of these rectangles is calculated:
A1+4+9+16+25=55A \approx 1 + 4 + 9 + 16 + 25 = 55
  • This gives an approximate area of 55.
  • Conclusion:
  • The integral 05x2dx\int_0^5 x^2 \, dx is less than or equal to 5555.
  • This is an upper bound.

Lower Bound

image
infoNote
  • Concept:
  • Here, the left-hand side (LHS) of the rectangles touches the curve, leading to an underestimate.
  • The tops of these rectangles lie beneath the curve.
  • Calculation:
  • The sum of the areas of these rectangles is:
A0+1+4+9+16=30A \approx 0 + 1 + 4 + 9 + 16 = 3030<05x2dx<55\therefore 30 \lt \int_0^5 x^2 \, dx \lt 55
  • Conclusion:
  • This result provides a lower bound for the integral 05x2dx\int_0^5 x^2 \, dx. If we use an infinite number of infinitely thin retanlges
LB=05x2dx=UBLB = \int_0^5 x^2 \, dx = UB

Note:

infoNote

This is theory that underpins integrations,

  • Find an Upper and Lower Bound using Rectangles
  • Make the Rectangles Thinner
  • abf(x) dx\int_a^b f(x)\ dx is the limit as h0h \rightarrow 0 where h is the rectangle width.

image
infoNote

The diagram shows the curve with the equation y=ex2y = e^{x^2}, for 0x10 \leq x \leq 1. The region under the curve between these limits is divided into four strips of equal width. The area of this region under the curve is A.

  1. (i) Upper Bound Calculation:
  • By considering the set of rectangles indicated in the diagram, show that an upper bound for A is 1.71. Solution:
Upper Bound=14(e0.252+e0.52+e0.752+e12)1.71\text{Upper Bound} = \frac{1}{4} \left( e^{0.25^2} + e^{0.5^2} + e^{0.75^2} + e^{1^2} \right) \approx 1.71
  1. (ii) Lower Bound Calculation:
  • By considering an appropriate set of four rectangles, find a lower bound for A. Solution:
Lower Bound=14(e02+e0.252+e0.52+e0.752)1.28\text{Lower Bound} = \frac{1}{4} \left( e^{0^2} + e^{0.25^2} + e^{0.5^2} + e^{0.75^2} \right) \approx 1.28

Numerical Integration: The Trapezium Rule

image

These trapeziums will give an overestimate for the area05x2dx \int_{0}^{5} x^2 \, dx because the tops of the trapeziums lie above the curve. This is true for any positive convex curve.

xx012345
yy020^2121^2222^2323^2424^2525^2

In this calculation, we are using 5 strips/trapezia. 5 strips require 6 ordinates (xx-values).

12×(02+12)×1+12×(12+22)×1+12×(22+32)×1+12×(32+42)×1+12×(42+52)×1\frac{1}{2} \times (0^2 + 1^2) \times 1 + \frac{1}{2} \times (1^2 + 2^2) \times 1 + \frac{1}{2} \times (2^2 + 3^2) \times 1 + \frac{1}{2} \times (3^2 + 4^2) \times 1 + \frac{1}{2} \times (4^2 + 5^2) \times 1 12×(02+12+12+22+22+32+32+42+42+52)×1\frac{1}{2} \times (0^2 + 1^2 + 1^2+ 2^2 + 2^2 + 3^2 + 3^2 + 4^2 + 4^2 + 5^2) \times 1 12×h×(First y+Last y+2×(Sum of other y’s))\frac{1}{2} \times h \times \left(\text{First } y + \text{Last } y + 2 \times (\text{Sum of other } y \text{'s})\right)

Exam Answer

Given:

  • h=1h = 1 | xx | 0 | 1 | 2 | 3 | 4 | 5 | |---|---|---|---|---|---|---| | yy | 020^2 | 121^2 | 222^2 | 323^2 | 424^2 | 525^2 |

Using the Trapezium Rule:

12×1×(02+52+2×(12+22+32+42))=852\frac{1}{2} \times 1 \times \left( 0^2 + 5^2 + 2 \times (1^2 + 2^2 + 3^2 + 4^2) \right) = \frac{85}{2}
infoNote

Note: To improve the estimate given by the trapezium rule, use more/thinner strips.

Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Trapezium Rule (Numerical Integration)

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Trapezium Rule (Numerical Integration)

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Trapezium Rule (Numerical Integration)

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

29 questions

Exam questions on Trapezium Rule (Numerical Integration)

Boost your confidence with real exam questions.

Try Maths Pure Questions

27 exams created

Exam Builder on Trapezium Rule (Numerical Integration)

Create custom exams across topics for better practice!

Try Maths Pure exam builder

12 papers

Past Papers on Trapezium Rule (Numerical Integration)

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Trapezium Rule (Numerical Integration) you should explore

Discover More Revision Notes Related to Trapezium Rule (Numerical Integration) to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Solving Equations

Change of Sign Failure

user avatar
user avatar
user avatar
user avatar
user avatar

488+ studying

192KViews

96%

114 rated

Solving Equations

x = g(x) Iteration

user avatar
user avatar
user avatar
user avatar
user avatar

480+ studying

197KViews

96%

114 rated

Solving Equations

Newton-Raphson

user avatar
user avatar
user avatar
user avatar
user avatar

484+ studying

185KViews

96%

114 rated

Solving Equations

Numerical Methods in Context

user avatar
user avatar
user avatar
user avatar
user avatar

431+ studying

200KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered