🎓 BookMCQ
← Back to 8. Principles of integral Evaluation

📝 Midpoint vs trapezoidal rule accuracy (38 MCQs)

📖 From Calculus • 8. Principles of integral Evaluation • 38 questions available

What is Midpoint vs trapezoidal rule accuracy?

Definition:
The Midpoint Rule often provides better accuracy than the Trapezoidal Rule for the same number of subintervals because it samples the function at the center, reducing error from curvature.

Example:
For 01x2dx\int_0^1 x^2 dx, Midpoint with n=1n=1 gives 0.250.25 (exact 0.33), while Trapezoidal gives 0.50.5. Midpoint error is smaller.

Reason:
Midpoint sampling cancels out first-order error terms in Taylor expansion, making it generally twice as accurate as the Trapezoidal Rule for smooth functions.

14
Easy
9
Medium
15
Hard

📝 All Midpoint vs trapezoidal rule accuracy MCQs

Q1. For a function that is concave down on an interval, which of the following relationships between the midpoint approximation MnM_n, the trapezoidal approximation TnT_n, and the exact integral II is always true?

A.Mn<I<TnM_n < I < T_n
B.Tn<I<MnT_n < I < M_n
C.I<Mn<TnI < M_n < T_n
D.Mn<Tn<IM_n < T_n < I
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: For a concave down function, the trapezoidal approximation uses chords that lie below the curve, resulting in an underestimate (Tn<IT_n < I). The midpoint approximation uses tangent lines that lie above the curve, resulting in an overestimate (I<MnI < M_n). Therefore, the correct ordering is Tn<I<MnT_n < I < M_n. This is a direct Easy of the geometric interpretation of these approximation methods and their error characteristics.

Q2. If the graph of f(x)f(x) is concave up on (a,b)(a,b), which statement is true regarding the errors EM=IMnE_M = I - M_n and ET=ITnE_T = I - T_n?

A.EM>0E_M > 0 and ET>0E_T > 0
B.EM<0E_M < 0 and ET<0E_T < 0
C.EM>0E_M > 0 and ET<0E_T < 0
D.EM<0E_M < 0 and ET>0E_T > 0
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: For a concave up function, the midpoint approximation lies below the graph (Mn<IM_n < I), so EM=IMn>0E_M = I - M_n > 0. The trapezoidal approximation lies above the graph (Tn>IT_n > I), so ET=ITn<0E_T = I - T_n < 0. This opposite error direction is a key Medium distinction between the two methods. The signs of the errors reflect the geometric relationship between the approximating shapes and the curve.

Q3. A student claims that for any function, the trapezoidal approximation is always less accurate than the midpoint approximation. Is this claim correct?

A.Yes, because the trapezoidal rule uses line segments while the midpoint rule uses tangent lines.
B.Yes, because the error bound for the trapezoidal rule is twice that of the midpoint rule.
C.No, because if the function changes concavity on the interval, the midpoint approximation may be less accurate. ✅
D.No, because the trapezoidal rule is generally more accurate for functions with high curvature.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The student's claim is false. While Theorem 7.7.1 states that EM<ET|E_M| < |E_T| when the function maintains a single concavity on the interval, this guarantee disappears if the function changes concavity. In such cases, the error from the midpoint method could potentially be larger than the trapezoidal error. The relative accuracy depends on the specific function and interval, not just the method itself.

Q4. For the integral 121xdx\int_1^2 \frac{1}{x} dx, it is known that M10=0.692835360M_{10} = 0.692835360 and T10=0.693771403T_{10} = 0.693771403. What is the value of S20S_{20} using the relationship S20=13(2M10+T10)S_{20} = \frac{1}{3}(2M_{10} + T_{10})?

