
Sidney P. answered 11/20/21
Astronomy, Physics, Chemistry, and Math Tutor
We're trying to solve g(x) = tan(x) - x = 0 with Newton's method of iteration: first iteration x1 from a starting guess x0 is x1 = x0 - [g(x0) / g'(x0)] and so forth until we get convergence. g'(x) = sec2(x) - 1. Looking at the Unit Circle between 90° and 270°, I would guess that x = tan(x) about halfway between 4π/3 and 3π/2, i.e. 17π/12 ≅ 4.45 radians.
x1 = 4.4506 - (-0.72/13.93) = 4.5022.
x2 = 4.5022 - (0.185/21.97) = 4.4938.
x3 = 4.4938 - (0.0073/21.26) = 4.4934. x4 = 4.4934 also, so the answer is tan(x) = x at x = 4.493 radians.