0% found this document useful (0 votes)
1 views1 page

MA2305 (1)

The document outlines the end semester examination for the Numerical Analysis course at the National Institute of Technology Rourkela. It includes various mathematical problems such as defining the order of convergence, solving non-linear systems, applying quadrature formulas, and using interpolation methods. The exam consists of eight questions, each requiring detailed solutions and justifications.

Uploaded by

ugpgacad
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)
1 views1 page

MA2305 (1)

The document outlines the end semester examination for the Numerical Analysis course at the National Institute of Technology Rourkela. It includes various mathematical problems such as defining the order of convergence, solving non-linear systems, applying quadrature formulas, and using interpolation methods. The exam consists of eight questions, each requiring detailed solutions and justifications.

Uploaded by

ugpgacad
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/ 1

NATIONAL INSTITUTE OF TECHNOLOGY ROURKELA

DEPARTMENT OF MATHEMATICS
END SEMESTER EXAMINATION, AUTUMN, 2023-24

Subject Code & Name: MA2305, Numerical Analysis Full marks: 50


No. of Pages: 01 Duration: 03 Hours

Instructions: Answer all the questions in ascending order with proper justification. All parts of a question
should be answered at one place. The symbols/names used have their usual meaning.
1. Define the order of convergence. Find the order of convergence of the secant method and perform
four iterations to find the real root of x4 − x − 10 = 0 with initial guess x0 = 1 and x1 = 2. [6]
2. Solve the following non-linear system of equations using the generalized Newton’s method: [6]
10x + sin(x + y) = 1
8y − cos2 (z − y) = 1
12z + sin z = 1
1
Perform the three iterations assuming the initial guess as x0 = 10 , y0 = 14 and z0 = 12
1
.
Z π/2
3. Find the value of sin xdx by (i) two-point and (ii) three-point Gauss-Legendre quadrature
0
formula. Also, find the error bounds. [6]
4. The function f (x) = sin x + cos x is given. Using Lagrange interpolation, construct the quadratic
interpolating polynomial that fits the data:

x 1 2 3
f (x) 1.0170 1.0343 1.0510

Hence, find f (π/2) and compare with the exact value. [6]
dy
5. Calculate y(0.6) for = −2xy 2 , y(0) = 1 by R-K method (Heun) with h = 0.2. Show the
dx
results in shape of a table. [6]
6. Solve the following system of equations using the Cholesky method: [6]
4x + 2y + 6z = 16
2x + 82y + 39z = 206
6x + 39y + 26z = 113

7. Calculate seven iterations of the power method to approximate dominant eigenvector of the matrix
 
1 2 0
A =  −2 1 2 
1 3 1

Use as x0 = (1, 1, 1)T the initial approximation. [6]


8. Using the Gauss-Jacobi and the Gauss-Seidel method, solve the following system: [4+4]

    
4 −1 0 1 0 x1 100

 −1 4 −1 0 1 
 x2  
  100 

0 −1 4 −1 0 x3 = 100
    
  
−1 −1
    
 1 0 4  x4   100 
0 1 0 −1 4 x5 100

Calculate the first 4 iterations with initial guess X0 = (0, 0, 0, 0, 0)T . Display them in shape of a
table.

∗ ∗ ∗ ∗ ∗ ∗ ∗ END ∗ ∗ ∗ ∗ ∗ ∗ ∗

You might also like