Let \( f(x) = x^3 - x - 3 \). In finding a positive real root of \( f(x) = 0 \) using Newton-Raphson method, if the starting guess \( x_0 = 2 \), then the numerical value of the root \( x_1 \) after the first iteration is .........
Show Hint
Use the Newton-Raphson iteration formula \( x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)} \) and calculate both \( f(x_n) \) and \( f'(x_n) \) precisely for better convergence.