A.0.693147181
B.0.693150231
C.0.693147375 ✅
D.0.693771403
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Simpson's rule S20S_{20} is computed as a weighted average of the midpoint and trapezoidal approximations: S20=13(2M10+T10)=13(2(0.692835360)+0.693771403)=13(1.38567072+0.693771403)=13(2.079442123)=0.6931473743S_{20} = \frac{1}{3}(2M_{10} + T_{10}) = \frac{1}{3}(2(0.692835360) + 0.693771403) = \frac{1}{3}(1.38567072 + 0.693771403) = \frac{1}{3}(2.079442123) = 0.6931473743. This value is much closer to the true value of ln20.693147181\ln 2 \approx 0.693147181 than either M10M_{10} or T10T_{10}, demonstrating the superior accuracy of Simpson's rule.

Q5. For a function with a positive second derivative, the trapezoidal approximation TnT_n will always be:

A.An underestimate of the integral.
B.An overestimate of the integral. ✅
C.Exact, if the function is linear.
D.Exactly equal to the midpoint approximation.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: A positive second derivative indicates that the function is concave up. For a concave up function, the chord (line segment connecting two points on the curve) lies above the graph. Since the trapezoidal rule sums the areas of trapezoids whose tops are these chords, the approximation overestimates the true integral. The key Medium link is between the sign of the second derivative and the position of the chord relative to the curve.

Q6. If f(x)=x3f(x) = x^3 on [0,2][0,2], which of the following statements is true for n=4n=4?

A.M4M_4 is an overestimate and T4T_4 is an underestimate.
B.M4M_4 is an underestimate and T4T_4 is an overestimate. ✅
C.Both M4M_4 and T4T_4 are overestimates.
D.Both M4M_4 and T4T_4 are underestimates.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: For f(x)=x3f(x) = x^3, the second derivative is f&#039;&#039;(x) = 6x, which is positive on (0,2)(0,2). Therefore, the function is concave up on the interval. For a concave up function, the midpoint approximation is an underestimate (Mn<IM_n < I) and the trapezoidal approximation is an overestimate (Tn>IT_n > I). This is a direct Easy of the theorem relating concavity to the direction of the approximation errors.

Q7. A student uses the midpoint approximation M10M_{10} and the trapezoidal approximation T10T_{10} for the same integral and finds that M10=2.5M_{10} = 2.5 and T10=2.7T_{10} = 2.7. If the function is known to be concave down on the interval, what can be concluded about the exact value of the integral II?

A.I<2.5I < 2.5
B.2.5<I<2.72.5 < I < 2.7
C.I>2.7I > 2.7
D.I=2.6I = 2.6
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: For a concave down function, the midpoint approximation is an overestimate (I<MnI < M_n) and the trapezoidal approximation is an underestimate (Tn<IT_n < I). Given M10=2.5M_{10} = 2.5 and T10=2.7T_{10} = 2.7, we have Tn<I<MnT_n < I < M_n, which translates to 2.7<I<2.52.7 < I < 2.5. This implies 2.5<I<2.72.5 < I < 2.7, meaning the exact value must lie between the two approximations. This is a direct Easy of the error bounds and their geometric interpretation.

Q8. Which of the following statements correctly compares the error bounds for the midpoint and trapezoidal approximations?

A.EM(ba)3K212n2|E_M| \le \frac{(b-a)^3 K_2}{12n^2} and ET(ba)3K224n2|E_T| \le \frac{(b-a)^3 K_2}{24n^2}
B.EM(ba)3K224n2|E_M| \le \frac{(b-a)^3 K_2}{24n^2} and ET(ba)3K212n2|E_T| \le \frac{(b-a)^3 K_2}{12n^2}
C.EM(ba)3K26n2|E_M| \le \frac{(b-a)^3 K_2}{6n^2} and ET(ba)3K212n2|E_T| \le \frac{(b-a)^3 K_2}{12n^2}
D.Both error bounds are equal to (ba)3K212n2\frac{(b-a)^3 K_2}{12n^2}.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The error bound for the midpoint approximation is EM(ba)3K224n2|E_M| \le \frac{(b-a)^3 K_2}{24n^2}, while for the trapezoidal approximation it is ET(ba)3K212n2|E_T| \le \frac{(b-a)^3 K_2}{12n^2}. The key observation is that the trapezoidal error bound is exactly twice the midpoint error bound, assuming the same K2K_2. This is why the midpoint approximation is generally more accurate than the trapezoidal approximation for functions with consistent concavity.

