Anda di halaman 1dari 8

NUMERICAL METHODS

MULTIPLE CHOICE QUESTIONS


UNIT I
1. In Regular-falsi method, the first approximation is given by
af (b) − bf (a ) bf (b) − af (a ) bf (a ) − af (b)
a) x1 = b) x1 = c) x1 = d)
f (b) − f (a ) f (b) − f (a ) f (a ) − f (b)

af (a ) − bf (b)
x1 =
f (a ) − f (b)
2. The order of convergence of Regular-falsi method is
a) 1.235 b) 3.141 c) 1.618 d) 2.792
3. Which of the following alter name for method of false position
a) Method of chords b) Method of tangents c) Method of bisection d) Regula falsi method.
4. The order of convergence in Newton-Raphson method is
a) 2 b) 3 c) 0 d) 1
5. The Newton-Raphson algorithm for finding the cube root of N is

a) x n +1 =
1
( xn + N / xn ) b) x n+1 = 1 ( 2 x n − N / x n2 ) c) x n +1 = ( x n + N / x n ) d) x n +1 =
1
( 2 x n + N / x n2 )
2 3 3
6. If x n is the nth iterate, then the Newton-Raphson formula is

f ( xn ) f ( x n −1 ) f ( x n +1 ) f ( xn )
a) x n = x n −1 + b) x n = x n −1 − c) x n = x n −1 − d) x n = x n −1 −
f ' ( xn ) f ' ( x n −1 ) f ' ( x n +1 ) f ' ( xn )
7. Newton’s iterative formula to find the value of N is

1 1 1 1
x n +1 = ( xn − N / xn ) x n +1 = ( x n − Nx n ) x n +1 = ( xn + N / xn ) x n +1 = ( x n + Nx n )
a) 2 b) 2 2 2
c) d)

8. The Newton-Raphson method fails when


a) f '
( x ) is negative b) f '
( x ) is too large c) f '
( x ) is zero d) Never fails.
9. Which method is said to be direct method
a) Gauss Elimination b) Newton Raphson c) Regula Falsi d) Gauss Jacobi
10. By Gauss Elimination method the value of x and y for the equations x + y =2, 2x + 3y = 5
a) x = 2 and y = 3 b) x = 3 and y = 4 c) x = 1 and y = 1 d) x = 2 and y = 5
11. Which method is said to be indirect method
a) Regula Falsi b) Gauss Seidal c) Newton Raphson d) Gauss Jacobi
12. In Gauss elimination the given system of simultaneous equations is transformed into
a) Lower triangular matrix b) Unit matrix c) Transpose matrix d) Upper triangular matrix
13. In solving simultaneous equations by Gauss-Jordan method, the coefficient matrix is reduced to
a) Unit Matrix b) Diagonal Matrix c) Null Matrix d) Square Matrix
14. Which method is said to be direct method
a) Gauss Seidal Method b) Gauss Jacobi Method c) Gauss Jordan Method d) All the above
15. Which operation can be used in Gauss Jordan Method
a) Elementary row operations b) Multiplication c) Addition d) Elementary Column operations
16. Which is the faster convergence method
a) Gauss Seidal Method b) Gauss Jacobi Method
c) Gauss Jordan Method d) Gauss Elimination Method
17. Gauss-Seidal iteration converges only if the coefficient matrix is
a) Upper Triangular b) Lower Triangular c) Diagonally dominant d) Banded Matrix
18. 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 Jacobi Method d) Gauss Elimination Method
19. 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 d) Inverse matrix

