Newton's Method: Checking that ff'' >0 - Why and What if Not?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
tysonk
Messages
33
Reaction score
0
When using Newton's method to find roots, why should we check that ff'' >0 . I can't find an adequate reason for this. Does Newton's method fail otherwise? If so why? Thanks.
 
Physics news on Phys.org
You should check out the discussion at http://en.wikipedia.org/wiki/Newton's_method#Analysis The method doesn't necessarily fail, but f f'' >0 is a condition that the sequence monotonically converges to the root. If you read on a bit further into the next section on that page, they explain that [tex]f'\neq 0[/tex], [tex]f''[/tex] finite are conditions for quadratic convergence. These latter conditions are much weaker than the f f'' >0 condition.
 
Oh so if that condition is not met, it converges linearly?
 
tysonk said:
Oh so if that condition is not met, it converges linearly?

No, there's no reason to conclude that. If you want to understand the [tex]f'\neq 0[/tex], [tex]f~ f''>0[/tex], you might want to consider a few sketches of the behavior of the function to the right of a root. You'll see how that condition leads to the sequence being monotone decreasing.

If the other set of conditions, [tex]f'\neq 0[/tex], [tex]f''[/tex] finite, is not met, it's possible that the sequence does not converge at all.