MCQ ON THE SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS: MCQ on the solution of algebraic and transcendental equations are discussed here with answers underlined. You can test your knowledge. 0% Question 1: The Iterative formula for Newton Raphson method is A) `x_{n+1} = x_n - \frac{f(x_n)}{f’(x_n)}` B) `x_{n+1} = \frac{x_n - f(x_n)}{f’(x_n)}` C) `x_{n+1} = \frac{x_n + f(x_n)}{f’(x_n)}` D) None Explanation: `x_{n+1} = x_n - \frac{f(x_n)}{f’(x_n)}`. Question 2: In Newton Raphson method if the `f(x)` is constant then `\ldots` A) `f''(x)=0` B) `f(x)=0` C) `f'(x)=0` D) `f'(x)=C` Explanation: `f'(x)=0` Question 3: The Newton-Raphson method fails if `\ldots` A) `f'(x_0)=0` B) `f''(x_0)=0` C) `f(x_0)=0` D) `f'''(x_0)=0` Explanation: `f'(x_0)=0`. Question 4: The Newton-Raphson me...
Your trusted platform for GATE, NET, and University-level Mathematics with smart strategies, solved examples, and handwritten notes by Dr. Sharma.