20. What type of Eigen value can be obtained using Power method
a) Largest eigen value b) Smallest eigen value c) Eigen vector d) Characteristic equation
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 d) Independent
UNIT II
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 d) None of the above
2. Using Newton’s forward interpolation formula find the value of f(1.6), if
x 1 1.4 1.8 2.2
y 3.49 4.82 5.96 6.5
a) 5.54 b) 5.45 c) 5.35 d) None of these
3. Which of the following symbol is called forward difference operator
a) ∆ b) ∇ c) δ d) E
4. Interpolation is helpful is estimating
a) Missing values of a series b) An intermediary value for a given argument
c) The argument for a given entry d) All the above
5. Newton’s method of divided differences is preferred when
a) When the interpolating value of the argument lies in the upper half of the series
b) The arguments are not equally spaced c) Both (a) & (b) d) None of (a) & (b)
6. The first divided differences of f(x) for the arguments x 0 , x1 is
f ( x 2 ) − f ( x1 ) f ( x1 ) − f ( x0 ) f ( x3 ) − f ( x 2 )
a) ∆ f ( x1 ) = b) ∆ f ( x0 ) = c) ∆ f ( x 2 ) = d)
x2 x1 − x 0 x1 x1 − x 0 x3 x3 − x 2
f ( x 4 ) − f ( x3 )
∆ f ( x3 ) =
x4 x 4 − x3
7. Divided differences are independent of the __________ of the arguments.
a) Size b) Functions c) Order d) Value
8. Divided differences method can be used when the given independent variate values are
a) At equal intervals b) At unequal intervals c) Not well defined d) All the above
9. Standard notation for divided difference is a) ∆ b) ∇ c) ∆ d) D
10. Lagrange’s polynomial for interpolation can be used even if
a) The given arguments are not equally spaced b) Extrapolation is to be done
c) Inverse interpolation is to be done d) All the above
11. 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 of degree n in y
c) A polynomial in x in which each term has degree n d) A polynomial with highest degree 1
12. The value of f (3) from the following table using the Lagrange formula is
x 0 1 2 4 5 6
f(x) 1 14 15 5 6 19 a) 10 b) 10.5 c) 11 d) 11.5
13. From certain experiment the following data has been obtained
x 1 3 4
y 4 12 19
Use Lagrange’s inverse formula to find the value of x for which y = 7
a) 2.124 b) 1.857 c) 2.429 d) 1.946
14. The method which gives a unique set values to the constants in the equation of the fitting curve is called
a) Graphical method b) Method of group averaging c) Method of least square d) Rough method
15. In fitting a straight line y = ax+ b, what is the formula to find the sum of the Squares of the residuals?
a) E =∑y − a ∑xy −b∑y b) E =∑y + a ∑xy −b∑y c) E =∑y + a ∑xy + b∑y d)
2 2 2

E =∑y 2 − a ∑x +b ∑y
16. In fitting the best straight line, the line must passes through
a) Paired data b) Two paired data c) Three paired data d) fixed
17. In fitting a parabola y = ax2+ bx + c, what is the formula for finding the sum of the Squares of the
residuals?
a) E =∑y − a ∑xy −b∑y −c ∑y b) E =∑y + a ∑x y −b ∑xy + c ∑y
2 2 2
c) E =∑y + a ∑x y + b∑y + c ∑y d) E =∑y 2 −a ∑x y −b∑xy −c ∑y
2 2 2

18. The nth divided differences of a polynomial of the nth degree are
A) constant B) variable C) equal D) unequal
UNIT III
1. The process of calculating the derivative of a function at some particular value of the
independent variable by means of a set of given values of that function is ____
a) Numerical value b) Numerical differentiation c) Numerical integration d) quadrature
2. In the Newton’s Forward difference formula what is u _________

x − xn ( x − xn ) 2 x − x0
a) u = b) u = x − x n c) u = d) u =
h h h
3. In the second derivative using Newton’s Backward difference formula, what is the coefficient of ∇3 f ( a ) _

1 1 11
a) − b) c) d) − h 2
h2 h2 12
4. In the Newton’s Backward difference formula what is v _________

