Consider the following equation: arctan (2x) + x-1=0 where arctan is the is the arctangent function and returns angles i
Posted: Wed Jul 06, 2022 12:04 pm
Consider the following equation: arctan (2x) + x-1=0 where arctan is the is the arctangent function and returns angles in radians. a) Show that the given function has only one root at interval [0,1]. b) Obtain the approximation value of that root, applying two iterations of Newton Method since the initial value xo 0. Build a table with the necessary values of k, xk, f (xk), f'(xk) to k = 0,1,2. Show the value of the obtained root approximation. c) Calculate an error estimative for the root approximation obtained in (b). =