| Thread Closed |
Square Root |
Share Thread | Thread Tools |
| Jan30-05, 04:48 PM | #1 |
|
Recognitions:
|
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. |
| Jan30-05, 04:59 PM | #2 |
|
|
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:
|
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 |
|
|
Square RootThen 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:
|
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 | ||