12.
Identify the Newton-Raphson iteration scheme for finding the square root of 2.

13.
If a continuous function f(x) does not have a root in the interval [a, b], then which one of the following statements is TRUE?

15.
The differential equation $$\frac{{{\text{dx}}}}{{{\text{dt}}}} = \left[ {\frac{{1 - {\text{x}}}}{\tau }} \right]$$   is discretised using Euler's numerical integration method with a time step ΔT > 0. What is the maximum permissible value of ΔT to ensure stability of the solution of the corresponding discrete time equation?

16.
Match the correct pairs
Numerical Integration Scheme Order of Fitting Polynomial
P. Simpson's 3/8 Rule 1. First
Q. Trapezoidal Rule 2. Second
R. Simpson's 1/3 Rule 3. Third

17.
The minimum number of equal length subintervals needed to approximate $$\int\limits_1^2 {{\text{x}}{{\text{e}}^{\text{x}}}{\text{dx}}} $$  to an accuracy of at least $$\frac{1}{3} \times {10^{ - 6}}$$  using the trapezoidal rule is

18.
Consider the series $${{\text{x}}_{{\text{n}} + 1}} = \frac{{{{\text{x}}_{\text{n}}}}}{2} + \frac{9}{{8{{\text{x}}_{\text{n}}}}},\,{{\text{x}}_0} = 0.5$$       obtained from the Newton-Raphson method. The series converges to

19.
The value of the function f(x) is given at n distinct values of x and its value is to be interpolated at the point x, using all the n points. The estimate is obtained first by the Lagrange polynomial, denoted by $${I_{\text{L}}}$$ and then by the Newton polynomial, denoted by $${I_{\text{N}}}$$. Which one of the following statements is correct?

20.
The extremum (minimum or maximum) point of a function f(x) is to be determined by solving $$\frac{{{\text{df}}\left( {\text{x}} \right)}}{{{\text{dx}}}} = 0$$   using the Newton-Raphson method. Let f(x) = x3 - 6x and x0 = 1 be the initial guess of x. The value of x after two iterations (x2) is