Skip to content
9.4

Understand and use numerical integration of functions, including the use of the trapezium rule and estimating the approximate area under a curve and limits that it must lie between.

Draft — not yet indexed

Trapezium rule and bounds

Worked answers and methods for 9.4 on Edexcel A-level Maths 9MA0.

Explanation

  • The trapezium rule approximates an integral by replacing the curve over each strip with a straight chord and adding the resulting trapezium areas.
  • For ordinates y0,,yny_0,\ldots,y_n at equal spacing hh, use h2[y0+yn+2(y1++yn1)]\frac{h}{2}[y_0+y_n+2(y_1+\cdots+y_{n-1})] and include each interior ordinate twice.
  • A convex curve with f(x)>0f''(x)>0 lies below its chords, so the trapezium rule overestimates its integral; more, narrower strips usually improve the estimate.
  • Numerical area is not automatically the signed integral: a common error is to leave contributions below the xx-axis negative when the question asks for total area.
The trapezium rule joins consecutive ordinates with straight segments; convexity indicates whether this polygonal boundary lies above or below the curve.

Worked example

Use four equal strips and the trapezium rule to estimate 02(x2+1)dx\int_0^2(x^2+1)\,dx. State whether the estimate is an overestimate or an underestimate, with a reason.

  1. 1.Here h=0.5h=0.5 and the ordinates at x=0,0.5,1,1.5,2x=0,0.5,1,1.5,2 are 1,1.25,2,3.25,51,1.25,2,3.25,5.
  2. 2.Thus the estimate is 0.52[1+5+2(1.25+2+3.25)]=0.25(19)=4.75\frac{0.5}{2}[1+5+2(1.25+2+3.25)]=0.25(19)=4.75.
  3. 3.Since f(x)=2>0f''(x)=2>0, each chord lies above the curve, so the result is an overestimate.

Answer: 4.754.75; It is an overestimate because f(x)=2>0f''(x)=2>0, so the curve is convex.

Common mistakes

  • Don't apply weight two to the endpoints and weight one to the interior ordinates, reversing the trapezium-rule coefficients.
  • Don't use the number of ordinates as the number of strips, giving the wrong strip width and endpoint weights.

Exam tip

For the trapezium rule, calculate strip width from the interval and use half weight only on the two endpoints.

Worked practice

Q1
Tier 1 · Easy

1.

The values of a function are y=1,3,9y=1,3,9 at x=0,1,2x=0,1,2 respectively. Use two strips and the trapezium rule to estimate 02ydx\int_0^2 y\,dx.

(2)

(Total for Question 1 is 2 marks)

Mark scheme

Mark scheme for question 1
QuestionSchemeMarks
1
  • 88
2
Notes
The strip width is h=1h=1. The trapezium rule gives 12[1+9+2(3)]=12(16)=8\frac12[1+9+2(3)]=\frac12(16)=8.

(2 marks)

Q2
Tier 2 · Standard

2.

The values of a function at x=0,1,2,3,4x=0,1,2,3,4 are respectively 2,2.5,4,6.5,102,2.5,4,6.5,10. Use the trapezium rule to estimate 04f(x)dx\displaystyle\int_0^4 f(x)\,\mathrm dx.

(3)

(Total for Question 2 is 3 marks)

Mark scheme

Mark scheme for question 2
QuestionSchemeMarks
2
  • 1919
3
Notes
The strip width is h=1h=1. The trapezium rule gives 12[2+10+2(2.5+4+6.5)]=12[12+26]=19\dfrac12[2+10+2(2.5+4+6.5)]=\dfrac12[12+26]=19.

(3 marks)

Q3
Tier 3 · Hard

3.

For f(x)=1xf(x)=\frac1x on 1x21\leq x\leq2, use four equal strips to find a trapezium-rule estimate. By using left- and right-endpoint rectangles, also give lower and upper bounds for 121xdx\int_1^2\frac1x\,dx. Give decimals to 44 decimal places.

(6)

(Total for Question 3 is 6 marks)

Mark scheme

Mark scheme for question 3
QuestionSchemeMarks
3
  • Trapezium estimate =0.6970=0.6970.
  • 0.6345<121xdx<0.75950.6345<\int_1^2\frac1x\,dx<0.7595.
