(WWW - Entrance-Exam - Net) - PTU MCA 3rd Semester Sample Paper 2
(WWW - Entrance-Exam - Net) - PTU MCA 3rd Semester Sample Paper 2
(WWW - Entrance-Exam - Net) - PTU MCA 3rd Semester Sample Paper 2
1. (a) Use the Secant method to determine the root of the equation x4 - x -10 = 0 .
Or
(b) Apply Newton - Raphson's method to determine a root of the equation x - e -x = 0 .
2. (a) Find 2 iterations with the Muller method for the following equation X3 –1/2 =0with X0 = 0.
Or
(b) Find two iterations with the Chebyshev method for finding root of the equation
x = 1/2 + sin x with Xo = 1.
4. (a) Solve the following system of equation by using Gauss - Seidel method
8x-3y+2z= 20
4x+lly-z = 33
6x+3y+12z= 35.
Or
(b) Find the inverse of A = using partition method.
6. (a) Using Newton's divided difference formula find f( from the following data:
(b) Find the approximate value of f' (2.0) and f"(2.0) using the methods based on linear
interpolation
7. (a) Compute r(0.6) from the following table using the formula Richardson extrapolation.
x: 0.2 0.4 0.5 0.6 0.7 0.8 1.0
f(x): 1.42 1.88 2.13 2.39 2.66 2.94 3.56
With h=0.2.
Or
3 -1 1
3 -1 1
5 -2 2
X:0134
Y : -12 0 6 12
X : 4 5 7 10 11 13
F(x): 48 100 294 900 1210 2028
X : 2.0 2.2 2.6
Y : 0.6932 0.7885 0.9555
(b) Solve the equation dy = 1- y given y(0)= 0
dx
using Euler method for the solutions at x = 0.1, 0.2, 0.3
8. (a) Solve the initial value problem y' = y = (2x/y) y(0) = 1 for x=01 ,0.2
using backward Euler method
Or
(b) Using mid-point method find y(0.1), y(0.2)
given (dy/dx) = X2 + y2 , y(0)=1.
9. (a) Using Bairstow's method to obtain the quadratic factor of the equation
X4 - 3X3 + 20X2 + 44x + 54=0 with (p,q) = (2,2) (perform three iterations).
Or
(b) Using Graeffe's root squaring method to find the roots of X4 - X3 + 3X2 +X-4 =0.
13. (a) Given the initial value problem u' = t2 + u2,u(O)= 0 find the Taylor series for u(t) and
hence obtain u(0.5)
(b) Solve the initial value problem u'= -2tu2, u(O)=1 with h = 0.1 for x=0.l, 0.2. Use the
fourth order classical Runge -Kutta method