Trapezium rule applied to real-world data

A question is this type if and only if it applies the trapezium rule to a practical context such as river cross-sections, speed-time graphs, building cross-sections, or other physical measurements given in a table.

45 questions · Moderate -0.1

1.09f Trapezium rule: numerical integration
Sort by: Default | Easiest first | Hardest first
OCR MEI Further Numerical Methods 2023 June Q7
6 marks Standard +0.3
7 The value of a function, \(\mathrm { y } = \mathrm { f } ( \mathrm { x } )\), and its gradient function, \(\frac { \mathrm { dy } } { \mathrm { dx } }\), when \(x = 2\), is given in Table 7.1. \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 7.1}
\(x\)\(\mathrm { f } ( x )\)\(\frac { \mathrm { dy } } { \mathrm { dx } }\)
26- 2.8
\end{table}
  1. Determine the approximate value of the error when \(f ( 2 )\) is used to estimate \(f ( 2.03 )\). The Newton-Raphson method is used to find a sequence of approximations to a root, \(\alpha\), of the equation \(\mathrm { f } ( x ) = 0\). The spreadsheet output showing the iterates, together with some further analysis, is shown in Table 7.2. \begin{table}[h]
    \captionsetup{labelformat=empty} \caption{Table 7.2}
    ABCD
    1rXrdifferenceratio
    2012
    31-13.1165572-25.1165572
    421.7628327914.87939004-0.5924136
    532.180521570.417688780.02807163
    642.1824190240.0018974540.00454275
    752.182419066\(4.13985 \mathrm { E } - 08\)\(2.1818 \mathrm { E } - 05\)
    \end{table}
    1. Explain what the values in column D tell you about the order of convergence of this sequence of approximations.
    2. Without doing any further calculation, state the value of \(\alpha\) as accurately as you can, justifying the precision quoted.
OCR MEI Further Numerical Methods 2024 June Q1
4 marks Standard +0.8
1 The table shows some values of \(x\), together with the associated values of a function, \(\mathrm { f } ( x )\).
\(x\)1.922.1
\(\mathrm { f } ( x )\)0.58420.63090.6753
  1. Use the information in the table to calculate the most accurate estimate of \(f ^ { \prime } ( 2 )\) possible.
  2. Calculate an estimate of the error when \(f ( 2 )\) is used as an estimate of \(f ( 2.05 )\).
OCR MEI Further Numerical Methods 2024 June Q2
6 marks Standard +0.3
2 You are given that \(a = \tanh ( 1 )\) and \(b = \tanh ( 2 )\). \(A\) is the approximation to \(a\) formed by rounding \(\tanh ( 1 )\) to 1 decimal place. \(B\) is the approximation to \(b\) formed by rounding \(\tanh ( 2 )\) to 1 decimal place.
  1. Calculate the following.
OCR MEI Further Numerical Methods 2024 June Q4
10 marks Moderate -0.5
4 Between 1946 and 2012 the mean monthly maximum temperature of the water surface of a lake in northern England has been recorded by environmental scientists. Some of the data are shown in Table 4.1. \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 4.1}
MonthMayJuneJulyAugustSeptember
\(t =\) Time in months01234
\(T =\) Mean temperature in \({ } ^ { \circ } \mathrm { C }\)8.813.215.415.413.3
\end{table} Table 4.2 shows a difference table for the data. \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 4.2}
\(t\)\(T\)\(\Delta T\)\(\Delta T ^ { 2 }\)
08.8
113.2
215.4
315.4
413.3
\end{table}
  1. Complete the copy of the difference table in the Printed Answer Booklet.
  2. Explain why a quadratic model may be appropriate for these data.
  3. Use Newton's forward difference interpolation formula to construct an interpolating polynomial of degree 2 for these data. This polynomial is used to model the relationship between \(T\) and \(t\). Between 1946 and 2012 the mean monthly maximum temperature of the water surface of the lake was recorded as \(8.9 ^ { \circ } \mathrm { C }\) for October and \(7.5 ^ { \circ } \mathrm { C }\) for November.
  4. Determine whether the model is a good fit for the temperatures recorded in October and November. A scientist recorded the mean monthly maximum temperature of the water surface of the lake in 2022. Some of the data are shown in Table 4.3. \begin{table}[h]
    \captionsetup{labelformat=empty} \caption{Table 4.3}
    MonthMayJuneJulyAugustSeptember
    \(t =\) Time in months01234
    \(T =\) Mean temperature in \({ } ^ { \circ } \mathrm { C }\)10.314.716.916.914.8
    \end{table}
  5. Adapt the polynomial found in part (c) so that it can be used to model the relationship between \(T\) and \(t\) for the data in Table 4.3.
