MCSC 202
MCSC 202
Mark Scored:
End Semester Examination
May/June 2022
Level : B.E./B.Sc./B.Tech. Course : MCSC 202
Year : II Semester: II
Exam Roll No. : Time: 30 mins. F.M. : 10
Fill in the blank space(s) by writing the most appropriate word(s) or symbol(s).
2. For any two numbers and , the absolute error in the product is given by the formula
______________________ .
3. An error results from ignoring all but a finite number of terms of an infinite series is called
__________________________________.
5. The root of equation = 1 lies on [0,1]. Total steps required to solve it using bisection method
is ______________ if = 0.0001.
8. The first approximate series solution to the initial value problem = + , (0) = 1, using
Picard’s method is = ___________________________________ .
SECTION “B”
[10Q. 0.5 = 5 marks]
Fill in the blank space(s) by selecting the most appropriate answer from among the given ones.
(DO NOT TICK the answer)
15. To find the root of equation ( ) = 0 in ( , ) using the false position is given by the formula
____________________________.
( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )
[ ( ) ( )
; ( ) ( )
; ( ) ( )
; ( ) ( )
]
16. Bessel’s formula for interpolation gives the most accurate result for ______________, where the
symbol has its usual meaning.
[0 ≤ ≤ 1⁄4; 1⁄4 ≤ ≤ 3⁄4; −1⁄4 ≤ ≤ 1⁄4; −1⁄4 ≤ ≤ 0]
18. For given initial value problem = − , (0) = 1, the value of (1) with step size ℎ = 1 using
Euler’s method is ________________________ .
[0; 1; 2; 3]
19. Simpson’s 1/3 rule requires the division of the whole range into ________________ number of
subintervals of width h.
[multiple of 1; multiple of 2; multiple of 3; multiple of 4]
1 5 ‖ ‖
20. For a given matrix = , =_________________.
7 −3
[8; 7; 6; 5]
KATHMANDU UNIVERSITY
End Semester Examination
May/June 2022
Level : B.E./B.Sc./B.Tech. Course : MCSC 202
Year : II Semester: II
Time : 2 hrs. 30 mins. F.M. : 50
SECTION “C”
[6Q. 7 = 42 marks]
1. Prove that iteration method converges linearly. Solve the following equation using fixed point
iteration method correct to 4 decimal places using initial approximation = 3:
[3+4]
= ln (4 + − )
OR
Prove that Newton’s method converges quadratically. Solve the following equation using
Newton’s method correct to 4 decimal places using initial approximation = 7:
[3+4]
+ − −4=0
2. Derive Newton’s divided difference interpolation formula. Find a polynomial that passes through
the points (−3, −23), (1, −11), (2, −23), (5,1) and estimate the value of at = 3 [3+3+1]
3. Describe least square curve fitting process of a linear curve = + . The velocity of a
liquid is known to vary with temperature according to quadratic law = + + . Find the
value of , and for the following data: [3+4]
1 2 3 4 5 6 7
2.31 2.01 1.80 1.66 1.55 1.47 1.41
4. Discuss Gauss-Seidel method and its convergent criteria for the solution of a linear system.
Solve the following system of equations starting with the initial vector (0,0,0) correct to 4
decimal places: [2+1+4]
5 + + 2 = 10
−3 + 9 + 4 = −14
+ 2 − 7 = −33
5. Solve the boundary value problem: +3 = + sin( ) , (−5) = 10, (13) = 23, using
finite difference method with step size ℎ = 4.5 [7]
6. Derive Simpson’s 1⁄3 formula to compute the value of a definite integral =∫ ( ) . Use
Simpson’s formula to compute the integral = ∫ √
by taking 10 strips. [3+4]
SECTION “D”
[4Q. 2 = 8 marks]
x 1 5 9 13
y 200 154 112 90
9. Given = − , (0) = 2. Estimate (2) using Runge-Kutta second order method (Total no.
of subintervals: = 2).