How would one show that the newton raphson method converges linearly in these 2 cases?
$i) f'(\alpha)=0, f''(\alpha)\ne0$
$ii)f'(\alpha)=0, f''(\alpha)=0, f'''(\alpha)\ne0$
where $\alpha$ is the root of the function. The hint I have been given is to use L'Hopitals rule, but cant quite figure it out.