OCR MEI Further Numerical Methods 2024 June Q6
10 marks Standard +0.3
6 Table 6.1 shows some values of \(x\) and the associated values of a function, \(y = f ( x )\). \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 6.1}
\(x\)1.512
\(\mathrm { f } ( x )\)0.8408911.18921
\end{table}
  1. Explain why it is not possible to use the central difference method to calculate an estimate of \(\frac { \mathrm { dy } } { \mathrm { dx } }\) when \(x = 1\).
  2. Use the forward difference method to calculate an estimate of \(\frac { \mathrm { dy } } { \mathrm { dx } }\) when \(x = 1\). A student uses the forward difference method to calculate a series of approximations to \(\frac { \mathrm { dy } } { \mathrm { dx } }\) when \(x = 2\) with different values of the step length, \(h\). These approximations are shown in Table 6.2, together with some further analysis. \begin{table}[h]
    \captionsetup{labelformat=empty} \caption{Table 6.2}
    \(h\)0.80.40.20.10.050.0250.01250.00625
    approximation0.1304520.1386470.1433810.1459420.1472770.1479590.1483040.148477
    difference0.0081950.0047340.0025610.0013350.0006820.0003450.000173
    ratio0.5776330.5410990.5211860.5107620.5054240.502723
    \end{table}
    1. Explain what the ratios of differences tell you about the order of the method in this case.
    2. Comment on whether this is unusual.
  3. Determine the value of \(\frac { \mathrm { dy } } { \mathrm { dx } }\) when \(x = 2\) as accurately as possible. You must justify the precision quoted.
OCR MEI Further Numerical Methods 2020 November Q1
4 marks Standard +0.3
1 Fig. 1 shows some spreadsheet output. \begin{table}[h]
A
11E-17
21E-17
31E-29
\captionsetup{labelformat=empty} \caption{Fig. 1}
\end{table}
  1. Write the value displayed in cell A3 in standard mathematical notation. The formula in cell A3 is \(= \mathrm { A } 2 - \mathrm { A } 1\)
  2. Explain why the value displayed in cell A3 is non zero.
  3. Write down the value of the number stored in cell A2 to the highest precision possible.
  4. Explain why your answer to part (c) may be different to the actual value stored in cell A2.
OCR MEI Further Numerical Methods 2020 November Q2
5 marks Moderate -0.5
2 Fig. 2 shows 3 values of \(x\) and the associated values of a function, \(\mathrm { f } ( x )\). \begin{table}[h]
\(x\)125
\(\mathrm { f } ( x )\)516.676.6
\captionsetup{labelformat=empty} \caption{Fig. 2}
\end{table} Find a polynomial \(p ( x )\) of degree 2 to approximate \(\mathrm { f } ( x )\), giving your answer in the form \(p ( x ) = a x ^ { 2 } + b x + c\), where \(a\), \(b\) and \(c\) are constants to be determined.
OCR MEI Further Numerical Methods 2020 November Q3
7 marks Moderate -0.3
3 At Heathwick airport each passenger's luggage is weighed before being loaded into the hold of the aeroplane. Each weight is displayed digitally in kg to 1 decimal place. Some examples are given in Fig. 3. \begin{table}[h]
Weight (kg)
17.2
19.9
22.3
20.1
21.5
\captionsetup{labelformat=empty} \caption{Fig. 3}
\end{table} On each flight, the total weight of luggage is calculated to ensure compliance with health and safety regulations. Winston models this situation by assuming that the displayed weights are rounded to 1 decimal place, and that the total weight of luggage is calculated using the displayed values. On a flight to Athens, there are 154 items of passengers' luggage.
  1. Determine the maximum possible error, according to Winston's model, when the total weight of luggage is calculated for the flight to Athens. Piotre models this situation by assuming that the displayed weights are chopped to 1 decimal place, and that the total weight of luggage is calculated using the displayed values.
  2. Determine the maximum possible error, according to Piotre's model, when the total weight of luggage is calculated for the flight to Athens. A health and safety inspector notes that the total of the displayed weights is 3080.2 kg . However, when the luggage is all weighed together in the loading bay, the total weight is found to be 3089.44 kg .
  3. Determine whether Winston's model or Piotre's model is a better fit for the data.
