NUMERICAL INTEGRATION: TRAPEZOIDAL RULE AND SIMPSON'S RULE -
MCQ PROBLEMS
1. The trapezoidal rule approximates the integral by:
a) A series of rectangles
b) A series of trapezoids
c) A series of parabolas
d) A series of triangles
Answer: b) A series of trapezoids
2. Simpson's rule approximates the integral using:
a) Linear functions
b) Quadratic functions
c) Cubic functions
d) Exponential functions
Answer: b) Quadratic functions
3. The trapezoidal rule is exact for polynomials up to degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
4. Simpson's rule is exact for polynomials up to degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
5. The basic form of the trapezoidal rule for [a,b] is:
a) (b-a)(f(a) + f(b))/2
b) (b-a)(f(a) + 4f((a+b)/2) + f(b))/6
c) (f(a) + f(b))/2
d) (f(a) + 2f((a+b)/2) + f(b))/4
Answer: a) (b-a)(f(a) + f(b))/2
6. The basic form of Simpson's rule for [a,b] is:
a) (b-a)(f(a) + f(b))/2
b) (b-a)(f(a) + 4f((a+b)/2) + f(b))/6
c) (f(a) + f(b))/2
d) (f(a) + 2f((a+b)/2) + f(b))/4
Answer: b) (b-a)(f(a) + 4f((a+b)/2) + f(b))/6
7. For the trapezoidal rule, the number of subintervals must be:
a) Even
b) Odd
c) Prime
d) Any integer
Answer: d) Any integer
8. For Simpson's rule, the number of subintervals must be:
a) Even
b) Odd
c) Prime
d) Any integer
Answer: a) Even
9. The error term for the trapezoidal rule is proportional to:
a) h
b) h^2
c) h^3
d) h^4
Answer: b) h^2
10. The error term for Simpson's rule is proportional to:
a) h^2
b) h^3
c) h^4
d) h^5
Answer: c) h^4
11. Which method generally gives a more accurate approximation?
a) Trapezoidal rule
b) Simpson's rule
c) They are equally accurate
d) It depends on the function
Answer: b) Simpson's rule
12. The composite trapezoidal rule for n subintervals is:
a) (b-a)[f(a) + 2Σf(xi) + f(b)]/(2n)
b) (b-a)[f(a) + 4Σf(xi) + 2Σf(xi+1) + f(b)]/(3n)
c) (b-a)[f(a) + 4Σf(xi) + f(b)]/(3n)
d) (b-a)[f(a) + 2Σf(xi) + f(b)]/(3n)
Answer: a) (b-a)[f(a) + 2Σf(xi) + f(b)]/(2n)
13. The composite Simpson's rule for n subintervals (n even) is:
a) (b-a)[f(a) + 2Σf(xi) + f(b)]/(2n)
b) (b-a)[f(a) + 4Σf(x_odd) + 2Σf(x_even) + f(b)]/(3n)
c) (b-a)[f(a) + 4Σf(xi) + f(b)]/(3n)
d) (b-a)[f(a) + 2Σf(xi) + f(b)]/(3n)
Answer: b) (b-a)[f(a) + 4Σf(x_odd) + 2Σf(x_even) + f(b)]/(3n)
14. Which method requires more function evaluations for the same number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both require the same number
d) It depends on the function
Answer: c) Both require the same number
15. The trapezoidal rule is based on approximating the function by:
a) Constant functions
b) Linear functions
c) Quadratic functions
d) Cubic functions
Answer: b) Linear functions
16. Simpson's rule is derived by integrating:
a) Linear interpolation
b) Quadratic interpolation
c) Cubic interpolation
d) Exponential interpolation
Answer: b) Quadratic interpolation
17. For a single application, Simpson's rule uses how many points?
a) 2
b) 3
c) 4
d) 5
Answer: b) 3
18. The error in the trapezoidal rule is always:
a) Positive
b) Negative
c) Zero
d) Can be positive or negative
Answer: d) Can be positive or negative
19. The error in Simpson's rule for a concave up function is usually:
a) Positive
b) Negative
c) Zero
d) Can't be determined
Answer: b) Negative
20. Which method is more computationally efficient?
a) Trapezoidal rule
b) Simpson's rule
c) They are equally efficient
d) It depends on the implementation
Answer: a) Trapezoidal rule
21. The trapezoidal rule can be derived from:
a) Taylor series
b) Fourier series
c) Maclaurin series
d) Lagrange interpolation
Answer: d) Lagrange interpolation
22. Simpson's rule can be derived from:
a) Taylor series
b) Fourier series
c) Maclaurin series
d) Lagrange interpolation
Answer: d) Lagrange interpolation
23. The trapezoidal rule is a:
a) First-order method
b) Second-order method
c) Third-order method
d) Fourth-order method
Answer: b) Second-order method
24. Simpson's rule is a:
a) First-order method
b) Second-order method
c) Third-order method
d) Fourth-order method
Answer: d) Fourth-order method
25. For highly oscillatory functions, which method is generally preferred?
a) Trapezoidal rule
b) Simpson's rule
c) Neither, specialized methods are needed
d) Both perform equally well
Answer: c) Neither, specialized methods are needed
26. The trapezoidal rule is exact for:
a) All linear functions
b) All quadratic functions
c) All polynomial functions
d) All continuous functions
Answer: a) All linear functions
27. Simpson's rule is exact for:
a) All linear functions
b) All quadratic functions
c) All cubic functions
d) All polynomial functions up to degree 3
Answer: d) All polynomial functions up to degree 3
28. In the composite trapezoidal rule, the weights for interior points are:
a) 1
b) 2
c) 3
d) 4
Answer: b) 2
29. In the composite Simpson's rule, the weights for odd-indexed interior points are:
a) 1
b) 2
c) 3
d) 4
Answer: d) 4
30. The error term for the trapezoidal rule involves which derivative?
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
31. The error term for Simpson's rule involves which derivative?
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
32. Which method is more suitable for integrating functions with discontinuities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither, specialized methods are needed
Answer: d) Neither, specialized methods are needed
33. The trapezoidal rule can be viewed as:
a) Left Riemann sum
b) Right Riemann sum
c) Midpoint Riemann sum
d) Average of left and right Riemann sums
Answer: d) Average of left and right Riemann sums
34. Simpson's rule can be viewed as a weighted average of:
a) Trapezoidal and midpoint rules
b) Left and right Riemann sums
c) Trapezoidal and rectangular rules
d) Midpoint and endpoint rules
Answer: a) Trapezoidal and midpoint rules
35. For the same number of subintervals, which method typically has a smaller error?
a) Trapezoidal rule
b) Simpson's rule
c) They have the same error
d) It depends on the function
Answer: b) Simpson's rule
36. The composite trapezoidal rule with n subintervals requires:
a) n function evaluations
b) n+1 function evaluations
c) 2n function evaluations
d) 2n+1 function evaluations
Answer: b) n+1 function evaluations
37. The composite Simpson's rule with n subintervals requires:
a) n function evaluations
b) n+1 function evaluations
c) 2n function evaluations
d) 2n+1 function evaluations
Answer: b) n+1 function evaluations
38. Which method is more sensitive to roundoff errors?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally sensitive
d) It depends on the implementation
Answer: b) Simpson's rule
39. The trapezoidal rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
Answer: d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's r40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
ule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
40. Simpson's rule is a special case of:
a) Newton-Cotes formulas
b) Gaussian quadrature
c) Romberg integration
d) Monte Carlo integration
Answer: a) Newton-Cotes formulas
41. Which method is more suitable for adaptive quadrature?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: b) Simpson's rule
42. The trapezoidal rule with a single interval is equivalent to:
a) Left rectangle rule
b) Right rectangle rule
c) Midpoint rule
d) Average of left and right rectangle rules
Answer: d) Average of left and right rectangle rules
43. Simpson's rule with two subintervals is equivalent to:
a) Trapezoidal rule
b) Midpoint rule
c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
d) 2/3 * (Trapezoidal rule + Midpoint rule)
Answer: c) 1/3 * (Trapezoidal rule + 2 * Midpoint rule)
44. Which method is more suitable for integrating periodic functions over their period?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable
Answer: a) Trapezoidal rule
45. The error in the trapezoidal rule is proportional to:
a) The first derivative at the endpoints
b) The second derivative at some point in the interval
c) The third derivative at the endpoints
d) The fourth derivative at some point in the interval
Answer: b) The second derivative at some point in the interval
46. The error in Simpson's rule is proportional to:
a) The second derivative at the endpoints
b) The third derivative at some point in the interval
c) The fourth derivative at some point in the interval
d) The fifth derivative at the endpoints
Answer: c) The fourth derivative at some point in the interval
47. Which method is more suitable for improper integrals?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
48. The trapezoidal rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
49. Simpson's rule can be improved by:
a) Increasing the number of subintervals
b) Using Richardson extrapolation
c) Applying endpoint corrections
d) All of the above
Answer: d) All of the above
50. Which method is more suitable for integrating functions with sharp peaks?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without adaptive techniques
Answer: d) Neither is suitable without adaptive techniques
51. The trapezoidal rule is exact for polynomials of degree:
a) 0
b) 1
c) 2
d) 3
Answer: b) 1
52. Simpson's rule is exact for polynomials of degree:
a) 1
b) 2
c) 3
d) 4
Answer: c) 3
53. Which method requires an even number of subintervals?
a) Trapezoidal rule
b) Simpson's rule
c) Both
d) Neither
Answer: b) Simpson's rule
54. The error term for the trapezoidal rule contains:
a) First derivative
b) Second derivative
c) Third derivative
d) Fourth derivative
Answer: b) Second derivative
55. The error term for Simpson's rule contains:
a) Second derivative
b) Third derivative
c) Fourth derivative
d) Fifth derivative
Answer: c) Fourth derivative
56. Which method is more accurate for integrating sine functions?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally accurate
d) It depends on the frequency of the sine function
Answer: b) Simpson's rule
57. The trapezoidal rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
58. Simpson's rule is a:
a) Open Newton-Cotes formula
b) Closed Newton-Cotes formula
c) Gaussian quadrature formula
d) Monte Carlo method
Answer: b) Closed Newton-Cotes formula
59. Which method is more suitable for integrating functions with singularities?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally suitable
d) Neither is suitable without modification
Answer: d) Neither is suitable without modification
60. The composite trapezoidal rule with n subintervals has an error of order:
a) O(h)
b) O(h^2)
c) O(h^3)
d) O(h^4)
Answer: b) O(h^2)
61. The composite Simpson's rule with n subintervals has an error of order:
a) O(h^2)
b) O(h^3)
c) O(h^4)
d) O(h^5)
Answer: c) O(h^4)
62. Which method is more computationally efficient for a given level of accuracy?
a) Trapezoidal rule
b) Simpson's rule
c) Both are equally efficient
d) It depends on the desired accuracy and the function being integrated
63. The trapezoidal rule can be derived from:
a) Linear interpolation
b) Quadratic interpolation
c