Approximation Methods for Polynomial Roots - Question Bank
1. Which of the following is NOT an advantage of Horner's method for polynomial evaluation?
2. In the context of polynomial root approximation, 'deflation' refers to:
3. The initial interval [a, b] for the Bisection Method must satisfy:
4. If the polynomial has a root with even multiplicity, Newton's method will converge:
5. Which method is known for its slow convergence but high reliability when a root is bracketed?
6. For P(x) = x^3 - x - 1, P'(x) = 3x^2 - 1. If x_n = 1.3, then f(x_n) approx 0.097 and f'(x_n) approx 4.07. The next approximation using Newton's method is closest to:
7. Consider the polynomial P(x) = x^3 - x - 1. If we use Newton-Raphson method with an initial guess x_0 = 1, the next approximation x_1 will be:
8. The convergence criterion for most iterative root-finding methods is typically based on:
9. Which method is generally preferred when the derivative of the function is difficult or impossible to compute?
10. If an iterative method requires the computation of the second derivative of the polynomial, it is likely:
11. The Secant Method can be viewed as a '<bos>-order' approximation of Newton's method where the derivative is approximated by the slope of the secant line.
12. Which method is guaranteed to find a root if f(x) is continuous and f(a) and f(b) have opposite signs, regardless of the function's differentiability?
13. The choice of an appropriate approximation method depends on:
14. When Newton's method converges linearly, the error at iteration k+1 is roughly proportional to the error at iteration k raised to the power of:
15. A 'simple root' of a polynomial P(x) is a root 'r' such that:
16. The concept of 'order of convergence' refers to:
17. Which approximation method is based on finding a polynomial that interpolates the function at specific points?
18. Bairstow's method is an extension of Newton's method used to find:
19. For finding roots of polynomials, the Durand-Kerner method (also known as the Weierstrass method) aims to find:
20. The Successive Over-Relaxation (SOR) method is an extension of which method, introducing a relaxation factor?
21. Which iterative method for systems of linear equations updates variables using the most recently computed values?
22. The convergence of Jacobi and Gauss-Seidel methods depends on the properties of the coefficient matrix, such as:
23. The Jacobi and Gauss-Seidel methods are iterative techniques typically used for solving:
24. When dealing with polynomials that might have multiple roots or roots close to each other, which method is often preferred for its robustness?
25. Which method is generally the slowest among the common iterative methods?
26. The condition f(a) * f(b) < 0 ensures:
27. Which of the following is NOT a bracketing method for finding roots?
28. If a root has multiplicity greater than 1, the convergence of Newton-Raphson method becomes:
29. The order of convergence for Newton-Raphson method, when the root is simple, is:
30. Horner's Method is primarily used for:
31. Steffensen's Method achieves quadratic convergence without explicitly calculating:
32. Which method is essentially Newton-Raphson but approximates the derivative using a finite difference?
33. A potential issue with the False Position Method is:
34. How does the False Position Method differ from the Secant Method?
35. The False Position Method (Regula Falsi) is similar to the Bisection Method in that it:
36. The convergence rate of the Secant Method is approximately:
37. The formula for the Secant Method iteration is:
38. The Secant Method uses how many initial points to start the iteration?
39. Which method involves approximating the function with a secant line?
40. The Bisection Method is generally considered:
41. The convergence rate of the Bisection Method is:
42. In the Bisection Method, the new interval is formed by:
43. The Bisection Method guarantees convergence if:
44. If the derivative of the function f(x) is zero at an approximation x_n, the Newton-Raphson method:
45. A major limitation of the Newton-Raphson method is its sensitivity to:
46. What is the formula for the Newton-Raphson iteration?
47. The Newton-Raphson method requires the initial guess to be:
48. Which of the following is an iterative method for finding the roots of a polynomial equation?