Question Details

Find the positive real root of x3 - x - 3 = 0 using Newton-Raphson method. If the starting guess (x0) is 2, the numerical value of the root after two iterations (x2) is __________ (round off to two decimal places).

Show Answer

Correct Answer :

Correct answer is : 1.67

f(x) = x3 - x - 3

f ( x ) = 3 x 2 1

Starting guess (x0 = 2)

Now first iterations

x 1 = x 0 ( x 0 3 x 0 3 ) 3 x 0 2 1

x 1 = x 0 f ( x 0 ) f ( x 0 ) = 2 ( 2 ) 3 2 3 3 ( 2 ) 2 1 = 1.7273

Second iterations

x 2 = x 1 ( x 1 3 x 1 3 ) 3 x 1 2 1

x1 = 1.7273

x 2 = x 1 f ( x 1 ) f ( x 1 ) = 1.7273 ( 1.7273 ) 3 1.7273 3 3 ( 1.7273 ) 2 1 = 1.67369

x2 = 1.67

Solution :

The correct answer is 1.67.

To find the positive real root of the equation using the Newton-Raphson method, we start by defining the function and its first derivative:
Let the function be:
f ( x ) = x 3 x 3
Taking the derivative with respect to x, we get:
f ( x ) = 3 x 2 1

The Newton-Raphson formula for updating the estimate of the root at step n+1 is:
x n + 1 = x n f ( x n ) f ( x n )

Step 1: First Iteration (Calculating x1)
Given the starting guess x0=2:
First, compute f(x0) and f(x0):
f(2)=2323=823=3
f(2)=3(22)1=121=11

Now, calculate x1:
x 1 = 2 3 11 2 0.272727 = 1.72727
Rounding to four decimal places, we get x11.7273.

Step 2: Second Iteration (Calculating x2)
Using x1=1.7273, we evaluate the function and its derivative:
f(1.7273)=(1.7273)31.727335.15371.72733=0.4264
f(1.7273)=3(1.7273)213(2.9836)1=8.95081=7.9508

Now, calculate x2:
x 2 = 1.7273 ( 1.7273 ) 3 1.7273 3 3 ( 1.7273 ) 2 1 1.7273 0.4264 7.9508 1.7273 0.05363 = 1.67367

Rounding the value of x2 to two decimal places, we get:
x 2 1.67

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...