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}"
Checking hypothesis that the sequence converges, we get the value of sequence limit "\\sqrt{a}"
So, we can conclude that this sequence converges.
Comments
Leave a comment