6
Notes
The width is h=0.25h=0.25 and the ordinates are 1,45,23,47,121,\frac45,\frac23,\frac47,\frac12. The trapezium estimate is 18[1+12+2(45+23+47)]=11711680=0.6970\frac18[1+\frac12+2(\frac45+\frac23+\frac47)]=\frac{1171}{1680}=0.6970. Since 1/x1/x is decreasing, right endpoints give the lower sum 14(45+23+47+12)=533840=0.6345\frac14(\frac45+\frac23+\frac47+\frac12)=\frac{533}{840}=0.6345, while left endpoints give the upper sum 14(1+45+23+47)=319420=0.7595\frac14(1+\frac45+\frac23+\frac47)=\frac{319}{420}=0.7595.

(6 marks)

Q4
Tier 1 · Easy

4.

At x=0,1,2x=0,1,2, the corresponding ordinates of a curve are 2,k,62,k,6. The trapezium rule with two strips gives an estimate of 1010 for the integral from 00 to 22. Find kk.

(3)

(Total for Question 4 is 3 marks)

Mark scheme

Mark scheme for question 4
QuestionSchemeMarks
4
  • k=6k=6
3
Notes
The strip width is 11, so the trapezium estimate is 12[2+6+2k]=4+k\frac12[2+6+2k]=4+k. Equating this to 1010 gives k=6k=6.

(3 marks)

Q5
Tier 2 · Standard

5.

The table gives values of y=x+1y=\sqrt{x+1}: for x=0,0.5,1,1.5,2x=0,0.5,1,1.5,2, the corresponding values of yy are 1,1.225,1.414,1.581,1.7321,1.225,1.414,1.581,1.732. Obtain a trapezium-rule estimate for 02x+1dx\int_0^2\sqrt{x+1}\,\mathrm dx. Report the result to 33 decimal places and state, with a reason, whether it is an overestimate or an underestimate.

(4)

(Total for Question 5 is 4 marks)

Mark scheme

Mark scheme for question 5
QuestionSchemeMarks
5
  • 2.7932.793; it is an underestimate because y=x+1y=\sqrt{x+1} is concave on the interval, so its chords lie below the curve.
4
Notes
Here h=0.5h=0.5. The estimate is 0.52[1+1.732+2(1.225+1.414+1.581)]=2.793\frac{0.5}{2}[1+1.732+2(1.225+1.414+1.581)]=2.793. Also y=1/[4(x+1)3/2]<0y''=-1/[4(x+1)^{3/2}]<0 for 0x20\leq x\leq2, so the graph is concave and each trapezium chord lies below the curve. The estimate is therefore an underestimate.

(4 marks)

Q6
Tier 3 · Hard

6.

A continuous curve passes through the points whose coordinates are given by x=0,1,2,3x=0,1,2,3 and y=2,1,1,4y=-2,-1,1,4 respectively. Use the trapezium rule to estimate the signed integral from 00 to 33. Then, using the straight-line trapezium approximation between each pair of adjacent points, estimate the total area between the curve and the xx-axis.

(5)

(Total for Question 6 is 5 marks)

Mark scheme

Mark scheme for question 6
QuestionSchemeMarks
6
  • Estimated signed integral =1=1.
  • Estimated total area =4.5=4.5 square units.
5
Notes
With h=1h=1, the signed estimate is 12[2+4+2(1+1)]=1\frac12[-2+4+2(-1+1)]=1. The straight segment from (1,1)(1,-1) to (2,1)(2,1) crosses the axis halfway, at x=1.5x=1.5. The estimated area below the axis is 12(2+1)(1)+12(0.5)(1)=1.75\frac12(2+1)(1)+\frac12(0.5)(1)=1.75. The estimated area above it is 12(0.5)(1)+12(1+4)(1)=2.75\frac12(0.5)(1)+\frac12(1+4)(1)=2.75. Hence the total area is 1.75+2.75=4.51.75+2.75=4.5 square units.

(5 marks)

Q7
Tier 2 · Standard

7.

The corresponding values of xx and yy are x=0,0.5,1.5,3x=0,0.5,1.5,3 and y=2,4,3,7y=2,4,3,7. Using a straight-line trapezium between each pair of adjacent data points, estimate 03ydx\int_0^3 y\,\mathrm dx.

(4)

(Total for Question 7 is 4 marks)

Mark scheme

Mark scheme for question 7
QuestionSchemeMarks
7
  • 12.512.5
4
Notes
The unequal widths are 0.50.5, 11 and 1.51.5, so the three trapezium areas are 0.52(2+4)=1.5\frac{0.5}{2}(2+4)=1.5, 12(4+3)=3.5\frac12(4+3)=3.5 and 1.52(3+7)=7.5\frac{1.5}{2}(3+7)=7.5. Their sum is 1.5+3.5+7.5=12.51.5+3.5+7.5=12.5.

