Numerical Methods - Revision Objective Questions
Numerical Methods - Revision Objective Questions
2. The equation f(x) = 0 is called _________if f(x) contains logarithmic, exponential and trigonometric
functions.
(a) transcendental (b)Algebraic (c) Equation
(a)
x n+1 =
1
2 [ ] xn
(b)
x n+1 =
[ ]
xn
(c)
x 2n + N
x n+1 =
1
2 [ ] 3
xn
8. The condition for the convergence of ________scheme the absolute value of the largest coefficient
should be greater than the sum of the absolute values of all the remaining coefficients.
(a) Gauss – Seidel iteration (b) Gauss Elimination method (c)Gauss Jordan
10. Co – efficient matrix A of the system reduces into diagonal of unit matrix.
(a) Gauss Jordan method (b)Gauss Elimination method (c) Gauss – Seidel
11. Mention the order and condition for the convergence of Newton-Raphson method.
1 1
2 2
(a) |f (x ).f '(x )| < |f ( x) | (b) |f ( x)| < |f ( x) | (c)
1
|f (x ).f '(x )| < |f (x)|
12. Say the two types of errors involving in the numerical computations
(a)(i) Round off error(ii) Truncation error (b)(i) Local error(ii) Cumulative error
(c) (i) Rounding Errors(ii) Round-off Errors
13. The error caused by using approximate formula in computations is known as ________
(a) Truncation error (b)Cumulative error (c) Round-off Errors
17. Which method to find the smallest eigen value of a square matrix A?
(a) power method (b) Gauss Jordan method (c) Gauss – Seidel
18.Find the first approximation to the root lying between 0 and 1 x 3+3x-1=0.
(a)0.1111 (b)0.2222 (c)0.3333
19.Dominat eigen value1=
[Y k ] [ Y k +1]
lim .i=1,2 , .. . .. n lim . i=1,2 ,. . .. . n
k →∞ [ v k ] k →∞ [ v k ]
(a) (b) (c)
Y
[ k +1]
lim . i=1,2 ,. . .. . n
k →∞ [ v k +1 ]
21. If all the eigen values of a matrix A are distinct then the corresponding eigen vectors are
(a) Linearly dependent (b) Linearly independent (c) Linearly dependent or
dependent
22. Which is the faster convergence method
(a) Gauss Seidal Method (b) Gauss Jacobi Method (c) Gauss Jordan Method
23. The order of convergence in Newton-Raphson method is
(a) 2 (b) 3 (c) 0
24.The Newton-Raphson method fails when
' '
( a) f ( x ) is negative (b) f ( x ) is too large (c) f ' (x) is zero
25.The inverse of a matrix A is written as A-1 so that AA-1=A-1A=
(a) Identity matrix (b) Null matrix (c) Singular matrix
Answers: 1.(a) 2.(a) 3.(c) 4.(a) 5.(a) 6.(a) 7.(a) 8.(a) 9.(a) 10.(a) 11.(a) 12.(a) 13.(a) 14.(a) 15.(a)
16.(a) 17.(a) 18.(c) 19.(b) 20.(b) 21.(b) 22.(a). 23.(a) 24.(c) 25. (a)
(a)
( 1+Δ )5 y
0 (b)
( 1−Δ )5 y 0 (c) ( 1+Δ )5
8. Write the Newton’s forward difference formula
u u(u−1) 2 u(u−1)(u−2) 3
Pn ( x )=1− Δy 0− Δ y 0− Δ y 0 +.....
(a) 1! 2! 3! (b)
u u(u−1) 2 u(u−1)(u−2) 3
Pn ( x )=1+ Δy0 + Δ y0 + Δ y 0 +.....
1! 2! 3!
u u(u+1) 2 u(u+1)(u+2) 3
Pn ( x )=1+ Δy 0+ Δ y 0+ Δ y 0 +.....
(c) 1! 2! 3!
9. Write the Trapezoidal rule.
x 0 +h
h
∫ f ( x ) dx= y + y 4 ) +2 ( y 1 + y 2 + y 3 ) ]
x0 2 [( 0
(a) (b)
x 0 +h
h
∫ f ( x ) dx= ( y − y 4 ) + 2 ( y 1− y 2 − y 3 ) ]
x0 2[ 0
x 0 +h
h
∫ f ( x ) dx= y + y 4 ) −( y 1 + y 2 + y 3 ) ]
2 [( 0
(c) x0
10. State Simpson’s 1/3 rule formula
b
∫ ydx h
(a) a = 3 [( y0 +yn) - 4(y1+y3+..........+yn-1) -2(y2 + y4+......+yn-2)]
b
∫ ydx h
(b) a = 3 [( y0 +yn) + (y1+y3+..........+yn-1) + (y2 + y4+......+yn-2)]
b
∫ ydx h
(c) a = 3 [( y0 +yn) + 4(y1+y3+..........+yn-1) + 2(y2 + y4+......+yn-2)]
11. What is the order of error in Simpson’s formula?
(a)h4 (b)h3 (c)h2
12. What is the error term in Trapezoidal formula?
(b−a )h2 '' (b−a )h2 ''
y (ξ ) y (ξ )
(a) E= 12 (b) E+ 12 (c)E<
(b−a )h2 ''
y (ξ )
12
13.What is the error term in Simpson’s rule?
−h4 −h4 −h4
(b−a) (b−a) (b−a)
(a) E+ 180 (b) E> 180 (c) E< 180
14. What is the order of error in Trapezoidal Rule?
(a) h2 (b)h (c)h4
15. In Trapezoidal Rule number of intervals may be ________
(a)Odd only (b) even or odd (c)Even only
16. In Simpson’s 1/3 rule number of intervals is _________
(a)Odd only (b) even or odd (c)Even only
17. Trapezoidal Rule Principal part of the error in the interval(x 1,x2) =
h2 h2 h2
(a) - 12 y1” (b) 12 y1” (c) - 12
18. Simpson’s 1/3 rule Principal part of the error in the interval(x 1,x2) =
h5 h5 h5
(a) 90 y1iv (b) - 90 (c) - 90 y1iv
19.Direct methods involve a certain amount of _________________computation.
(a)small (b) fixed (c)large
20.Indirect methods the solution is obtained by _______________approximations.
(a) successive (b)continuous (c)discrete
21. 1. Interpolation formulae are based on the fundamental assumption that the data can be expressed
as
(a) A linear function (b) A quadratic function (c) A polynomial
function
22. Which of the following symbol is called forward difference operator
(a) Δ (b) ∇ (c) δ
23. The first divided differences of f(x) for the arguments
x0 , x1 is
f ( x 2 ) −f ( x 1 ) f ( x1 ) −f ( x0 )
Δ f ( x1 ) = Δ f ( x0 ) =
(a) x2 x1 −x 0 (b) x1 x 1−x 0 (c)
f ( x 3 ) −f ( x 2 )
Δ f ( x2 ) =
x3 x3 −x 2
24. Lagrange’s polynomial for interpolation can be used even if
(a) The given arguments are not equally spaced
(b) Inverse interpolation is to be done (c) Both (a) and (b)
25. If (n+1) pairs of arguments and entries are given, Lagrange’s formula is
(a) A polynomial of degree n in x
(b) A polynomial in x in which each term has degree n (c) A polynomial with highest degree 1
Answers:
1.(a) 2 .(c) 3(b) 4.(a) 5.(b) 6.(c) 7.(a) 8.(a) 9.(b) 10.(a) 11.(c) 12.(a) 13.(c) 14.(c) 15.(a)
16.(b) 17.(c) 18.(a) 19.(c) 20.(b) 21.(c) 22. (a) 23. (b) 24. (c) 25. (a)
7. Which of the following formulas is a particular case of Runge-Kutta formula of the second order?
a) Taylor’s series b) Picard’s formula c) Euler’s modified
dy 2x
= y− , y (0 )=1
8. Using Euler’s method dx y the value of y(0.1) is
a) 1.1182 b) 1.1818 c) 1.09548
9. From the following which one gives the more accurate value
a)Modified Euler’s method b) Euler’s method c)Both a) and b)
10. Single step methods are --------- a) Euler, Adam, Milne b) Euler, RK method, Milne
c) Euler, Modified Euler, RK method, Taylor
12. The method which do not require the calculations of higher order derivatives is
a) Taylor’s method b) R-K method c) Both a) and b)
13. Which of the following method, does not require prior calculations of higher derivatives as the
Taylor series method does
a) RK method b) Modified Euler method c) Simpsons
h
y 1= y 0+ (9 f 1 +19 f 0 −5 f −1 + f −2 )
22. 24 is the formula for?
a) Milne’s predictor b) Milne’s corrector c) Adam’s predictor
∫ ydx h
(a) a = 3 [( y0 +yn) - 4(y1+y3+..........+yn-1) -2(y2 + y4+......+yn-2)]
b
∫ ydx h
(b) a = 3 [( y0 +yn) + (y1+y3+..........+yn-1) + (y2 + y4+......+yn-2)]
b
∫ ydx h
(c) a = 3 [( y0 +yn) + 4(y1+y3+..........+yn-1) + 2(y2 + y4+......+yn-2)]
11. What is the order of error in Simpson’s formula?
(a)h4
(b)h3
(c)h2
12. What is the error term in Trapezoidal formula?
(b−a )h2 '' (b−a )h2 ''
y (ξ ) y (ξ )
(a) E= 12 (b) E+ 12 (c)E<
(b−a )h2 ''
y (ξ )
12
13.What is the error term in Simpson’s rule?
−h4 −h4 −h4
(b−a) (b−a) (b−a)
(a) E+ 180 (b) E> 180 (c) E< 180
14. What is the order of error in Trapezoidal Rule?
(a) h2 (b)h (c)h4
15. In Trapezoidal Rule number of intervals may be ________
(a)Odd only (b) even or odd (c)Even only
16. In Simpson’s 1/3 rule number of intervals is _________
(a)Odd only (b) even or odd (c)Even only
17. Trapezoidal Rule Principal part of the error in the interval(x 1,x2) =
h2 h2 h2
(a) - 12 y1” (b) 12 y1” (c) - 12
18. Simpson’s 1/3 rule Principal part of the error in the interval(x 1,x2) =
h5 h5 h5
(a) 90 y1iv (b) - 90 (c) - 90 y1iv
19.Direct methods involve a certain amount of _________________computation.
(a)small (b) fixed (c)large
20.Indirect methods the solution is obtained by _______________approximations.
(a) successive
(b)continuous
(c)discrete
21. 1. Interpolation formulae are based on the fundamental assumption that the data can be expressed
as
(a) A linear function (b) A quadratic function (c) A polynomial
function
22. Which of the following symbol is called forward difference operator
(a) Δ (b) ∇ (c) δ
23. The first divided differences of f(x) for the arguments
x0 , x1 is
f ( x 2 ) −f ( x 1 ) f ( x1 ) −f ( x0 )
Δ f ( x1 ) = Δ f ( x0 ) =
(a) x2 x1 −x 0 (b) x1 x 1−x 0 (c)
f ( x 3 ) −f ( x 2 )
Δ f ( x2 ) =
x3 x3 −x 2
24. Lagrange’s polynomial for interpolation can be used even if
(a) The given arguments are not equally spaced
(b) Inverse interpolation is to be done (c) Both (a) and (b)
25. If (n+1) pairs of arguments and entries are given, Lagrange’s formula is
(a) A polynomial of degree n in x
(b) A polynomial in x in which each term has degree n (c) A polynomial with highest degree 1
Answers:
1.(a) 2 .(c) 3(b) 4.(a) 5.(b) 6.(c) 7.(a) 8.(a) 9.(b) 10.(a) 11.(c) 12.(a) 13.(c) 14.(c) 15.(a)
16.(b) 17.(c) 18.(a) 19.(c) 20.(b) 21.(c) 22. (a) 23. (b) 24. (c) 25. (a)
Men 30 35
Women 50 45
8. a)2.68
b)1.34
c)1.68
d) 1.34
9. 8. Calculate the value of f-statistic having a cumulative probability of 0.95.
a)0.55
b)0.5
c)0.05
d) 0.05
10. There is only 1 parameter in F-Distribution.
a)True
b) False
11. 10. Find the Expectation for a F- Distribution variable with v 1 = 7 and v2 = 8.
a)4/7
b)4/6
c)4/3
d) 4/5