1.8) (define (improve y x) (/ (+ (/ x (square y)) (* 2 y)) 3)) The rest of the solution should be analogous to the square root solution presented in the text.