Quiz 1-NMST2021
Quiz 1-NMST2021
Q.1: Which of the following is true for the method to find the root of equation f (x) = 0?
(a) Newton-Raphson Method can be used to find both the real and complex roots.
(b) Muller Method can be used to find the real roots.
(c) Newton-Raphson Method fails when two roots are closed to each other.
(d) Bisection Method can be used to find the complex roots.
Q.3: If a number x = 0.51 is rounded to 2 decimal places, then the maximum error and
percentage accuracy is-
Q.4: The iterative method based on the Newton-Raphson Method for finding 1/N, where N is
a positive real number is-
1
Q.5: Which of the following is correct?
Q.6: The number of iterations required in bisection method for the root of f(x) = 0 in [x0 , x1 ]
with prescribed tolerance ϵ is-
log ϵ − log(x1 − x0 )
(a) n <
log 2
log ϵ − log(x1 − x0 )
(b) n ≥
log 2
log(x1 − x0 ) − log ϵ
(c) n ≥
log 2
log(x1 − x0 ) − log ϵ
(d) n ≤
log 2
Q.7: The equation x2 + ax + b = 0 has two real roots α and β. Then which of the following is
true?
−(axk + b)
(a) The iteration method xk+1 = is convergent near x = α if |α| < |β|
xk
−(axk + b)
(b) The iteration method xk+1 = is convergent near x = α if |α| > |β|
xk
−(axk + b)
(c) The iteration method xk+1 = is convergent near x = α if |α| = |β|
xk
(d) None of these
Q.8: The 1st approximation to a real root of the equation x3 − 3x2 − 2 = 0 by Regula-Falsi
method between 3 and 4 is-
(a) 3.250
(b) 3.375
(c) 3.5
(d) 3.125
2
Q.9: The 2nd approximation to a real root of the equation 4e−x sin x − 1 = 0 by Regula-Falsi
method between 0 and 0.5 is-
(a) 0.39636
(b) 0.39736
(c) 0.39536
(d) 0.39836
Q.10: To obtain a real root correct to three decimal places of the equation 2x − 3 = cos x, lying
in the interval [3/2, π/2] by using iteration method, the correct form of function is-
cos x + 3
(a) x =
2
(b) x = cos (2x − 3)
−1