multiply second term by factor α to get damped Newton’s method
generalised newton’s method
zn+1=zn−∂f(zn)−1f(zn)
where f is now a vector-valued function and ∂f is the Jacobian (matrix of all first order partial derivatives, see here for notation). Or avoid the inverse and solve the system of equations
∂f(zn)(zn+1−zn)=−f(zn)
Colouring domain by which roots a point converges to gives a Newton fractal.