OCR MEI Further Numerical Methods 2020 November Q5
13 marks Standard +0.3
5 You are given that \(g ( x ) = \frac { \sqrt [ 3 ] { x ^ { x } + 25 } } { 2 }\). Fig. 5.1 shows two values of \(x\) and the associated values of \(\mathrm { g } ( x )\). \begin{table}[h]
\(x\)1.451.55
\(g ( x )\)1.494681.49949
\captionsetup{labelformat=empty} \caption{Fig. 5.1}
\end{table}
  1. Use the central difference method to calculate an estimate of \(\mathrm { g } ^ { \prime } ( 1.5 )\), giving your answer correct to 3 decimal places. The equation \(x ^ { x } - 8 x ^ { 3 } + 25 = 0\) has two roots, \(\alpha\) and \(\beta\), such that \(\alpha \approx 1.5\) and \(\beta \approx 4.4\).
  2. Obtain the iterative formula \(x _ { n + 1 } = g \left( x _ { n } \right) = \frac { \sqrt [ 3 ] { x _ { n } ^ { X _ { n } } + 25 } } { 2 }\).
  3. Use your answer to part (a) to explain why it is possible that the iterative formula \(x _ { n + 1 } = g \left( x _ { n } \right) = \frac { \sqrt [ 3 ] { x _ { n } ^ { X _ { n } } + 25 } } { 2 }\) may be used to find \(\alpha\).
  4. Starting with \(x _ { 0 } = 1.5\), use the iterative formula to find \(x _ { 1 } , x _ { 2 } , x _ { 3 } , x _ { 4 } , x _ { 5 }\), and \(x _ { 6 }\).
  5. Use your answer to part (d) to state the value of \(\alpha\) correct to 8 decimal places. Starting with \(x _ { 0 } = 4.5\) the same iterative formula is used in an attempt to find \(\beta\). The results are shown in Fig. 5.2. \begin{table}[h]
    \(n\)\(x _ { n }\)
    04.5
    14.81826433
    26.27473453
    323.2937196
    4\(2.0654 \mathrm { E } + 10\)
    5\#NUM!
    \captionsetup{labelformat=empty} \caption{Fig. 5.2}
    \end{table}
  6. Explain why \#NUM! is displayed in the cell for \(x _ { 5 }\).
  7. On the diagram in the Printed Answer Booklet, starting with \(x _ { 0 } = 4.5\), illustrate how the iterative formula works to find \(x _ { 1 }\) and \(x _ { 2 }\).
  8. Determine what happens when the relaxed iteration \(x _ { n + 1 } = ( 1 - \lambda ) x _ { n } + \lambda g \left( x _ { n } \right)\) is used to try to find \(\beta\) with \(x _ { 0 } = 4.5\), in each of the following cases.
OCR MEI Further Numerical Methods 2020 November Q7
11 marks Challenging +1.2
7 Fig. 7.1 shows two values of \(x\) and the associated values of \(\mathrm { f } ( x )\). \begin{table}[h]
\(x\)33.5
\(\mathrm { f } ( x )\)6.0827634.596194
\captionsetup{labelformat=empty} \caption{Fig. 7.1}
\end{table}
  1. Use the forward difference method to calculate an estimate of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\), giving your answer correct to 4 decimal places. Fig. 7.2 shows some spreadsheet output with additional values of \(x\) and the associated values of \(\mathrm { f } ( x )\). \begin{table}[h]
    \(x\)33.000013.00013.0013.013.1
    \(\mathrm { f } ( x )\)6.0827636.082746.0825416.080546.0604545.848846
    \captionsetup{labelformat=empty} \caption{Fig. 7.2}
    \end{table} These values have been used to produce a sequence of estimates of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\), together with some further analysis. This is shown in the spreadsheet output in Fig. 7.3. \begin{table}[h]
    \(h\)0.10.010.0010.00010.00001
    estimate-2.339165-2.230883-2.220532-2.219501-2.219398
    difference0.10828150.0103520.00103070.000103
    ratio0.0956020.0995670.0999568
    \captionsetup{labelformat=empty} \caption{Fig. 7.3}
    \end{table} Tommy states that the differences between successive estimates is decreasing so rapidly that the order of convergence of this sequence of estimates is much faster than first order.
  2. Explain whether or not Tommy is correct.
  3. Use extrapolation to determine the value of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\) as accurately as possible, justifying the precision quoted.
  4. Calculate an estimate of the absolute error when \(\mathrm { f } ( 3 )\) is used as an approximation to \(\mathrm { f } ( 3.02 )\).