Q9. For the integral 01cosxdx\int_0^1 \cos x dx, M5=0.842875074M_5 = 0.842875074 and T5=0.838664210T_5 = 0.838664210. If the true value is sin10.841470985\sin 1 \approx 0.841470985, what are the errors EME_M and ETE_T?

A.EM=0.001404089E_M = -0.001404089, ET=0.002806775E_T = 0.002806775
B.EM=0.001404089E_M = 0.001404089, ET=0.002806775E_T = -0.002806775
C.EM=0.002806775E_M = 0.002806775, ET=0.001404089E_T = -0.001404089
D.EM=0.002806775E_M = -0.002806775, ET=0.001404089E_T = 0.001404089
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The error is defined as E=IapproximationE = I - \text{approximation}. Thus, EM=IM5=0.8414709850.842875074=0.001404089E_M = I - M_5 = 0.841470985 - 0.842875074 = -0.001404089. Similarly, ET=IT5=0.8414709850.838664210=0.002806775E_T = I - T_5 = 0.841470985 - 0.838664210 = 0.002806775. The negative sign for EME_M indicates that the midpoint approximation is an overestimate, which is consistent with the function cosx\cos x being concave down on (0,1)(0,1).

Q10. A function f(x)f(x) is known to be concave down on [0,2][0,2]. If the exact integral is I=4I = 4, which of the following pairs of approximations is most plausible?

A.M10=4.2M_{10} = 4.2, T10=3.9T_{10} = 3.9
B.M10=3.8M_{10} = 3.8, T10=4.1T_{10} = 4.1
C.M10=4.1M_{10} = 4.1, T10=4.3T_{10} = 4.3
D.M10=3.9M_{10} = 3.9, T10=3.7T_{10} = 3.7
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For a concave down function, MnM_n is an overestimate and TnT_n is an underestimate. Therefore, we expect Mn>I>TnM_n > I > T_n. The only option that satisfies this ordering is M10=4.2>I=4>T10=3.9M_{10} = 4.2 > I = 4 > T_{10} = 3.9. The other options either have the wrong order or both values are on the same side of the exact value, which would violate the known error direction for a concave down function.

Q11. If the second derivative of a function is zero on the entire interval [a,b][a,b], then what is the relationship between the midpoint and trapezoidal approximations and the exact integral?

A.Mn<I<TnM_n < I < T_n
B.Tn<I<MnT_n < I < M_n
C.Mn=Tn=IM_n = T_n = I
D.Mn=TnIM_n = T_n \ne I
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: If f&#039;&#039;(x) = 0 on [a,b][a,b], then the function is linear. Both the midpoint and trapezoidal approximations are exact for linear functions. The trapezoidal rule uses chords that coincide with the linear function, and the midpoint rule's tangent line also coincides with the function. Therefore, both approximations equal the exact integral for any nn. This is a special case where the concavity-based error guarantees become exact equalities.

Q12. For a function with a positive second derivative, which of the following is the correct ordering of the errors EME_M and ETE_T?

A.EM>0>ETE_M > 0 > E_T
B.ET>0>EME_T > 0 > E_M
C.EM=ET=0E_M = E_T = 0
D.EM<0<ETE_M < 0 < E_T
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For a positive second derivative (concave up), the midpoint approximation is an underestimate (Mn<IM_n < I), so EM=IMn>0E_M = I - M_n > 0. The trapezoidal approximation is an overestimate (Tn>IT_n > I), so ET=ITn<0E_T = I - T_n < 0. Thus, the errors have opposite signs, with EME_M being positive and ETE_T being negative. This relationship is a direct consequence of the geometric interpretation of the two approximation methods.

Q13. The absolute error in the trapezoidal approximation is exactly twice the absolute error in the midpoint approximation for:

