A numerical solution of the equation f(x) = x + √x - 3 = 0 can be obtained using Newton-Raphson method. If the starting value is x = 2 for the iteration, the value of X that is to be used in the next step is
To solve the equation 2sin x = x, by Newton Raphson method, the initial guess value is chosen to be x = 2. Consider x in radius only. The value of x (in radius) obtained after one iteration will be closed to
A 2nd degree polynomial, f(x) has values of 1, 4 and 15 at x = 0, 1 and 2, respectively. The integral 0∫2f(x)dx is to be estimated by applying the trapezoidal rule to this data. What is the error (defined as "true value - approximate value") in the estimate?
The equation x3 - x2 + 4x - 4 = 0 is to be solved using the Newton-Raphson method. If x = 2 is taken as the initial approximation of the solution, then the next approximation using this method will be
Equation ex - 1 = 0 is required to be solved using Newton's method with an initial guess x0 = -1. Then, after one step of Newton's method, estimate x1 of the solution will be given by
A calculator has accuracy up to 8 digits after decimal place. The value of 0∫2πsinx dx when evaluated using this calculator by trapezoidal method with 8 equal intervals, to 5 significant digits is
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
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
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.
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
With respect to the numerical evaluation of the definite integral K=∫abx2dx, 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.
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)