Why does Newton-Raphson method oscillate between two values

23 Views Asked by At

If I use starting value x0 = 1 for the following function Newton-Raphson oscillates between -0.113356775 and 0.113356775. If I however use other values, I manage to find the root.

enter image description here

Why is that? Any help is appreciated.