How To Exam?

a knowledge trading engine...


Bengal Engineering and Science University 2006 B.E Mechanical Engineering Numerical Methods and Computer Programing - Question Paper

Friday, 18 January 2013 05:45Web


the ques. paper is with the attachment in pdf format.

Ex/BESUS/ ME-607/ 06

B.E. (ME) Part-Ill 6th Semester Examination, 2006

Numerical Methods and Computer Programming

(ME-607)

Full Marks : 100

Time : 3 hours


Use separate answerscript for each half. Answer SIX questions, taking THREE from each half. The questions are of equal value.

Answers should be brief and to the point.

FIRST HALF

1.    Solve the following set of 4 linear algebraic equations by the LU-Decomposition (Doolittles) method with partial pivoting.

X! + 2x2 - 3x3 + 5x4 = 1

X] + x2 - 2x3 + 7x4 = 4

2x| + 7x2 - 7x3 + 7x4 = 2

4X] + 9x2 - 10x3 + 14x4 = 6

Employ partial pivoting as and when necessary.

2.    The following set of x-y data is obtained in an experiment. The data is to be given a fit by an approximately curve having the form y = axb where a, b are constants. Determine the values of a and b such that the approximating function fits the given data in the least square sense giving equal weights to the errors in y.

X

1.0

2.0

3.0

4.0

5.0

y

0.5

2.0

4.5

8.0

12.5

If you use any formula, then prove it.

3. a) In cubic spline interpolation, the cubic polynomial in any ith interval may be

expressed as

(xi+1-x)3


hj(xi+l - x)] + [ (X hX|) - h;(x - Xj)J


(ME-607)

where Xj, yj = x, y values of any ith data point hj = length of the ith interval = Xj + ] - Xj y " = 2nd derivative of fj(x) evaluated at xj

The second derivatives at the interior knots are evaluated from equation set obtained by satisfying first derivative continuity of cubic functions of adjacent intervals at the connecting knot. Show that the equation set to solve for y2" through y may be expressed as

y2-y,


2(h) + h2) h2



y3-y2


h2 2(h2+h3) h3


hn_3 2(hn_3 + hn_2) hn_2

n-2    2(hn_2 + hn_|)



yn-.-yn-2


/

\

y2

h2

tt

y4-y3

>3

<

= 6 <

n

Wi

n-l

. hn-'

n-2


b) Write a Fortran program to generate and print the coefficient matrix and right hand side vector of the equation set given in problem 3(a), in solving the 2nd derivatives at interior knots. The program should read number of data, values of x, y data interactively.

4. Solve the following second order ODE by decomposing it into two first order ODES.

+ 0,5 Hx + 7y = 0 with y(0) = 4 and y,(0) = 0 Obtain the dependant variables at x = 1.0 with a step size h of 0.5 employing nonself starting predictor-corrector type modified Eulers method with single correction.

5. a)    Define condition index. Where is it used?

b)    Distinguish clearly between curve fitting and interpolation.

c)    What is a linear form in curve fitting? What is its advantage?

d)    What is standard error in curve fitting? How does it help the analyst?

SECOND HALF

6. a) Explain the successive bisection method to compute the roots of the equation of a single variable,

b) Write down a computer programme to implement the bisection method.

7.    a) Explain the principle of Graeffes root squaring method to find the roots of a

polynomial equation with real coefficients.

b) Find all roots of the equation

x3 - 2x2 - 5x + 6 = 0 , by Graeffes method.

8.    a) Derive Lin-Bairstows algorithm for finding out a quadratic factor of a

polynomial equation.

b) Outline the procedure for implementing the above algorithm manually in a tabular form.

9.    a) What is meant by quadrature formula.

b)    Derive the quadrature formula for numerical integration using a second degree parabola.

c)    Use 2-point Gauss-Legendre quadrature formula to compute the integration

71/4

J sinx dx. Find the percentage error in the numerical computation when

o

compared with the exact-value.

10.    a) Prove the following :

i)    A = ehD - 1

ii)    V = 1 - e~hD

b)    Deduce Gregory Newtons forward and backward interpolation formulae.

c)    Write down a computer programme to implement Lagrange interpolation method.







Attachment:

( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Bengal Engineering and Science University 2006 B.E Mechanical Engineering Numerical Methods and Computer Programing - Question Paper