You are on page 1of 3

Computational Techniques and Programming-II (PH-518)

Assignment No.1 (D) Numerical Differentiation using Bessel Formula


Submission date: 17.02.2011 Solve following problems using Bessels formulae for tabulated and non-tabulated points (corrected up to 4 decimal places). Also write a computer code for Numerical Differentiation using Bessels formulae and compare the program output with calculated results.

(Derivative at TABULATED POINTS)


Q.NO.1) A rod is rotating in a plane. The following table gives the angle (radians) through which the rod has turned for various values of the time t(sec). T: 0.0 : 0.0 0.2 0.12 0.4 0.49 0.6 1.12 0.8 2.02

Calculate the angular velocity and acceleration of the rod when t = 0.4 s. Ans: 2.4917, 6.5 Q.NO.2) The pressure of a certain gas was recorded at intervals of 2 seconds and the results are listed in the following table. Time(t) 0.0 Pressure(p) 50.0 2.0 53.0 4.0 57.0 6.0 68.0 8.0 82.0 Ans: 3.8750, 1.9580

Find dp/dt and d2p/dt2 at t = 4 sec.

Q.No.3) The distance (in km) covered by a car in a given time (min) is given in the following table. t x 5.0 5.0 10.0 12.0 15.0 17.0 20.0 21.0 25.0 29.0 Ans: 0.7667, -0.0433

Estimate the speed and acceleration of the car at t = 15 s

Q.No.4) Given the following pair of values of x and y= f(x).Determine numerically the first and second order derivative at x= 3.0 x y 1.0 0.0 2.0 1.0 3.0 5.0 4.0 21.0 5.0 27.0 Ans: 12.3750, 13.292 Q.No.5) Given the values of an empirical function F(x) for certain values of x. Find f (90.0) and f (90.0) . x: f(x) 60.0 28.2 75.0 38.2 90.0 43.2 105.0 40.9 120.0 37.7

Ans: 0.0431, 0.0157

(Derivative at NON-TABULATED POINTS) Q.No.1) The distance (in km) covered by a car in a given time (min) is given in the following table. t x 5.0 5.0 10.0 12.0 15.0 17.0 20.0 21.0 25.0 29.0

Estimate the speed and acceleration of the car at t = 15.5 sec Ans: -0.7470,-0.0303 Q.No.2) Given the values of an empirical function F(x) for certain values of x. Find f (90.0) and f (90.0) . x f(x) 60.0 28.2 75.0 38.2 90.0 43.2 105.0 40.9 120.0 37.7

Ans: -0.0531, -0.0341 Q.No.3) A function is given according to the table below. Find first and second derivative at x = 0.47 x y 0.35 1.521 0.40 1.506 0.45 1.488 0.50 1.467 0.55 1.444 Ans: -0.4155, -1.0808

Q.No 4) For the following values of x and y find the first and second derivative at x = 3.5 x y 1.0 0.0 2.0 1.0 3.0 5.0 4.0 7.0 5.0 9.0 Ans: 1.9167

Q.No.5) Find y (2.3) and y (2.3) from the following table. x y 0.0 4.0 1.0 8.0 2.0 15.0 3.0 7.0 4.0 6.0

Ans; -6.8700, -12.167

You might also like