Computational Methods in Engineering: Code No: MA1902 M. Tech I Semester Regular Examinations, April 2015
Computational Methods in Engineering: Code No: MA1902 M. Tech I Semester Regular Examinations, April 2015
com
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 –
2x
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”.
2x L
Note Cos 2 dx
L 2
Page 1 of 2
www.jntuonline.com
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
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.
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