A.All continuous functions.
B.All functions with positive second derivatives.
C.All functions with constant second derivative. ✅
D.Only for linear functions.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: This is a special case. If f&#039;&#039;(x) = c (a constant), the function is a quadratic polynomial. For quadratic functions, the relationship ET=2EM|E_T| = 2|E_M| holds exactly for any nn. This is because the error in Simpson's rule is zero for quadratics, and Simpson's rule is a weighted average of the midpoint and trapezoidal rules. In general, this exact relationship does not hold; it's only an error bound relationship. The statement is true only for functions with a constant second derivative.

Q14. Which of the following is NOT a valid reason for the midpoint approximation generally being more accurate than the trapezoidal approximation for functions with consistent concavity?

A.The midpoint approximation uses tangent lines which better account for the curve's shape.
B.The error bound for the midpoint approximation is half that of the trapezoidal approximation.
C.The midpoint approximation is always an overestimate for concave up functions. ✅
D.The midpoint approximation tends to balance positive and negative errors within each subinterval.
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: While option C is true for concave up functions, it is not a general reason for the midpoint method's superior accuracy. The primary reasons are: (1) tangent lines approximate the curve better than chords when concavity is consistent, (2) the error bound for the midpoint method is smaller, and (3) within each subinterval, the midpoint approximation's error often cancels out to some degree because the function is overestimated on one side of the midpoint and underestimated on the other. Option C only describes the behavior for a specific concavity type and doesn't explain the general accuracy advantage.

Q15. Consider the integral 02x2dx\int_0^2 x^2 dx. If the midpoint approximation M2M_2 and trapezoidal approximation T2T_2 are computed with 2 subintervals, which approximation will be more accurate?

A.M2M_2 will be more accurate. ✅
B.T2T_2 will be more accurate.
C.Both will have the same accuracy.
D.Cannot be determined without computing the exact value.
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: For f(x)=x2f(x) = x^2, f&#039;&#039;(x) = 2 > 0, so the function is concave up. Therefore, EM<ET|E_M| < |E_T| for any nn. Specifically, M2M_2 will be an underestimate and T2T_2 will be an overestimate, but the error in M2M_2 will be smaller. This can be verified by computing the exact value 02x2dx=832.6667\int_0^2 x^2 dx = \frac{8}{3} \approx 2.6667, and the approximations. The student should recognize the concavity and apply the theorem about the relative accuracy of the two methods.

Q16. A student computes M10M_{10} and T10T_{10} for a function that is concave up and observes that M10<T10M_{10} < T_{10}. If the student increases the number of subintervals to n=20n=20, what will likely happen to the relationship between M20M_{20} and T20T_{20}?

A.M20M_{20} will still be less than T20T_{20}. ✅
B.M20M_{20} will be greater than T20T_{20}.
C.The relationship will depend on the specific function.
D.The two values will become equal.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For a concave up function, the midpoint approximation is always an underestimate and the trapezoidal approximation is always an overestimate, regardless of the number of subintervals. Therefore, the inequality Mn<I<TnM_n < I < T_n holds for any nn. Thus, if M10<T10M_{10} < T_{10}, then M20<T20M_{20} < T_{20} will also hold. The approximations will both get closer to II as nn increases, but the ordering remains the same. This is a fundamental property of the methods for functions with consistent concavity.

Q17. If f(x)f(x) is a cubic polynomial, which of the following statements is true regarding the midpoint and trapezoidal approximations?

A.Both approximations are exact.
B.The midpoint approximation is exact, but the trapezoidal is not.
C.The trapezoidal approximation is exact, but the midpoint is not.
D.Neither approximation is exact in general. ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: Cubic polynomials have a non-zero third derivative, so neither the midpoint nor the trapezoidal approximation is exact in general. The midpoint and trapezoidal rules are exact only for linear functions (and the midpoint rule is also exact for some quadratics under certain conditions, but not generally for cubics). Simpson's rule, however, is exact for cubic polynomials because it uses parabolic arcs and the error term involves the fourth derivative.

Q18. For a function with a positive second derivative, the error in the trapezoidal approximation ETE_T is:

