Sequences Which Converge to Square Roots and Cube Roots
Explain the steps on how to solve the problem below:
Use the Secant method to show that sequence below converges to √Q, where Q > 0, given "good" starting values x0 and x_1:
xn+1 = (xnxn-1 + Q) / (xn + xn-1).
Come up with a similar recursion for calculating Q1/3 using the secant method.