x − xn ( x − xn ) 2 x − x0
a) v = b) v = x − x n c) v = d) v =
h h h
5. In the second derivative using Newton’s Forward difference formula, what is the coefficient of ∆4 f ( a )
---
1 11 11 11
a) b) c) 2
d)
2 2h 12h 12
6. The process of evaluating a definite integral from a set of tabulated values of the integrand f(x) is______
a) Numerical value b) Numerical differentiation c) Numerical integration d) quadrature
7.Simpson’s 1/3rd rule is used only when __________
a) The ordinates is even b) n is multiple of 3 c) n is odd d) n is even
8. While evaluating the definite integral by Trapezoidal rule, the accuracy can be increased by taking ___
a) large number of sub-intervals b) even number of sub-intervals
c) h=4 d) has a multiple of 3
9. In application of Simpson’s 1/3rd rule, the interval h for closer approximation should be ______
a) even b) small c) odd d) even and small
10.While applying Simpson’s 3/8 rule the number of sub intervals should be _____
a) odd b) 8 c) even d) multiple of 3
11.To calculate the value of I using Romberg’s method _____ method is used
a) Trapezoidal rule b) Simpson’s rule c) Simpson’s 1/3 rule d) Simpson’s 3/8 rule
12.By Romberg method, the value of I1 for the set if f(0) = 0.25 , f(1) = 0.20 , f(2) = 0.125 is
a) 0.3875 b) 0.3650 c) 0.3960 d) 0.4000
13.Numerical integration when applied to a function of a single variable, it is known as ___________
a) maxima b) minima c) quadrature d)quadrant
14. Two Point Gaussian Quadrature formula is exact for polynomials up to degree
a) 3 b) 5 c) 2 d) 4
b

15.Suppose we require ∫ f ( x)
a
dx . By proper transformation, the range (a, b) is mapped into

a) ( −∞, ∞) b) ( −1, 1) c) ( 0, ∞) d) (0, 1)


16.Three Point Gaussian quadrature formula is exact for polynomials up to degree
a) 1 b) 4 c) 3 d) 5
17.Trapezoidal and Simpson’s rules can be used to evaluate
a) Double Integrals b) Differentiation c) Multiple Integrals d) Divided difference

UNIT IV
1. Taylor series method will be very useful to give some ______ for powerful numerical methods.
a) Initial value b) finial value c) intial starting value d) Middle value
2. Find (x0,y0) ,given that y’ = x +y , y(0) = 2 using Taylor’s formula
a) (1, 2) b) (2,1) c) (0, 2) d) (2, 0)
3. Which method requires prior calculations of higher derivatives?
a) Taylor’s b) Euler c) Adam’s d) Newton’s
4. Which of the following methods does not require starting values
a) Euler’s method b)Milne’s method c)Adam’s method d) Multi step methods
5. In the geometrical meaning of Euler’s algorithm , the curve is approximated as a
a) Straight line b)Circle c) Parabola d) Ellipse
6. yn+1 = yn + h f (xn , yn) is the iterative formula for
a) Euler’s method b)Taylor’s method c) Adam’s method d) Milne’s method
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 d) Milne’s predictor-corrector
dy y − 2x
8. Using Euler’s method = , y (0) = 1 the value of y(0.1) is
dx y

