defunc
- 55
- 0
Are there any variations of Newtons method, say where you use higher derivatives?
The discussion explores variations of Newton's method, particularly the potential use of higher derivatives to improve efficiency in finding roots of functions. Participants examine theoretical extensions, practical applications, and alternative methods related to root-finding algorithms.
Participants express various viewpoints on the effectiveness and practicality of using higher derivatives in Newton's method. While some methods are acknowledged as potentially beneficial, there is no consensus on the superiority of these variations over the traditional approach.
Limitations include the assumptions made about the behavior of functions and the conditions under which these methods may be applied. The discussion does not resolve the mathematical intricacies involved in the proposed methods.
HallsofIvy said:We could, as well, approximate the function by a parabola that (1) passes through the given point, (2) has the same slope their, and (3) has the same second derivative.
defunc said:Are there any variations of Newtons method, say where you use higher derivatives?