Tom K. answered 12/11/21
Knowledgeable and Friendly Math and Statistics Tutor
We find the intersection of two functions by i subtracting one from the other and finding the 0s
The Newton method is xn+1 = xn - h(xn)/h'(xn)
h(x) = f(x) - g(x) = 5x - 1 - tan(x)
h'(x) = 5 - sec2(x)
Thus, xn+1 = xn - (5xn - 1 - tan(xn))/(5 - sec2(xn))
x2 = .251348
x3 = .251358