B.Sc. Mathematics Honours Question Papers 2020 (CBCS)
15 MIN READ ADVANCED
B.Sc. Mathematics Honours C-7 Question Paper 2020 (CBCS)
Learning Objectives
- • Master derivations of B.Sc. Mathematics Honours C-7 Question Paper 2020 (CBCS).
- • Bridge theoretical limits with practice.
Numerical Analysis
2020
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
Answer any two from the following questions:
1. (a) Explain Newton-Raphson method to solve the equation .
(b) Find the rate of convergence of Newton-Raphson method.
(c) Find a real root of the equation lies between 2 and 3 by Regula-Falsi method.
2. (a) Discuss Gauss-elimination method to solve the system of linear equation.
(b) Solve the following equation by Gauss-elimination method.
(c) State the differences between direct and iterative methods.
3. (a) Find an LU-decomposition of the matrix and use it to solve the system where and .
(b) Deduce Lagrange interpolation method.
4. (a) Describe Euler's method and modified Euler's method to solve the following differential equation , given .
(b) Given and when . Find the values of by fourth order Runge-Kutta method.
Practical
Answer any one from the following questions:
1. Write a program to evaluate by trapezoidal rule taking 140 subintervals.
2. Write a program to find the value of from the differential equation .
3. Write a program to find the sum of the following series: .
4. Write a program to find a real root of the equation by bisection method.
5. Write a program to solve the equation using fixed point iteration method.
6. Write a program to find a real root of by Newton-Raphson method.
7. Write a program to compute by using Simpson's rule with 200 sub intervals.
8. Evaluate the integral by weddle's rule by taking 120 sub-intervals.
9. Given . Find R-K method of four order.
10. Write a program to find a root of the equation by secant method.
11. Using iterative formula to compute correct to five significant digits.
12. Find a real root of the equation using Regula-falsi method correct to three significant figures.
13. Fit a linear curve to the data:
x: 4, 6, 8, 10, 12
y: 13.72, 12.90, 12.01, 11.14, 10.31
14. If the prescribed curve be , estimate and by least square method from the following data:
x: 2, 4, 6
y: 3.97, 12.85, 91.29
15. Write a program to compute by using Simpson's rule using 1000 sub-intervals.
16. Evaluate the integral by five-point Gaussian quadrature.
17. Solve the following system of linear equations by LU decomposition method:
18. Apply Newton's backward difference formula to obtain the value of y at using the following table:
x: 0, 1, 2, 3, 4
f(x): 1, 1.5, 2.2, 3.1, 4.3
19. Use Lagrange's interpolation formula to find f(x) when from the following table:
x: -1, -2, 2, 4
f(x): -1, -9, 11, 69
20. Solve the following system of equations by Gaussian elimination method:
21. Solve the following by Euler's modified method: , at with .
22. Solve the following system by Gauss Seidel method:
23. Solve the following systems of equation by Gauss-Jacobi's iteration method.
24. Find by power method, the numerically largest eigen value and the corresponding eigen vector of the following matrix: .
25. Find the value of when using Newton's forward difference method:
x: 0.61, 0.62, 0.63, 0.64, 0.65
f(x): 1.840431, 1.858928, 1.877610, 1.896481, 1.915541
26. The distance (d) that a car has travelled at time (t) is given below:
Time (t): 0, 2, 4, 6, 8
Distance (d): 0, 40, 160, 300, 380
27. Evaluate given by modified Euler's method.
28. Write a program to find the value of from the differential equation by fourth order Runge Kutta method.
29. If and hence find using Newton's forward formula.
30. Given , find using Newton's forward formula.