BPHCT 141
BPHCT 141
BPHCT 141
ASSIGNMENT BOOKLET
(BSCG / BAG)
NUMERICAL ANALYSIS
School of Sciences
Indira Gandhi National Open University
Maidan Garhi
New Delhi-110068
(2022)
Dear Student,
Please read the section on assignments in the Programme Guide for B.Sc. that we sent you after your
enrolment. A weightage of 30 per cent, as you are aware, has been earmarked for continuous
evaluation, which would consist of one tutor-marked assignment for this course. The assignment is
in this booklet, and it consists of three parts, Part A, Part B, Part C. The maximum marks of all the parts
are 100, of which 35% are needed to pass it.
Before attempting the assignment please read the following instructions carefully:
1) On top of the first page of your answer sheet, please write the details exactly in the following
format:
NAME: ……………………………………………
ADDRESS: ……………………………………………
……………………………………………
……………………………………………
COURSE CODE: …………………………….
COURSE TITLE: …………………………….
ASSIGNMENT NO.: ………………………….…
STUDY CENTRE: ………………………..….. DATE: ……………………….………………...
2) Use only foolscap size writing paper (but not of very thin variety) for writing your answers.
3) Leave 4 cm margin on the left, top and bottom of your answer sheet.
5) Solve Part A, Part B and Part C of this assignment, and submit the complete assignment answer
sheets within the due date.
6) The assignment answer sheets are to be submitted to your Study Centre within the due date.
Answer sheets received after the due date shall not be accepted.
7) This assignment is valid from 1st Jan, 2022 to 31st Dec, 2022. If you have failed in this assignment
or fail to submit it by Dec, 2022, then you need to get the assignment for the year 2023, and submit
it as per the instructions given in the Programme Guide.
8) You cannot fill the examination form for this course until you have submitted this assignment.
1. a) The equation x 3 − x − 1 = 0 has a positive root in the interval ]1, 2[ . Write a fixed point
iteration method and show that it converges. Starting with initial approximation x 0 = 1.5
find the root of the equation correct to three decimal places. (4)
π
2. a) Using Maclaurin’s expansion for sin x , find the approximate value of sin with the error
4
bound 10 −5 . (3)
b) Find an approximate value of the positive real root of xe x = 1 using graphical method.
Use this value to find the positive real root of xe x = 1 correct to three decimal places by
fixed point iteration method. (4)
1 3N x 3n
x n +1 = 6 x n + − , n = 0, 1, 2
8 xn N
where N is positive constant, converges to some quantity. Determine this quantity. Also
find the rate of convergence of this method. (4)
3 1 2
c) Find the inverse of the matrix − 2 3 − 5 using Gauss Jordan Method. (3)
1 2 4
3
Part-B (Based on Blocks 2 and 3 of the course)
8x 1 − x 2 + 2x 3 = 4
− 3x 1 + 11x 2 − x 3 + 3x 4 = 23
− x 2 + 10x 3 − x 4 = −13
− 2x 1 + x 2 − x 3 + 8x 4 = 13
with x ( 0 ) = [0 0 0 0]T , by using the Gauss Jacboi and Gauss Seidel method. The exact
solution of the system is x = [1 2 − 1 1]T . Perform the required number of iterations so
that the same accuracy is obtained by both the methods. What conclusions can you draw
from the results obtained? (5)
b) Starting with x ( 0 ) = [1 1 1]T , find the dominant eigenvalue and corresponding eigenvector
4 − 1 1
for the matrix A = 4 − 8 1 using the power method. (5)
− 2 1 5
1 2 x 4
5. a) The solution of the system of equations = is attempted by the Gauss
2 1 y − 2
Jacobi and Gauss Seidel iteration schemes. Set up the two schemes in matrix form. Will the
iteration schemes converge? Justify your answer. (3)
∫e
−x2
c) Find the minimum number of intervals required to evaluate dx with an accuracy of
0
1
× 10 − 4 , by using the Trapezoidal rule. (3)
2
6. a) From the following table, find the number of students who obtained less than 45 marks.
4
c) Use the polynomial in part (a) to approximate 1.1 and find a bound for the error
involved. (2)
0.1
∫ (1 + x )
1/ 2
d) Use the polynomial in part (a) to approximate dx . (1)
0
7. a) Using sin( 0.1) = 0.09983 and sin( 0.2) = 0.19867 , find an approximate value of
sin( 0.15) by using Lagrange interpolation. Obtain a bound on the truncation error. (3)
b) A solid of revolution is formed by rotating about the x-axis the area bounded between
x = 0, x = 1 and the curve given by the table
Find f ′′(2.0) using the central difference formula of 0(h 2 ) for h = 0.1 and h = 0.2 .
Calculate T.E. and actual error. (3)
3
b) Suppose f n denotes the value of f ( t ) at t = t n . If f ( t ) = t then find the value of
(f n +1 − 2f n + f n −1 )
. (2)
h2
5
c) Use Runge-Kutta method of order four to solve y′ = x + y . Start with x = 1, y = 0 and
carry to x = 1.5 with h = 0.1 . (3)
d) Find the solution of the difference equation y k +2 − 4 y k +1 + 4 y k = 0, k = 0, 1, K . Also
find the particular solution when y 0 = 1 and y1 = 6 . (2)
1
dx
10. a) Obtain an approximate value of ∫
0
1+ x2
using composite Simpson’s rule with
h = 0.25 and h = 0.125 . Find also the improved value using Romberg integration. (4)
b) Determine the spacing h in a table of equally spaced values for the function
f ( x ) = (2 + x ) 4 , 1 ≤ x ≤ 2 , so that the quadratic interpolation in this table satisfies
| error | ≤ 10−6 . (3)