Asked by Julie
i want to verify that when newton's method is used to compute sqrt(R) (by solving the equation x^2=R), the sequence o iterates is defined by
x_(n+1)=.5(x_(n) + (R/x_(n))
x_(n+1)=.5(x_(n) + (R/x_(n))
Answers
Answered by
Damon
f(x) = Xn^2 - R
f'(x) = 2Xn
Xn+1 = Xn - f(Xn)/f'(Xn)
Xn+1 = Xn - (Xn^2-R)/2Xn
Xn+1 = 2Xn^2/2Xn - Xn^2/2Xn + R/2Xn
Xn+1 = Xn/2 +R/2Xn
f'(x) = 2Xn
Xn+1 = Xn - f(Xn)/f'(Xn)
Xn+1 = Xn - (Xn^2-R)/2Xn
Xn+1 = 2Xn^2/2Xn - Xn^2/2Xn + R/2Xn
Xn+1 = Xn/2 +R/2Xn
Answered by
Julie
thank you so much,
i have alot of questions but i don't always get answered on this site. Is it ok if I can get your contact info.
THANKS AGAIN.
i have alot of questions but i don't always get answered on this site. Is it ok if I can get your contact info.
THANKS AGAIN.
Answered by
Damon
I am not around much. Do not want email or anything. I am happy to help if I am free to do so but am usually building boats outside.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.