I am solving the following problem:
Use Newton's method to find solutions accurate to within $10^{-5}$ for the following problem.
$e^x + 2^{-x} + 2 \cos x - 6 = 0$ for $1 < x < 2$
I am familiar with claiming a $p_0$ and using the newtons formula, but I am completely confused on how the solution should be accurate to within $10^{-5}$. could someone explain that this means, and how I am supposed to do it.
I am thinking that I just have to ensure $|x_{n+1}-x_n|<10^{-5}$ is this correct?