find a positive root 17^1/3 correct to 4 decimal places by Newton Raphson Method take x0= 2.5
Answers
Answered by
0
The Required root is 2.5712 correct to four Decimal Places
Given,
positive root= 17^1/3
= 2.5
To Find,
a positive root 17^1/3 correct to 4 decimal places by using Newton Raphson method.
Assuming f(x)= x^3 - 17
The iterative formula is = 1 / 3(+ a / x)
Here a= 17
= 2.5 because ∛8 =2 and ∛27=3
= 1 / 3(2*2.5+ 17/ (2.5)^2) = 1 / 3(5+17/6.25)= 2.5733
= 1 / 3(2*2.5733+ 17 /(2.5733)^2= 1 /3 (5.1466+17 / 6.6220)=2.5713
= 1 / 3(2*2.5713+17 / (2.5713)^2 = 1 / 3(5.1426+17/6.61158)=2.57128
=1/3(2*2.57128+17 / (2.57128)^2=1 / 3(5.14256+17/6.61148)=2.57128
Thus ,the Required root is 2.5712 correct to four Decimal Places
#SPJ1
Similar questions