Show that in the Newton-Raphson method $ g'(x^*) = 0 $ and $ g''(x^*)\neq 0 $ for real roots not repeated, where $x^*$ is a fixed point.
Deriving the function $ g(x)=x-\dfrac{f(x)}{f'(x)} $, and then evaluating in $ x^* $, I have proved that $g'(x^*) = 0$. I have also found that $ g''(x^*)=\dfrac{f''(x^*)}{f'(x^*)} $.
Since the real roots are non-repetitive, $ f'(x^*) \neq 0 $. Thus, for $ g''(x^*) \neq 0 $, $ f''(x^*)$ must be different from zero. It's really $ f''(x^*) \neq 0 $. If so, could you explain why?