Question: For any positive number, a, the problem of calculating the square root, √a , is often done by applying Newton's method to the function f(x) = x2-a. Apply the method to obtain an expression for xn+1 in terms of xn. Use this to approximate √a for a = 2, 10, 1000, and π, correct to four decimal places, starting at x0 = a/2 in each case.