(4 marks)

Q8
Tier 3 · Hard

8.

At x=0,1,2,3,4x=0,1,2,3,4, the ordinates of y=f(x)y=f(x) are 8,7,9,12,148,7,9,12,14 and the ordinates of y=g(x)y=g(x) are 2,3,4,6,92,3,4,6,9. Throughout the interval, f(x)g(x)f(x)\geq g(x). Use the trapezium rule with four strips to estimate the area between the two curves. Confirm the result by separately estimating 04f(x)dx\int_0^4 f(x)\,\mathrm dx and 04g(x)dx\int_0^4 g(x)\,\mathrm dx.

(5)

(Total for Question 8 is 5 marks)

Mark scheme

Mark scheme for question 8
QuestionSchemeMarks
8
  • The estimated area between the curves is 20.520.5 square units.
  • The separate estimates are 3939 and 18.518.5, whose difference is 20.520.5.
5
Notes
The ordinates of fgf-g are 6,4,5,6,56,4,5,6,5. With width 11, the trapezium estimate is 12[6+5+2(4+5+6)]=20.5\frac12[6+5+2(4+5+6)]=20.5. Separately, the estimate for 04f(x)dx\int_0^4f(x)\,\mathrm dx is 12[8+14+2(7+9+12)]=39\frac12[8+14+2(7+9+12)]=39, while that for 04g(x)dx\int_0^4g(x)\,\mathrm dx is 12[2+9+2(3+4+6)]=18.5\frac12[2+9+2(3+4+6)]=18.5. Their difference is 3918.5=20.539-18.5=20.5 square units.

(5 marks)

Q9
Tier 3 · Hard

9.

A solid of revolution has radius rr at distance xx along its axis. For successive unit distances x=0x=0 through x=4x=4, the radii are 1,2,3,2,11,2,3,2,1. Using V=π04r2dxV=\pi\int_0^4 r^2\,\mathrm dx, obtain a four-strip trapezium estimate of the volume. Give it exactly in terms of π\pi and show the transformed ordinates used.

(5)

(Total for Question 9 is 5 marks)

Mark scheme

Mark scheme for question 9
QuestionSchemeMarks
9
  • The transformed ordinates are 1,4,9,4,11,4,9,4,1, giving V18πV\approx18\pi.
5
Notes
The integrand is r2r^2, not rr, so the ordinates for the trapezium rule are 12,22,32,22,121^2,2^2,3^2,2^2,1^2, namely 1,4,9,4,11,4,9,4,1. With strip width h=1h=1, 04r2dx(1/2)[1+2(4+9+4)+1]=18\int_0^4r^2\,\mathrm dx\approx(1/2)[1+2(4+9+4)+1]=18. Multiplying by π\pi gives the volume estimate 18π18\pi.

(5 marks)

Q10
Tier 3 · Hard

10.

Five function values are equally spaced from x=0x=0 to x=2x=2 in steps of 0.50.5. The ordinates at the first, third and fifth points are 2,5,82,5,8. Using only these three ordinates, verify that the two-strip trapezium estimate is 1010. The four-strip estimate using all five ordinates is 9.59.5, and the fourth ordinate is twice the second. Find the two missing ordinates.

(5)

(Total for Question 10 is 5 marks)

Mark scheme

Mark scheme for question 10
QuestionSchemeMarks
10
  • The two-strip estimate is 1010.
  • The missing ordinates are 33 at x=0.5x=0.5 and 66 at x=1.5x=1.5.
5
Notes
For two strips of width 11, the estimate is (1/2)[2+2(5)+8]=10(1/2)[2+2(5)+8]=10. Let the missing ordinates at x=0.5x=0.5 and x=1.5x=1.5 be uu and 2u2u. For four strips of width 0.50.5, the estimate is (0.5/2)[2+2(u+5+2u)+8]=5+1.5u(0.5/2)[2+2(u+5+2u)+8]=5+1.5u. Since this equals 9.59.5, 1.5u=4.51.5u=4.5 and u=3u=3. Thus the two missing ordinates are 33 and 66.

(5 marks)

Verified exam appearances

We have not yet indexed a verified real-paper appearance for 9.4. Browse the Edexcel A-level Maths 9MA0 past papers directly.

Other points in 9 Numerical methods

Want help turning this into marks?

Bring 9.4 or any tricky specification point, and we can work through the method and exam wording together.