The iterative formula to find the root of \( \sqrt[3]{x^2} = 2 \) using Newton-Raphson method is
\( x_{n+1} = \)
Show Hint
Remember: In Newton-Raphson method, iterative formula is
\[
x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}
\]
Always carefully compute both \( f(x) \) and \( f'(x) \) before substitution.