Ask your own question, for FREE!
Calculus1 15 Online
OpenStudy (anonymous):

give the newton's method iteration formula needed to compute approximate solution to sin(x)-cos(x)=0

OpenStudy (anonymous):

x_0 = [Choose a guess, 0 would be appropriate here] f(x) = sin(x) - cos(x) For n = 1, 2, 3, ... x_n = x_n-1 - f(x_n-1)/f'(x_n-1) end Approximate solution would require you to choose a stopping point, which you could probably add yourself, but there's the algorithm.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!