The correct option is A 2.884
To find the cube root of 24 using Newton - Raphson method,
we need to solve f(x)=x3−24.
⇒f′(x)=3x2
Notice 33=27
Therefore the cube root of 24 is slightly less than 3.
We have f(x)=x3−24,f′(x)=3x2
Let us start estimating the root x
Let the first estimation be a=2.9 (slightly less than 3)
Hence the subsequent estimates will be b=a−f(a)f′(a),c=b−f(b)f′(b).
f(a)=f(2.9)=(2.9)3−24=0.389 and f′(a)=f′(2.9)=3(2.9)2=25.23
Therefore b=2.9−0.38925.23≈2.88458
Now c=2.88458−f(2.88458)f′(2.88458)=2.88449
Hence the cube root of 24 is 2.884