Download Original PDF

Get the official Barkatullah University print version scanned document.

Download/Print

🤝 Help Your Juniors!

Have previous year question papers that aren't on our website? Help the next batch of students by sending them to us! With your consent, we will proudly feature your name as a Top Contributor on our platform.

Submit Papers 📩
Roll No. ........................
Or
Total No. of Questions : 05
Total No. of Printed Pages : 06
RJ-205
B.Sc.B.Ed. (Secondary) Examination, 2024
(Second Semester)
PHYSICS
SEC-II
Numerical Techniques
Time : 3 Hours]
[Maximum Marks : 50

Note : All questions are compulsory. Internal choice is given. Each question carries 10 marks.

1.
(a) Define errors. How many different types of error occur while doing numerical computations. How can they be avoided ?
(b) Find the value of e0.5 using series expansion :
ex = 1+x+x22!+x33!+x44! + ......
2.
(a) Given the values :
xf(x)
5150
7392
111452
132366
175202
Evaluate f(9) using Newton's divided difference formula.
Or
(a) Explain the importance of numerical analysis in scientific computing.
(b) Perform 4 iteration of Bisection method to find out the root of function g(x)=2xcos(πx) - e-x-1 = 0.
Or
3.
(b) Obtain Lagrange interpolation formula for equally spaced nodes.
Or
(a) Explain the fitting of a straight line by least square method.
(b) What are the applications of curve fitting in physics and engineering ?
Evaluate :
0111 + x2 dx
using.
  1. Trapezoidal rule
  2. Simpson's rule (1/3rd)
  3. Simpson's rule (3/8th)
4.
(a) Given dy/dx = y - x / y + x with initial condition y = 1 at x = 0, find y for x = 0.1 by Euler's method.
(b) Apply Runge-Kutta 4th order method to find approximate value of y for x = 0.2 in steps of 0.1 if dy/dx = x + y2 given that y = 1 where x = 0.
Or
Write down the errors in the approximation of :
01x4 dx and ∫01x5 dx
by the trapezoidal rule and Simpson's rule. Hence find the value of the constant C for which the trapezoidal rule gives the exact result for the calculation of 01(x5 cx4)dx.
Or
Or
5.
Explain why each of the following functions is continuous or discontinuous.
  1. The temperature at a specific location as a function of time
  2. The temperature at a specific time as a function of distance from a fixed point.
Or
(a) Using Runge Kuttta method of order 4 find y(0.2) given that dy/dx = 3x + 1/2y, y(0) = 1 taking h = 0.1.
(b) Solve the following by Euler's modified method : dy/dx = log (x + y), y(0) - 2 at x = 1.2 and 1.4 with n = 0.2.
Or
Use Gaussian elimination method (both with and without pivoting) to find the solution of the following systems :
  1. 6x1 + 2x2 + 2x3 = -2
  2. 2x1 + 0.6667x2 + 0.3333x3 = 1, x1 + 2x2 - x3 = 0