
Housney A. answered 06/05/20
Experienced Python/Math/Engineering Tutor
Hi Shanil,
Newton method formula: xn+1 = xn - f(xn) / f'(xn)
f(xn) / f'(xn) = tan xn
This looks familiar!
tan x = sin x / cos x
if f(x) = sin x, then f'(x) = cos x , then:
f(xn) / f'(xn) = sin xn / cos xn = tan xn
Therefore, f(x) = sin x