Recall from Example 7.5.2 that the bisection method had a difficulty with the equation \(\tan x = 0\text{,}\) mistaking a discontinuity of this function for its root. How does Newton’s method behave here, and why?
Solution.
Newton’s method has no issues with this function: if the starting point is close to a discontinuity, it will move away from it, toward the nearest zero. It will never overshoot the zero because of the concavity of the function: it is concave away from the x-axis, which means the tangent lines are between the graph and the x-axis.

Generally, vertical asymptotes are not a problem for Newton’s method: horizontal asymptotes (and horizontal tangent lines) are.
