
Scott S. answered 11/22/15
Tutor
4.8
(61)
Civil Engineering Career Change to Kind, Patient Instructor/ Tutor
Newton's Method works best in this case when you choose a value that will yield a number very close to the zero. 0.510973429 is the approximate zero. I used 0.511 as an initial guess and used xn-(sin(xn)+xn-1)/(cos(xn)+1) for the iterations.
Try a number such as zero and stick with the iterations (MS Excel or Google Sheets works well) to see what you get. Graphing it with a graphing calculator can also help explain what's going on with the iterations.
Depending upon your initial guess, Newton's Method may not work too well for you unless you interpret the output & adjust accordingly.