Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
53 views

Computational Methods in Engineering: Code No: MA1902 M. Tech I Semester Regular Examinations, April 2015

The document is a past exam paper for a computational methods in engineering course. It contains 8 questions related to numerical analysis techniques including Gauss-Seidel method, least squares fitting, Rayleigh-Ritz method, Crank-Nicolson method, correlation analysis, line-word conversion, linear programming using the Big-M method, and integer programming using branch and bound. The questions involve applying these techniques to example problems and data sets.

Uploaded by

Joshua Simon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Computational Methods in Engineering: Code No: MA1902 M. Tech I Semester Regular Examinations, April 2015

The document is a past exam paper for a computational methods in engineering course. It contains 8 questions related to numerical analysis techniques including Gauss-Seidel method, least squares fitting, Rayleigh-Ritz method, Crank-Nicolson method, correlation analysis, line-word conversion, linear programming using the Big-M method, and integer programming using branch and bound. The questions involve applying these techniques to example problems and data sets.

Uploaded by

Joshua Simon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

www.jntuonline.

com

Code No: MA1902 R14


M. Tech I Semester Regular Examinations, April 2015
COMPUTATIONAL METHODS IN ENGINEERING
(Common to Structural Engineering and Machine Design)
Time: 3 Hours Max. Marks: 60
Note: Answer any Five Questions. All questions carry equal marks.

1. Find the solution to the following system of equations using the Gauss – Seidel
method.
12x1 + 3x2 – 5x3 = 1
x1 + 5x2 + 3x3 = 28
3x1 + 7x2 + 13x3 = 76
 x1  1 
 
Use  x2   0  as initial guess and conduct two iterations?
 x3  1 

2. Fit a cubic equation of the form y = ax3 + bx2 + cx + d to the following data
using least square method.

x y
-2 0.699369
-1.64 0.700462
-1.33 0.695354
-0.7 1.03905
0 1.9739
0.45 2.41143
1.2 1.910

3. Consider the following overhanging Siply Supported beam and apply Rayleigh –
  2x  
Ritz method to V(x) as a cos    where „L‟ is the length of the beam. Use the
  L 
minimum potential energy principle to compute the unknown constant „a‟.
Draw the assumed deflected profile. Write down the expression for the strain
energy of the beam. What is the work potential due to each force. Compute the
expression for the potential energy in terms of “a”.
Compute the value of “a”.
 2x  L
Note  Cos 2   dx 
 L  2

Page 1 of 2
www.jntuonline.com

4. Use Crank – Nicolson method to solve the partial differential equation


f  2 f
8  2 With the Initial conditions f(x, 0) = 2000 for 0 ≤ x ≤ 4 and the
t x
f
Boundary Conditions  0 taking  = 1/8 with h = 1 and k = 1.
x

5. The data below gives the marks obtained by 10 pupils taking Maths and
Physics tests.
Pupil A B C D E F G H I J

Maths (x) (out of 30) 20 23 8 29 14 11 11 20 17 17


Physics (y) (out of 40) 30 35 21 33 33 26 22 31 33 36

Is there a correlation between the marks gained by ten pupils A,B,C…..J in


Maths and Physics tests?

6. A student counted the number of words in an essay she had written, recording
the total for every 10 lines.
No.of 10 20 30 40 50 60 70 80
Lines(x)
No.of 75 136 210 291 368 441 519 588
words(y)

Find the formula to convert lines to words. How many words has she written if
she writes 65 lines.

7. Solve by using Big – M method,


Max Z = 600x1 + 500x2, Subject to constraints x1 + 2x2 ≤ 60, 2x1 + x2 ≥ 80
and x1, x2 ≥ 0.

8. Consider the following integer program and solve by using branch and bound
method Max Z = 4x1 – x2
3x1 – 2x2 ≤ 14 , x2 ≤ 3 , 2x1 – 2x2 ≤ 3 where x1,x2 ≥ 0.

#@#@#
Page 2 of 2

You might also like