0% found this document useful (0 votes)
180 views50 pages

Sinhgad Technical Educational Society's RMD Sinhgad School of Engineering, Warje, Pune - 411058 Question Bank (Multiple Choice Questions)

The document contains multiple choice questions related to numerical methods from the subject of Engineering Mathematics - III. There are 15 questions in total related to numerical methods topics like LU decomposition, Cholesky decomposition, Gauss elimination method, and Gauss elimination method with partial pivoting. For each question, there are 4 options given as possible answers and one correct choice is marked.

Uploaded by

rashmi kenvat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
180 views50 pages

Sinhgad Technical Educational Society's RMD Sinhgad School of Engineering, Warje, Pune - 411058 Question Bank (Multiple Choice Questions)

The document contains multiple choice questions related to numerical methods from the subject of Engineering Mathematics - III. There are 15 questions in total related to numerical methods topics like LU decomposition, Cholesky decomposition, Gauss elimination method, and Gauss elimination method with partial pivoting. For each question, there are 4 options given as possible answers and one correct choice is marked.

Uploaded by

rashmi kenvat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 50

Sinhgad Technical Educational Society’s

RMD Sinhgad School of Engineering, Warje, Pune – 411058


Question Bank (Multiple Choice Questions)
Subject: Engineering Mathematics – III Class: SE

UNIT – II
Numerical Methods

((MARKS)) 1
(1/2/3...)

((QUESTION)) In the LU decomposition method for the system AX = B the Matrix A=LU
Where L and U are ___________.
((OPTION_A))
l 11 l12 l13 u11 0 0
L= 0 l22 l23 U= u12 u22 0
0 0 1 u31 u32 1

((OPTION_B))
1 0 0 1 u12 u13
L= l21 1 0 U= 0 1 u23
l31 l32 1 0 0 1

((OPTION_C))
1 0 0 u11 U12 u13
L= l21 1 0 U= 0 u22 u23
l31 l32 1 0 0 u33

((OPTION_D))
l11 0 0 u11 u12 u13
L= l21 l22 0 U= 0 u22 u23
l31 l32 l33 0 0 u33

