Root of equation & Error approximation
Assertion and Reasoning
35 Pages
AP
Contributed by
Aarav Patel
Loading
- Multiple Choice Questions (MCQ)Unit I Root of equation & Error approximationBisection Method1. Suppose we want to find a root of the polynomial x3- 5x. Using the Bisection method andstarting boundaries a = 2 and b = 4, what is the third approximation to the root obtained bythe algorithm?A. 2.875 B. 2.125B. 2.5 C. 3.02. Which method has slow convergence?(a) false poison (b) Secant(c) Newton-Raphson (d) Bisection3. One root of the equation x3+ 3x2- 5x + 2 = 0 lies between:(a) –5 and –4 (b) –4 and –3(c) 0 and 1 (d) –1 and +14.The root of the equation e power x=4x lies between________.A. (0, 1) B. (1, 2)C. (2, 3) D. (3, 4)5. A root of the equation cos(x) - x * exp(x) = 0 , the first initial guess lies between.A. (0, 1) B. (-1,-2)C. (-2, 3) D. (3, 4)
Page 1
- Newton-Raphson methods5.Solve the equation ex− 4x=0 using Newton-Raphson iteration.A. x=0.61906 and x=1.51213B. x=0.35 and x=2.1C. x=0.35740 and x=2.15329D. Newton-Raphson iteration cannot be used since the answer oscillates between 2 and −2.6. Use the Newton-Raphson method to solve 2x3−6x2+6x−1=0 to 4 decimal places.A. There is no solution since the curve is always increasing.B. x=0.2063.C. x=0.7351.D. Newton-Raphson cannot be used because the tangents to the curve do not cut the axes on theinterval 0≤x≤1.7. Newton-Raphson method will always converge to a solution for f(x) =0 on theinterval a≤x≤b if certain conditions are met. Which of the following is notone of theseconditions?A. f is continuous on the interval a≤x≤b.B. f(a) and f(b) have opposite signs.C. f′′(x) does not change sign on the interval a≤x≤b.D. f′(x) =0 on the interval a≤x≤b.8. The function f(x) =2X3− 2X2− 3X + 2 has a root between 0 and 1. Which of the followingconditions fail?A. f(0) and f(1) have opposite signs.B. f′(x)≠0 on 0≤x≤1.C. f′′(x) does not change sign on the interval 0≤x≤1.D. The tangents at 0 and 1 cut the axes in the interval 0≤x≤1.
Page 2
- 9. The order of convergence of Newton-Raphson iterative algorithm isA. First order B. Second orderC. Third order D. None of the above.10 Newton Raphson method of solution of numerical equation is not preferred whenA. The graph of f(x) is nearly horizontal where it crosses the x-axis.B. The graph of f(x) is nearly vertical where it crosses the x-axis.C. Both conditions (A) and (B) above prevail.D. None of the above.11. The Newton-Raphson method of finding roots of nonlinear equations falls under the categoryof _____________ methods.(A) Bracketing (B) Open(C) Random (D) Graphical12. The next iterative value of the root of X2− 4 = 0 using the Newton-Raphson method, if theinitial guess is 3, is(A) 1.5 (B) 2.067(C) 2.167 (D) 3.00013. Newton Raphson method is also called asA. Method of chordsB. Interval halving methodC. Method of linear interpolationD. Method of tangents
Page 3
- 14. The Iterative formula for Newton-Raphson method is:A. Xn+1 = f (Xn) C. Xn+1 = Xn –B. Xn+1 = Xn- 1 – D. Xn+1 = Xn –15. Which iterative method requires single initial guess root?A. Bisection methodB. Secant methodC. Method of false positionD. Newton Raphson Method16. If initial guess root of the equation x3–5x + 3 = 0 is 1, then first approximation for the root byNewton Raphson method is:(a) 0.5 (b) 1.5(c) 1.0 (d) None of the above17. Newton-Raphson method is applicable the solution of ______.A. Both algebraic and transcendental equationsB. Both algebraic and transcendental and also used when the roots are complexC. Algebraic equations onlyD. Transcendental equations only18. Fourth degree equations are also called _______ equations.A. quadratic B. cubicC. linear D. bi-quadratic
Page 4
- 19. In which of the following methods proper choice of initial value is very important?A. Newton Raphson MethodB. Bisection MethodC. Iterative MethodD. Regula Falsi Method20. In the case of Newton-Raphson method the error at any stage is proportional to______.A. the error in the previous stageB. the square of the error in the previous stageC. the cubic of the error in the previous stageD. square root of the error in the previous stage21. The root of x3- 2x - 5 = 0 correct to three decimal places by using Newton-Raphson methodisA 2.0946 B. 1.0404C. 1.7321 D. 0.701123.The Newton-Raphson method of finding roots of nonlinear equations falls under the categoryof _____________ methods.(A) bracketing(B) open(C) random(D) graphical24.The Newton-Raphson method of finding roots of nonlinear equations falls under the categoryof _____________ methods.(E) bracketing(F) open(G) random(H) graphical
Page 5
- 25.The Newton-Raphson method of finding roots of nonlinear equations falls under the categoryof _____________ methods.(I) bracketing(J) open(K) random(L) graphical26.The Newton-Raphson method formula for finding the square root of a real numberRfromthe equation02=− Rxis,(A)21iixx =+(B)231iixx =+(C)+=+iiixRxx211(D)−=+iiixRxx 321127.The next iterative value of the root of042=−xusing the Newton-Raphson method, if theinitial guess is 3, is(A) 1.5(B) 2.067(C) 2.167(D) 3.000
Page 6
- 28.The root of the equation0)( =xfis found by using the Newton-Raphson method. Theinitial estimate of the root is30=x,( )53 =f. The angle the line tangent to the function)(xfmakes at3=xis°57with respect to the x-axis. The next estimate of the root,1xmost nearlyis(A) –3.2470(B) −0.2470(C) 3.2470(D) 6.247029.The root of43=xis found by using the Newton-Raphson method. The successive iterativevalues of the root are given in the table below.IterationNumberValue of Root02.000011.666721.591131.587441.5874The iteration number at which I would first trust at least two significant digits in theanswer is(A) 1(B) 2(C) 3(D) 430.The ideal gas law is given byRTpv =wherepis the pressure,vis the specific volume,Ris the universal gas constant,andTis the absolute temperature. This equation is only accurate for a limited range
Page 7
- of pressure and temperature. Vander Waals came up with an equation that wasaccurate for larger ranges of pressure and temperature given by( )RTbvvap =−+2whereaandbare empirical constants dependent on a particular gas. Given the value of08.0=R,592.3=a,04267.0=b,10=pand300=T(assume all units areconsistent), one is going to find the specific volume,v, for the above values. Withoutfinding the solution from the Vander Waals equation, what would be a good initial guessforv?(A) 0(B) 1.2(C) 2.4(D) 3.631f(a) < 0, f(b) > 0 and if x0∈ (a, b)is first approximation with f(x0) < 0 then in bisectionmethod,(a) x0is to be replaced by a (b) ais to be replaced by x0(c) bis to be replaced by x0(d) x0is to be replaced by b32For real root of an equation x3– 2x – 5 = 0, the root lies between(a) 0 and 1 (b) 2 and 3 (c) 1 and 2 (d)none of them33From the following _______ method is not iterative method.(a) False position (b) Bisection (c) Lagranges (d)none of them
Page 8
- 34For the function f(x): x3– 2x – 5 = 0 if the root of equation lies between (2, 3) and if at ithiteration c= 2.5 then next approximation by bisection method gives c =(a)3+2.752(b)2 2.52+(c)3+2.52(d) none of them35If in a method of successive approximation, the root of equation lies between 1 and 2,( )211=−gxx, and initial guess is 1.25 then next approximation is(a) 0.5625 (b) 1.2177 (c) 1.7777 (d)none of them36From the following _______ method is the best method to obtain root of equation f(x) = 0.(a) False position (b) Bisection (c) Newton’s Raphson (d)none of them37Absolute error is defined as(a) Present Approximation – Previous Approximation(b) True Value – Approximate Value(c) abs (True Value – Approximate Value)(d) abs (Present Approximation – Previous Approximation)38The number 0.01850 x 103has ________ significant digits(a) 3 (b) 4 (c) 5 (d) 639For an equation like x2= 0, a root exists at x = 0. The bisection method cannot be adoptedto solve this equation in spite of the root existing at x = 0 because the function f(x) =x2(a) is a polynomial (b) has repeated roots at x= 0(c) is always non-negative (d) has a slope equal to zero at x= 0
Page 9
- 40If for a real continuous function f(x), f(a)f(b)<0, then in the range of [a,b] for f(x)=0, thereis (are)(a) one root (b) an undeterminable number of roots(c) no root (d) at least one root
Page 10
Download this file to view remaining 25 pages
Related documents:
- GEOGRAPHY-PAPER-I (2018) - Question Paper
- Consumer Behavior MCQs - MCQ
- National Recruitment Agency - Notes
- Bcs 304 Data Communication And Networking MCQs - MCQ
- American History (1776-1945) - MCQ
- INSTRUMENTS IN INTERNATIONAL FINACIAL MARKETS - INTERNATIONAL FINANCE - Notes
- (BRM) Methods of Data Collection - Notes
- Maithili - literature (Paper II) 2015 Question Paper - Question Paper
- Trigonometry (Solved MCQs and Notes) - Notes
- Engineering Graphics Jan 2018 Question Paper - Question Paper
- Report Writing 4th Semester BBA - Notes
- Element of Company Law - MCQ
- Biology - Question Bank
- GE6075 PROFESSIONAL ETHICS IN ENGINEERING qbank - Question Bank
- Cost & Work Accounting I - MCQ
- (BRM) Tools for Collection of Data - Notes
- Psychology (Paper I) 2016 Question Paper - Question Paper
- CONCEPT RECAPITULATION TEST - I Paper 1 - Question Paper
- Public Administration (Paper I) 2016 Question Paper - Question Paper
- The Essence of Sociology MCQs - MCQ