False Position Gauss Seidal Method: A. B. C. D
False Position Gauss Seidal Method: A. B. C. D
False Position Gauss Seidal Method: A. B. C. D
1. In which of the following method, we approximate the curve of solution by the tangent in each
interval.
a. Picard’s method
b. Euler’s method
c. Newton’s method
d. Runge Kutta method
C.Newton-Raphson method
D.All of these
7. For the given distributed data find the value of Δ3y0 is?
A. 0.095 B. 0.007
C. 1.872 D. 0.123
8. If the exact solution of equation y′ = f(x,y) with y(x0) = y0 then Taylor’s series expansion for y(x) about
the point x = x0 is y(x) = - - - -
Numerical – M.A.S Final 5
d
9. By using Newton’s backward difference table form the following data:
f (30) = 0.5000, f (35) = 0.5736, f (40) = 0.6428, f (45) = 0.7071. What is the value of 3yn?
A. - 0.0049 B. -1.872
C. - 0.0005 D. -0.0469
B. E =1+delta
C. E = delta-1
D. E = delta
12. The Delta of power two is called the ____order difference operator.
A. First B. second
C. Third D. Fourth
13. The Lagrange’s interpolation formula is used for the arguments which are - - - - spaced
a) equally b) distinct c) unequally d) none of these
n
14. If n value of f(x) are given then Δ f(x) is - - - - -
a) 0 b) 1 c) 2 d) n
15. The technique for computing the value of the function inside the given argument is called - - - -
a) interpolation b) extrapolation
c) partial fraction d) inverse interpolation
16. ..……………is an approach for solving complex mathematical problems using only simple basic
arithmetic operations
A. Numerical computing
B. Binary computing
C. Arithmetical computing
D. Factorial computing
17. Every algebraic equation of nth degree, where n is a positive integer, has only……………
A. n – 1 roots
1
Numerical – M.A.S Final 5
B. n + 1 roots
C. 2n roots
D. n roots
B. a
C. b
D. ib
B. a
C. x – a
D. x
20. Process of estimating the value of dependent variable at an intermediate value is called………………
A. Interpolation
B. Extrapolation
C. Estimation
D. Dependency
B. Argument
C. Depositary
D. Amplitude
B. Interpolating polynomial
C. Extrapolating polynomial
D. Polynomial
2
Numerical – M.A.S Final 5
23. A …………………….. is a relation between the differences of an unknown function at one or more
general values of the argument.
A. Differential equation
C. Difference equation
D. linear equation
24. .………………of difference equation is an expression for y(n) which satisfies the given difference
equation.
A. Function
B. Order
C. Solution
D. Degree
25. A …………… difference equation is that in which yn+1, yn+2 etc. occur to the first degree only and
are not multiplied together.
A. Linear
B. Quadratic
C. Cubic
D. Quartic
26. A …………. solution is that solution which is obtained from the general solution by giving particular
values to the constants.
A. Accurate
B. Recurring
C. Particular
D. Integer
27. Error in Simpson’s three eighth rule is ………….. compared to Simpson’s one third rule.
A. Small
B. Negligible
C. Zero
D. Large
28. Simpsons 1/3 rd rule is obtained by taking n = ……….. in the general quadrature formula
3
Numerical – M.A.S Final 5
A. 1
B. 2
C. 3
D. 4
29. To apply Simpson’s one third rule, the given interval must be divided into an …………… number of
equal intervals.
A. Odd
B. Even
C. Countable
D.Uncountable
30. The ……….. of a differential equation is the order of the highest derivative appearing in it.
A. Value
B. Degree
C. Dimension
D. Order
C. Problem
D. Conditioned problem
32. In …………………. we approximate the curve of solution by the tangent in each interval.
A. Picard’s method
B. Euler’s method
C. Newton’s method
4
Numerical – M.A.S Final 5
(A) one
(B) two
(C) three
(D) four
35. For a certain cubic equation, at least one of the roots is known to be a complex root. How many total
complex roots does the cubic equation have?
(A) one
(B) two
(C) three
(D) cannot be determined
36. An equation such as tan x x has root(s).
(A) zero
(B) one
(C) two
(D) infinite
(A) n 1
(B) n
(C) n 1
(D) n 2
38. The velocity of a body is given by
v(t ) 5e t 4 , where t is in seconds and v is in m/s. The velocity
of the body is 6 m/s at t = ____________ seconds.
(A) 0.1823
(B) 0.3979
(C) 0.9163
(D) 1.609
v(t ) 5e t 4
where
v(t ) 6 m/s
5
Numerical – M.A.S Final 5
5e t 4 6
5e t 6 4 2
2
e t
5
2
ln(e t ) ln
5
t 0.9162
t 0.9163 s
2
log 10 (e t ) log 10
5
t log 10 (e) 0.3979
0.3979
t
0.4343
t 0.9163 s
39. The bisection method of finding roots of nonlinear equations falls under the category of a (an)
_________ method.
(A) open
(B) bracketing
(C) random
(D) graphical
(A) 0
(B) 1.5
(C) 2
6
Numerical – M.A.S Final 5
(D) 3
f (t ) te t 0.3
42. To find the root of f(x) = 0, a scientist is using the bisection method. At the beginning of an iteration,
x x
the lower and upper guesses of the root are l and u . At the end of the iteration, the absolute
relative approximate error in the estimated value of the root would be
xu
(A)
xu x
x
(B)
xu x
xu x
(C)
xu x
xu x
(D)
xu x
43. For an equation like x 0 , a root exists at
2
x 0 . The bisection method cannot be adopted to solve
this equation in spite of the root existing at x 0 because the function f x x
2
(A) is a polynomial
(B) has repeated roots at x 0
(C) is always non-negative
(D) has a slope equal to zero at x 0
44. The false-position method for finding roots of nonlinear equations belongs to a class of a (an)
____________ method.
(A) open
(B) bracketing
(C) random
(D) graphical
45. The Newton-Raphson method of finding roots of nonlinear equations falls under the category of
_____________ methods.
(A) bracketing
(B) open
(C) random
(D) graphical
46. The Newton-Raphson method formula for finding the square root of a real number R from the
equation x R 0 is,
2
7
Numerical – M.A.S Final 5
xi
(A) xi 1
2
3x
(B) xi 1 i
2
1 R
(C) xi 1 xi
2 xi
1 R
(D) xi 1 3xi
2 xi
47. The next iterative value of the root of x 4 0 using the Newton-Raphson method, if the initial
2
guess is 3, is
(A) 1.5
(B) 2.067
(C) 2.167
(D) 3.000
48. The root of the equation f ( x) 0 is found by using the Newton-Raphson method. The initial
x0 3 f 3 5
estimate of the root is , . The angle the line tangent to the function f (x) makes at
x 3 is 57 with respect to the x-axis. The next estimate of the root, x1 most nearly is
(A) –3.2470
(B) −0.24704
(C) 3.2470
(D) 6.2470
49. The root of x 4 is found by using the Newton-Raphson method. The successive iterative values of
3
(A) 1
(B) 2
(C) 3
(D) 4
8
Numerical – M.A.S Final 5
50. The secant method of finding roots of nonlinear equations falls under the category of _____________
methods.
(A) bracketing
(B) graphical
(C) open
(D) random
51. Every algebraic equation of the nth degree has exactly - - - - roots.
52. In bisection method if roots lies between a and b then f(a)×f(b) is - - - -
a) < 0 b) = 0 c) > 0 d) none of these
53. The root of the equation x3 – 2x – 5 = 0 lies between - - - -
a) 0 and 1 b) 1 and 2 c) 2 and 3 d) 3 and 4
54. In Newton Raphson method for finding the real root of equation f(x) = 0, the value of x is given by - - -
-
55. Which method is more useful in solving the differential equation y′ = f(x,y) with y(x0) = y0?
56. The secant method formula for finding the square root of a real number R from the equation
x 2 R 0 is
xi xi 1 R
(A)
xi xi 1
xi xi 1
(B)
xi xi 1
1 R
(C) xi
2 xi
2 xi2 xi xi 1 R
(D)
xi xi 1
57. The next iterative value of the root of x 4 0 using secant method, if the initial guesses are 3 and
2
4, is
(A) 2.2857
(B) 2.5000
(C) 5.5000
(D) 5.7143
58. For finding the root of sin x 0 by the secant method, the following choice of initial guesses would
not be appropriate.
π π
(A) and
4 2
9
Numerical – M.A.S Final 5
π 3
(B) and
4 4
π π
(C) and
2 2
π π
(D) and
3 2
59. Using the forwarded divided difference approximation with a step size of 0.2, the derivative of
f ( x) 5e 2.3 x at x 1.25 is
(A) 163.4
(B) 203.8
(C) 211.1
(D) 258.8
d x
(e ) 20.220
60. A student finds the numerical value of dx at x 3 using a step size of 0.2. Which of
the following methods did the student use to conduct the differentiation?
(A) Backward divided difference
(B) Calculus, that is, exact
(C) Central divided difference
(D) Forward divided difference
f ( x x) f ( x)
(A) f ' ( x)
x
f ( x x) f ( x)
(B) f ' ( x)
x
f ( x x) f ( x)
(C) f ' ( x) lim
x 0 x
f ( x x) f ( x)
(D) f ' ( x) lim
x 0 x
62. Using the forward divided difference approximation with a step size of 0.2, the derivative of the
function at x 2 is given as
11
Numerical – M.A.S Final 5
(E) 6.697
(F) 7.389
(G) 7.438
(H) 8.180
The forward divided difference approximation is
f ( xi 1 ) f ( xi )
f ( xi )
x
where
x i 2. 0
xi 1 2.2
x 0.2
Thus,
f (2.2) f (2.0)
f (2.0)
0.2
9.0250 7.3890
0.2
8.180
63. A student finds the numerical value of f ( x) 20.220 atx 3 using a step size of 0.2. Which of the
following methods did the student use to conduct the differentiation if f x is given in the table
below?
11
Numerical – M.A.S Final 5
Allowed to use the forward divided difference, backward divided difference or central
divided difference approximation of the first derivative, the best estimate for the acceleration
dv
a in m / s of the rocket at t 1.5 seconds is
2
dt
(A) 83.33
(B) 128.33
(C) 173.33
(D) 183.33
v(ti 1 ) v(ti 1 )
a(t )
2(x)
where
t i 1 .5 s
t i 1 1.8 s
t i 1 1.2 s
x 0.3 s
Thus,
v1.8 v1.2
a(1.5)
2(0.3)
300 223
0.6
128.33 m / s 2
65. In a circuit with an inductor of inductance L , a resistor with resistance R , and a variable voltage
source E (t ) ,
di
E (t ) L Ri
dt
The current, i, is measured at several values of time as
Time, t (secs) 1.00 1.01 1.03 1.1
Current, i (amperes) 3.10 3.12 3.18 3.24
If L 0.98 henries and R 0.142 ohms, the most accurate expression for E (1.00) is
3.24 3.10
(A) 0.98 (0.142)(3.10)
0.1
(B) 0.142 3.10
12
Numerical – M.A.S Final 5
3.12 3.10
(C) 0.98 (0.142)(3.10)
0.01
3.12 3.10
(D) 0.98
0.01
di i (ti1 ) i(ti )
dt ti1 ti
where
ti 1.00
ti1 1.01
di 3.12 3.10
dt 0.01
di
E (t ) L Ri
dt
3.12 3.10
E (1) 0.98 (0.142)(3.10)
0.01
66. The number of different polynomials that can go through two fixed data points
x1 , y1 and x2 , y2
is
A) 0
B) 1
C) 2
D) infinite
67. Given n+1 data pairs, a unique polynomial of degree __________________ passes through n 1 data
points.
(E) n 1
(F) n 1 or less
(G) n
(H) n or less
69. Polynomials are the most commonly used functions for interpolation because they are easy to
(E) evaluate
(F) differentiate
(G) integrate
(H) evaluate, differentiate and integrate
13
Numerical – M.A.S Final 5
70. Given n 1 data points x0 , y0 , x1 , y1 ,......, xn1 , y n1 , xn , y n , assume you pass a function f (x)
through all the data points. If now the value of the function f (x) is required to be found outside the
range of the given x-data, the procedure is called
(I) extrapolation
(J) interpolation
(K) guessing
(L) regression
71. Given three data points (1,6), (3,28), and (10, 231), it is found that the function
y 2 x 2 3x 1
passes through the three data points. Your estimate of y at x 2 is most nearly
(M) 6
(N) 15
(O) 17
(P) 28
72. The data of the velocity of a body as a function of time is given as follows.
Time (s) 0 15 18 22 24
E) 27.867
F) 28.333
G) 30.429
H) 43.000
vt a0 a1t
Since we want to find the velocity at t 16 , we choose the two data points that are closest to t 16
and that also bracket t 16 . Those two points are t0 15 and t1 18 . Then
t0 15, vt0 24
t1 18, vt1 37
gives
v15 a0 a1 15 24
v18 a0 a1 18 37
14
Numerical – M.A.S Final 5
a0 41
a1 4.3333
Hence
vt a0 a1t
41 4.3333t , 15 t 18
28.333 m/s
73. The following data of the velocity of a body as a function of time is given as follows.
Time (s) 0 15 18 22 24
(A) 27.867
(B) 28.333
(C) 30.429
(D) 43.000
For second order polynomial interpolation (also called quadratic interpolation), we choose the velocity
given by
Since we want to find the velocity at t 16 , we need to choose the three data points that are closest
to t 16 and that also bracket t 16 . These three points are t0 15 , t1 18 , and t2 22 .
t0 15, vt0 24
t1 18, vt1 37
t 2 22, vt 2 25
gives
15
Numerical – M.A.S Final 5
a0 323.86
a1 38.905
a2 1.0476
Hence
At t 16 ,
30.429 m/s
74. The Lagrange polynomial that passes through the 3 data points is given by
x 15 18 22
y 24 37 25
f 2 x L0 x 24 L1 x 37 L2 x 25
The value of L1 x at x 16 is
(A) –0.071430
(B) 0.50000
(C) 0.57143
(D) 4.3333
75. The following data of the velocity of a body is given as a function of time.
Time (s) 10 15 18 22 24
A quadratic Lagrange interpolant is found using three data points, t 15 , 18 and 22. From this
information, at what of the times given in seconds is the velocity of the body 26 m/s during the
time interval of t 15 to t 22 seconds.
(A) 20.173
16
Numerical – M.A.S Final 5
(B) 21.858
(C) 21.667
(D) 22.020
n
vn (t ) Li (t )v(ti )
i 0
where
t0 15, vt0 24
t1 18, vt1 37
t2 22, vt2 25
gives
n t tj
Li (t )
j 0 ti t j
j i
2 t tj t t1 t t2
L0 (t )
j 0 t 0 t j t0 t1 t0 t2
j 0
2 t tj t t 0 t t 2
L1 (t )
j 0 t1 t j t1 t 0 t1 t 2
j 1
2 t tj t t 0 t t1
L2 (t )
j 0 t 2 t j t 2 t 0 t 2 t1
j 2
t t1 t t 2 t t0 t t 2 t t0 t t1
v2 (t ) v(t0 ) v(t1 ) v(t 2 )
t0 t1 t0 t 2 t1 t0 t1 t 2 t 2 t0 t 2 t1
17
Numerical – M.A.S Final 5
t 18 t 22 t 15 t 22 t 15 t 18
v(15) v(18) v(22)
15 18 15 22 18 15 18 22 22 15 22 18
t 18 t 22 t 15 t 22 t 15 t 18
26 24 37 25
15 18 15 22 18 15 18 22 22 15 22 18
t 18 t 22 t 15 t 22 t 15 t 18
26 24 37 25
3 7 3 4 7 4
t 2 40t 396 t 2 37t 330 t 2 33t 270
26 24 37 25
21 12 28
26 1.1429t 45.714t 452.57 3.0833t 114.08t 1017.5
2 2
0.89286t 29.464t 241.07
2
26 1.0476t 2 38.905t 323.86
0 1.0476t 2 38.905t 349.86
38.905 38.9052 4 1.0476 349.86
t
2 1.0476
21.858 and 15.278
4
(e
2 x
4 x 2 8) dx
76. The exact value of 1 most nearly is
(I) 6.0067
(J) 5.7606
(K) 60.0675
(L) 67.6075
4
(e
2 x
4 x 2 8) dx
77. The approximate value of 1 by a single application of Simpson’s 3/8 rule is
(M) 61.3740
(N) 60.0743
(O) 59.3470
(P) 58.8992
4
(e
2 x
4 x 2 8) dx
78. The approximate value of 1 by a multiple-segment Simpson’s 3/8 rule with n=6
segments is most nearly
(Q) 60.8206
(R) 60.6028
(S) 61.0677
(T) 60.0675
79. The two-segment trapezoidal rule of integration is exact for integrating at most ________ order
polynomials.
(A) first
18
Numerical – M.A.S Final 5
(B) second
(C) third
(D) fourth
2.2
xe
x
dx
80. The value of 0.2 by the using one-segment trapezoidal rule is most nearly
(A) 11.672
(B) 11.807
(C) 20.099
(D) 24.119
f (a) f (b)
b
f x dx (b a)
a
2
where
a 0.2
b 0.2
f x xe x
f 0.2 0.2e 0.2
0.24428
f 2.2 2.2e 2.2
19.855
0.24428 19.855
2.2
xe dx 2.2 0.2
x
2
0.2
2 10.050
20.099
2.2
xe dx
x
81. The value of 0.2 by using the three-segment trapezoidal rule is most nearly
(A) 11.672
(B) 11.807
(C) 12.811
(D) 14.633
ba n1
b
f x dx f ( a ) 2 f (a ih ) f (b)
a
2n i1
19
Numerical – M.A.S Final 5
where
a 0 .2
b 2 .2
n3
ba
h
n
2 .2 0 .2
3
0.66667
f ( x ) xe x
Thus
2 2
f ( 0.2) 2 f (0.2 i 0.66667) f (2.2)
6 i1
1
f (0.2) 2 f (0.86667) 2 f 1.5333 f (2.2)
3
where
Hence
2.2
0.2
0.3333338.433
12.811
21
Numerical – M.A.S Final 5
x 2 y 2 x 3, y0 5
dy
2
82. The differential equation dx is
(A) linear
(B) nonlinear
(C) linear with fixed constants
(D) undeterminable to be linear or nonlinear
5 y 2 sin x, y0.3 5
dy
3
dx
and using a step size of h 0.3 , the value of y0.9 using Euler’s method is most nearly
(A) 35.318
(B) 36.458
(C) 658.91
(D) 669.05
2
85. Newton-Raphson method is used to find the root of the equation x - 2 = 0. If iterations are started
from - 1, then iterations will be
A.converge to -1
B.converge to √2
D.no coverage
86. Which of the following statements applies to the bisection method used for finding roots of
functions?
A.Converges within a few iterations
21
Numerical – M.A.S Final 5
A.1
B.0
C.f(k)- f(0)
D.f(x + k) - f(x)
D.None of these
Ans - C
B.Both algebraic and transcendental and also used when the roots are complex
Ans - A
90. The order of error s the Simpson's rule for numercal integration with a step size h is
A.h
B.h2
C.h3
D.h4
91. Errors may occur in performing numerical computation on the computer due to
A.Rounding errors
B.Power fluctuation
C.Operator fatigue
D.All of these
Ans - A
92. Which of the following statements applies to the bisection method used for finding roots of
functions?
22
Numerical – M.A.S Final 5
A. False position
B. Gauss seidal method
C. Newton-Raphson method
D. All of these
94. Newton-Raphson method of solution of numerical equation is not preferred when
D. None of these
A. Bisection method
B. False position
C. Newton-Raphson
D. Bairsto method
97. Let f(x) be an equation such that f(a) f(b) > 0 for two real numbers a and b. Then
at least one root of f(x) = 0 lies in (a, b)
no root lies in (a, b)
either no root or an even number of roots lie in (a, b)
None of these.
23
Numerical – M.A.S Final 5
24
Numerical – M.A.S Final 5
25
Numerical – M.A.S Final 5
26
Numerical – M.A.S Final 5
27
Numerical – M.A.S Final 5
28
Numerical – M.A.S Final 5
29