Multiple Choice Questions Numerical Methods
Multiple Choice Questions Numerical Methods
Numerical Methods
2.231
2.312
c.
d.
(Ans:b)
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
a.
b.
c.
d.
1:
The convergence of which of the following method is sensitive to
starting value?
A.
False position
B.
C.
Newton-Raphson method
D.
All of these
2:
Newton-Raphson method is used to find the root of the equation
x2 - 2 = 0.
If iterations are started from - 1, then iterations will be
A.
converge to -1
B.
converge to 2
C.
converge to -2
D.
no coverage
3:
Which of the following statements applies to the bisection
method used for finding roots of functions?
A.Converges within a few iterations
B.Guaranteed to work for all continuous functions
C.Is faster than the Newton-Raphson method
D.Requires that there be no error in determining the sign of the
function
4:
We wish to solve x2 - 2 = 0 by Newton Raphson technique. If
initial guess is x0 = 1.0, subsequent estimate of x (i.e. x1) will be
A.
1.414
B.
1.5
C.
2.0
D.
None of these
9:
Using Bisection method, negative root of x3 - 4x + 9 = 0 correct to
three decimal places is
5:
Using Newton-Raphson method, find a root correct to three
decimal places of the equation x3 - 3x - 5 = 0
A.
-2.506
B.
-2.706
A.
2.275
C.
- 2.406
B.
2.279
D.
None of these
C.
2.222
D.
None of these
10:
Four arbitrary points (x1, y1), (x2, y2), (x3, y3),(x4, y4) are given in the
x, y-plane. Using the method of least squares, if regressing y
6:
fitted line
x = cy + d, then
A.
Diagonal matrix
B.
D.
Singular matrix
D. A must be 1/c
7:
If f(x) = f(x+h) - f(x), then a constant k, k equals
11:
The root of x3 - 2x - 5 = 0 correct to three decimal places by using
A.
Newton-Raphson method is
B.
A.
2.0946
C.
f(k)- f(0)
B.
1.0404
D.
f(x + k) - f(x)
C.
1.7321
D.
0.7011
8:
Double (Repeated) root of
4x3- 8x2- 3x + 9 = 0 by Newton-raphson method is
12:
Newton-Raphson method of solution of numerical equation is not
A.
1.4
preferred when
B.
1.5
C.
1.6
D.
1.55
axis.
D.None of these
13:
C.
h3
D.
h4
B.
1.5
C.
2.0
D.
3.0
17:
In which of the following methods proper choice of initial value is
very important?
14:
A root of the equation x3 - x - 11 = 0 correct to four decimals using
bisection method is
A.
2.3737
B.
2.3838
C.
2.3736
D.
None of these
A.
Bisection method
B.
False position
C.
Newton-Raphson
D.
Bairsto method
18:
Using Newton-Raphson method, find a root correct to three
decimal places of the equation sin x = 1 - x
A.
0.511
B.
0.500
C.
0.555
D.
None of these
. complex
19:
C Algebraic equations only
computer due to
A.
Rounding errors
B.
Power fluctuation
C.
Operator fatigue
D.
All of these
16:
The order of error s the Simpson's rule for numercal integration
with a step size h is
A.
B.
h2