Nme Unit I & Ii QB
Nme Unit I & Ii QB
Two Marks
Ten Marks
1. Using the method of least squares fit a curve of the form y = abx.
X 2 3 4 5 6
Y 8.3 15.4 33.1 65.2 127.4
3
2. Find the positive real root of x – 2x=8 correct to three decimal places, using
Newton-Raphson method
3. Solve the following equations by Gauss-Seidel iteration method:
x+y-2z=7, 3x+20y-2z=-8, x-3y+20z=25.
4. Obtain a root of the equation x3 - 5x – 6 = 0 using the bisection method correct to
three decimal places.
5. Find the positive real root of cos x = x.e x correct to four decimal places, using
Regula-Falsi method.
6. Find the real root of the equation x 4 - x -9=0 by Newton -Raphson method,
correct to three places of decimal.
7. Derive formula to find the cube root of ‘N’ using Newton’s formula and also find
the cube root of 15 .
8. A chemical company, wishing to study the effect of extraction time on the
efficiency of an extraction operation, obtained the data shown in the following
table.
Extraction time 27 45 41 19 3 39 19 49 15 31
minutes (x)
Efficiency (y) 57 64 80 46 62 72 52 77 57 68
9. Fit a parabola of the form y = a+bx+cx2 to the following data.
X 1 2 3 4 5 6 7
Y 2.3 5.2 9.7 16.5 29.4 35.5 54.4
10. Determine the constants a and b by the method of least squares such that
bx
y=ae
X 0 1 2 3 4 5 6 7 8
Y 20 30 52 77 135 211 326 550 1052
11. Find the positive root of the equation by iteration method 3x=cosx+1.
12. 10x+y+z=12, x+10y-z=10, x-2y+10z=9 by Gauss-Jordan method.
13. Using Gauss-Jordan method, solve the system 2x+y+z=10, 3x+2y+3z=18,
x+4y+9z=16.
14. Using Gauss-Seidel iteration method to solve the system 10x+y+z=12,
2x+10y+z=13, 2x+2y+10z=14.
15. Using Gauss-Jordan method, solve the system 25x+2y+2z=69,
2x+10y+z=63, x+y+z=43.
MULTIPLE CHOICE QUESTIONS
1. Numerical techniques more commonly involve _______ [ C ]
a) Elimination method b) Reduction method
c) Iterative method d) Direct method
a) 2.2 b) 1.52
c) 1.2 d) 0
2
29. If y=a+bx+cx and
X 0 1 2 3 4
Y 1 1.8 1.3 2.5 6.3
Then Second normal equation is [ B ]
a) 37.1=8a+28b+100c b) 37.1=10a+30b+100c
c) 35.1=10a+28b+100c d) 37.1=10a+30b+96c
30. If y = 2x+5 is the best fit for 6 pairs of values (x,y) by the method of least
squares, find ∑ x i if ∑ y i=120 [ C ]
a) 40 b) 35
c) 45 d) 30