MCQ On Numerical Methods (50 Q) Part 1
MCQ On Numerical Methods (50 Q) Part 1
Numerical Methods
Bisection Method
Solution of Algebraic &
Newton-Raphson’s Method
Transcendental Equation Regula-Falsi Method
Ans: (c)
7. If the root of the equation x log10 x 1.2 0 lying between 2.7 and 2.8 then
first approximation to root using Regula falsi Method is given by
(a) 2.7202 (b)2.7406 (c) 2.7605 (d)2.7806
Ans: (b)
11. After first iteration of Newton – Raphson method the positive root of
equation x2=3 is (taking Initial approximation 3/2)
(a) 7/4 (b) 97/56 (c) 3/2 (d) 347/200
Ans: (a)
12. Newton – Raphson method converges fast , if f ' ( ) is ( is the exact value of root)
(a) small (b) large (c) zero (d) None of these
Ans: (b)
3
14. Newton-Raphson iteration formula for finding C , where C>0 is
2 xn3 3 C 3xn3 3 C 2 xn3 3 2 xn3 c
(a) xn-1 = (b) xn-1 = (c) xn-1 = 2
(d) xn-1 = 2
2 xn2 3xn2 3xn 3xn
Ans: (c)
19. Guass-Seidal methods gives result faster when the pivotal element are
(a)Smaller than other coefficient (b)Larger than other coefficient
(c)Equal to other coefficient (d)None of the above
Ans: (b)
20. In the Regula-Falsi method while finding the real root of an equation, the curve AB is replaced by
(a)Tangent AB (b)Straight Line AB
(c)Chord AB (d)All of the above
Ans: (c)
(a) x1 a b (b) x1 a b
1 1
2 2
(c) x1 f (a) f (b) (d) x1 f (a) f (b)
1 1
2 2
Ans: (b) Mathematics-Ganit Sangrah | Satish Tiwari
MCQs on Numerical Methods
24. As soon as a new value of a variable is found by iteration, it is used immediately in the following
equations, this method is called
(a)Gauss-Jordan method (b)Gauss-Seidal Method
(c)Gauss elimination method (d)Jacobi’s Method
Ans: (b)
25. Out of Regula-falsi method, Newton-Raphson method and Bisection method, the rate of
convergence is faster for
(a) Regula-falsi method (b) Newton-Raphson method
(c) Bisection method (d)All of the above
Ans: (b)
26. The convergence in the Gauss-Seidal method is thrice as fast as in the Jacobi’s Method
(a) True (b) False
(c)Can’t say anything (d) Both methods having same convergence rate
Ans: (a)
Mathematics-Ganit Sangrah | Satish Tiwari
MCQs on Numerical Methods
27. Regula Falsi method requires _______ initial approximation to the root
(a) 1 (b) 2 (c)3 (d) 4
Ans: (b)
1
28. An approximate root of the equation sin x at second stage that lies between
x
x 1 and x 1.5 is
(a) 1.25 (b) 1.125 (c)1.0625 (d) 1.255
Ans: (b)
1
29. Newton’s Iterative formula to find the value of is
N
(a) xn 1 xn (1 Nxn ) (b) xn 1 xn (1 Nxn )
(c) xn 1 xn (2 Nxn ) (d) xn 1 xn (2 Nxn )
Ans: (d)
Mathematics-Ganit Sangrah | Satish Tiwari
MCQs on Numerical Methods
30. Newton’s Method has second order of quadratic convergence because
(Here n and n 1 are two consecutive error in finding the approximate root by Newton’s
Method)
(a) n 1 ( n ) (b) n 1 ( n )
2
(c) n 1 ( n ) 2
(d) n 1 ( n )
Ans: (a)
31. Find by Newton-Raphson method the first approximate root of the equation x 6 x 4 0
3
nearer to 0.7
(a) 0.7321 (b) 0.71 (c) 0.7316 (d) 0.7222
Ans: (a)
32. Find by Newton-Raphson method the first approximate root of the equation 3x cos x 1 0
with initial approximation 0.6
(a) 0.62 (b) 0.6071 (c) 0.7210 (d) 0.6062
Ans: (b)
Mathematics-Ganit Sangrah | Satish Tiwari
MCQs on Numerical Methods
33. Find using Regula Falsi method the first approximate root of the equation xe cos x
x
34. Find the values of x,y,z in the following system of equations by Gauss elimination method
1 1 2 x 1
0 1 1 y 3
0 0 6 z 6 Ans: (c)
(a) x 3, y 1, z 2 (b) x 3, y 1, z 1
(c) x 1, y 2, z 1 (d) x 1, y 3, z 6
35. In Gauss elimination method, upper triangular matrix of coefficient matrix can be found by
(a) Column transformation (b) Row transformation
Ans: (b)
(c) Both (a) & (b) (d) None of these
Mathematics-Ganit Sangrah | Satish Tiwari
MCQs on Numerical Methods
36. If f(a) and f(b) have opposite signs, then
(a) f(x)=0 has no root lying between a and b
(b) f(x)=0 has many roots lying between a and b
(c) f(x)=0 has atleast one root lying between a and b Ans: (c)
(d) f(x)=0 has exactly one root lying between a and b
37. Which of the following step is not involved in the Gauss Elimination Method?
(a) Elimination of unknowns
(b) Reduction to an upper triangular system
(c) Finding unknowns by back substitution Ans: (d)
(d) Evaluation of cofactors
40. What is the main difference between Jacobi’s method and Gauss-Seidel method?
(a) Computations in Jacobi’s method can be done in parallel but not in Gauss-Seidel method.
(b) Convergence in Jacobi’s method is faster as compared to Gauss-Seidel method.
(c) Gauss-Seidel cannot solve the system of linear equations in three variables whereas Jacobi can
(d) Deviation from the correct answer is more in Gauss-Seidel method.
Ans: (a)
41. While solving by Gauss-Seidel method, which of the following is the first Iterative solution system;
x-2y=1 and x+4y=4?
(a) (1,0.75) (b) (0.25,1) (c) (0,0) (d) (1,1)
Ans: (a)
Ans: (c)
Ans: (c)
46. If X is true value and X’ is its approximate value then Absolute Error , Relative Error and
Percentage Error is given by,
X X X X
(a) E A | X X | , ER , EP 100
X X
X X X X
(b) E A | X X | , ER , EP 100
X X
X X X X
(c) E A | X X | , ER , EP 100
X X
X X X X
(d ) E A | X X | , ER , EP 100
X X
Ans: (a)
50. At which point iterations in the Newton – Raphson method are stop
𝐴 When the consecutive iteratives value of x are not equal
𝐵 When the consecutive iteratives value of x differ by 2 decimal places
𝐶 When the consecutive iterative value of x differ by 3 decimal places
𝐷 When the consecutive iteratives value of x are equal
Ans: (d)
Thank you