A.Positive.
B.Negative. ✅
C.Zero.
D.Cannot be determined.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: For a function with a positive second derivative (concave up), the trapezoidal approximation TnT_n overestimates the exact integral II. Therefore, the error ET=ITnE_T = I - T_n is negative. This is a direct Easy of the geometric interpretation of the trapezoidal rule: the chords lie above the curve, leading to an overestimate. The sign of the error is determined by the concavity of the function.

Q19. Which of the following is the correct interpretation of the fact that EM<ET|E_M| < |E_T| for a function with consistent concavity?

A.The midpoint approximation is always more accurate than the trapezoidal approximation. ✅
B.The trapezoidal approximation is always more accurate than the midpoint approximation.
C.Both approximations have the same accuracy.
D.The accuracy depends on the number of subintervals.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: The inequality EM<ET|E_M| < |E_T| indicates that the absolute error of the midpoint approximation is less than the absolute error of the trapezoidal approximation. This means the midpoint approximation is more accurate (closer to the true value) than the trapezoidal approximation. This is a key result for functions with consistent concavity, and it forms the basis for the weighted average used in Simpson's rule.

Q20. For a function with a positive second derivative, the midpoint approximation is always:

A.An underestimate. ✅
B.An overestimate.
C.Exact.
D.Either an overestimate or an underestimate.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: A positive second derivative indicates the function is concave up. For a concave up function, the tangent line at the midpoint lies below the curve. Since the midpoint approximation uses rectangles whose heights are the function values at the midpoints, this is equivalent to using tangent lines, resulting in an underestimate. This geometric interpretation is crucial for understanding the direction of the error.

Q21. Which of the following scenarios best illustrates a situation where the trapezoidal approximation might be more accurate than the midpoint approximation?

A.The function is linear.
B.The function is concave down on the entire interval.
C.The function changes concavity multiple times on the interval. ✅
D.The function is a quadratic polynomial.
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: The theorem stating EM<ET|E_M| < |E_T| assumes the function maintains a single concavity on the interval. If the function changes concavity, this guarantee no longer holds. In such cases, the errors from the two methods can behave differently, and it is possible for the trapezoidal approximation to be more accurate than the midpoint approximation for a particular function and interval. This highlights the importance of the concavity condition.

Q22. A student incorrectly states that the trapezoidal approximation is always an underestimate. Which counterexample would best demonstrate the error in this statement?

A.f(x)=x2f(x) = x^2 on [0,1][0,1]
B.f(x)=sinxf(x) = \sin x on [0,π][0,\pi]
C.f(x)=exf(x) = e^x on [1,1][-1,1]
D.f(x)=x2f(x) = -x^2 on [0,1][0,1]
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The student's claim is false because the trapezoidal approximation is an overestimate for concave up functions and an underestimate for concave down functions. The best counterexample is a concave up function, where the trapezoidal rule overestimates. f(x)=x2f(x) = -x^2 is concave down, so the trapezoidal rule is an underestimate, which would support the student's (incorrect) claim. The correct counterexamples are f(x)=x2f(x) = x^2 or f(x)=exf(x) = e^x, which are concave up and thus the trapezoidal rule is an overestimate.

Q23. The error bounds for the midpoint and trapezoidal approximations are derived using:

A.The first derivative of the function.
B.The second derivative of the function. ✅
C.The third derivative of the function.
D.The fourth derivative of the function.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The error bounds for both the midpoint and trapezoidal approximations depend on the maximum value of the second derivative, denoted as K2K_2, on the interval of integration. Specifically, EM(ba)3K224n2|E_M| \le \frac{(b-a)^3 K_2}{24n^2} and ET(ba)3K212n2|E_T| \le \frac{(b-a)^3 K_2}{12n^2}. The second derivative measures the curvature of the function, which directly affects the accuracy of these linear approximations.

Q24. Suppose f(x)f(x) is concave down on [a,b][a,b]. If II is the exact integral, which of the following statements is true?

