31.
A calculator has accuracy up to 8 digits after decimal place. The value of $$\int\limits_0^{2\pi } {\sin {\text{x dx}}} $$   when evaluated using this calculator by trapezoidal method with 8 equal intervals, to 5 significant digits is

32.
The following table lists an nth order polynomial f(x) = an xn + an - 1 xn - 1 + , .... a1x + a0 and the forward difference evaluated at equally spaced values of x. The order of the polynomial is
  x    f(x)     Δf   Δ2f   Δ3f
-0.4 1.7648 -0.2965 0.089 -0.03
-0.3 1.4683 -0.2075 0.059 -0.0228
-0,2 1.2608 -0.1485 0.0362 -0.0156
-0.1 1.1123 -0.1123 0.0206 -0.0084
  0     1 -0.0917 0.0122 -0.0012
0.1 0.9083 -0.0795 0.011 0.006
0.2 0.8288 -0.0685 0.017 0.0132

33.
P(0, 3), Q(0.5, 4) and R(1, 5) are three points on the curve defined by f(x). Numerical integration is carried out using both Trapezoidal rule and Simpson's rule within limits x = 0 and x = 1 for the curve. The difference between the two results will be

34.
The recursion relation to solve x = e-x using Newton-Raphson method is

36.
The bisection method is applied to compute a zero of the function f(x) = x4 - x3 - x2 - 4 in the interval [1, 9]. The method converges to a solution after . . . . . . . . iterations.

37.
The square root of a number N is to be obtained by applying the Newton Raphson iterations to the equation x2 - N = 0. If i denotes the iteration index, the correct iterative scheme will be

39.
With respect to the numerical evaluation of the definite integral $${\text{K}} = \int_{\text{a}}^{\text{b}} {{{\text{x}}^2}{\text{dx,}}} $$   where a and b are given, which of the following statements is/are TRUE?
I. The value of K obtained using the trapezoidal rule is always greater than or equal to the exact value of the definite integral.
II. The value of K obtained using the Simpson's rule is always equal to the exact value of the definite integral.

40.
The following equation needs to be numerically solved using the Newton-Raphson method. x3 + 4x - 9 = 0. The iterative equation for this purpose is (k indicates the iteration level)