Anda di halaman 1dari 4

QUESTION BANK Subject code: 151601 Subject Name: Computer Oriented Statistical Methods

1 2 3 4 5 6 7 8 9 10 If u =2v6 -5 , find the percentage error in u at v =1 if error in v is 0.05. Find the solution of the following equation using floating point arithmetic with 4-digit mantissa x2 -1000x +25 =0 Discuss the pitfalls in computing using normalize floating point numbers. Explain Floating Point Representation of number with example. Explain different types of Errors with its propagation during computation & how to improve the accuracy of Numeric Computation. Discuss briefly the different types of errors encountered in performing numerical calculations Find the root of the equation x4 x 10 = 0 upto 3 decimal points using Bisection Method. Find the root of the equation 2x-log10x-7 = 0 correct to three decimal places using iteration method. Findtheapproximaterootoftheequationx34x9=0byusingFalse PositionMethod. Use three iterations of Newton Raphson Method to solve the non-linear quations, x 2 y 2 + 7 = 0, x xy + 9 = 0 .Take ( x 0 , y 0 ) = (3.5,4.5) as the initial approximation. Find the real root of the equation x3 - 9x +1=0 by method of Newton Raphson Explain Newton Raphson Method in detail Prove that Newton-Raphson procedure is second order convergent. If y(1) = 4, y(3) = 12, y(4) = 19 and y(x) = 7 then find x by Newtons formula by Secant method. Find the root of the equation Write an algorithm for the false position method to find root of the equation f ( x) = 0 . Write an algorithm for the successive approximation method to find root of nonlinear equation. Use the secant method to estimate the root of f ( x) = e x x correct to two significant digits with initial estimate of x-1 =0 and x0 =1.0 Describe BAIRSTOW method in brief Find all roots of the equation x3 2x2 -5x + 6 = 0 using Graeffe`s method squaring thrice. Use Lagranges formula to find third degree polynomial which fits into the data below X 0 1 3 4 Y -12 0 12 24 Evaluate the polynomial for x = 4. State Budans theorem. Apply it to find the number of roots of the equation in the interval [-1, 0] and [0,1]. using Lin-Bairstows Find the root of the equation Method Compute f '(0.75) , from the following table x 0.50 0.75 1.00 1.25 1.50 f(x) 0.13 0.42 1.00 1.95 2.35 3 3 3 3 6 3 7 3 7 6 June11 June11 Dec10 June12 June12 Nov11 June12 June11 June12 Dec10

11 12 13 14 15 16 17 18 19 20 21

4 5 3 4 3 2 4 5 5 7 5

Dec 10 June12 Nov11 June11 Nov11 Dec10 Nov 11 Dec10 Dec10, Nov11 June11

22 23 24

June11 4 3 June11 June11

PreparedbyDr.ShailjaSharma

QUESTION BANK Subject code: 151601 Subject Name: Computer Oriented Statistical Methods
25 26 27 Evaluate by (i) Trapezoidal rule (ii) Simpsons 1/3 rule 4 5 4 June 11 June11 June11

in factorial notation and hence Represent the function f(x) = 3 show that f (x) =18. The distance, s(in km) covered by a car in a given time, t (min) is given in the following table Time(t) 0 1 2 3 4 5 6 Distance(s) 0 2.5 8.5 15.5 24.5 36.5 50 Estimate the speed and acceleration of the car at t = 5 minutes. The distance (s) covered by a car in a given time (t) is given below Time(Minutes) : 10 12 16 17 22 Distance(Km.) : 12 15 20 22 32 Find the speed of car at time t =14 minutes Obtain cubic spline for every subinterval from the following data x: 0 1 2 3 f(x) : 1 2 33 244 Hence an estimate f(2.5) Fit cubic splines for first two subintervals from the following data. Utilize the result to estimate the value at x=5. x: 3 4.5 7 9 f(x) : 2.5 1 2.5 0.5 Estimate the function value f (7) using cubic splines from the following data given p0 =p2 =0 i 0 1 2 zi 4 9 16 fi 2 3 4 Prove the following (i) = = (ii) = E 1 / 2 Write an algorithm for Lagranges interpolation method to interpolate a value of dependent variable for given value of independent variable. DifferentiateInterpolation&Extrapolation. Estimate the value of f(22) and f(42) from the following data x: 20 25 30 35 40 45 f(x): 354 332 291 260 231 204 ExplainCubicSplineInterpolationwithitsconditions. WriteLangrageInterpolationAlgorithm&Solvethefollowingusingit: Findf(x)atx=4. X:1.536 f(x):0.25220 Considerthefollowingtable: x:202530 f(x):0.3420.4230.500 Findthevalueofxwheref(x)=0.399usingInverseInterpolation.Would youusethedifferencemethodorLagrangianMethod? Write an algorithm for Trapezoidal Rule to integrate a tabulated function.

28

Dec10

29

Dec10

30

Nov11

31

June11

32 33 34 35 36 37

4 2 3 5 3 8

June11 Dec10 June12 June11 June12 June12

38

June12

39

Nov11

PreparedbyDr.ShailjaSharma

QUESTION BANK Subject code: 151601 Subject Name: Computer Oriented Statistical Methods
40 41 Evaluatex2dxusingTrapezoidalRulebytakingh=1/8. Evaluate : log 10 xdx , taking 8 subintervals, correct to four decimal places by
1

4 6

June12 Dec10

42

Trapezoidal rule. The table gives the distance in nautical miles of the visible horizon for the given heights in feet above the earths surface. Find the values of y when x=390ft. height(x): 100 150 200 250 300 350 400 Distance(y): 10.63 13.03 15.04 16.81 18.42 19.90 21.27 A train is moving at the speed of 30 m/sec. suddenly brakes are applied. The speed of the train per second after t seconds is given by the following table. Time(t): 0 5 10 15 20 25 30 Speed(v): 30 24 19 16 13 11 10 Apply Simpsons three-eighth rule to determine the distance moved by the train in 30 seconds. ExplainSimpson1/3Ruleindetail. Using Simpsons rule, find the volume of the solid of revolution formed by rotating about x-axis. The area between the x-axis, the lines x = 0 and x = 1 and a curve through the points (0,1), (0.25,0.9896), (0.50,0.9589), (0.75,0.9089) and (1,0.8415). A slider in a machine moves along a fixed straight rod. Its distance x cm. along the rod is given below for various values of the time t seconds. Find the velocity of the slider when t = 0.1 second. t: 0 0.1 0.2 0.3 0.4 0.5 0.6 x: 30.13 31.62 32.87 33.64 33.95 33.81 33.24 Write an algorithm for simpson`s three-eight rule to integrate a tabulated function. Compute f(0.75),from the following table X: 0.50 0.75 1.00 1.25 1.50 F(x):0.13 0.42 1.00 1.95 2.35 Evaluate