A.Mn<I<TnM_n < I < T_n and EM<ET|E_M| < |E_T|
B.Tn<I<MnT_n < I < M_n and EM<ET|E_M| < |E_T|
C.Mn<I<TnM_n < I < T_n and ET<EM|E_T| < |E_M|
D.Tn<I<MnT_n < I < M_n and ET<EM|E_T| < |E_M|
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: For a concave down function, the trapezoidal approximation is an underestimate (Tn<IT_n < I) and the midpoint approximation is an overestimate (I<MnI < M_n). Additionally, for functions with consistent concavity, the absolute error of the midpoint approximation is less than that of the trapezoidal approximation (EM<ET|E_M| < |E_T|). Thus, the correct combination is Tn<I<MnT_n < I < M_n and EM<ET|E_M| < |E_T|. This question tests the understanding of both the direction of the errors and their relative magnitudes.

Q25. A student is evaluating 011+x2dx\int_0^1 \sqrt{1+x^2} dx using both the midpoint and trapezoidal approximations. The student knows the function is concave up. Which of the following is the most likely outcome?

A.Mn>I>TnM_n > I > T_n
B.Tn>I>MnT_n > I > M_n
C.Mn=Tn=IM_n = T_n = I
D.Mn>Tn>IM_n > T_n > I
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The function f(x)=1+x2f(x) = \sqrt{1+x^2} has a positive second derivative (it is concave up). For a concave up function, the midpoint approximation is an underestimate (Mn<IM_n < I) and the trapezoidal approximation is an overestimate (Tn>IT_n > I). Therefore, the ordering is Mn<I<TnM_n < I < T_n, or equivalently Tn>I>MnT_n > I > M_n. This is a direct Easy of the concavity-based error direction theorem.

Q26. The reason the midpoint approximation is generally more accurate than the trapezoidal approximation for functions with consistent concavity is because:

A.The midpoint rule uses more function evaluations.
B.The error from the midpoint rule tends to cancel out within each subinterval. ✅
C.The trapezoidal rule is only accurate for linear functions.
D.The midpoint rule is based on the average of the left and right endpoints.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The midpoint rule's superior accuracy stems from the cancellation of errors within each subinterval. The tangent line at the midpoint overestimates the function on one half of the subinterval and underestimates it on the other half. These errors partially cancel, leading to a smaller net error. In contrast, the trapezoidal rule's chord lies entirely above or below the curve (depending on concavity), so the error does not cancel in the same way. This is a key insight into why the midpoint rule often outperforms the trapezoidal rule.

Q27. For a function with a negative second derivative, the trapezoidal approximation TnT_n is:

A.An underestimate. ✅
B.An overestimate.
C.Exact.
D.Either an overestimate or an underestimate.
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: A negative second derivative indicates the function is concave down. For a concave down function, the chord connecting two points on the curve lies below the graph. Since the trapezoidal rule uses these chords, it underestimates the true integral. This is the geometric interpretation of the error direction for a concave down function. The student must connect the sign of the second derivative to the concavity and then to the position of the chord relative to the curve.

Q28. If f(x)f(x) is concave down and the exact integral is I=10I = 10, which of the following is a possible pair of approximations M10M_{10} and T10T_{10}?

A.M10=9.8M_{10} = 9.8, T10=10.2T_{10} = 10.2
B.M10=10.2M_{10} = 10.2, T10=9.8T_{10} = 9.8
C.M10=10.2M_{10} = 10.2, T10=10.4T_{10} = 10.4
D.M10=9.8M_{10} = 9.8, T10=9.6T_{10} = 9.6
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: For a concave down function, the midpoint approximation is an overestimate (Mn>IM_n > I) and the trapezoidal approximation is an underestimate (Tn<IT_n < I). Therefore, we need M10>10>T10M_{10} > 10 > T_{10}. The only option that satisfies this is M10=10.2M_{10} = 10.2 and T10=9.8T_{10} = 9.8. This tests the student's ability to apply the concavity-based error direction to a concrete numerical example.

