0% found this document useful (0 votes)
84 views3 pages

15CV663 PDF

This document provides a sample question paper for the Numerical Methods and Applications course. It contains 10 questions divided across 5 modules. Students must answer 5 full questions, selecting one from each module. The questions cover various numerical methods like Newton-Raphson, Gauss elimination, fixed point iteration, and interpolation. They involve solving equations, integrating functions, and solving ordinary and partial differential equations numerically. Students are evaluated on their ability to apply numerical techniques to find solutions to problems.

Uploaded by

Akash Bhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views3 pages

15CV663 PDF

This document provides a sample question paper for the Numerical Methods and Applications course. It contains 10 questions divided across 5 modules. Students must answer 5 full questions, selecting one from each module. The questions cover various numerical methods like Newton-Raphson, Gauss elimination, fixed point iteration, and interpolation. They involve solving equations, integrating functions, and solving ordinary and partial differential equations numerically. Students are evaluated on their ability to apply numerical techniques to find solutions to problems.

Uploaded by

Akash Bhat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CBCS Scheme

Sixth Semester B.E. Degree Model Question Paper


Numerical Methods and Applications (15CV663)
Time: 3 hrs. Max. Marks: 80

Note: Answer any FIVE full questions, choosing ONE full question from each module.

Module -1

1 a. Using Newton-Raphson method 2 x = cos x + 3 with initial value of x = 1.5. (05 Marks)
b. Solve the following equations by Gauss-elimination method: (06 Marks)
x1 + x 2 + x3 = 9
x1 − 2 x 2 + 3x 3 = 8
2 x1 + x 2 − x3 = 3
c. Solve the following equations by Gauss-Jacobi method: (05 Marks)
20 x1 + x 2 − 2 x3 = 17
3x1 + 20 x 2 − x 3 = −18
2 x1 − 3x 2 + 20 x3 = 25
OR

2 a. Use Fixed point iteration technique to solve cos x = xe x with initial value of x = 0.5. (06 Marks)
b. Solve the following equations by Gauss-Jordan method: (05 Marks)
2 x + y + z = 10
3x + 2 y + 3z = 18
x + 4 y + 9 z = 16
2 1 4
c. Find the inverse of the matrix using by Gauss-Jordan method: A = 1 − 3 − 1
 (05 Marks)
3 − 2 2 

Module -2
3 a. From the following estimate the number of students who obtained marks between 40 and 45:
(05 Marks)
Marks 30-40 40-50 50-60 60-70 70-80
No. of students 31 42 51 35 31

b. Find Lagrangian interpoplation polynomial from: y(1) = -3, y(3) = 0, y(4) =30, y()6) = 132.
Find y(5). (06 Marks)
c. Evaluate f(45) from the following data: (05 Marks)
x 10 20 30 40 50
f(x) 46 66 81 93 101

OR

4 a. Using Newton’s divided difference method evaluate f(8) and f(15) from data: (06 Marks)
x 4 5 7 10 11 13
f(x) 48 100 297 900 1210 2028
b. Fit the cubic spline from the (1, 1), (2, 2), (3, 5), (4, 11). Evaluate f(1.5) . (10 Marks)

Module -3
2
dy d y
5 a. Determine and at x = 1.1 and x = 1.6 from the following data. (07 Marks)
dx dx 2
x 1.0 1.1 1.2 1.3 1.4 1.5 1.6
y 7.989 8.403 8.781 9.129 9.451 9.750 10.031

2
b Estimate ∫ e x dx taking 10 intervals by (i) Trapezoidal formula (ii) Simpson’s 1/3rd Fformula.
2

0
(09 Marks)
OR
1
dx
6 a. Evaluate ∫ 1+ x
0
2
using Romberg’s method. (07 Marks)

π /2 π /2
b. Compute ∫ ∫
0 0
sin( x + y )dxdy using Trapezoidal method. (09 Marks)

Module -4
dy
7 a. Using Taylor’s series solve = x 2 y − 1 given y(0) =1. Compute y(0.1) and y(0.2) (07 Marks)
dx
dy
b. Given = x 2 (1 + y) with y(1) = 1. Compute y(1.4) using Adams Bashforth method
dx
(09 Marks)
OR
dy y 2 − x 2
8 a. Using Runge-Kutta forth order method solve = with y=1 when x=0. Find y(x=0.2) taking
dx y 2 + x 2
h=0.2 (08 Marks)
dy x
b. Using Modified Euler’s method find y(20.2) and y(20.4) given that = log10   with y(20) = 5 c
dx  y
and taking h=0.2. (08 Marks)

Module -5
d2y
9 a. Find y(0.25), y(0.5) and y(0.75) satisfying + y = x with boundary conditions y(0) = 0 and
dx 2
y(1) = 2. (07 Marks)
b. Solve u xx + u yy = 0 for the following square mesh with boundary values given in Fig. Q 9(b).
Compute u1 to u9 up to 3 iterations. (09 Marks)

Fig. Q9(b)
OR

10 a. Solve the equation ut = uxx subjected to the conditions u(0,t) = u(1,t) = 0, ut(x,0) = sin (πx) for
0 ≤ t ≤ 0.1 by taking h = 0.2 (08 Marks)
2 2
d u d u
b. Using finite difference equation, solve 2 = 4 2 subjected to u(0,t) = u(4,t) = 0, ut(x,0) =
dt dx
0 and u(x,0) = x(4-x) upto 4 steps. Choose h = 1 and k = 0.5. (08 Marks)

***********

You might also like