Answer on Question #42257, Math, Linear Algebra
Problem. Using Newton-Raphson method approximates the root of the following equation in the interval (0,1) up to the three decimal places
f(x)=3x−cosx−1
Note: All the calculations should be in radian.
Solution. The derivative of the function f equals
f′(x)=3+sinx.
Let x0=0. By Newton-Raphson method the better approximation x1 equals
x1=x0−f′(x0)f(x0)=0−3−2≈0.666667.
The second approximation x2 equals
x2=x1−f′(x1)f(x1)≈0.666667−3.618370.214113≈0.607493.
The second approximation x3 equals
x3=x2−f′(x2)f(x2)≈0.607493−3.5708110.001397≈0.607102.
The root equals x∗≈0.607, as ∣x3−x2∣<0.001.
Answer. x∗≈0.607.
www.AssignmentExpert.com