Die grundlegende Formel ist ja xn+1 = xn - f(xn) / f ' (xn) 
du suchst dir also erst mal ein x, 
das halbwegs in der Nähe einer Nullstelle liegt, hier etwa x=-1,
Das ist dann x1.  
Dann  x2 =   -1    -    1 / 1 =  -2 
Dann x3= -2 -      -3 /8 = -13/8  = -1,625  
x4 =  -1,625  -   f( -1,625 ) / f ' ( -1,625 )   etc.