Check the convergence of the sequence defined by π’π+1 =1/2 (π’π + π /π’π ) , π > 0.Note that this is the sequence associated with finding the square root of a number π > 0 by the Newtonβs method.
let the sequence "u_n" converges to "l" .
Then,
"u_{n+1}=\\frac{1}{2}(u_n+\\frac{a}{u_n})\\\\\nl=\\frac{1}{2}(l+\\frac{a}{l})\\\\\n\\text{Solving this equation,we get}\\\\\nl=\\frac{1}{2}(\\frac{a+l^2}{l})\\\\\n2l^2=a+l^2\\\\\nl^2=a\\\\\nl=\\pm\\sqrt{a}\\\\\n\\text{Since, it is given a>0. Therefore, }\\\\l=\\sqrt{a}."
Comments
Leave a comment