OCR MEI Further Numerical Methods 2021 November Q1
5 marks Standard +0.3
1
    1. Determine the relative error when
      \begin{table}[h]
      ABC
      121.4142142
      \captionsetup{labelformat=empty} \caption{Fig. 1}
      \end{table} The formula in cell B1 is = SQRT (A1)
      and the formula in cell C 1 is \(\quad = \mathrm { B } 1 \wedge 2\).
      Ben evaluates \(1.414214 ^ { 2 }\) on his calculator and obtains 2.000001238 . He states that this shows that the value displayed in cell C1 is wrong. Explain whether Ben is correct.
OCR MEI Further Numerical Methods 2021 November Q2
6 marks Challenging +1.2
2 The table shows some values of \(x\) and the associated values of \(\mathrm { f } ( x )\).
\(x\)12345
\(\mathrm { f } ( x )\)- 0.65- 0.351.775.7111.47
  1. Complete the difference table in the Printed Answer Booklet.
  2. Explain why the data may be interpolated by a polynomial of degree 2.
  3. Use Newton's forward difference interpolation formula to obtain a polynomial of degree 2 for the data.
OCR MEI Further Numerical Methods 2021 November Q4
6 marks Standard +0.3
4 The table shows some values of \(x\) and the associated values of \(\mathrm { f } ( x )\).
\(x\)44.00014.0014.014.1
\(\mathrm { f } ( x )\)44.00023864.00238714.02394684.2472072
  1. Calculate four estimates of the derivative of \(\mathrm { f } ( x )\) at \(x = 4\).
  2. Without doing any further calculation, state the value of \(f ^ { \prime } ( 4 )\) as accurately as you can, justifying the precision quoted.
OCR MEI Further Numerical Methods 2021 November Q5
9 marks Standard +0.3
5 When Nina does the weekly grocery shopping she models the total cost by adding up the cost of each item in her head as she goes along. To simplify matters she rounds the cost of each item to the nearest pound. One week Nina buys 48 items.
  1. Calculate the maximum possible error in Nina's model in this case. Nina estimated the total cost of her shopping to be \(\pounds 92\). The actual cost is \(\pounds 90.23\).
  2. Explain whether this is consistent with Nina's model. The next week her husband, Kareem, does the weekly shopping. He models the total cost by chopping the cost of each item to the nearest pound as he goes along. On this occasion Kareem buys 52 items.
  3. Calculate the expected error in Kareem's model in this case. Using his model Kareem estimates the total cost as \(\pounds 76\). The total cost of the shopping is \(\pounds 103.24\).
  4. Explain how such a large error could arise. The next week Kareem buys \(n\) items.
  5. Write down a formula for the maximum possible error when Kareem uses his model to estimate the total cost of his shopping.
  6. Explain how Kareem's model could be adapted so that his formula gives the same expected error as Nina's model when they are both used to estimate the total cost of the shopping.
OCR MEI Further Numerical Methods Specimen Q1
5 marks Standard +0.8
1
  1. Solve the following simultaneous equations. $$\begin{aligned} & x + \quad y = 1 \\ & x + 0.99 y = 2 \end{aligned}$$
  2. The coefficient 0.99 is correct to two decimal places. All other coefficients in the equations are exact. With the aid of suitable calculations, explain why your answer to part (i) is unreliable.
OCR MEI Further Numerical Methods Specimen Q4
6 marks Standard +0.8
4 The table below gives values of a function \(y = \mathrm { f } ( x )\).
\(x\)0.20.30.350.40.450.50.6
\(\mathrm { f } ( x )\)0.7899220.7546280.7491990.7499970.7562570.7675230.804299
  1. Calculate three estimates of \(\frac { \mathrm { d } y } { \mathrm {~d} x }\) at \(x = 0.4\) using the central difference method.
  2. State the value of \(\frac { \mathrm { d } y } { \mathrm {~d} x }\) at \(x = 0.4\) to an appropriate degree of accuracy. Justify your answer.
