NECO 2023 · Paper 2 · Q4

Using the trapezium rule with 7 ordinates x=2.0,2.5,3.0,3.5,4.0,4.5x = 2.0, 2.5, 3.0, 3.5, 4.0, 4.5 and 5.05.0, estimate the value of ∫25(2x+3)2 dx\displaystyle\int_2^5 (2x + 3)^2\,dx.

Worked solution (try it first)
  1. Seven ordinates means six strips, so h=5−26=0.5h = \dfrac{5 - 2}{6} = 0.5.
  2. The ordinates of (2x+3)2(2x + 3)^2 at x=2,2.5,…,5x = 2, 2.5, \ldots, 5 are 49,64,81,100,121,144,16949, 64, 81, 100, 121, 144, 169.
  3. First and last: 49+169=21849 + 169 = 218.
  4. Twice the rest: 2(64+81+100+121+144)=10202(64 + 81 + 100 + 121 + 144) = 1020.
  5. Trapezium rule: 0.52(218+1020)=0.25×1238\dfrac{0.5}{2}(218 + 1020) = 0.25 \times 1238
    =309.5= 309.5.
  6. (The exact value is 30913309\frac13: the curve bends upwards, so the rule overestimates slightly.)

Report a problem with this question