Scootertaj
- 97
- 0
1. Construct a function f (x) so that Newton's method gets 'hanging' in an infinite cycle xn = (-1)n x0 , no matter how the
start value x0 is chosen.
2. Homework Equations :
xn+1 = xn - f(xn) / f'(xn)
xn+1 = xn - f(xn) / f'(xn) = (-1)n+1x0 = (-1)nx0 - f(xn) / f'(xn) \Rightarrow f(xn) / f'(xn) = 2(-1)nx0
But, I don't know if that's what I want to do or what to do with it.
Any ideas?
start value x0 is chosen.
2. Homework Equations :
xn+1 = xn - f(xn) / f'(xn)
The Attempt at a Solution
xn+1 = xn - f(xn) / f'(xn) = (-1)n+1x0 = (-1)nx0 - f(xn) / f'(xn) \Rightarrow f(xn) / f'(xn) = 2(-1)nx0
But, I don't know if that's what I want to do or what to do with it.
Any ideas?