a) 1.1182 b) 1.1818 c) 1.1285 d) 2.2356


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) d) None of these
10. Single step methods are --------- a) Euler, Adam, Milne b) Euler, RK method, Milne
c) Euler, Modified Euler, RK method, Taylor d) Euler, Milne, and Taylor
11. Varies types of Runge-Kutta methods are classified according to their
a) Degree b) Order c) Rank d) Both a and b
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) d) None of these
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 d) Euler method
14. Runge-Kutta method is better than Taylor’s method because
a) it does not require prior calculations of higher derivatives b) it require at most first order derivatives
c) it require prior calculations of higher derivatives d) all the above
dy
15. To solve the ordinary differential equation 3 + xy 2 = sin x, y ( 0 ) = 5 , by Runge-Kutta 4th order method,
dx
you need to rewrite the equation as
= (sin x − xy 2 ), y ( 0 ) = 5
dy dy 1
a) = sin x − xy 2 , y ( 0 ) = 5 b)
dx dx 3
dy 1  xy 3  dy 1
c) =  − cos x − , y ( 0 ) = 5 d) = sin x, y ( 0 ) = 5
dx 3  3  dx 3
16. Which of the following method is called step by step method
a) Taylor’s method b) RK method c) Milne’s method d) Newton’s method
17. For finding the value of y at xi+1 in the corrector method, the number of prior values are required
a) 1 b) 2 c) 3 d) 4
18. A predictor formula is used to predict the value of y at
a) x b) xi c) xi+1 d) yi
19. To find a better value of y1, got by predictor formula, we use
a) Adam’s predictor formula b) Corrector formula c) Improved formula d) Taylor’s formula.
20. Milne’s predictor formula is
h h h
a) y 4 = y 2 + ( f 2 + 4 f 3 + f 4 ) b) y 4 = y 2 − ( f 2 + f 3 + 4 f 4 ) c) y 2 = y 4 + ( f 2 + 4 f 3 + f 4 ) d)
3 3 3
h
y4 = y2 + ( f 2 + f 3 + 4 f 4 )
3
21. Which of the following method is called step by step method
a) Taylor’s method b) RK method c) Adam’s method d) Newton’s method
22. -------- number of starting values is required for Adam’s method
a) 1 b) 2 c) 3 d) 4
h
23. y1 = y 0 + (9 f1 + 19 f 0 − 5 f −1 + f −2 ) is the formula for?
24
a) Milne’s predictor b) Milne’s corrector c) Adam’s predictor d) Adam’s corrector
24. The corrector formula is applied to
a) correct the value b) improve the value c) adjust the value d) modify the value
UNIT V
1. Laplace equation in two dimensions is of
A) hyperbolic type B) parabolic type C) circular type D) elliptic type
2. Bender-Schmidt recurrence equation is given by
A) u i , j =
1
(u i −1, j −1 +u i −1, j +1 +u i +1, j −1 +u i +1, j +1 ) B) u i , j =
1
(u i −1, j + u i +1, j + u i , j −1 + u i , j +1 )
4 4
C) u (
i , j +1 = u i −1 , j + u i +1 , j − u i , j +1 )
D ) u i , j = (u i −1 , j −1 −u i −1 , j +1 + u i +1 , j −1 + u i +1 , j +1 )
1
4
3. The partial differential equation fxx – 2 fxy = 0 is
A) hyperbolic type B) parabolic type C) circular type D) elliptic type.
4. For solving one dimensional heat equation using Bender-Schmidt method the value of λ is
k h k h
A) 2
B) 2
C) D)
ah ak ah ak
5. In solving the Laplace equation xx u + u yy = 0 , the diagonal five point formula is
1
[
A) u i , j = u i +1, j +1 +u i +2 , j −1 +u i −1, j −1 +u i −1, j +1
4
] 1
[
B) u i , j = ui +1, j +1 +u i −1, j +2 +u i +1, j −1 +u i −1, j +1
4
]
1
[
C) ui , j = u i , j +1 +ui , j −1 +ui −1, j −1 +u i −1, j +1
4
] 1
[
D) u i , j = u i +1, j +1 +u i +1, j −1 +u i −1, j +1 +u i −1, j −1
4
]
6. In solving the Laplace equation xx u + u yy = 0 , the standard five point formula is
1
[
A) u i , j = u i +1, j +1 +u i +2, j −1 +u i −1, j −1 +u i −1, j +1
4
] 1
[
B) u i , j = u i −1, j + u i +1, j + u i , j −1 + u i , j +1
4
]
1
C) ui , j =
4
[
u i , j +1 +ui , j −1 +ui −1, j −1 +u i −1, j +1 ] 1
[
D) u i , j = u i +1, j +1 +u i +1, j −1 +u i −1, j +1 +u i −1, j −1
4
]
∂2 u ∂2 u
7. The partial differential equation 2 + 2 = f ( x, y ) is called
∂ x ∂ y
A) Poisson Equation B) Heat Equation C) Wave Equation D) Laplace Equation
u +u =0
8. The two dimensional heat equation in steady state xx yy
is
A) Parabolic B) Hyperbolic C) Elliptic D) Circle
∂2 u ∂2 u ∂2 u
9. The partial differential equation 2 + 2 + 3 2 = 0 is
∂ x ∂x∂y ∂ y
A) Hyperbolic B) Elliptic C) Parabolic D) Rectangular Hyperbola

