Newton's method is the most commonly used open method to solve f(x) = 0 Xn+1 = xn - f(xn/f'(xn), n=1,2,3, ..., X1 =initi
Posted: Sun May 15, 2022 4:40 pm
Newton's method is the most commonly used open method to solve f(x) = 0 Xn+1 = xn - f(xn/f'(xn), n=1,2,3, ..., X1 =initial point Given x cos x + 1 = 0, Use Newton's method with x1 = 1 to calculate f'(x), X2 and x3 of the sequence that eventually converges to the root and choose the correct answers. a. X2 = 6.11 Ob. X3 = 2.62 OC. X2 = 4.55 Od. x3 = 1.32 Jef'(x) = cosx -xsinx Of. f'(x) = COSX + xsinx