La&nm MCQ
La&nm MCQ
1) For 𝑎 < 𝑏, if 𝑓(𝑎) > 0 and 𝑓(𝑏) > 0, where 𝑓(𝑥) is continuous in any
interval containing 𝑎 and 𝑏, then
A) There is exactly one root of 𝑓(𝑥) between 𝑎 and 𝑏.
B) There are more than one root of 𝑓(𝑥) between 𝑎 and 𝑏.
C) There is at least one root of 𝑓(𝑥) between 𝑎 and 𝑏.
D) There may or may not be any root of 𝑓(𝑥) between 𝑎 and 𝑏.
A) 7/4
B) 97/56
C) 3/2
D) 347/200
8) Newton-Raphson method is used to find the root of the equation
𝑥 2 − 2 = 0. If iterations are started from − 1, then iterations will be
A) converge to 1.414
B) converge to −1.414
C) converge to 1
D) not converge
9) The root of equation 𝑥 3 + 𝑥 − 3 = 0, is lies in the interval [1, 2]. After
second iteration by Regular – falsi method it will be in
A) [1.17798, 2]
B) [1.125, 2]
C) [1.125, 1.17798]
D) None of the above.
10) The root of equation 𝑥 2.2 − 69 = 0, is lies in the interval [6, 7]. After
third iteration by Bisection method it will be in
A) [6.75, 7]
B) [6.75, 6.875]
C) [6.5, 6.75]
D) None of the above
11) The second iterative value of the root of 𝑥 = 𝑒 −𝑥 , using the Newton-
Raphson method, if the initial guess is 1, is
A) 0.6839397
B) 0.5784545
C) 0.5774545
D) None of the above
12) If
A) 0.0014
B) 0.0004
C) 0.0008
D) 0.0010
13) Then ∆3 tan(0.15) =
A) 0.0001
B) 0.0002
C) 0.0003
D) 0.0004
15) ∆2 𝑐𝑜𝑠2𝑥 =
A) 4𝑠𝑖𝑛2 ℎ 𝑐𝑜𝑠2(𝑥 + ℎ)
B) 4𝑠𝑖𝑛2 ℎ 𝑐𝑜𝑠(𝑥 + ℎ)
C) - 4𝑠𝑖𝑛2 ℎ 𝑐𝑜𝑠2(𝑥 + ℎ)
D) - 4𝑠𝑖𝑛2 ℎ 𝑐𝑜𝑠(𝑥 + ℎ)
𝑏
24) To approximate the value of ∫𝑎 𝑓(𝑥)𝑑𝑥 by Simpson’s 1/3rd rule 𝑓(𝑥)
is approximated by an interpolating polynomial of degree.
A) 1
B) 2
C) 3
D) None of the above
𝑑𝑦
A) = 𝑠𝑖𝑛𝑥 − 5𝑦 2 , 𝑦(0) = 5
𝑑𝑥
𝑑𝑦 1
B) = [𝑠𝑖𝑛𝑥 − 5𝑦 2 ] , 𝑦(0) = 5
𝑑𝑥 3
𝑑𝑦 1 𝑦3
C) = [−𝑐𝑜𝑠𝑥 − 5 ], 𝑦(0) = 5
𝑑𝑥 3 3
𝑑𝑦 1
D) = 𝑠𝑖𝑛𝑥, 𝑦(0) = 5
𝑑𝑥 3
𝑑𝑦 𝑑𝑦
26) Given 3 + √𝑦 = 𝑒 0.1𝑥 , 𝑦(0.6) = 4.8794 , then estimate of at 0.9 by
𝑑𝑥 𝑑𝑥
using Euler’s method with ℎ = 0.3 is
A) −0.37319
B) −0.35381
C) −34.341
D) None of the above
𝑑𝑦
27) Given + 2𝑥𝑦 = 1, 𝑦(0) = 0, use R-K Second order method with ℎ =
𝑑𝑥
0.2
y(0.2) =
A) 0.190
B) 0.192
C) 0.194
D) None of the above
4
(e
2 x
4 x 2 8) dx
28) The approximate value of 1 by Simpson’s 3/8 rule is
with n=3 is
A) 61.3740
B) 60.0743
C) 59.3470
D) 58.8992
𝑑𝑦
29) Given = 1 + 𝑦 2 , Where y=0 when x=0, to find the value of y(0.2)
𝑑𝑥
by using R-K 4th order method (Take h=0.2)
The value of 𝑘2 =
A) 0.2
B) 0.202
C) 0.20204
D) None of the above
The value of 𝑘4 =
A) 0.20816
B) 0.20204
C) 0.202
D) None of the above
The value of 𝑦(0.2) =
A) 0.202
B) 0.20204
C) 0.2027
D) 0.20816
𝑑𝑦
30) Given 3 + 5𝑦 2 = 𝑠𝑖𝑛𝑥, 𝑦(0.3) = 5, use Euler’s method with ℎ = 0.3
𝑑𝑥
Find 𝑦(0.6) =
A) -7.4704
B) -8.4704
C) -7.4074
D) None of the above
Find 𝑦(0.9) =
A) -36.458
B) -35.318
C) -658.91
D) -669.05
31) The order of convergence of bisection method is
A) 1 B) 2 C) 3 D) 0
𝑏
35) Simpson’s 3/8th rule for evaluation of ∫𝑎 𝑓(𝑥)𝑑𝑥 requires the interval [𝑎, 𝑏]
to be divided into
A) 2n sub intervals of equal width
B) 2n+1 sub intervals of equal width
C) Any number of sub intervals of equal width
D) 3n sub intervals of equal width
OBJECTIVE TYPE QUESTIONS ON LINEAR ALGEBRA
4 2
1) For the Matrix [ ], the Eigen value corresponding to the Eigen vector
2 4
121
[ ] is
121
A) 2
B) 4
C) 6
D) 8
−5 −3 1 0
2) Given that A = [ ] and I = [ ] the value of 𝐴3 is
2 0 0 1
A) 15A+12I
B) 19A+30I
C) 19A-30I
D) 17A+21I
3) A 5 x 7 matrix has all its entries is equal to 1 then the rank of the matrix
is
A) 5
B) 7
C) 1
D) 0
3 4
𝑎 𝑏
1) Let 𝑆 = {[ ] /𝑎, 𝑏, 𝑐, 𝑑 ∈ 𝑄},
𝑐 𝑑
(Here R-real number set, Q-rational number set)
X) S is a vector space over R
Y) S is a vector space over Q
a) X is true, Y is false.
b) X is false, Y is true.
c) Both X and Y are true.
d) Both X and Y are false.
2) If U and W are subspaces of a vector space V over a field F. Then U ∩
W is
a) Not a subspace of V(F)
b) a subspace of V(F)
c) a subspace of V(F) only if U ∩ W = {0̅}
d) Data is insufficient to conclude.
3) Let V be the vector space of all 2 X 2 matrices with real entries over field
F.
W1 = { A ϵ V / det (A) = 0}
𝑎 𝑏
𝑊2 = {[ ] /𝑎 + 𝑏 = 0, }
𝑐 𝑑
a) W1 is a subspace and W2 is not a subspace.
b) W1 is a not subspace and W2 is a subspace.
c) W1 is a subspace and W2 is also a subspace.
4) Let R3 be the vector space over the field of real numbers. Then
W2 = {(x,y,z) / x+ 2y =1}
a) W1 is a subspace and W2 is not a subspace.
b) W1 is a not subspace and W2 is a subspace.
5) Let R3 be the vector space over the field real numbers. Then
W2 = {(0,a,-a) / aϵ R}
a) W1 is a subspace and W2 is not a subspace.
b) W1 is a not subspace and W2 is a subspace.
c) W1 is a subspace and W2 is also a subspace.
d) W1 is not a subspace and W2 is also not a subspace
c) {(2,6),(1,3)}
d) {(1,0),(0,2)}
a) t =2 , s = -6
b) t = 8, s=2
c) t= 13/2 , s=0
d) t= 7 ,s=1
a) -1
b) 2
c) 1
d) 3
a) X is true,Y is false.
b) X is false, Y is true.
b){logx, logx2,logx3}
5𝑦+𝑥 4𝑥−2𝑦
b) ( , )
3 3
5𝑦−𝑥 4𝑥+2𝑦
c) ( , )
2 5
d) (3𝑥 + 𝑦, 2𝑦)
a) X is true,Y is false.
b) X is false, Y is true.
c) Both X and Y are true.
1
1
c) [32 1]
3 3
1
−1
d) [31 ]
1
3
B= {(0,0,1),(2,3,4),(1,1,0)}
B’ = {(1,0,0),(1,1,0),(0,1,1)}
4 0 −3
a)[−1 0 1]
3 1 −2
4 0 3
b) [−1 0 1]
−3 1 2
1 3 0
c) [−1 −1 1]
1 4 0
1 3 0
d) [−1 1 −1]
1 −4 0
20) Linear transformation T:𝑅4 → 𝑅4 defined by
T(x,y,z,w) = (x+y, y+z, 2x+y+3z, z-y) then Rank(T)
a) 3
b) 4
c) 1
d) 2
a) {0̅} b) P3 c) P2 d)None
then
a) dim(W) = 3 b) dim(W) = 0
a) T: 𝑅2 → R defined by T(x, y) = xy
25) Match list-I with list-II and select the correct answer using the
List-II (Matrices of T)
0 0 0 1 0
1 1 0
a) b) 1 0 0 c) 1 1
0 1 1
0 1 0 0 1
1 1 0 0 0 1
d) 0 1 1
0 0 1
a) a c d b
b) b c d a
c) c d b a
d) c b a d
26) Relative to the basis B={(1, 2, 3), (2, 0, 1),(1, -1, 0)} for R3, a vector 𝛼