0% found this document useful (0 votes)
231 views12 pages

Nmo QP

This document contains 8 sets (SET A through SET L) of numerical analysis problems involving root finding, integration, interpolation, solving systems of equations, and differential equations. Each set contains 4 questions and instructs the student to draw flowcharts of the methods and solve one question from 1&2, 3&4. The questions cover a range of numerical methods including bisection, trapezoidal integration, Langrange interpolation, Gauss elimination, Thomas algorithm, Newton-Raphson, and finite difference methods.

Uploaded by

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

Nmo QP

This document contains 8 sets (SET A through SET L) of numerical analysis problems involving root finding, integration, interpolation, solving systems of equations, and differential equations. Each set contains 4 questions and instructs the student to draw flowcharts of the methods and solve one question from 1&2, 3&4. The questions cover a range of numerical methods including bisection, trapezoidal integration, Langrange interpolation, Gauss elimination, Thomas algorithm, Newton-Raphson, and finite difference methods.

Uploaded by

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

SET-A

Numerical Methods and Optimization


Practical Examinations [T.E. Mechanical] (Oct-2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4.
Que 1. Write a program to solve root of equation f(x)=cosx-1.3x with accuracy
of 0.01 using bi-section method.
OR
4

Que 2. Solve the integral using trapezoidal rule

4 x+ 2dx
1

Que 3. Using Langranges interpolation formula for given set of values find
y(1.5)
X
0
1
2
5
Y=f(x) 2
3
12
147
OR
Que-4 Solve following set of equation using Gauss elimination method with
partial pivoting
X+3y+z=10
X+2y+5z=12
4X+y+2z=16

SET-B

Numerical Methods and Optimization


Practical Examinations [T.E. Mechanical] (Oct-2016)
Duration : 02 Hrs

Max. Marks : 50

Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4.
Que 1. Write a program to solve root of equation f(x)=-0.9x2+1.7x+2.5. With
initial guesses x1= 2.8 and x2 =3, using three iteration of bi-section method.
OR
1

Que 2. Solve the integral using simpsons 1/3rd rule

(cosxx )/(1+ x) dx
0

Que 3. Solve following set of equation using Tridigonal matrix algoritham


(Thomas method) method
X+2y=3
2x+3y+z=4
2y-z=1
OR
Que 4. Using newtons forward interpolation formula for given set of values
x
2
3
4
5
6
7
8
9
Y=F(x)
19
48
99
178
291
444
643
894
find y (3.5)

SET-C

Numerical Methods and Optimization


Practical Examinations [T.E. Mechanical] (Oct-2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4.
Que 1. Write a program to solve root equation f(x)=xexcos3x-0.5 between the
limits of x1=0 and x2=1 with accuracy of 0.01 using false position method.
OR
1

Que 2. Solve the integral using simpsons 3/8th rule

sinx/(2+ 3 sinx)dx
0

Que 3. Solve following set of equation using Gauss Seidal


Method.
4x+y+2z=16
x+3y+z=10
x+2y+5z=12
OR
Que 4. Using Newtons Backward Interpolation formula for
given set of values find y(8.2)
X

Y=F(x)

19

48

99

178

291

444

643

894

SET-D

Numerical Methods and Optimization


Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4.
Que 1. Write a program to solve root equation f(x)= e xcosx-1.2sinx-0.5. With
initial guesses x1= 0 and x2 =1, using three iteration of regula falsi method
OR
Que 2. Solve the integral using Guass Legander 3 point formula
5

x 25 x+ 2 dx
3

Que 3.
Find dy/dx at x=0.1 using Newtons Forwards
Differentiation
X

0.1

0.2

0.3

0.4

0.5

-2.3

-1.6

-1.2

-0.91

-0.69

OR
Que-4 . Solve the parabolic equation for the following condition using explicit
finite difference method at t=0 U= sin x (0<x<1) at x=0 and x=1, u=0 for all
values of t. taking increment in t as 0.02 and increment in x as 0.2. tabulate
values of u for t=0 to 0.006 and x=0 to 1.

SET-E
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4.
Que 1. Write a program to solve root of equation f(x)=0.51x-sinx using three
iterations of newton raphson method.
OR
Que 2. Solve the double integral using trapezoidal rule.

x + y dxdy

for x =

1 to 3 and y= 0 to 2. With step size for both x and y is 1


Que 3. Using Langranges interpolation formula for given set of values find
X
0
1
2
5
y(1.5)
Y=f(x) 2
3
12
147
OR
Que-4 .Solve following set of equation using Gauss elimination method with
partial pivoting
X+3y+z=10
X+2y+5z=12
4X+y+2z=16

SET-F
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1. Draw the flowcharts of all methods.
2. Solve any one question from 1 & 2 , 3 & 4
Que-1. Write a program to solve root of equation f(x)=excosx-1.4 with
accuracy of 0.001 using newton raphson method.
OR
Que 2. Solve the integral using Guass Legender 2 point formula
4

x 3 + x1 dx
1

Que 3. Solve following set of equation using Tridigonal matrix algoritham


(Thomas method) method
X+2y=3
2x+3y+z=4
2y-z=1
OR
X
Y=F(x)

2
19

3
48

4
99

5
178

6
291

7
444

8
643

9
894

Que 4. Using newtons forward interpolation formula for given set of values
find y (3.5)

SET-G
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1.Draw the flowcharts of all methods.
2.Solve any one question from 1 & 2 , 3 & 4.
Que-1. Write a program to solve root of equation x 3 -15x+8=0 using
Successive Iteration Method
OR
Que 2. Solve the double integral using simpsons 1/3rd rule.

( x y +1)dxdy

for x = 6 to 14 and y= 1 to 5. With strip for x and y =4.


Que-3. Solve the following equations by Gauass Seidal Method.
x1+20x2+9x3= -23 , 2x1-7x2-20x3= -57 and 20x1+2x2+6x3=28 . Write a
Computer program .Also solve it by MATLAB .Assume Acc=0.001
OR

Que-4. Solve Elliptic Laplace equation


w.r.t. grid shown in fig. with specified
BCs.
Find Temp.,T1, T2, T3, T4
H=K=250.Write a Computer program

SET-H
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1.Draw the flowcharts of all methods.
2.Solve any one question from 1 & 2 , 3 & 4
Que 1. Write a program to solve root of equation x 3 -15x+8=0 using successive
iteration method
OR
Que-2. Solve dy/dx = x+2y for given boundary condition that
x=1,y=1 find y(1.4) take h=0.1. using
Modified Eulers
Method
Que 3. Using newtons forward interpolation formula for given set of values
find y (3.5)
X
2
3
4
5
6
7
8
9

Y=F(x)

19

48

99

178
291
444
643
894
OR
Que-4 . Solve the parabolic equation for the following condition using explicit
finite difference method at t=0 U= sin x (0<x<1) at x=0 and x=1, u=0 for all
values of t. taking increment in t as 0.02 and increment in x as 0.2. tabulate
values of u for t=0 to 0.006 and x=0 to 1.

SET-I
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1.Draw the flowcharts of all methods.
2.Solve any one question from 1 & 2 , 3 & 4
Que-1 . Fit a straight line using following data. Find values of a and b.
X
Y

1
0.5

2
2.5

3
2

4
4
OR

5
3.5

6
6

7
5.5

Que-2 . Solve dy/dx = x+2y for given boundary condition that x=1,y=1 find
y(1.4) take h=0.1. using Eulers method
Que 3. Find dy/dx at x=0.1 using newtons forwards differentiation

X
Y

0.1
-2.3

0.2
-1.6

0.3
0.4
-1.2
-0.91
OR
Que4. Solve following set of equation using
algoritham(Thomas method) method
X+2y=3
2x+3y+z=4
2y-z=1

0.5
-0.69
Tridigonal

matrix

SET-K
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1.Draw the flowcharts of all methods.
2.Solve any one question from 1 & 2 , 3 & 4
Que-1. Fit a exponential equation y=aebx . find value of a and b.
X
0.1
0.2
0.3
0.4
Y
1.8
2.238
2.733
3.338
OR
Que-2. Solve dy/dx = x+y for given boundary condition that
x=0,y=1 find y(0.2) take h=0.1. using RK2 method.

Que-3. Solve the following equations by Gauass Seidal Method.


x1+20x2+9x3= -23 , 2x1-7x2-20x3= -57 and 20x1+2x2+6x3=28 . Write a
Computer program .Also solve it by MATLAB .Assume Acc=0.001
OR
Que-4. Solve Elliptic Laplace equation
w.r.t. grid shown in fig. with specified
BCs.
Find Temp.,T1, T2, T3, T4
H=K=250.Write a Computer program

SET-L
Numerical Methods and Optimization
Practical Examinations [T.E. Mechanical] (Oct -2016)
Duration : 02 Hrs
Max. Marks : 50
Instructions :
1.Draw the flowcharts of all methods.
2.Solve any one question from 1 & 2 , 3 & 4
Que-1. For given data fit a Power equation y=axb . find value of a and b.
X
Y

1
0.5

2
2

3
4.5

4
8

OR
Que 2. Solve the simultaneous method using RK4 method

5
12.5

Y=xy2 y2 for x=0.2 correct upto four decimal places initial condition are x=0,
y=1, y=0. Take h=0.2
Que 3. Using Langranges interpolation formula for given set of values find
y(1.5)
X
0
1
2
5
Y=f(x) 2
3
12
147
OR
Que-4.Solve following set of equation using Gauss elimination method with
partial pivoting
X+3y+z=10
X+2y+5z=12
4X+y+2z=16

You might also like