Q29. How does the error bound for the trapezoidal approximation compare to that of the midpoint approximation for the same nn and K2K_2?

A.It is half as large.
B.It is twice as large. ✅
C.It is four times as large.
D.They are equal.
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The error bound for the trapezoidal approximation is ET(ba)3K212n2|E_T| \le \frac{(b-a)^3 K_2}{12n^2}, while for the midpoint approximation it is EM(ba)3K224n2|E_M| \le \frac{(b-a)^3 K_2}{24n^2}. Comparing the denominators, the trapezoidal error bound is exactly twice the midpoint error bound: 112=2×124\frac{1}{12} = 2 \times \frac{1}{24}. This means the trapezoidal method has a theoretical error bound that is twice as large, suggesting it is generally less accurate.

Q30. For a function that is concave up, which of the following correctly relates the approximations and the exact integral?

A.Mn<I<TnM_n < I < T_n
B.Tn<I<MnT_n < I < M_n
C.I<Mn<TnI < M_n < T_n
D.Mn<Tn<IM_n < T_n < I
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: For a concave up function, the tangent line at the midpoint lies below the curve, so the midpoint approximation is an underestimate (Mn<IM_n < I). The chord used in the trapezoidal rule lies above the curve, so the trapezoidal approximation is an overestimate (Tn>IT_n > I). Combining these gives the ordering Mn<I<TnM_n < I < T_n. This is a direct Easy of the geometric interpretation of the two methods based on the function's concavity.

Q31. A student computes M10=3.1M_{10} = 3.1 and T10=3.3T_{10} = 3.3 for an integral. If the student knows the function is concave down, what is the best estimate for the exact integral II?

A.I=3.2I = 3.2
B.I=3.1I = 3.1
C.I=3.3I = 3.3
D.3.1<I<3.33.1 < I < 3.3
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: For a concave down function, the midpoint approximation is an overestimate (I<MnI < M_n) and the trapezoidal approximation is an underestimate (Tn<IT_n < I). Therefore, the exact integral must lie between the two approximations: Tn<I<MnT_n < I < M_n. Given M10=3.1M_{10} = 3.1 and T10=3.3T_{10} = 3.3, we have 3.3<I<3.13.3 < I < 3.1, which is a contradiction. This indicates the student's data is inconsistent with a concave down function. The correct relationship for concave down is Tn<I<MnT_n < I < M_n, so if M10=3.1M_{10} = 3.1 and T10=3.3T_{10} = 3.3, the function cannot be concave down. The student should recognize that the order of the approximations is reversed for a concave down function.

Q32. For a function with a positive second derivative, which of the following is true about the errors EME_M and ETE_T?

A.EME_M is positive and ETE_T is negative.
B.EME_M is negative and ETE_T is positive. ✅
C.Both EME_M and ETE_T are positive.
D.Both EME_M and ETE_T are negative.
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: For a positive second derivative (concave up), the midpoint approximation is an underestimate (Mn<IM_n < I), so EM=IMn>0E_M = I - M_n > 0. The trapezoidal approximation is an overestimate (Tn>IT_n > I), so ET=ITn<0E_T = I - T_n < 0. Therefore, EME_M is positive and ETE_T is negative. This is the correct sign relationship for a concave up function. The student must link the concavity to the direction of the errors for both methods.

Q33. Which of the following functions would have a zero error for both the midpoint and trapezoidal approximations for any nn?

A.f(x)=x2f(x) = x^2
B.f(x)=x3f(x) = x^3
C.f(x)=xf(x) = x
D.f(x)=sinxf(x) = \sin x
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Both the midpoint and trapezoidal approximations are exact for linear functions. For f(x)=xf(x) = x, the second derivative is zero, so the function is linear. The chords used in the trapezoidal rule coincide with the function, and the tangent lines used in the midpoint rule also coincide with the function. Therefore, the error is zero for any nn. Quadratic and cubic functions will have non-zero errors in general, and trigonometric functions are not linear.

Q34. If the error in the midpoint approximation EM=0.01E_M = 0.01 for a concave up function, what can be inferred about the error in the trapezoidal approximation ETE_T?

