Question
Question: For finding real roots of the equation \(x^{2} - x = 2\) by Newton-Raphson method, choose \(x_{0} = ...
For finding real roots of the equation x2−x=2 by Newton-Raphson method, choose x0=1, then the value of x2 is
A
–1
B
3
C
511
D
None of these
Answer
511
Explanation
Solution
Let f(x)=x2−x−2. Given x0=1.
By Newton-Raphson method,x1=x0−f′(x0)f(x0)
f′(x)=2x−1=2(1)−1=1 andf(1)=−2. Now x1=1−1−2=3
f(x1)=f(3)=9−3−2=4
f′(x1)=f′(3)=2(3)−1=5; x2=3−54=511