OCR MEI Further Numerical Methods Specimen Q5
10 marks Standard +0.3
5 A vehicle is moving in a straight line. Its velocity at different times is recorded and shown below. The velocities are recorded to 5 significant figures and the times may be assumed to be exact.
Time \(( t\) seconds \()\)5101215
Velocity \(( v\) metres per second \()\)5.125011.00014.00018.375
It is suggested initially that a quadratic model may be appropriate for this situation.
  1. Given that the vehicle is modelled as a particle with constant mass, what assumption about the net force acting on the vehicle leads to a quadratic model?
  2. Find Newton's interpolating polynomial of degree 2 to model this situation. Write your answer in the form \(v = a t ^ { 2 } + b t + c\).
  3. Comment on whether this model appears to be appropriate.
  4. Use this model to find an approximation to the distance travelled over the interval \(5 \leq t \leq 15\). Further investigation suggests that a cubic model may be more appropriate.
  5. What technique would you use to fit a cubic model to the data in the table?
OCR MEI C2 Q11
12 marks Moderate -0.8
  1. The speed-time graph on the insert sheet provides the axes and the first two points plotted. Plot the remainder of these points and join them with a smooth curve. The area between this curve and the \(t\)-axis represents the distance travelled by the car in this time.
  2. Using the trapezium rule with 6 values of \(t\) estimate the area under the curve to give the distance travelled. Illustrate on your graph the area found.
  3. John's teacher suggests that the equation of the curve could be \(v = 6 t - \frac { 1 } { 2 } t ^ { 2 }\). Find, by calculus, the area between this curve and the \(t\) axis.
  4. Plot this curve on your graph. Comment on whether the estimates obtained in parts (ii) and (iii) are overestimates or underestimates. 12 Fig. 12 shows a window. The base and sides are parts of a rectangle with dimensions \(2 x\) metres horizontally by \(y\) metres vertically. The top is a semicircle of radius \(x\) metres. The perimeter of the window is 10 metres. \begin{figure}[h]
    \includegraphics[alt={},max width=\textwidth]{73d1c02b-1b7b-426d-a171-c762597cfed4-4_428_433_1638_766} \captionsetup{labelformat=empty} \caption{Fig. 12}
    \end{figure}
  5. Express \(y\) as a function of \(x\).
  6. Find the total area, \(A \mathrm {~m} ^ { 2 }\), in terms of \(x\) and \(y\). Use your answer to part (i) to show that this simplifies to $$A = 10 x - 2 x ^ { 2 } - \frac { 1 } { 2 } \pi x ^ { 2 }$$
  7. Prove that for the maximum value of \(A\), \(y = x\) exactly.
    \section*{MEI STRUCTURED MATHEMATICS } \section*{CONCEPTS FOR ADVANCED MATHEMATICS, C2} \section*{Practice Paper C2-B
    Insert sheet for question 11}
AQA Paper 1 2024 June Q16
5 marks Moderate -0.8
Figure 2 below shows a 1.5 metre length of pipe. \includegraphics{figure_16} The symmetrical cross-section of the pipe is shown below, in Figure 3, where \(x\) and \(y\) are measured in centimetres. \includegraphics{figure_16_cross_section} Use the trapezium rule, with the values shown in the table below, to find the best estimate for the volume of the pipe. \begin{array}{|c|c|c|c|c|c|c|} \hline x & 0 & 0.4 & 0.8 & 1.2 & 1.6 & 2
\hline y & -3 & -2.943 & -2.752 & -2.353 & -1.572 & 0
\hline \end{array} [5 marks]
AQA Paper 2 2020 June Q15
5 marks Moderate -0.8
A particle is moving in a straight line with velocity \(v\text{ ms}^{-1}\) at time \(t\) seconds as shown by the graph below. \includegraphics{figure_15}
  1. Use the trapezium rule with four strips to estimate the distance travelled by the particle during the time period \(20 \leq t \leq 100\) [4 marks]
  2. Over the same time period, the curve can be very closely modelled by a particular quadratic. Explain how you could find an alternative estimate using this quadratic. [1 mark]