A.ET=0.01E_T = -0.01
B.ET=0.02E_T = -0.02
C.ET=0.01E_T = 0.01
D.ETE_T is negative and its absolute value is greater than 0.01. ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: For a concave up function, EM>0E_M > 0 and ET<0E_T < 0. Additionally, from the error bounds, ET2EM|E_T| \le 2|E_M| in the worst case, and generally ET>EM|E_T| > |E_M|. So, ETE_T is negative and its magnitude is greater than the magnitude of EME_M (which is 0.01). Therefore, ET<0.01E_T < -0.01. The exact value of ETE_T cannot be determined without more information, but its sign and relative magnitude are known. This tests the understanding of both the sign and the relative magnitude of the errors.

Q35. A student argues that the trapezoidal approximation is always more accurate than the midpoint approximation because it uses two endpoints instead of just one point. Which of the following is the best counterargument?

A.The trapezoidal approximation's error bound is larger than the midpoint's. ✅
B.The midpoint approximation uses tangent lines, which better capture the curve's shape.
C.The trapezoidal approximation only works for linear functions.
D.The midpoint approximation requires fewer function evaluations.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The student's argument is flawed because using more points does not guarantee higher accuracy. The key counterargument is that the error bound for the trapezoidal approximation is twice as large as that for the midpoint approximation (for functions with consistent concavity). The midpoint approximation's use of tangent lines at the midpoints often provides a better fit to the curve than the chords used in the trapezoidal rule, leading to smaller errors. The number of function evaluations is not the primary factor in the relative accuracy; the shape of the approximating function is.

Q36. The relationship between the errors of the midpoint and trapezoidal approximations is such that:

A.ET2EME_T \approx -2E_M for functions with constant second derivative. ✅
B.ET2EME_T \approx 2E_M for all functions.
C.ETEME_T \approx -E_M for all functions.
D.There is no general relationship between the errors.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: For functions with a constant second derivative (quadratic functions), the relationship ET2EME_T \approx -2E_M holds exactly. This is the basis for Simpson's rule, which combines the two approximations to cancel the error. For general functions, this relationship is only approximate, and it becomes more accurate as nn increases. The relationship is not true for all functions, but it is a useful approximation that motivates the weighted average used in Simpson's rule.

Q37. A student is evaluating an integral and obtains M10=1.5M_{10} = 1.5 and T10=1.7T_{10} = 1.7. If the student is told that the function is concave up, what is the most accurate statement about the exact integral II?

A.I<1.5I < 1.5
B.1.5<I<1.71.5 < I < 1.7
C.I>1.7I > 1.7
D.I=1.6I = 1.6
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: For a concave up function, the midpoint approximation is an underestimate (Mn<IM_n < I) and the trapezoidal approximation is an overestimate (Tn>IT_n > I). Given M10=1.5M_{10} = 1.5 and T10=1.7T_{10} = 1.7, we have 1.5<I<1.71.5 < I < 1.7. This means the exact integral is between the two approximations. The student should not simply average the two values; the exact value could be anywhere in the interval (1.5, 1.7), but it is guaranteed to be between them. This tests the Easy of the concavity-based ordering to determine the range of the exact integral.

Q38. In the context of numerical integration, the 'error' EME_M is defined as:

A.EM=MnIE_M = M_n - I
B.EM=IMnE_M = I - M_n
C.EM=IMnE_M = |I - M_n|
D.EM=IMnIE_M = \frac{I - M_n}{I}
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The error in the midpoint approximation is defined as the exact value minus the approximation: EM=IMnE_M = I - M_n. This definition allows for both positive and negative errors, indicating whether the approximation is an overestimate or underestimate. The absolute error is EM=IMn|E_M| = |I - M_n|. The definition EM=MnIE_M = M_n - I is sometimes used, but the convention in the text and many calculus textbooks is EM=IMnE_M = I - M_n. The student must recall the correct definition of the error.

🔗 Related Topics (MCQs)