You are on page 1of 4

Register Number : Name of the Candidate :

1327
B.Sc. DEGREE EXAMINATION, 2011
( COMPUTER SCIENCE ) ( FIRST YEAR ) ( PART - III ) ( PAPER - II )

130/140. SCIENTIFIC COMPUTING ( Common to B.Sc.Information Technology & B.C.A.) May ] [ Time : 3 Hours Maximum : 100 Marks Answer any FIVE questions. All questions carry equal marks 1. (a) Find the positive root of the equation 3x = cos x + 1 by bisection method. (10) Turn Over

2 (b) Solve for a positive root of x cosx = 0 by Regula-Falsi method. 2. (a) Solve the system of equations : x + 2y + z = 3. 2x + 3y + 3z = 10. 3x y + 2z = 13 by Gauss elimination method. (b) Find the positive root of xex = cosx by Newton Raphson method correct to five decimal places. (10) 3. (a) Solve Uxx + Uyy = 0 for the following square mesh with boundary values 2 1 1 2 u1 u3 u2 u4 4 5 4 5 (10) (10) x: y: 0 4 2

7 (b) From the following data find y (6)

26

58 112 466 922 (5)

6 given that u(0,t) = 0, u(4,t) = 0 u(x,0) = x (4 x).

3 (b) Solve U tt = U n with boundary condition u(0,t) = u(4,t) and the initial condition u t (x,0) = 0, u(x,0) = x(4 x) taking h = 1 , k= 1 2 (solve one period). (10)

Assume h =1. Find the values of u upto t=5. (10) 8. (a) Solve the elliptic equation u yy + u xx = 0 for the following square mesh with boundary values as shown below : (15) 300 U1 U3 400

4. (a) Using R.K.method of order 4, find y for x = 01, 02, 03 given that dy xy + y2, dx = (b) Solve : y (0) = 1. (10)

200 100

U2 U4

100 200 D

dy x2 + y2, dx = y(0) = 1. use Taylor series and find y at x = 02 and 04. (10) Turn Over

400

300

4 5. (a) Find the value of f (6) using Strilings formula from the following data : (10)

5 6. (a) Write a note on the stability and convergence of the solution of the difference equation corresponding to the hyperbolic equation : utt = a2u xx. (15)

x 035 040 045 050 055 060 065

y = f(x) 1521 1506 1488 1467 1444 1418 1389

(b) Using Lagranges interpolation formula, find y(10) from the following data : x: y: (5)

9 14

11 16

7. (a) Determine the value of y (04) using , Milnes method given dy 2, y (0) = 1, dx = xy + y

(b) Find

(10)

2 f(x) dx (b) Solve 2 u (10) x


2

u t

= 0,

by Simpsons rule taking h = 1.

Turn Over

You might also like