Page 1 of 1

Let f(x) = x sin x. (a) Let p0 = 1.5, and perform 3 iterations of Newton’s method to try to find the root. (b) Let µ(x)

Posted: Wed Jul 06, 2022 11:57 am
by answerhappygod
Let f(x) = x sin x.
(a) Let p0 = 1.5, and perform 3 iterations ofNewton’s method to try to find the root.
(b) Let µ(x) = f(x)/f'(x). Perform 3 iterations of Newton’smethod using the function µ(x) to try to find the root. Is theconvergence noticeably quicker than for f(x)?