10. The formula used to solve poisson equation is


A) u i −1, j +u i +1, j +u i , j −1 +u i , j +1 − 4u i , j = f (ih, jh) B) u i −1, j + u i +1, j + u i +1, j +1 + u i , j +1 − 4u i , j = h f (ih, jh)
2

C) u i −1, j −1 + u i +1, j + u i , j −1 + u i , j +1 − 4u i , j = h f (h, jh )


2
D)
u i −1, j + u i +1, j + u i , j −1 + u i , j +1 − 4u i , j = h f (ih, jh)
2

11. The partial differential equation u xx + u yy = 0 is called


A) Laplace Equation B) Heat Equation C) Wave Equation D) Poisson Equation
12. The partial differential equation xx
u + u yy = 0 is called

A) Wave Equation B) Heat Equation


C) Two dimensional heat equation D) One dimensional heat equation
∂u ∂ 2u
13. In one dimensional heat equation = α 2 2 ,the value of α2 is
∂t ∂x
k k2 k k
A) B) C) D)
ρ c2
2
ρc 2
ρ2c 2 ρc
14. In solving the parabolic equation ut = α u xx the value of λ in Bender Schmidt formula is
2

A) 2 B) 1/2 C) 0 D) -1
15. What is the value of λ under which Crank – Nicholson formula
A) 1 B) -1 C) 2 D) ½
16. The simplest form of the explicit formula to solve u tt = α 2 u xx , can be got if we select λ as___________

1
A) 0 ≤ λ ≤ 1 B) 0 ≤ λ ≤
1
4
C) 0〈λ ≤ 1 D) 0〈λ ≤
2
17. The partial differential equation fxx – 2 fxy + fyy= 0 is
A) hyperbolic type B) parabolic type C) circular type D) elliptic type.
18. The partial differential equation u tt = α u xx is 2

A) Wave Equation B) Two dimensional heat equation


C) One dimensional heat equation D) Laplace Equation
19. For Solving numerically the hyperbolic equation u tt = c 2 u xx , the starting solution is provided by the
boundary condition
A) u(o,t) = 0 B) u(l,t) = 0 C) u t ( x,0) = 0 D) u(x,0) = f(x)
20. The partial differential equation f xy − f x = 0 is
A) circular B) parabolic e C) Hyperbolic D) elliptic
21. The one dimensional wave equation u tt = c 2 u xx is
A) circular B) parabolic C) elliptic D) Hyperbolic
∂ 2u ∂2u
22. The finite difference formula used to solve the hyperbolic equation C 2 − 2 = 0 is
∂x 2 ∂t
A) i , j +1
u = 2 (1 + λ2 2
a )u i, j + λ2 2
a (u i −1, j + u i +1, j ) − u i , j −1

B) u i , j +1 = 2(1 − λ a )u i , j + λ a (u i −1, j + u i +1, j ) − u i , j −1


2 2 2 2

C) u i , j +1 = (1 − λ a )u i , j + λ a (u i −1, j + u i +1, j ) + u i , j −1
2 2 2 2

D) u i , j +1 = 2(1 − λ a )u i , j + λ a (u i −1, j − u i +1, j ) − u i , j −1


2 2 2 2

23. The explicit form used to solve the hyperbolic equation is


A) ui , j +1 =ui +1, j +ui −1, j −ui , j −1 B) ui , j +1 =ui +1, j −u i −1, j +ui , j −1
C) ui , j +1 =ui +1, j +u i +1, j −ui , j −1 D) u i , j +1 =u i −1, j +u i −1, j −u i , j −1
∂2 u ∂2 u ∂2 u
24. The partial differential equation 2 + 3 + = 0 is
∂ x ∂x∂y ∂2 y
A) Hyperbolic B) Elliptic C) Parabolic D) Rectangular Hyperbola
∂u 1
25. What is the value of k to solve = u xx by Bender – Schmidt method with h = 1 if h & k are the
∂t 2
increments of x and t respectively?
A) 1/ 2 B) 3/ 2 C)1/4 D) 2 / 3

Anda mungkin juga menyukai