B.Sc. Mathematics Honours Question Papers 2021 (CBCS)
15 MIN READ ADVANCED
B.Sc. Mathematics Honours C-7 Question Paper 2021 (CBCS)
Learning Objectives
- • Master derivations of B.Sc. Mathematics Honours C-7 Question Paper 2021 (CBCS).
- • Bridge theoretical limits with practice.
Numerical Analysis
2021
B.Sc. Honours Examinations
(Under CBCS Pattern)
Semester - III
MATHEMATICS (Honours)
Paper: C7T
Full Marks: 40
Time: 3 Hours
B.Sc. Honours Examinations
(Under CBCS Pattern)
Semester - III
MATHEMATICS (Honours)
Paper: C7T
Full Marks: 40
Time: 3 Hours
Theory
Group - A
1. Answer any three of the following questions:
(a) (i) Factorize the matrix into the form LU, where L and U are lower and upper triangular matrices and hence solve the system of equations
(ii) Fit a parabola to the following data by taking 'x' as independent variable.
x: 1, 2, 3, 4, 5, 6, 7, 8, 9
y: 2, 6, 7, 8, 10, 11, 11, 10, 9
(b) (i) Given , where . Find and as a solution of this equation by fourth order Runge-Kutta method.
(ii) Solve the following system of equations by Gauss-Seidal method correct up to four significant figures:
(c) (i) Consider the equation . Find the root, using iteration method, lying on the interval [0, 1] correct up to 5 decimal places.
(ii) Find the value of taking 5 sub-intervals, by trapezoidal rule, correct to five significant figures. Also find the error by comparing with the exact value.
(d) (i) Find the method of iteration for numerical integration.
(ii) If be a root of the equation which is rewritten as . If is continuous and where , in an interval containing , then prove that the sequence of iterations determined from , converges to the root .
(iii) Let . Find the percentage error in at , if the error in is .
(e) Find the basic principle for Newton-Raphson method with its geometrical meaning. Find advantages and disadvantages of Newton-Raphson method. How can you use this method for an assigned root of a positive real number.
(f) Establish the Gauss Legendre Quadrature formula for numerical integration and then establish composite Simpson's rd rule from it. Evaluate , by Simpson's rd rule with .
Group - B
2. Answer any two of the following questions:
(a) Find , when its first difference is .
(b) Define Round off error and Truncation error.
(c) Show that the maximum error in linear interpolation is given by where .
(d) Compare between Newton-Cote's quadrature and Gaussian quadrature.
Practical
Group - A
1. Answer any one of the following questions:
(a) Write a program to find a root of the equation by Newton-Raphson method.
(b) Write a program to solve an ordinary differential equation by modified Euler's method, with at and .
(c) Write a program on Lagrange's interpolation polynomial to find the value of a certain point from the given set of data. Find the value of 1.75 from the set of data:
x: 1, 1.5, 2, 3.2, 4.5
y: 5, 8.2, 9.2, 11, 16
Group - B
2. Answer any one of the following questions:
(a) Write a program to find the sum of the following series: .
(b) Write a program to enter 100 integers into an array and sort them in an ascending order.
(c) Write a program to find the value of the integration by Trapezoidal rule, by taking 6 intervals.