You are on page 1of 2

Online End Semester Evaluation

(Start time: 10.30 a.m. and Submission time: 01.30 p.m.)


B. Tech. ( IV Sem )

Course Name: Introduction to Numerical Methods Date: 26 April 2021


Course Code: MA 192002 Max Marks: 50.

Instructions: 1. Students are required to submit only handwritten answer sheets through a single
PDF by taking sequential photos. The answer sheets should be sent by MIS.
2. Mention (a) Enrollment No. (b) Page No. (page/ total page, e.g. 1/10, 2/10, ) (c) Exam Date (d)
Year & Semester (e) Name and (f) Subject Details, on top right corner of each page of answer sheet.
3. Course instructor may penalize the student by deducting the marks, if answer is
adjudged to be copied during assessment. This act shall be recorded as UFM (unfair
means).
4. Assume suitable data wherever essential and mention it clearly.
5. Writing appropriate units, nomenclature, and drawing neat sketches/schematics wherever required
is an integral part of the answer.

Attempt all questions.


h 1 2 i
1. Find the dominant eigenvalue, correct to four decimal places, of the matrix A = by
3 4
h 1 i
using Power method. Use initial guess . [8]
1
dy
2. Derive the Euler formula for solving the ODE dt = f (t, y), y(t0 ) = y0 . [5]
dy
3. For solving the problem dt = f (t, y) = λy, y(0) = 1, λ < 0, we have following method:

yn+1 = yn + p1 h(f (tn , yn )), yn+2 = yn+1 + p2 h(f (tn+1 , yn+1 )), n = 0, 2, 4, ...,

where p1 , p2 > 0 and p1 + p2 = 2. Show that this method is stable for − p12p2 < λh < 0 &
1 − √12 < p1 , p2 < 1 + √12 . [8]

4. Use finite difference method to derive finite difference equations for the partial differential equa-
2 2
tion ∂∂xu2 + ∂∂yu2 = 2, 0 ≤ x, y ≤ 3, with boundary conditions u(x, 0) = u(x, 3) = u(0, y) = u(3, y) =
0. Use step sizes h = k = 1. Solve these finite difference equations by Gauss-elimination method.
[9]
Rb
5. Derive the Gaussian quadrature formula with three nodes for the integral a f (x)dx using method
of undetermined coefficient method. [8]

6. Using the following data, find the approximation f 0 (6.3) with error (i) O(h) (ii) O(h2 ) where h
is the step size. [4]
x 6 6.1 6.2 6.3 6.4
f (x) 0.1750 -0.1998 -0.2223 -0.2422 -0.2596

7. The polynomial f (x) = x4 − x3 + x2 − x + 1 has the following values: [3]

x -2 -1 0 1 2 3
f (x) 31 5 1 1 11 61

Find a polynomial g(x) that takes the following values (Do it using above given data).

x -2 -1 0 1 2 3
g(x) 31 5 1 1 6 61

8. For what f (x), Mid-point rule, Trapezoidal rule and Simpson’s rule give exact results on inte-
Rb
grating a f (x)dx? Write answer with some explanation. [5]

You might also like