C
((CORRECT_CH
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)

((QUESTION)) In the cholesky method for the system of equation AX = B then. A


decomposed as _____________.
((OPTION_A)) LLT

((OPTION_B)) ULT

((OPTION_C)) UL

((OPTION_D)) LU

((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) In the cholesky method for the system of equation AX = B. the coefficient
matrix A decomposed as ______.
((OPTION_A)) LU

((OPTION_B)) LU-1

((OPTION_C)) LUT

((OPTION_D)) UUT

((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method for equation x + 4y –z = - 5 ; x + y -6z = - 12;


3x – y – z = 4 elimination of x given ___________.
((OPTION_A)) -3y + 4z = 7
-13y +5z = -19
((OPTION_B)) –3y – 5z = –7
–13y + 2z = 19

((OPTION_C)) 3y + 4z = -7
13y – 2z = 13

((OPTION_D)) 13y – 5z = 19
4y – 5z = 13
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method for the equations x + 4y – z = – 5 ;


x + y – 6z = – 12 ; 3x – y – z = 4 elimination of x given – 3y – 5z = –7 ;
–13y + 2z = 19 then value of x , y, z are,
((OPTION_A))
17 −13 12
𝑥= ;𝑦 = ;𝑧 =
7 7 7

((OPTION_B)) 117 −81 148


𝑥= ;𝑦 = ;𝑧 =
71 71 71
((OPTION_C)) 117 213 31
𝑥= ;𝑦 = ;𝑧 =
21 21 21
((OPTION_D)) 213 579 213
𝑥= ;𝑦 = ;𝑧 =
5 5 2

((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination , elimination of x for equations,


10𝑥 − 7𝑦 + 3𝑧 + 5𝑢 = 6
−6𝑥 + 8𝑦 − 𝑧 − 4𝑢 = 5
3𝑥 + 𝑦 + 4𝑧 + 11𝑢 = 2
5𝑥 − 9𝑦 − 2𝑧 + 4𝑢 = 7
Gives _______.

((OPTION_A)) 3.8𝑦 + 0.8𝑧 − 𝑢 = 8.6


3.1𝑦 + 3.1𝑧 + 9.5𝑢 = 0.2
−5.5𝑦 − 3.5𝑧 + 1.5𝑢 = 4

((OPTION_B)) 3.8𝑦 − 0.8𝑧 + 𝑢 = 7.2


3.1𝑦 + 3.1𝑧 + 9.2𝑢 = 0.2
−5.5𝑦 − 3.5𝑧 + 1.5𝑢 = 4

((OPTION_C)) 3.8𝑦 − 0.8𝑧 + 𝑢 = 7.2


3.1𝑦 + 3.1𝑧 + 9.2𝑢 = 0.2
−5.5𝑦 − 3.5𝑧 − 1.5𝑢 = 4

((OPTION_D)) 3.8𝑦 = 0.8𝑧 − 𝑢 = 8.6


3.1𝑦 − 3.2𝑧 + 9.3𝑢 = 0.2
−5.5𝑦 + 3.5𝑧 + 2.5𝑢 = 2
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By the Gauss’s elimination method for the equations.


4𝑥1 + 𝑥2 + 𝑥3 = 4
𝑥1 + 4𝑥2 − 2𝑥3 = 4
3𝑥1 + 2𝑥2 − 4𝑥3 = 6
Elimination of X1 reduces to ________.
((OPTION_A)) 3.75𝑥2 − 1.25𝑥3 = 5
2.13𝑥2 + 1.35𝑥3 = 3
((OPTION_B)) 3.75𝑥2 + 2.25𝑥3 = 3
1.25𝑥2 + 4.75𝑥3 = 3

((OPTION_C)) 3.75𝑥2 + 1.25𝑥3 = 5


2.13𝑥2 − 1.35𝑥3 = 3

((OPTION_D)) 3.75𝑥2 − 2.25𝑥3 = 3


1.25𝑥2 − 4.75𝑥3 = 3
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method elimination of X for the equation


10𝑥 + 2𝑦 + 𝑧 = 9
2𝑥 + 20𝑦 − 2𝑦 = −44
−2𝑥 + 3𝑦 + 10𝑧 = 22
Reduces to ________.
((OPTION_A)) 17.2𝑦 − 3.2𝑧 = 15.3
12.5𝑦 + 10.2𝑧 = 23.8
((OPTION_B)) 19.6𝑦 − 2.2𝑧 = −45.8
3.4𝑦 + 10.2𝑧 = 23.8

((OPTION_C)) 19.6𝑦 − 3.5𝑧 = −45.8


3.4𝑦 + 10.2𝑧 = 23.8

((OPTION_D)) 19.6𝑦 + 2.2𝑧 = 45.8


3.2𝑦 − 10.1𝑧 = 2.38
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method with partial pivoting the elimination of 𝑥1


From the equation
8𝑥2 + 2𝑥3 = −7 3
3𝑥1 + 5𝑥2 + 2𝑥3 = 8
6𝑥1 + 2𝑥2 + 8𝑥3 = 26
Reduces to ____________.

((OPTION_A)) 8𝑥2 + 2𝑥3 = −7


4𝑥2 − 2𝑥3 = −5
((OPTION_B)) 8𝑥2 − 2𝑥3 = 5
4𝑥2 + 2𝑥3 = 7

((OPTION_C)) 7𝑥2 + 5𝑥3 = 2


3𝑥2 − 5𝑥3 = 7

((OPTION_D)) 9𝑥1 + 5𝑥3 = −7


3𝑥1 − 5𝑥3 = −5
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method elimination of 𝑥2 𝑓𝑟𝑜𝑚


8𝑥2 + 2𝑥3 = −7
4𝑥2 − 2𝑥3 = −5
Reduces to __________.

((OPTION_A)) 3
5𝑥2 =
2
((OPTION_B)) 5
−3𝑥3 =
2
((OPTION_C)) 5
3𝑥3 =
2
((OPTION_D)) 3
−3𝑥3 = −
2
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss’s elimination method elimination of 𝑥 from the equation,


2𝑥 + 𝑦 + 𝑧 = 1 0
3𝑥 + 2𝑦 + 3𝑧 = 18
𝑥 + 4𝑦 + 9𝑧 = 16
Reduces to _________.

((OPTION_A)) 0.5𝑦 + 1.5𝑧 = 3


3.5𝑦 + 8. .5𝑧 = 11
((OPTION_B)) 0.5𝑦 − 1.5𝑧 = 5
3.2𝑦 − 8.5𝑧 = −7

((OPTION_C)) 0.5𝑦 − 3𝑧 = 2.5


3.5𝑦 − 8.3𝑧 = −11

((OPTION_D)) 2.3𝑦 + 1.5𝑧 = 3


7.5𝑦 + 3.2𝑧 = 11
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss elimination method with partial pivoting elimination of 𝑥 from


The equations.
2𝑥 + 𝑦 + 𝑧 = 10
3𝑥 = 2𝑦 + 3𝑧 = −18
𝑥 + 4𝑦 + 9𝑧 = 16
Reduces to _________.

((OPTION_A)) 8.2𝑦 − 7.3𝑧 = 11


0.33𝑦 − 𝑧 = −2
((OPTION_B)) 0.33 + 8𝑧 = 10
−0.33𝑦 − 𝑧 = −2

((OPTION_C)) 0.33𝑦 − 8𝑧 = 10
−0.33𝑦 + 2𝑧 = −5

((OPTION_D)) 0.33𝑦 − 8𝑧 = 11
0.33𝑦 − 𝑧 = −5
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss elimination Method elimination of 𝑥 from the equations,


2𝑥 + 2𝑦 + 𝑧 = 12
3𝑥 + 2𝑦 + 2𝑧 = 8
5𝑥 + 10𝑦 − 8𝑧 = 10
Reduces to _____.
((OPTION_A)) −𝑦 + 0.5𝑧 = −10
5𝑦 − 10.5𝑧 = −20
((OPTION_B)) −𝑦 − 0.5𝑧 = 5
5𝑦 + 10.5𝑧 = 20

((OPTION_C)) −𝑦 − 0.5𝑧 = 5
5𝑦 − 10.5𝑧 = 20

((OPTION_D)) −𝑦 + 0.5𝑧 = 2
5𝑦 + 10.5𝑧 = 2
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)

((QUESTION)) By Gauss elimination method elimination of


𝑥1 from Equation,
4𝑥1 + 11𝑥2 − 𝑥3 = 33
5𝑥1 − 𝑥2 − 2𝑥3 = 142
𝑥1 − 3𝑥2 − 𝑥3 = −30
Reduces to ______.

((OPTION_A)) 13.5𝑥2 − 12.3𝑥3 = 123.3


14.3𝑥2 − 13.5𝑥3 = 73.2
((OPTION_B)) 𝑥2 − 3𝑥2 = 175
2𝑥2 − 5𝑥3 = 132

((OPTION_C)) −14.75𝑥2 − 0.75𝑥3 = 100.75


−5.75𝑥2 − 0.75𝑥3 = −38.25

((OPTION_D)) −14.75𝑥2 + 0.75𝑥3 = 100


−5.75𝑥2 + 0.75𝑥3 = 38
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss elimination method with partial pivoting elimination of 𝑥1 from equation
4𝑥1 + 11𝑥2 − 𝑥3 = 33
5𝑥1 − 𝑥2 − 2𝑥3 = 142
𝑥1 − 3𝑥2 − 𝑥3 = −30
((OPTION_A)) 2.8𝑥2 + 0.6𝑥3 = −58.4
11.8𝑥2 + 0.6𝑥3 = 80.4
((OPTION_B)) 11.8𝑥2 − 0.6𝑥3 = −58.4
−2.8𝑥2 − 0.6𝑥3 = −80.6
((OPTION_C)) 11.8𝑥2 + 0.6𝑥3 = −80.6
−2.8𝑥2 − 0.6𝑥3 = −58.4
((OPTION_D)) −2.8𝑥2 − 0.6𝑥3 = −80.6
11.8𝑥2 + 0.6𝑥3 = −58.4
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) Elimination of x1 by Gauss elimination method with partial pivoting from
𝑥1 − 2𝑥2 + 3𝑥3 + 9𝑥4 = 5
3𝑥1 + 10𝑥2 + 4𝑥3 + 2𝑥4 = 7
11𝑥1 + 5𝑥2 + 9𝑥3 + 2𝑥4 = 13
2𝑥1 + 3𝑥2 + 7𝑥3 + 6𝑥4 = 11
Reduces to ___________.
((OPTION_A)) 2.09𝑥2 + 5𝑥3 + 7.2𝑥4 = 1.83
1.03𝑥2 − 3.83𝑥3 + 1.55𝑥4 = 3.64
−2.09𝑥2 + 8.64𝑥3 + 1.55𝑥4 = 3.82
((OPTION_B)) 8.64𝑥2 + 1.55𝑥3 + 8.82𝑥4 = 1.2
2.09𝑥2 + 5.36𝑥3 − 5.64𝑥4 = 8.64
−2.45 + 2.18𝑥3 + 1.55𝑥4 = 3.82
((OPTION_C)) 2.09𝑥2 − 5.32𝑥3 + 5.64𝑥4 = 2.1
3.02𝑥2 − 11.3𝑥3 − 1.45𝑥4 = 3.45
−2.09𝑥2 + 8.64𝑥3 + 1.55𝑥4 = 3.82
((OPTION_D)) 8.64𝑥2 + 1.55𝑥3 + 1.45𝑥4 = 3.45
2.09𝑥2 + 5.36𝑥3 + 5.64𝑥4 = 8.64
−2.45𝑥2 + 2.18𝑥3 + 8.82𝑥4 = 3.82
((CORRECT_CH D
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss –Jordan method by elimination of X given
𝑥+𝑦+𝑧 = 9
−5𝑦 − 2𝑥 = −5
𝑦 + 2𝑧 = 13
Then elimination y reduces to _________.
((OPTION_A)) 𝑥 − 1.4𝑧 = 10
−5𝑦 + 2𝑧 = −5
2𝑧 = 13
((OPTION_B)) 𝑥 + 5𝑧 = 3
−5𝑦 + 2𝑧 = −5
3𝑧 = 12
((OPTION_C)) 𝑥 + 1.4𝑧 = 10
−5𝑦 + 2𝑧 = −5
2.4𝑧 = 12
((OPTION_D)) 𝑥+𝑦=9
−5𝑦 + 2𝑧 = −5
2𝑧 = 13
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss –Jordan method by elimination of X given.
2𝑥 − 3𝑦 + 𝑧 = −1
4𝑦 + 5𝑧 = 25
3𝑦 + 𝑦 = 12
Then elimination of Y reduces to_____________.

((OPTION_A)) 2𝑥 + 4.75𝑧 = 17.75


4𝑦 + 5𝑧 = 25
−2.25𝑧 = −16.75
((OPTION_B)) 2𝑥 + 𝑧 = −1
2𝑦 + 5𝑧 + 22
2.75𝑧 = 16.75
((OPTION_C)) 2𝑥 − 𝑧 = −1
4𝑦 + 5𝑧 = 25
𝑧=2
((OPTION_D)) 2𝑥 + 4.75𝑧 = 17.75
2𝑦 + 5𝑧 = 22
𝑧=2
((CORRECT_CH A
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss –Jordan method by elimination of X given.
10𝑥 + 𝑦 + 𝑧12 ; 𝑥 + 10𝑦 + 𝑧 = 12; 𝑥 + 𝑦 + 10𝑧 = 12 elimination of 𝑥 given
10𝑥 + 𝑦 + 𝑧 = 12 ; 9.9𝑦 + 0.9𝑧 = 10.8 ; 0.9𝑦 + 9.9𝑧 = 10.8
Then elimination of y reduces to __________.

((OPTION_A)) 10𝑥 + 𝑧 = 12
9.9𝑦 + 0.0𝑧 = 10.8
9.9𝑧 = 10.8
((OPTION_B)) 10𝑥 + 0.91𝑧 = 10.91
9.9𝑦 + 0.9𝑧 = 10.8
9.82𝑧 = 9.82
((OPTION_C)) 10𝑥 + 𝑧 = 12
10𝑦 + 𝑧 = 12
10𝑧 = 12
((OPTION_D)) 10𝑥 + 0.91𝑧 = 10.91
9.9𝑦 + 0.9𝑧 = 10.8
9.9𝑧 = 10.8
((CORRECT_CH B
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss –Jordan method after elimination of 𝑥 𝑎𝑛𝑑 𝑦 equations are
10𝑥 + 0.91𝑧 = 10.91
9.9𝑦 + 0.9𝑧 = 10.8
9.82𝑧 = 9.82
Then elimination of Z reduces to _______.
((OPTION_A)) 10𝑥 = 10
9.9𝑦 = 9.9
9.82𝑧 = 9.82
((OPTION_B)) 10𝑥 = 10𝑥
9.3𝑦 = 9.5
9.82𝑧 = 10.3
((OPTION_C)) 𝑥=5
𝑦=3
𝑧=1
((OPTION_D)) 9𝑥 = 5
9.9𝑦 = 9.3
9.82𝑧 = 9.82
((CORRECT_CH A
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss – Jordan method from equation 2𝑥 − 3𝑦 + 4𝑧 = 7 ; 5𝑥 − 2𝑦 − 2𝑧 = 7 ;
6𝑥 − 3𝑦 + 10𝑧 = 12 elimination of X given
2𝑥 − 3𝑦 + 4𝑧 = 7
5.5𝑦 − 8𝑧 = −10.5
6𝑦 − 2𝑦 = −9
Then elimination of 𝑦 reduces to __________.
((OPTION_A)) 2𝑥 − 3𝑦 + 4𝑧 = 7
3.3𝑦 − 8𝑧 = 7
2𝑧 = 5
((OPTION_B)) 2𝑥 − 0.36𝑧 = 1.27
5.5𝑦 − 8𝑧 = −10.5
3.12𝑧 = 5.32
((OPTION_C)) 2𝑥 + 4𝑧 = 7
5.5𝑦 − 8𝑧 = −10.5
−2𝑧 = −9
((OPTION_D)) 2𝑥 − 0.36𝑧 = 1.27
5.5𝑦 − 8𝑧 = −10.5
6.73𝑧 = 2.45
((CORRECT_CH D
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss – Jordan method from the equation 𝑥1 + 2𝑥2 + 𝑥3 = 8 ; 2𝑥1 + 3𝑥2 + 4𝑥3 =
20 ; 4𝑥1 + 3𝑥2 + 2𝑥3 = 16, elimination of 𝑥1 gives
𝑥3 + 2𝑥2 + 𝑥3 = 8
−𝑥2 + 2𝑥3 = 4
−5𝑥2 − 2𝑥3 = −16
Then elimination of 𝑥2 reduces to __________.
((OPTION_A)) 𝑥1 + 𝑥3 = 8
−𝑥2 + 2𝑥3 = 4
−12𝑥3 = −36
((OPTION_B)) 𝑥1 + 5𝑥3 = 16
−𝑥2 − 2𝑥3 = 4
−2𝑥3 = −16
((OPTION_C)) 𝑥1 + 5𝑥3 = 16
−𝑥2 + 2𝑥3 = 4
−12𝑥3 = −36
((OPTION_D)) 𝑥1 + 𝑥3 = 8
−𝑥2 + 2𝑥3 = 4
−2𝑥3 = −16
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By triangular factorization method
2𝑥1 + 2𝑥2 + 3𝑥3 = 4
4𝑥1 − 2𝑥2 + 𝑥3 = 9
𝑥1 + 5𝑥2 + 4𝑥3 = 3
The Matrices L and U are.

1 0 0 2 2 3
𝐿 = 21 1 0
2
𝑈=0 −6 −5
− 1 0 0 −5/6
2 3

With LUX =B and UX =z then value of z=_______.


((OPTION_A)) 𝑍1 = 1, 𝑍2 = 3, 𝑍3 = 4
((OPTION_B)) 5
𝑍1 = , 𝑍2 = 3, 𝑍4 = 4
3
((OPTION_C)) 𝑍1 = 3, 𝑍2 = 4, 𝑍3 = 5
((OPTION_D)) 𝑍1 = 4, 𝑍2 = 1 , 𝑍3 = 5/3
((CORRECT_CH D
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By the Gauss – Secidal method for the system of equation
10𝑥1 + 𝑥2 + 𝑥3 = 12
2𝑥1 + 10𝑥2 + 𝑥3 = 13
2𝑥1 + 2𝑥2 + 10𝑥3 = 14

(1) (1) (1)


The first iterative value 𝑥1 ; 𝑥2 ; 𝑥3 are --------

(1)
((OPTION_A)) 𝑥1 = 1.2

(1)
𝑥2 = 1.06

(1)
𝑥3 = 0.948
(1)
((OPTION_B)) 𝑥1 = 1.06

(1)
𝑥2 = 1.2

(1)
𝑥3 = 1.06
(1)
((OPTION_C)) 𝑥1 = 2.5

(1)
𝑥2 = 1.2

(1)
𝑥3 = 1.06
(1)
((OPTION_D)) 𝑥1 = 1.2

(1)
𝑥2 = 1.06

(1)
𝑥3 = 1.25
((CORRECT_CH A
OICE))
(A/B/C/D)
1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss seidal iterative method the values of 𝑥 (1) , 𝑦 (1) , 𝑧 (1) for the equations
28𝑥 + 4𝑦 + 𝑧 = 32
𝑥 + 3𝑦 + 10𝑧 = 24
2𝑥 + 17𝑦 + 4𝑦 = 35
Are ------
((OPTION_A)) 𝑥 (1) = 2.143

𝑦 (1) = 3.124

𝑧 (1) = 24.321

((OPTION_B)) 𝑥 (1) = 1.43

𝑦 (1) = 7.619

𝑧 (1) = 24.321
((OPTION_C)) 𝑥 (1) = 1.143

𝑦 (1) = 7.619

𝑧 (1) = 24.202
((OPTION_D)) 𝑥 (1) = 1.143

𝑦 (1) = 3.124

𝑧 (1) = 24.202
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By gauss Seidel Method the first iterative value of the equations.

27𝑥1 + 6𝑥2 − 𝑥3 = 85
6𝑥1 + 15𝑥2 + 2𝑥3 = 72
𝑥1 + 𝑥2 + 54𝑥3 = 110
Are-------.

((OPTION_A)) (1)
𝑥1 = 3.148

(1)
𝑥2 = 3.541
(1)
𝑥3 = 1.913

((OPTION_B)) (1)
𝑥1 = 3.148

(1)
𝑥2 = 4.321

(1)
𝑥3 = 1.913

((OPTION_C)) (1)
𝑥1 = 3.148

(1)
𝑥2 = 4.321

(1)
𝑥3 = 3.413

((OPTION_D)) (1)
𝑥1 = 3.148

(1)
𝑥2 = 3.541

(1)
𝑥3 = 4.312

((CORRECT_CH A
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss Seidal method the first iterative values of the equations

2𝑥 + 𝑦 + 6𝑧 = 9
8𝑥 + 3𝑦 + 2𝑧 = 13
𝑥 + 5𝑦 + 𝑧 = 7
Are ___________.

((OPTION_A))
𝑥 (1) = 1.625
𝑦 (1) = 1.075
𝑧 (1) = 1.231
((OPTION_B)) 𝑥 (1) = 1.075
𝑦 (1) = 2.312
𝑧 (1) = 0.921
((OPTION_C))
𝑥 (1) = 1.625
𝑦 (1) = 1.075
𝑧 (1) = 0.779
((OPTION_D)) 𝑥 (1) = 1.625
𝑦 (1) = 2.321
𝑧 (1) = 1.231
((CORRECT_CH C
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) By Gauss Seidal method the first iterative values of the equation.
6𝑥1 + 𝑥2 + 𝑥3 = 105
4𝑥1 + 8𝑥2 + 3𝑥3 = 155
5𝑥1 + 4𝑥2 − 10𝑥3 = 65
Are ____.
((OPTION_A)) (1)
𝑥1 = 17.5
(1)
𝑥2 = 9.876
(1)
𝑥3 = 13.32
((OPTION_B)) (1)
𝑥1 = 17.5
(1)
𝑥2 = 10.625
(1)
𝑥3 = 6.5
((OPTION_C)) (1)
𝑥1 = 17.5
(1)
𝑥2 = 9.876
(1)
𝑥3 = 7.32
((OPTION_D)) (1)
𝑥1 = 17.5
(1)
𝑥2 = 9.876
(1)
𝑥3 = 6.5
((CORRECT_CH B
OICE))
(A/B/C/D)
1
((MARKS))
(1/2/3...)
((QUESTION)) 𝑑𝑦
In Euler’s method, = 𝑓 (𝑥, 𝑦) 𝑤𝑖𝑡ℎ 𝑐𝑜𝑛𝑑𝑖𝑡𝑖𝑜𝑛 𝑥 = 𝑥0 , 𝑦 =
𝑑𝑥
𝑦0, 𝑎𝑛𝑑 𝑖𝑛𝑡𝑒𝑔𝑟𝑎𝑙 ℎ 𝑡ℎ𝑒𝑛 𝑦1 =…..
((OPTION_A)) 𝑦0 + 𝑓(𝑥0 , 𝑦0 )
((OPTION_B)) 𝑦0 + ℎ𝑓(𝑥1 , 𝑦0 )
((OPTION_C)) ℎ𝑓(𝑥1 , 𝑦0 )
((OPTION_D)) 𝑦0 + ℎ𝑓(𝑥0 , 𝑦0 )
((CORRECT_CH D
OICE))
(A/B/C/D)

1
((MARKS))
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method, for the differential equation = 𝑓(𝑥, 𝑦)with initial condition
𝑑𝑥
𝑥0, 𝑦0, and interval h the value of 𝑦𝑛+1 is …..
((OPTION_A)) 𝑦𝑛 + ℎ𝑓(𝑥𝑛 , 𝑦𝑛 )
((OPTION_B)) 𝑦𝑛 + 𝑓(𝑥𝑛−1 , 𝑦𝑛−1 )
((OPTION_C)) 𝑦𝑛 + ℎ𝑓(𝑥𝑛−1 , 𝑦𝑛−1 )
((OPTION_D)) 𝑦𝑛−1 + ℎ𝑓(𝑥𝑛 , 𝑦𝑛−1 )
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s theorem, for the differential equation 𝑑𝑥 = 𝑓(𝑥, 𝑦)with initial condition
𝑥0, 𝑦0, and interval h the value of 𝑦2 is ….
((OPTION_A)) 𝑦0 + ℎ𝑓(𝑥0 , 𝑦0 )
((OPTION_B)) 𝑦0 + ℎ𝑓(𝑥1 , 𝑦1 )
((OPTION_C)) 𝑦1 + ℎ𝑓(𝑥1 , 𝑦1 )
((OPTION_D)) 𝑦 + 𝑓(𝑥1 , 𝑦1 )
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (1)
In the Euler’s modified method the value of 𝑦1 is …..
((OPTION_A)) 𝑦0 + ℎ[𝑓 (𝑥0 , 𝑦0 ) + 𝑓 (𝑥1 , 𝑦1 )]
((OPTION_B)) ℎ
𝑦0 + [𝑓(𝑥0 , 𝑦0 ) + 𝑓 (𝑥1 , 𝑦1 )]
2
((OPTION_C)) 𝑦1 + ℎ[𝑓(𝑥0 , 𝑦0 ) + 𝑓(𝑥1 , 𝑦1 )]
((OPTION_D)) ℎ
𝑦1 + [𝑓(𝑥0 , 𝑦0 ) + 𝑓 (𝑥1 , 𝑦1 )]
2
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) In the Euler’s modified method the value of 𝑦𝑛+1 can be improve by the formula
(𝑚+1)
𝑦𝑛+1 = ….
((OPTION_A)) ℎ
𝑦𝑛 + [ 𝑓 (𝑥𝑛 , 𝑦𝑛 ) + 𝑓 (𝑥𝑛+1 , 𝑦𝑛+1 ) ]
2
((OPTION_B)) 𝑦𝑛+1 + ℎ [𝑓(𝑥𝑛 , 𝑦𝑛 ) + 𝑓(𝑥𝑛+1 , 𝑦𝑛+1 )]
((OPTION_C)) (𝑚)
𝑦𝑛 + ℎ[𝑓 (𝑥𝑛 , 𝑦𝑛 ) + 𝑓 (𝑥𝑛+1 , 𝑦𝑛+1 )]

((OPTION_D)) ℎ (𝑚)
𝑦𝑛 + [ 𝑓 (𝑥𝑛 , 𝑦𝑛 ) + 𝑓 (𝑥𝑛+1 , 𝑦𝑛+1 ) ]
2
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s theorem, for = 1 + 𝑥𝑦 with initial conditions 𝑥 = 0, 𝑦 = 1the value of
𝑑𝑥
𝑦1 with ℎ = 0.1 is ……
((OPTION_A)) 2
((OPTION_B)) 1
((OPTION_C)) 1.1
((OPTION_D)) 0.9
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method, for 𝑑𝑥 = 1 + 𝑥𝑦 with initial conditions 𝑥 = 0, 𝑦 = 1the value of 𝑦2
with ℎ = 0.1 is ……
((OPTION_A)) 2.3
((OPTION_B)) 2
((OPTION_C)) 1.8
((OPTION_D)) 2.12
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
Using Euler’s method, for 𝑑𝑥 = 𝑥 + 𝑦 with initial conditions 𝑥0 = 0, 𝑦0 = 1and ℎ =
0.1 the value of 𝑦1 is ….
((OPTION_A)) 1.5
((OPTION_B)) 0.9
((OPTION_C)) 1.1
((OPTION_D)) 1
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
Using Euler’s method, for 𝑑𝑥 = 𝑥 + 𝑦 with initial conditions 𝑥0 = 0, 𝑦0 = 1 and ℎ =
0.1 the value of 𝑦 𝑎𝑡 𝑥 = 0.3 is….
((OPTION_A)) 1.362
((OPTION_B)) 1.523
((OPTION_C)) 1.22
((OPTION_D)) 1.421
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
Using Euler’s method, for 𝑑𝑥 = 𝑥 + 𝑦 + 𝑥𝑦 with 𝑦(0) = 1, taking step size ℎ = 0.025
the value of 𝑦 at 𝑥 = 0.05 is ….
((OPTION_A)) 1.0756
((OPTION_B)) 1
((OPTION_C)) 1.025
((OPTION_D)) 1.0519
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
Using Euler’s method, for = 𝑥 + 𝑦 + 𝑥𝑦 with 𝑦(0) = 1, taking step size ℎ = 0.025
𝑑𝑥
the value of 𝑦1 is …..
((OPTION_A)) 1.0518
((OPTION_B)) 1.025
((OPTION_C)) 1.25
((OPTION_D)) 1.1
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
Using Euler’s method for the equation 𝑑𝑥
= 𝑥 2 + 𝑦; 𝑦(0) = 1 and ℎ = 0.05 the value
of 𝑦 𝑎𝑡 𝑥 = 0.1 𝑖𝑠 …
((OPTION_A)) 1.1
((OPTION_B)) 1.0525
((OPTION_C)) 1.1026
((OPTION_D)) 1.05
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method the value of 𝑦(1.2) with ℎ = 0.1 for the equation 𝑑𝑥 =
1−𝑥𝑦
; 𝑦(1) = 1 is …..
𝑥2
((OPTION_A)) 1.1579
((OPTION_B)) 0.99174
((OPTION_C)) 0.8213
((OPTION_D)) 1.1213
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 𝑦 1
By Euler’s Method for the equation + = 2 , 𝑦(1) = 1with ℎ = 0.1 the value foe
𝑑𝑥 𝑥 𝑥
𝑦(1.1) 𝑖𝑠 ….

((OPTION_A)) 1
((OPTION_B)) 1.1
((OPTION_C)) 1.2
((OPTION_D)) 1.25
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method for 𝑑𝑥 = log(𝑥 + 𝑦) 𝑤𝑖𝑡ℎ 𝑦(1) = 2 , ℎ = 0.2 the value of 𝑦2 correct
up to 3 decimal places is _____.
((OPTION_A)) 2.224
((OPTION_B)) 2.032
((OPTION_C)) 2.132
((OPTION_D)) 2.466
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦
B y modified Euler’s method the value of 𝑦1 𝑓𝑜𝑟 𝑡ℎ𝑒 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛 𝑑𝑥 = 𝑥 2 + 𝑦 ,
𝑦(0) = 1 𝑤𝑖𝑡ℎ 𝑥 = 0.1 𝑎𝑛𝑑 ℎ = 0.05 𝑖𝑠..
((OPTION_A)) 1.0538
((OPTION_B)) 0.0538
((OPTION_C)) 1.0513
((OPTION_D)) 1.0525
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦
By modified Euler’s method the value od 𝑦2 for 𝑑𝑥
= 𝑥 2 + 𝑦 with 𝑥0 = 0,
𝑦1 = 1.0513 and ℎ = 0.05 is ______.
((OPTION_A)) 1.114
((OPTION_B)) 1.1155
((OPTION_C)) 1.055
((OPTION_D)) 1.1055
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦
By modified Euler’s method the value of 𝑦1 𝑓𝑜𝑟 𝑑𝑥 = log(𝑥 + 𝑦 ) 𝑤𝑖𝑡ℎ 𝑦(1) = 2
And ℎ = 0.2 𝑖𝑠 _________.
((OPTION_A)) 2.2332
((OPTION_B)) 2.2328
((OPTION_C)) 1.8875
((OPTION_D)) 1.9873
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦
By modified Euler’s method the value of 𝑦2 𝑓𝑜𝑟 𝑑𝑥
= log(𝑥 + 𝑦 ) 𝑤𝑖𝑡ℎ 𝑥0 = 1
𝑦1 = 2.2332 and h = 0.2 is _____.
((OPTION_A)) 1.3558
((OPTION_B)) 2.4799
((OPTION_C)) 2.4924
((OPTION_D)) 1.3589
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (1) 𝑑𝑦 1−𝑥𝑦
By modified Euler’s method the value of 𝑦1 for = with 𝑦(1) = 1
𝑑𝑥 𝑥2

And ℎ = 0.1 is _____.


((OPTION_A)) 0.9959
((OPTION_B)) 0.8267
((OPTION_C)) -0.0826
((OPTION_D)) 0.7986
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦 1−𝑥𝑦
By modified Euler’s method the value of 𝑦1 for 𝑑𝑥 = 𝑥2
with 𝑦(1) = 1 and 𝑦1 =
0.9959 𝑎𝑛𝑑 ℎ = 0.1 is ____.
((OPTION_A)) 0.9959
((OPTION_B)) 0.9961
((OPTION_C)) -0.0791
((OPTION_D)) 0.9605
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦 1−𝑥𝑦
By modified Euler’s method the value of 𝑦2 for = with 𝑥0 = 1 and
𝑑𝑥 𝑥2

𝑦1 = 0.9605 𝑎𝑛𝑑 ℎ = 0.1 𝑖𝑠 ____.


((OPTION_A)) −0.0476
((OPTION_B)) 0.9605
((OPTION_C)) 0.9532
((OPTION_D)) 0.9558
((CORRECT_CH A
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By modified Euler’s method the value of 𝑦1 for = 𝑥 2 + 𝑦 𝑤𝑖𝑡ℎ 𝑦(0) = 1
𝑑𝑥
𝑎𝑛𝑑 ℎ = 0.05 𝑖𝑠 ______.
((OPTION_A)) 1
((OPTION_B)) 1.5
((OPTION_C)) 0.05
((OPTION_D)) 1.05
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By modified Euler’s method the value of 𝑦1 for = log(𝑥 + 𝑦) with 𝑦(1) = 2;
𝑑𝑥
ℎ = 0.1 is________
((OPTION_A)) 2.1099
((OPTION_B)) 2
((OPTION_C)) 1.0986
((OPTION_D)) 2.3256
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method the value of 𝑦1 for for 𝑑𝑥 = log(𝑥 + 𝑦) with 𝑦(1) = 2;
ℎ = 0.2 is________
((OPTION_A)) 2
((OPTION_B)) 0.2
((OPTION_C)) 2.2197
((OPTION_D)) 1.0986
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method the value of 𝑦2 for 𝑑𝑥 = √𝑥 + 𝑦 with 𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.1 is ___.

((OPTION_A)) 1
((OPTION_B)) 1.2095
((OPTION_C)) 1.0954
((OPTION_D)) 1.1
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑢 1
By Euler’s method the value of 𝑦2 for 𝑑𝑥 = 𝑥+𝑦 with 𝑥0 = 0 , 𝑦0 = 1 𝑎𝑛𝑑 ℎ = 0.1 𝑖𝑠 _.

((OPTION_A)) 1.1833
((OPTION_B)) 1
((OPTION_C)) 1.1
((OPTION_D)) 0.8333
((CORRECT_CH A
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method the value of 𝑦2 for = √𝑥 + 𝑦 with 𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.2 is ___.
𝑑𝑥

((OPTION_A)) 1
((OPTION_B)) 1.2
((OPTION_C)) 1.1832
((OPTION_D)) 1.4366
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By Euler’s method the value of 𝑦2 for 𝑑𝑥 = 1 + 𝑥𝑦 with initial condition
𝑥 = 0, 𝑦 = 1 𝑎𝑛𝑑 ℎ = 0.05 𝑖𝑠 ____.
((OPTION_A)) 1.05
((OPTION_B)) 1.1026
((OPTION_C)) 1.0525
((OPTION_D)) 2
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) (2) 𝑑𝑦
By modified Euler’s method the value of 𝑦1 for 𝑑𝑥 = √𝑥 + 𝑦 with initial condition
𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.1 𝑖𝑠 ____.
((OPTION_A)) 1.0976
((OPTION_B)) 1.0954
((OPTION_C)) 1.1049
((OPTION_D)) 1.2
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) In the second order range kutta method the value of 𝑦 𝑎𝑡 𝑥0 + ℎ is_____.
((OPTION_A)) 1
𝑥0 + 𝑘 𝑤ℎ𝑒𝑟𝑒 𝑘1 = ℎ 𝑓(𝑥0 , 𝑦0 ); 𝑘2 = ℎ𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘1 ) 𝑘 = [𝑘1 + 𝑘2 ]
2
((OPTION_B)) 𝑦0 + 𝑘 𝑤ℎ𝑒𝑟𝑒 𝑘1 = ℎ 𝑓(𝑥0 , 𝑦0 ); 𝑘2 = 4 ℎ 𝑓 (𝑥0 , 𝑦0 + 𝑘)
((OPTION_C)) 1
𝑦0 + 𝑤ℎ𝑒𝑟𝑒 𝑘 = [𝑘1 + 𝑘2 ]; 𝑘1 = ℎ 𝑓(𝑥0 , 𝑦0 ) 𝑘2 = ℎ𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘1 )
2
((OPTION_D)) 𝑥0 + 𝑘 𝑤ℎ𝑒𝑟𝑒 𝑘1 = ℎ 𝑓(𝑥0 , 𝑦0 ); 𝑘2 = ℎ(𝑥0 , 𝑦0 + 𝑘1 ) ; 𝑘 = [𝑘1 + 𝑘2 ]
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By the second order Rang-kutta method the value of 𝑦 𝑥 +ℎ = 𝑦0 + 𝑘 , 𝑤ℎ𝑒𝑟𝑒 𝑘 = .
𝑜

((OPTION_A)) 1
[𝑘 + 𝑘2 ]; 𝑘1 = ℎ(𝑥0 , 𝑦0 ) 𝑘2 = ℎ 𝑓 (𝑥0 + ℎ, 𝑦0 + 𝑘1 )
2 1
((OPTION_B)) 𝑘1 + 𝑘2 ; 𝑘1 = ℎ 𝑓(𝑥0 , 𝑦0 ); 𝑘2 = ℎ𝑓 (𝑥0 + ℎ, 𝑦0 + 𝑘1 )
((OPTION_C)) 𝑘1 − 𝑘2 ; 𝑘1 = 𝑓(𝑥0 , 𝑦0 ); 𝑘2 = 𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘1 )
((OPTION_D)) 1
[𝑘1 − 𝑘2 ]; 𝑘1 = 𝑓 (𝑥0 , 𝑦0 ); 𝑘2 = 𝑓(𝑥0 + ℎ , 𝑦0 + 𝑘1 )
2

((CORRECT_CH A
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) By fourth order Range kutta method the value of 𝑦1 = 𝑦0 + 𝑘 𝑤ℎ𝑒𝑟𝑒
ℎ 𝑘1 ℎ 𝑘2
𝑘1 = ℎ 𝑓 (𝑥0 , 𝑦0 ), 𝑘2 = ℎ𝑓 (𝑥0 + , 𝑦0 + ) , 𝑘 = ℎ 𝑓 (𝑥0 + , 𝑦0 + ) ;
2 2 2 2
𝑘4 = ℎ𝑓(𝑥0 + ℎ , 𝑦0 + 𝑘3 ) 𝑎𝑛𝑑 𝑘 = ________.

((OPTION_A)) 1
(𝑘 + 𝑘2 + 𝑘3 + 𝑘4 )
4 1
((OPTION_B)) 1 1
(𝑘1 + 𝑘2 ) + (𝑘3 + 𝑘4)
2 2
((OPTION_C)) 1 1
(𝑘3 + 𝑘4 ) − (𝑘3 − 𝑘4 )
2 2
((OPTION_D)) 1
(𝑘 + 2𝑘2 + 2𝑘3 + 𝑘4 )
6 1
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
For 𝑑𝑥 = 𝑓(𝑥, 𝑦)𝑤𝑖𝑡ℎ 𝑓0 (𝑥0 , 𝑦0 ); 𝑓1 (𝑥1 , 𝑦1 ), 𝑓2 (𝑥2 , 𝑦2 ), 𝑓3 (𝑥3 , 𝑦3 ) Milne predictor
formula 𝑦4𝑝 = _______.

((OPTION_A)) 4ℎ
𝑦0 + [𝑓 + 𝑓2 + 𝑓3 ]
3 1
((OPTION_B)) 4ℎ
𝑦0 + [2𝑓1 − 𝑓2 + 2𝑓3 ]
3
((OPTION_C)) 𝑦0 + ℎ [𝑓1 + 𝑓2 − 2𝑓3 ]
((OPTION_D)) ℎ
𝑦0 + [𝑓1 + 𝑓2 + 𝑓3 ]
3
((CORRECT_CH B
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
For = 𝑓(𝑥, 𝑦)𝑤𝑖𝑡ℎ 𝑓0 (𝑥0 , 𝑦0 ); 𝑓1 (𝑥1 , 𝑦1 ), 𝑓2 (𝑥2 , 𝑦2 ), 𝑓3 (𝑥3 , 𝑦3 ) Milne corrector
𝑑𝑥
formula 𝑦4𝑐 = _______.
((OPTION_A)) ℎ
𝑦2 + [𝑓2 + 4𝑓3 + 𝑓4 ]
3
((OPTION_B)) ℎ
𝑦1 + [𝑓1 + 𝑓2 + 𝑓3 ]
3
((OPTION_C)) ℎ
𝑦0 + [𝑓2 + 4𝑓3 + 𝑓4 ]
3
((OPTION_D)) ℎ
𝑦3 + [𝑓2 + 4𝑓3 + 𝑓4 ]
3
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1
By the second order Runge kutta method for = 𝑤𝑖𝑡ℎ 𝑥0 = 0, 𝑦0 = 1 𝑎𝑛𝑑
𝑑𝑥 𝑥+𝑦
ℎ = 0.2 𝑡ℎ𝑒 𝑣𝑎𝑙𝑢𝑒 𝑜𝑓 𝑦 𝑎𝑡 𝑥 = 0.2 𝑖 𝑠_____
((OPTION_A)) 1.2975
((OPTION_B)) 0.2
((OPTION_C)) 1.1715
((OPTION_D)) 0.1429
((CORRECT_CH C
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1
By second order range kutta method for 𝑑𝑥 = 𝑥+𝑦 ; 𝑥0 = 0, 𝑦1 = 1.1715 and ℎ =
0.2 the value of at 𝑥 = 0.4 𝑖𝑠 ____.
((OPTION_A)) 1.1715
((OPTION_B)) 0.7291
((OPTION_C)) 0.5823
((OPTION_D)) 1.5356
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By second order runge kutta method for = √𝑥 + 𝑦 , 𝑦(0) = 1 and ℎ = 0.1
𝑑𝑥
The value of 𝑦 at 𝑥 = 0.1 𝑖𝑠_____.
[ Given : K1 = 0.1 ; k2 = 1.0954]
((OPTION_A)) 0.5977
((OPTION_B)) 1.5977
((OPTION_C)) 2.0954
((OPTION_D)) 1.0954
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1−𝑥𝑦
By second runge kutta method for 𝑑𝑥 = 𝑥2
with 𝑦(1) = 1 𝑎𝑛𝑑 ℎ = 0.1 the value
Of 𝑦 𝑎𝑡 𝑥 = 0.1 𝑖𝑠 … ..
[Given: k1 =0 ; k2 = -0.0083]
((OPTION_A)) 1.0083
((OPTION_B)) 1.0042
((OPTION_C)) 1
((OPTION_D)) 0.9958
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By the second order runge kutta medthod for 𝑑𝑥 = 𝑥 2 + 𝑦 2 𝑤𝑖𝑡ℎ 𝑦(1) = 1.5 𝑎𝑛𝑑
ℎ = 0.1 𝑡ℎ𝑒 𝑣𝑎𝑙𝑢𝑒 𝑜𝑓 𝑦 𝑎𝑡 1.1 𝑖𝑠 ….
[Given : K1=0.3250 ; k2=0.4541 ]
((OPTION_A)) 1.8896
((OPTION_B)) 1.3896
((OPTION_C)) 0.3896
((OPTION_D)) 1.3250
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By the second order runge kutta method for 𝑑𝑥 = 𝑥𝑦 + 𝑦 2 𝑤𝑖𝑡ℎ 𝑦(0) = 1 𝑎𝑛𝑑 ℎ =
0.2 𝑡ℎ𝑒 𝑣𝑎𝑙𝑢𝑒 𝑜𝑓 𝑦 𝑎𝑡 𝑥 = 0.1 𝑖𝑠 …
[ Given K1 =0.2 ; K2 =0.336]

((OPTION_A)) 1.568
((OPTION_B)) 1.268
((OPTION_C)) 0.9832
((OPTION_D)) 1.436
((CORRECT_CH B
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦
By second order runge kutta method for equation 𝑑𝑥 = log(𝑥 + 𝑦); 𝑦(1) = 2 . and
ℎ = 0.1 𝑡ℎ𝑒 𝑣𝑎𝑙𝑢𝑒 𝑜𝑓 𝑦 𝑎𝑡 𝑥 = 0.1 𝑖𝑠 ___________.
[Given K1=0.199; k2=0.11166]
((OPTION_A)) 1.1662
((OPTION_B)) 2.0035
((OPTION_C)) 1.0986
((OPTION_D)) 2.1133
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1
For the equation 𝑑𝑥 = 2 (1 + 𝑥 2 ) 𝑦 2 𝑤𝑖𝑡ℎ 𝑦(0.1) = 1.06 𝑎𝑛𝑑 ℎ = 0.1 second order
Runge kutta method the value of 𝑦 𝑎𝑡 𝑥 = 0.2 𝑖𝑠 ____________.
((OPTION_A)) 1.4126
((OPTION_B)) 0.7052
((OPTION_C)) 0.6484
((OPTION_D)) 0.3526
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1
For the equation 𝑑𝑥 = 2 (1 + 𝑥 2 ) 𝑦 2 with 𝑥0 = 0; 𝑦0 = 1 𝑎𝑛𝑑 ℎ = 0.1 the value of y
at 𝑥 = 0.1 is _____.
((OPTION_A)) 1.2538
((OPTION_B)) 1.0529
((OPTION_C)) 0.5568
((OPTION_D)) 0.0529
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) 𝑑𝑦 1
By Runge kutta Fourth order the value of y at x=0.2 for the equation 𝑑𝑥 = 𝑥+𝑦 𝑤𝑖𝑡ℎ
𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.2 𝑖𝑠 ______.
[Given : k1=0.2, k2=0.1667, k3=0.1640, k4=0.1461]
((OPTION_A)) 1.1696
((OPTION_B)) 0.1696
((OPTION_C)) 0.3257
((OPTION_D)) 1.2579
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) Using Runge-kutta fourth order method the value of y at x=0.2 for
𝑑𝑦 𝑦 2 −𝑥 2
= with 𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.2 𝑖𝑠 _______.
𝑑𝑥 𝑦 2 +𝑥 2

[Given : k1=0.2, k2=0.1967, k3=0.1967, k4=0.1891]


((OPTION_A)) 1.2572
((OPTION_B)) 0.2572
((OPTION_C)) 0.1892
((OPTION_D)) 1.1960
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) Using Runge-kutta fourth order the value of y at x=0.4 for the equation
𝑑𝑦 𝑦 2 −𝑥 2
𝑑𝑥
= 𝑦2 +𝑥 2 with y(0.2) = 1.196, h=0.2 is _________.

[Given : k1=0.1891, k2=0.1795, k3=0.1793, k4=0.1688]


((OPTION_A)) 0.1793
((OPTION_B)) 1.196
((OPTION_C)) 1.193
((OPTION_D)) 1.3753
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Runge kutta fourth order method the value of Y at X= 1.1 for equation
𝑑𝑦
𝑑𝑥
= 3𝑥 + 𝑦 2 with 𝑦(1) = 1.2 𝑎𝑛𝑑 ℎ = 0.1 is _____

[Given : K1= 0.444; K2=0.5172; K3= 0.5278 ; K4 = 0.6285 ]


((OPTION_A)) 1.444
((OPTION_B)) 0.5271
((OPTION_C)) 1.6285
((OPTION_D)) 1.7271
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) By Runga Kutta fourth order method the value of X at Y=1.2 for equation
𝑑𝑦
𝑑𝑥
= 3𝑥 + 𝑦 2 with 𝑦(1.1) = 1.7271 𝑎𝑛𝑑 ℎ = 0.1 is ____

[Given : K1=0.6283, K2=0.7617; K3=0.7894; K4= 0.9933]

((OPTION_A)) 2.5144
((OPTION_B)) 1.9933
((OPTION_C)) 2.7873
((OPTION_D)) 1.7617
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By the fourth Runge Kutta method the value of Y at X=0.2 for the equation
𝑑𝑦 𝑦−𝑥
𝑑𝑥
= 𝑦+𝑥 ; 𝑦(0) = 1 𝑎𝑛𝑑 ℎ = 0.2 is ______.

[Given : K1=0.2, K2=0.1667, K3=0.1662, K4=0.1414]

((OPTION_A)) 2.2153
((OPTION_B)) 1.1679
((OPTION_C)) 1.1444
((OPTION_D)) 1.2975
((CORRECT_CH B
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value 𝑦 𝑝 (1.8) for the differential equation
𝑑𝑦
= 2 + √𝑥𝑦 𝑤𝑖𝑡ℎ
𝑑𝑥

X 1.0 1.2 1.4 1.6

Y 1.0 1.6 2.2771 3.0342

F(x,y) 3.0 3.3856 3.7855 4.2033

Is _____.
((OPTION_A)) 4.2355
((OPTION_B)) 4.7320
((OPTION_C)) 4.0379
((OPTION_D)) 4.3258
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑦 𝑝 (2) for the differential equation
𝑑𝑦
𝑑𝑥
= 2 + √𝑥𝑦 with

X 1.2 1.4 1.6 1.8

Y 1.6 2.2771 3.0342 4.0379

F(x,y) 3.3856 3.7855 4.2033 4.6960

Is ____.
((OPTION_A)) 5.0026
((OPTION_B)) 4.7210
((OPTION_C)) 5.5321
((OPTION_D)) 4.8923
((CORRECT_CH A
OICE))
(A/B/C/D)
((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑦 𝑝 (0.4) for the differential equation
𝑑𝑦
= 𝑥𝑦 + 𝑦 2 with
𝑑𝑥

X 0.0 0.1 0.2 0.3

Y 1.0000 1.1169 1.2773 1.5049

F(x,y) 1.0000 1.3591 1.8869 2.7132

Is ____.
((OPTION_A)) 1.5832
((OPTION_B)) 1.8344
((OPTION_C)) 1..9832
((OPTION_D)) 2.7253
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑓 (𝑥, 𝑦)𝑎𝑡 𝑥 = 1.8 𝑎𝑛𝑑 𝑦4𝑝 for the
differential equation
𝑑𝑦
𝑑𝑥
= 2 + √𝑥𝑦 with

X 1.0 1.2 1.4 1.6

Y 1.0 1.6 2.2771 3.0342

F(x,y) 3.0 3.3856 3.7855 4.2033

Is ____.
((OPTION_A)) 4.6960
((OPTION_B)) 3.8345
((OPTION_C)) 4.0379
((OPTION_D)) 5.2043
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑓 (𝑥, 𝑦)𝑎𝑡 𝑥 = 2, 𝑦4𝑝 for the differential
equation
𝑑𝑦
𝑑𝑥
= 2 + √𝑥𝑦 with

X 1.2 1.4 1.6 1.8

Y 1.6 2.2771 3.0342 4.0379

F(x,y) 3.3856 3.7855 4.2033 4.6960

Is ____.
((OPTION_A)) 4.0045
((OPTION_B)) 5.1631
((OPTION_C)) 5.0026
((OPTION_D)) 4.9832
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑓 (𝑥, 𝑦)𝑎𝑡 𝑥 = 0.8 𝑎𝑛𝑑 𝑦4𝑝 for the
differential equation
𝑑𝑦
𝑑𝑥
= 𝑥 − 𝑦 2 with

X 0.0 0.2 0.4 0.6

Y 0.0 0.020 0.0795 0.1762

F(x,y) 0.0 0.1996 0.3937 0.5689

Is ____.
((OPTION_A)) 0.707
((OPTION_B)) 0.609
((OPTION_C)) 0.832
((OPTION_D)) 0.632
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑓 (𝑥, 𝑦)𝑎𝑡 𝑥 = 0.4 ; 𝑦4𝑝 for the differential
equation
𝑑𝑦 1
𝑑𝑥
= 2 (1 + 𝑥 2 ) 𝑦 2 with

X 0.0 0.1 0.2 0.3

Y 1 1.06 1.12 1.21

F(x,y) 0.5 0.5674 0.6523 0.7979

Is ____.
((OPTION_A)) 0.797
((OPTION_B)) 0.345
((OPTION_C)) 0.812
((OPTION_D)) 0.946
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Predictor method the value of 𝑓 (𝑥, 𝑦)𝑎𝑡 𝑥 = 4.4 ; 𝑦4𝑝 for the differential
equation
𝑑𝑦 2−𝑦 2
𝑑𝑥
= 5𝑥
with

X 4 4.1 4.2 4.3

Y 1.0 1.0049 1.0097 1.0143

F(x,y) 0.05 0.0483 0.0467 0.0452

Is ____.
((OPTION_A)) 0.321
((OPTION_B)) 0.472
((OPTION_C)) 0.0044
((OPTION_D)) 0.049
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Corrector method the value of 𝑌 𝐶 (1.8) for the differential equation
𝑑𝑦
= 2 + √𝑥𝑦 with predictor value 𝑦4𝑝 , 𝑓4 = 4.696
𝑑𝑥

X 1.0 1.2 1.4 1.6

Y 1.0 1.6 2.2771 3.0342

F(x,y) 3.0 3.3856 3.7855 4.2033

Is ____.
((OPTION_A)) 4.5231
((OPTION_B)) 4.3547
((OPTION_C)) 3.963
((OPTION_D)) 3.0352
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 1
(1/2/3...)
((QUESTION)) By Milne’s Corrector method for the differential equation
𝑑𝑦
𝑑𝑥
= 2 + √𝑥𝑦 with

X 1.2 1.4 1.6 1.8

Y 1.6 2.2771 3.0342 4.0379

F(x,y) 3.3856 3.7855 4.2033 4.6960

And 𝑦4𝑝 = 5.0026.the value of 𝑦 𝑐 (2.0) is ______.


((OPTION_A)) 4.9109
((OPTION_B)) 4.2132
((OPTION_C)) 5.3212
((OPTION_D)) 5.0383
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) The System of equation 20𝑥 + 𝑦 − 2𝑧 = 17, 3𝑥 + 20𝑦 − 𝑧 = −18, 2𝑥 − 3𝑦 + 20𝑧 = 20
With initial approximation 𝑥 (0) = 0, 𝑦 (0) = 0, 𝑧 (0) = 0. Using Gauss-Seidel method, first
Iterative solution 𝑥 (1) , 𝑦 (1) , 𝑧 (1) is given by
((OPTION_A)) 0.8000, -1.0375, 1.0900
((OPTION_B)) 0.8500, -0.9, 1.1009
((OPTION_C)) 0.8000, -1.0275, 1.0109
((OPTION_D)) 0.8500, -1.0275, 0.7609
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) The system of equation 10𝑥 + 𝑦 + 𝑧 = 12, 2𝑥 + 10𝑦 + 𝑧 = 13, 2𝑥 + 2𝑦 + 10𝑧 = 14
With initial approximation 𝑥 (0) = 0, 𝑦 (0) = 0, 𝑧 (0) = 0. Using Gauss-Seidel method, first
Iterative solution 𝑥 (1) , 𝑦 (1) , 𝑧 (1) is given by
((OPTION_A)) 1.2, 1.06, 0.948
((OPTION_B)) 1.2, 1.30, 0.498
((OPTION_C)) 1.1, 1.46, 0.648
((OPTION_D)) 0.12, 1.8, 0.849
((CORRECT_CH A
OICE))
(A/B/C/D)
((MARKS)) 2
(1/2/3...)
((QUESTION)) The system of equation 27𝑥 + 6𝑦 − 𝑧 = 85, 6𝑥 + 15𝑦 + 2𝑧 = 72, 𝑥 + 𝑦 + 54𝑧 = 110
With initial approximation 𝑥 (0) = 0, 𝑦 (0) = 0, 𝑧 (0) = 0. Using Gauss-Seidel method, first
Iterative solution 𝑥 (1) , 𝑦 (1) , 𝑧 (1) is given by
((OPTION_A)) 33, 3.65, 1.19
((OPTION_B)) 3.1481, 3.5408, 1.9132
((OPTION_C)) 3, 3.40 ,1.29
((OPTION_D)) 3.1481, 3.5408, 1.1132
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) The system of equation 28𝑥 + 4𝑦 − 𝑧 = 32, 2𝑥 + 17𝑦 + 4𝑧 = 35, 𝑥 + 3𝑦 + 10𝑧 = 24
With initial approximation 𝑥 (0) = 0, 𝑦 (0) = 0, 𝑧 (0) = 0. Using Gauss-Seidel method, first
Iterative solution 𝑥 (1) , 𝑦 (1) , 𝑧 (1) is given by
((OPTION_A)) 0.875, 1.4429, 1.0719
((OPTION_B)) 0.875, 1.2944, 1.1907
((OPTION_C)) 1.1428, 1.9244, 1.7084
((OPTION_D)) 1.1428, 2.0588, 1.0784
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) The system of equation 2𝑥 + 𝑦 + 6𝑧 = 9, 8𝑥 + 3𝑦 + 2𝑧 = 13, 𝑥 + 5𝑦 + 𝑧 = 7
With initial approximation 𝑥 (0) = 0, 𝑦 (0) = 0, 𝑧 (0) = 0. Using Gauss-Seidel method, first
Iterative solution 𝑥 (1) , 𝑦 (1) , 𝑧 (1) is given by
((OPTION_A)) 1.1182, 1.057, 1.7007
((OPTION_B)) 1.625, 1.075, 0.7792
((OPTION_C)) 1.625, 1.4, 0.9277
((OPTION_D)) 1.1248, 1.570, 0.2279
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) 𝑑𝑦
Given equation is 𝑑𝑥 = 𝑓(𝑥, 𝑦) with initial condition 𝑥 = 𝑥0, , 𝑦 = 𝑦0 𝑎𝑛𝑑 ℎ is step size
Euler’s formula to calculate 𝑦1 𝑎𝑡 𝑥 = 𝑥0 + ℎ 𝑖𝑠 𝑔𝑖𝑣𝑒𝑛 𝑏𝑦.
((OPTION_A)) 𝑦1 = 𝑦0 + ℎ𝑓(𝑥0 , 𝑦𝑜 )
((OPTION_B)) 𝑦1 = 𝑦0 + ℎ𝑓(𝑥1 , 𝑦1 )
((OPTION_C)) 𝑦1 = 𝑦1 + ℎ𝑓(𝑥0 , 𝑦𝑜 )
((OPTION_D)) 𝑦1 = ℎ𝑓(𝑥0 , 𝑦𝑜 )
((CORRECT_CH A
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) 𝑑𝑦
Given equation is 𝑑𝑥 = 𝑓(𝑥, 𝑦) with initial condition 𝑥 = 𝑥0, , 𝑦 = 𝑦0 𝑎𝑛𝑑 ℎ is step size
(1)
Modified Euler’s formula to calculate 𝑦1 at 𝑥 = 𝑥0 + ℎ 𝑖𝑠 𝑔𝑖𝑣𝑒𝑛 𝑏𝑦.
((OPTION_A)) 𝑦0 + ℎ[𝑓 (𝑥0 , 𝑦0 ) + (𝑥1 , 𝑦1 )]
((OPTION_B)) ℎ
𝑦0 + [𝑓(𝑥0 , 𝑦0 ) + (𝑥1 , 𝑦1 )]
4
((OPTION_C)) ℎ
𝑦0 + [𝑓(𝑥0 , 𝑦0 ) + (𝑥1 , 𝑦1 )]
3
((OPTION_D)) ℎ
𝑦0 + [𝑓(𝑥0 , 𝑦0 ) + (𝑥1 , 𝑦1 )]
2
((CORRECT_CH D
OICE))
(A/B/C/D)
((MARKS)) 2
(1/2/3...)
((QUESTION)) In Runge-Kutta method of fourth order , K1, K2, K3, K4 are calculated then 𝑦 = 𝑦0 + 𝑘 . 𝑘3
Is calculated from
((OPTION_A)) ℎ
𝑓 (𝑥0 , 𝑦0 )
2
((OPTION_B)) ℎ 𝑘1
ℎ𝑓 ( 𝑥0 + , 𝑦0 + )
2 2
((OPTION_C)) ℎ ℎ 𝑘1
𝑓 (𝑥0 + , 𝑦0 + )
2 3 3
((OPTION_D)) ℎ
𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘1 )
3
((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) In Runge-Kutta method of fourth order,K1, K2, K3, K4 are calculated then 𝑦 = 𝑦0 + 𝑘 . 𝑘3
Is calculated from
((OPTION_A)) ℎ
𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘2 )
3
((OPTION_B)) ℎ ℎ 𝑘2
𝑓 (𝑥0 + , 𝑦0 + )
2 3 3
((OPTION_C)) ℎ 𝑘2
ℎ𝑓 (𝑥0 + , 𝑦0 + )
2 2
((OPTION_D)) ℎ
𝑓(𝑥0 , 𝑦0 )
2
((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
((QUESTION)) In Runge-Kutta method of fourth order, K1, K2, K3, K4 are calculated then 𝑦 = 𝑦0 + 𝑘 . 𝑘4
Is calculates from
((OPTION_A)) ℎ ℎ 𝑘3
𝑓 (𝑥0 + , 𝑦0 + )
3 2 2
((OPTION_B)) ℎ
𝑓(𝑥3 , 𝑦3 )
2
((OPTION_C)) ℎ
𝑓(𝑥0 , 𝑦0 )
2
((OPTION_D)) ℎ𝑓(𝑥0 + ℎ, 𝑦0 + 𝑘3 )
((CORRECT_CH D
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
𝑑𝑦
((QUESTION)) Solution of the differential equation 5𝑥 + 𝑦 2 − 2 = 0 is tabulated as
𝑑𝑥

x 4 4.1 4.2 4.3


y 1.0 1.0049 1.0097 1.0143
𝑝
And 𝑓1 = 0.0483, 𝑓2 = 0.0467, 𝑓3 = 0.0452. the value 𝑦4 𝑎𝑡 𝑥 = 4.4
By Milne’s predictor formula is

((OPTION_A)) 1.0038

((OPTION_B)) 1.0187

((OPTION_C)) 1.0

((OPTION_D)) 1.0085

((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
𝑑𝑦
((QUESTION)) Solution of the differential equation 5𝑥 𝑑𝑥 + 𝑦 2 − 2 = 0 is tabulated as

x 4 4.1 4.2 4.3


y 1.0 1.0049 1.0097 1.0143
𝑝
And 𝑓2 = 0.0467, 𝑓3 = 0.0452, 𝑓4 = 𝑓(𝑥4 , 𝑦4 ) = 0.0473. the value
𝑦4𝑐 𝑎𝑡 𝑥 = 4.4
By Milne’s corrector formula is

((OPTION_A)) 1.0058

((OPTION_B)) 1.0038

((OPTION_C)) 1.0187

((OPTION_D)) 1.0085

((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
𝑑𝑦
((QUESTION)) Solution of the differential equation 𝑑𝑥 = 𝑥 − 𝑦 2 is tabulated as

x 0.0 0.2 0.4 0.6


y 0.0 0.020 0.0795 0.1762
𝑝
And 𝑓1 = 0.1996, 𝑓2 = 0.3937, 𝑓3 = 0.5689. the value 𝑦4 𝑎𝑡 𝑥 = 0.8
By Milne’s predictor formula is

((OPTION_A)) 0.7564

((OPTION_B)) 0.3049

((OPTION_C)) 0.8080

((OPTION_D)) 0.9403

((CORRECT_CH B
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
𝑑𝑦
((QUESTION)) Solution of the differential equation 𝑑𝑥 = 2 + √𝑥𝑦 is tabulated as

x 1.0 1.2 1.4 1.6


y 1.0 1.6 2.2771 3.0342
𝑝
And 𝑓2 = 3.7855, 𝑓3 = 4.2033, 𝑓4 = 𝑓(𝑥4 , 𝑦4 0) = 4.696 the value
𝑦4𝑐 𝑎𝑡 𝑥 = 1.8
By Milne’s corrector formula is

((OPTION_A)) 3.3496

((OPTION_B)) 4.9634

((OPTION_C)) 3.9634

((OPTION_D)) 3.4963

((CORRECT_CH C
OICE))
(A/B/C/D)

((MARKS)) 2
(1/2/3...)
𝑑𝑦
((QUESTION)) Solution of the differential equation 𝑑𝑥 = 1 + 𝑥𝑦 is tabulated as

x 0.0 0.1 0.2 0.3


y 2.0 2.1103 2.243 2.4011
𝑝
And 𝑓0 = 1, 𝑓1 = 1.2110, 𝑓2 = 1.4486 , 𝑓3 = 1.7203 the value 𝑦4 𝑎𝑡 𝑥 =
0
By Adam’s predictor formula is

((OPTION_A)) 3.9845

((OPTION_B)) 2.5884

((OPTION_C)) 3.2187

((OPTION_D)) 4.2156

((CORRECT_CH B
OICE))
(A/B/C/D)

You might also like