Question:

Equation x2 − 1 = 0 is required to be solved using Newton Raphson’s method with an initial guess x0 = −1. Then after one step of Newton’s method, the estimate x1 of the solution will be given by

Show Hint

Substitute values into the Newton-Raphson formula and simplify step by step to avoid errors.
Updated On: Dec 29, 2024
  • 0.71828
  • 0.36784
  • 0.20587
  • 0.0000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Newton-Raphson’s formula is given by: x_n+1 = x_n − f (x_n)/f′(x_n). For f (x) = e^x − 1, we have: f′(x) = e^x. Substituting x_0 = −1: f(x_0) = e−1 − 1, f′(x_0) = e−1. x_1 = −1 − (e−1 − 1)/e−1 = 0.20587.
Was this answer helpful?
0
0

Top Questions on Algorithm

View More Questions

Questions Asked in CUET PG exam

View More Questions