4,833 views
5 5 votes

With respect to the numerical evaluation of the definite integral, $K = \int \limits_a^b \:x^2 \:dx$, where $a$ and $b$ are given, which of the following statements is/are TRUE?

  1. The value of $K$ obtained using the trapezoidal rule is always greater than or equal to the exact value of the definite integral.
  2. The value of $K$ obtained using the Simpson's rule is always equal to the exact value of the definite integral.
  1. I only
  2. II only
  3. Both I and II
  4. Neither I nor II

1 Answer

6 6 votes
Answer is C.

1 is true because when we find the true error for the given function in case of Trepoziadal rule we get E=-h^3/6 which is always less than zero. Here the error is =True value - Approx Value. Since the error is less than zero the approx value K is always greater than exact value.

2.Since the given function is a polynomial of degree 2 Simpson's will provide the exact value(Simpson's will give the exact value if the degree of the polynomial is <=3).
Answer:
Position:
Show:

Related questions

12 12 votes
3 3 answers
11.0k
11.0k views
go_editor asked Feb 16, 2015
10,954 views
The velocity $v$ (in kilometer/minute) of a motorbike which starts form rest, is given at fixed intervals of time $t$ (in minutes) as follows:t2468101214161820v1018252932...
0 0 votes
1 1 answer
2.7k
2.7k views
Kathleen asked Sep 29, 2014
2,665 views
The trapezoidal method to numerically obtain $\int_a^b f(x) dx$ has an error E bounded by $\frac{b-a}{12} h^2 \max f&rsquo;&rsquo;(x), x \in [a, b]$ where $h$ is the widt...
1 1 vote
3 3 answers
4.7k
4.7k views
Kathleen asked Sep 11, 2014
4,747 views
The minimum number of equal length subintervals needed to approximate $\int_1^2 xe^x\,dx$ to an accuracy of at least $\frac{1}{3}\times10^{-6}$ using the trapezoidal rule...