Let $f(x) = x^3 + 2x^2 + 3x - 1$. Newton-Raphson method is used to find the root of the equation $f(x) = 0$. If the initial guess is $x_0 = 1$, then the value of $x$ after first iteration is ...........
Show Hint
In the Newton-Raphson method, remember to calculate both $f(x)$ and $f'(x)$ at each iteration to refine the estimate of the root.