Nov11

43

Nov11

44 45

June12

46

Nov11

47 48 49 50

2 3 4 6

Dec10 June11 June11 Dec10

1 1 + x 2 dx by (i)Trapezoidal rule (ii) Simpsons 1/3 rule 0

51

52

The following data gives pressure and volume of superheated steam V: 2 4 6 8 10 P: 105 42.7 25.3 16.7 13 Find the rate of change of pressure w.r.t. volume when V=8 Following table shows speed in m/s and time in second of a car t : 0 12 24 36 48 60 72 84 96 108 120 v : 0 3.60 10.08 18.90 21.60 18.54 10.26 5.40 4.50 5.40 9.00 Using simpson`s one-third rule find the distance travelled by the car in 120 second Given where y = 0 when x = 0 find y(0.2) and y(0.4) using Runga Kutta method

Dec10

June11

PreparedbyDr.ShailjaSharma

QUESTION BANK Subject code: 151601 Subject Name: Computer Oriented Statistical Methods
53 54 Solvethedy/dx=x2y,y(0)=1.Findy(0.1)andy(0.2),h=0.1usingRunge Kuttas2ndOrderMethod. Given that 7 6 June 12 Dec10

dy = x + y 2 , y(0) = 1. Using Runge-kutta method find dx


dy = x + y with initial condition y(0)=1.Use Runge-Kutta fourth dx dy = f ( x, y ) dx

approximate value of y 0.2,take step size 0.1 55 Given that 4 Nov11

order method to find y(0.1). 56 57 58 Write an algorithm for Euler`s method to solve ODE 2 7 4 Dec10 June12 June11

Solvedy/dx=2xy,y(0)=2intherange0x0.3bytakingh=0.1using EulersMethod Using Euler`s method, compute y(0.5) for differential equation

59

dy = y2 x2 dx with y = 1 when x = 0(taking h = 0.1) 4 dy = x + y with y(0) = 1, x [0,1] byTaylors Solve the differential equation dx
seriesexpansiontoobtainyforx=0. Use Taylor series to find approximate value of cos(-8 ) to 5 significant digits. Use Heuns predictor-corrector method to integrate 7 7

June11

60 61

Nov11 Nov11

dy = 4e 0.8 x 0.5 y from dx

x= 0 to x = 3 with a step size of 1. The initial condition at x=0 is y=2.(Perform only one iteration in corrector step) 62 Using Gausss quadrature formula, evaluate
2 ( x + 2 x)dx 2 4

June11

PreparedbyDr.ShailjaSharma

Anda mungkin juga menyukai