tysonk
- 33
- 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.
The discussion revolves around Newton's method for finding roots of functions, specifically focusing on the condition that the product of the function and its second derivative, ff'', is greater than zero. Participants are exploring the implications of this condition on the convergence behavior of the method.
The discussion is active, with participants providing references to external resources and engaging in clarifying the implications of the conditions for convergence. There is an exploration of different convergence rates and the potential for non-convergence under certain circumstances.
Participants are considering the conditions under which Newton's method operates effectively, including the implications of having finite derivatives and the behavior of functions near their roots. There is an acknowledgment of the complexity of these conditions and their varying impacts on convergence.
tysonk said:Oh so if that condition is not met, it converges linearly?