Please Use The Following Google Form Link To Answer The Following Questions
Please Use The Following Google Form Link To Answer The Following Questions
Please Use The Following Google Form Link To Answer The Following Questions
https://forms.gle/LbBXy6SnmnKyUcsL6
𝑏
1. In evaluating 𝑎
𝑓 𝑥 𝑑𝑥, the error in Trapezoidal rule is of
(a) ℎ2 (b) ℎ3 (c) ℎ4 (d) ℎ
𝑏
2. In Simpson’s 1/3rd rule for finding 𝑎
𝑓 𝑥 𝑑𝑥 , 𝑓 𝑥 is approximated by
(a) Line segment (b) Parabola
(c) Circular sector (d) part of ellipse
3. The truncation error in Composite Simpson’s 1/3rd rule is of order
(a)ℎ3 (b) ℎ4 (c) ℎ5 (d) ℎ
𝑏
4. In Trapezoidal rule for finding 𝑎
𝑓 𝑥 𝑑𝑥 , 𝑓 𝑥 is approximated by
(a) Line segment (b) Parabola
(c) Circular sector (d) none of these.
5. In Simpson’s 1/3rd rule the interval of integration is subdivided in
(a) odd number of interval
(b) even number of intervals
(c) both even and odd number of intervals
(d) none of these.
𝑏
6. In Trapezoidal rule for approximating the value of 𝑎
𝑓 𝑥 𝑑𝑥 , the area given by this
integral is approximated by the sum of area of some
(a) rectangle (b) trapezium
Page 1 of 4
(c) parallelogram (d) none of these.
𝑏
7. In Trapezoidal rule for finding the value of 𝑎
𝑓 𝑥 𝑑𝑥 there exists no error if 𝑓 𝑥 is
(a) parabolic function (b) linear function
(c) Logarithemic function (d) none of these
1
8. The value of 0
𝑥 3 + 3𝑥 + 2013 𝑑𝑥, 𝑛 = 10. Which of the following will give better
result
(a) Simpson’s 1/3rd rule
(b) Trapezoidal Rule
(c) both Simpson’s 1/3rd and Trapezoidal Rule
(d) none of these
9. Minimum number of interval needed for applying Simpson’s 1/3rd rule is
(a) 1 (b) 2 (c) 3 (d) 4.
10. Minimum number of interval needed for applying Trapezoidal rule is
(a) 1 (b) 2 (c) 3 (d) 4.
𝑏
11. By simpson’s 1/3rd rule 𝑎
𝑓 𝑥 𝑑𝑥 =
𝑏−𝑎
(a) 𝑓 𝑎 +𝑓 𝑎+𝑏 +𝑓 𝑏
6
𝑏−𝑎
(b) 𝑓 𝑎 + 2𝑓 𝑎 + 𝑏 + 𝑓 𝑏
6
𝑏−𝑎 𝑎+𝑏
(c) 𝑓 𝑎 + 4𝑓 +𝑓 𝑏
6 2
𝑏−𝑎 𝑎+𝑏
(d) 𝑓 𝑎 + 4𝑓 +𝑓 𝑏
3 2
1
12. The value of 0
𝑥 2 + 2𝑥 − 1 𝑑𝑥, 𝑛 = 10, using Simpson’s 1/3rd rule is
(a)2.33 (b) 2.98
(c) not determinable (d) none of these
1 log 1+𝑥
13. The value of the integral 0
𝑑𝑥 with step length 0.5 by simpson’s 1/3rd rule is
𝑥
1 1
(a) 6 1 + 8 log 1.5 + log 2 (b) 6 4 log 1.5 + log 2
1 1
(c) 6 −48 log 1.5 + log 2 (d) 6 1 − 8 log 1.5 + log 2
24
14. In Trapezoidal rule for finding the approximate value of 12
𝑓 𝑥 𝑑𝑥, the error is
(when the number of sub interval is 12)
Page 2 of 4
(a) – 𝑓 ′′ 𝜉 (b) −2𝑓 ′′ 𝜉 (c) 𝑓 ′ 𝜉 (d) none of these .
15. Which of the following method always guarantee the convergence
(a) secant method (b) bisection method
(c) Regula falsi method (d) newton raphson method
16. Rate of convergence of Newton Raphson’s method is
(a) linear (b) quadratic
(c) cubic (d) none of these.
17. Newton raphson method is fail when
(a) 𝑓 ′ 𝑥 = 1 (b) 𝑓 ′ 𝑥 = 0
(c) 𝑓 ′ 𝑥 = −1 (d) 𝑓 ′′ 𝑥 = 0
18. The condition of convergence of newton raphson method when applied to an
equation 𝑓 𝑥 = 0 in an interval is
(a) 𝑓 ′ 𝑥 ≠ 0 (b) 𝑓 ′ 𝑥 <1
2 2
(c) 𝑓 ′ 𝑥 > 𝑓 𝑥 𝑓 ′′ 𝑥 (d) 𝑓 ′′ 𝑥 > 𝑓 𝑥 𝑓′ 𝑥
19. One of the root of 𝑥 3 − 17𝑥 + 5 = 0 lies in between
(a) 1 and 2 (b) 0 and 1
(c) 2 and 3 (d) none of these.
20. For the Newton-Raphson’s method, the iterative formula is
𝑓 𝑥𝑛 𝑓 ′ 𝑥𝑛
(a) 𝑥𝑛 +1 = 𝑓 ′ (b) 𝑥𝑛 +1 =
𝑥𝑛 𝑓 𝑥𝑛
𝑓 𝑥𝑛 𝑓 ′ 𝑥𝑛
(c) 𝑥𝑛 +1 = 𝑥𝑛 − 𝑓 ′ (d) 𝑥𝑛+1 = 𝑥𝑛 +
𝑥𝑛 𝑓 𝑥𝑛
Page 3 of 4
24. Bisection method is
(a) conditionally and surely convergent
(b) unconditionally and surely convergent
(c) conditionally convergent
(d) none of these.
25. The root of a transcendental equation 𝑓 𝑥 = 0 is obtained more rapidly by
Newton-Raphson’s Method when 𝑓 ′ 𝑥 in the neighborhood of the root is
(a) zero (b) small
(c) large (d) none of these.
26. Newton-Raphson’s iterative formula for finding the square root of a real positive
number 𝑅 is
𝑅 𝑅
(a) 𝑥𝑛 +1 = 𝑥𝑛 + 𝑥 (b) 𝑥𝑛 +1 = 𝑥𝑛 − 𝑥
𝑛 𝑛
1 𝑅 1 𝑅
(c) 𝑥𝑛 +1 = 2 𝑥𝑛 + 𝑥 (d) 𝑥𝑛+1 = 2 𝑥𝑛 − 𝑥
𝑛 𝑛
𝑥𝑛 3
27. The iterative scheme 𝑥𝑛+1 = + 𝑥 , with a positive approximation, computes
2 𝑛
Page 4 of 4