Thread Closed

Square Root

 
Share Thread Thread Tools
Jan30-05, 04:48 PM   #1
 
Recognitions:
Retired Staff Staff Emeritus

Square Root


Can someone get me going in the right direction.

For the given function:

y[n] = (1/2)(y[n-1] + x[n]/y[n-1])

where x[n] = a * u[n] (u[n] is the unit step function)

and y[-1] = 1

prove that y[n] as n -> infinity is equal to sqrt(a)

-----------

I know that this is the Newton-Raphson Method, but how do I go about analytically proving the above.

I've tried writing out a few terms and seeing if there is a pattern, but couldn't find anything.

The inside looks like a accumulator and tried to do a subsitution, but that didn't work.

Any help would be appreciated.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jan30-05, 04:59 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
When you see limiting behavior, it means that the differencebetween successive terms gets smaller and smaller. In the infinite limit, the difference between successive terms should be 0.

So, set y[n] = y[n-1] and see what happens.
Jan30-05, 05:14 PM   #3
 
Recognitions:
Retired Staff Staff Emeritus
I think I need a little more information.

So you are saying lim n-> inf (y[n] - y[n-1]) = 0 ? But since i'm dealing with a circular function how would I go about taking the limit?
Jan30-05, 05:38 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Square Root


Quote by dduardo
I think I need a little more information.

So you are saying lim n-> inf (y[n] - y[n-1]) = 0 ?
Yes, does it seem reasonable to you that this should be true ?

But since i'm dealing with a circular function how would I go about taking the limit?
There really isn't much to do. Let's call [itex]\lim_{n \rightarrow \infty} y[n] \equiv y [/itex]

Then you have [tex] y = \frac {y}{2} + \frac {x}{2y} [/tex]

This gives you a quadratic in y.
Jan30-05, 05:50 PM   #5
 
Recognitions:
Retired Staff Staff Emeritus
Ok, now I understand. Thanks
Thread Closed
Thread Tools


Similar Threads for: Square Root
Thread Forum Replies
What is: Square root cut? General Physics 10
what is the square root of i^2 General Math 8
square root Calculus & Beyond Homework 4
Square root General Math 13
Square root of pi General Math 23