Sie sind auf Seite 1von 3

CBNST QUESTION BANK (2012-2013 session) CSE-2nd year.

1. Apply Muller’s method to find a root of the eq. x^3-2x-1=0.


2. Using Iteration Method, find a root of the eq. x^3+x^2-1=0 correct to four decimal
places.
3. Round-off the numbers 865250 and 37.46235 to four significant figures and compute Ea,
Er, Ep in each case.
4. The function f(x)=tan-1 x can be expanded as:
tan-1 x = x-x^3/3+x^5/5-…………+(-1)^(n-1) ((x^(2n-1))/(2n-1))……..,
Find n such that the series determine tan-1 x correct to eight significant digits at x=1.
5. Solve the eq. x^3-9x+1=0 for the root between x=2 and x=4 by the Bisection Method.
6. Find a +tive root of the eq. x^4-x=10 correct to three decimal places, using Newton-
Raphson Method.
7. In a triangle ABC, a=30cm, b=80cm, <B=90 degree. Find the max. possible error in the
computed value of area ABC, if possible errors in a & b are 1/3% and 1/4% respectively.
WAP in ‘c’ to implement it.
8. Find a real root of the eq. 3x =cosx +1 correct to four decimal places using Newton’s
Method.
9. Write an algo. of the Newton-Raphson Method and program it in ‘c’ .
10. Write an algo. of the False Position Method and program it in ‘c’ .
11. Write an algo. of the Bisection Method and program it in ‘c’ .
12. From the following table, estimate the no.of students who obtained marks between 40
& 45:
Marks : 30-40 40-50 50-60 60-70 70-80
No.of students: 31 42 51 35 31
13. Find y(8) from the following values, using Gauss backward difference formula:
x: 0 5 10 15 20 25
f(x): 7 11 14 18 24 32
14. Use Stirling’s forward formula to evaluate Y12.2, from the following table (Yx= 1+log
sinx):
x(in degree): 10 11 12 13 14
10^5Yx : 23967 28060 31788 35209 38368
15. Use Bessel’s formula to evaluate Y25, given that Y20=2854, Y24=3162, Y28 =3544,
Y32=3992.
16. Find log 337.5 by Everett’s formula, from the following table:
x: 310 320 330 340 350 360
logx: 2.49136 2.50515 2.51851 2.53148 2.54407 2.55630
17. Find the polynomial f(x) by using Lagrange’s formula and hence find f(3) for:
x: 0 1 2 5
f(x): 2 3 12 147
18. Find f(9) from the following values, using Newton’s Divided Difference Formula:
x: 5 7 11 13 17
f(x): 150 392 1452 2366 5202
19. Find f(27.5) from the following values, using Bessel’s formula:
x: 25 26 27 28 29 30
f(x): 4.000 3.846 3.704 3.571 3.448 3.333
20. Find f(22) the following values using Gauss forward formula:
x: 20 25 30 35 40 45
f(x): 354 332 291 260 231 204
21. Using Everett’s formula to evaluate f(30) if f(20)=2854, f(28)=3162, f(36)=7088,
f(44)=7984. Write an algo. of the Newton’s Forward Interpolation Formula and program
in ‘c’.
22. Write an algo. of the Newton’s Backward Interpolation Formula and program in ‘c’.
23. Write an algo. of the Lagrange’s Interpolation Formula and program it in ‘c’.
24. The population of a certain town is given. Find the rate of growth of population in 1931,
1941, 1961 & 1971.
Year (x) : 1931 1941 1951 1961 1971
Population (y): 40.62 60.80 79.95 103.56 132.65 (In 1000s)
25. Find f’(1.1) & f’’(1.1) from the following values
x: 1.0 1.2 1.4 1.6 1.8 2.0
f(x): 0.0 0.1280 0.5540 1.2960 2.4320 4
6
26. Evaluate 0∫ 1/(1+x^2)dx by using Trapezoidal, Simpson’s 1/3, Simpson’s 3/8 and
Weddle’s Rule.
27. Find f’(7.5) from the following values, using Bessel’s Formula:
x: 7.47 7.48 7.49 7.50 7.51 7.52 7.53
f(x): 0.193 0.195 0.198 0.201 0.203 0.206 0.208
28. Evaluate 0∫6e^x/ (1+x)dx approximately by using Simpson’s 3/8 Rule.
29. A rod is rotating in a plane. The following table gives the angle Q(in radians) through
which the rod has turned for various of time t (in sec).Calculate the angular velocity &
angular acceleration of the rod at t=0.6sec.
t: 0.0 0.2 0.4 0.6 0.8 1.0 1.2
Q: 0 0.12 0.49 1.12 2.02 3.20 4.67
30. A river is 80m wide. The depth ‘y’ of the river at a distance ‘x’ from one bank is given by
following table
x: 0 10 20 30 40 50 60 70 80
y: 0 4 7 9 12 15 14 8 3
find the approximate area of cross-section of the river using
(i)Boole’s Rule (ii)Simpson’s 1/3 Rule
31. WAP in ‘c’ and algo. of Milne’s method./ Apply Milne’s method, to find a solution of the
Y’ = x – y^2 in the interval [0,1] for the boundary condition y = 0 at x = 0.
32. Solve Y’ = y+x ; y(0)= 1 by Taylor’s series method. Hence find the value of y at x =
0.1and x = 0.2.
33. Solve by Taylor’s series method the eq. Y’ = log(xy) for y(1.1) and y(1.2), given y(1) = 2.
34. Apply Runge’s method to find an approximate value of y when x = 0.2, given that
Y’ = y+x ; y(0)= 1.
35. Apply Runge-Kutta fourth order method to find an approximate value of y when x = 0.2,
given that Y’ = y+x ; y(0)= 1.
36. WAP in ‘c’ and algo. of Runge-Kutta method / Use the predictor-corrector formula for
tabulating the solution of 10 Y’ = y^2+x^2; y(0)=1for the range 0.5<= x <= 1.0
37. Given Y’=x^2(1 + y) and y(1)=1, y(1.1)=1.233, y(1.2)=1.548, y(1.3)=1.979, evaluate y(1.4)
by Adams-Bashforth method.
38. Apply Runge-Kutta fourth order method to find Y’ = (y^2-x^2)/(y^2+x^2) with y(0)= 1
at x = 0.2, 0.4.
39. Apply Runge-Kutta method to find an approximate value of y when x = 0.2, in steps of
0.1, if Y’ = x + y^2 ; y(0)=1.
40. Fit the second degree curve to the following data taking u=x-5 as the independent & v=
y-7 as dependent variable:
x: 1 2 3 4 5 6 7 8 9
y: 2 6 7 8 10 11 11 10 9
41. Using the method of least squares, fit a straight line to the following data
x: 1 2 3 4 5
y: 2 4 6 8 10
42. Calculate linear regression coefficients from the following:
x: 1 2 3 4 5 6 7 8
y: 3 7 10 12 14 17 20 24
43. The following results were obtained from in Applied Mechanics and Engineering
Mathematics in an examination;
Applied Mechanics Engineering Mathematics
Mean 47.5 39.5
Standard Deviation 16.8 10.8
r=0.95
Find both the regression equation. Also estimate the value of Y for X=30.
44. Fit the second degree curve to the following data taking u=x-5 as the independent & v=
y-7 as dependent variable:
x: 1 2 3 4 5 6 7 8 9
y: 2 6 7 8 10 11 11 10 9
45. What is control chart? Discuss how control charts can be used in quality control of
industrial products?
46. Discuss how statistical data can be used in quality control of industrial products.
47. Distinguish between the following:
a. Process quality control & product quality control.
b. p-chart, np-chart & C-chart.
48. Solve the eq. Y’ = x+y^2, with y = 1 at x = 0 using Picard’s method. Determine y at x = 0.1.
49. Find the value of y for x=0.1 by Euler’s method, given that
Y’ = y+x ; y(0)= 1
50. If 0.333 is the approximate value of 1/3, find absolute, relative and percentage errors.

Das könnte Ihnen auch gefallen