The article declares that "The function ƒ has to be a function of one real variable".
Where does the method use the condition, that the imaginary part of the a
This article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.MathematicsWikipedia:WikiProject MathematicsTemplate:WikiProject Mathematicsmathematics
Latest comment: 17 years ago2 comments2 people in discussion
The article declares that "The function ƒ has to be a function of one real variable".
Where does the method use the condition, that the imaginary part of the argument is zero? dima (talk) 08:56, 15 January 2009 (UTC)Reply
A real function does not have some "imaginary part" that could be set to zero. That is something that could only be said about complex functions. But you are right that one can generalsize Halley's method to complex functions and even to multidimensional real and complex functions. All operations are purely arithmetic. The real version is simply the most popular one. One could even say that "real function" is just a shorthand for "(real-valued) scalar function in one (real) variable", that is, denoting the one-dimensional nature of the function.--LutzL (talk) 10:23, 15 January 2009 (UTC)Reply
Multidimensional version
Latest comment: 9 years ago6 comments3 people in discussion
I'm intrigued by the statement about the multidimensional version and wondering how that would actually look like - I can guess as much that there would be a third order tensor (of all third derivatives) involved, but the precise details of notation and computation elude me for the moment. Could anyone provide a specific link or even better the appropriate formula? --Summsumm2 (talk) 10:44, 29 June 2009 (UTC)Reply
See for instance the german version. The derivation goes via the hyperbolic approximation of the function, but as you observed, there are tensors and noncommutativity involved.
perform a Newton step:
solve
compute the second order correction of the Newton step:
solve
where is a symmetric bilinear vector-valued form that gets evaluated in the first argument only.
Set as the next iterate.
Or in one formula, where one can see the connection to the one-dimensional case
As I see, there is no mention of the hyperbolic approximation in the article. Up to now I believed I first read here about it. Instead of the linear approximation as in the Newtons's method or the quadratic approximation as in Halley's original approach, one may try to find an approximation of the type
Multiplying out the denominator and comparing the lower order coefficients for the Taylor expansions, one arrives at f(x)=a, f '(x)+cf(x)=b and f "(x)+2cf '(x)=0, from where one obtains the next Halley-iterate as x+h=x-a/b. Similarly, from the ansatz
I don't get it. When I solve the equation you provided for F(x+h)==0 I get A=-B*h which is Newton's method as far as I understand. I'm also curious in any case how to derive the multidimensional case. Or could somebody point me to the necessary mathematics for this? Can Householder's methods be used for even higher order than two for the multidimensional case? Does this always mean, one more matrix factorization/inversion for every order?
Latest comment: 11 months ago3 comments2 people in discussion
Thank you for the start on Halley's irrational method. I'd like to see more and am hoping people have the knowledge and citations: How is it derived? (For example, one way to derive the rational method is to apply Newton's method to ; does something similar work for the irrational method?) When is it the case that the irrational method has about half the error of the rational method? Does the irrational method generalize from cubic convergences to higher-order convergence in the way that the rational method generalizes to Householder's method(s)? Does the irrational method generalize to functions where is a vector, similar to the way that the rational method does? By "irrational method" we appear to mean what is sometimes called the "quadratic irrational method"; can we also say something about the "cubic irrational method" and other higher-order irrational methods? —Quantling (talk | contribs) 14:55, 28 August 2024 (UTC)Reply
I have derived this mistakenly myself, when I was looking for a higher order method to Newton's method. So for Newton's method, at a point we guess the as the solution of the tangent that passes from . For this irrational method, it is the closer root of the parabola tangent (and same second derivative) at . Panthades (talk) 13:37, 20 August 2025 (UTC)Reply
The derivation is just wrong like what?
Latest comment: 1 year ago14 comments3 people in discussion
I agree that the article's derivation is lacking. If you want, you might boldly edit the article to improve it. FWIW, I don't know how I feel about your derivation here because it is in LaTeX rather than something I can easily read. —Quantling (talk | contribs) 14:01, 11 April 2025 (UTC)Reply
I recommend using overleaf to view it, It's the best like that and you don't have to go through the trouble of setting up LaTeX locally Whateverowo (talk) 14:37, 11 April 2025 (UTC)Reply
Likely, I won't be the only one who wants to read it, and it seems inefficient to ask each reader to go to Overleaf... O(n). Instead, it would be great if you could supply a readable version here... O(1). —Quantling (talk | contribs) 16:51, 11 April 2025 (UTC)Reply
Ahaha, I don't know how to write math in the talk section, sorry, can you point me to which article explains it? I'll write it for you then (: Whateverowo (talk) 17:11, 11 April 2025 (UTC)Reply
There may be issues with one dialect of LaTeχ vs. another, but a good first step would be to convert strings that look like "$$stuff$$" to "<math>stuff</math>". For example,
Or use "<math display=block>stuff</math>" so that the math cannot be inline with a sentence. With any luck, there won't be any LaTeχ dialect issues and that is all you will need to do. —Quantling (talk | contribs) 18:08, 11 April 2025 (UTC)Reply
ok here's the derivation, thanks for explaining :) :
This is just the Taylor series. If we take only up to the second Taylor term, then we set it to 0, just like in Newton-Raphson, we get the following.
we notice that there's a common factor of
now
Now, from the Newton-Raphson method, we know that
We can plug this into our previous equation
We simplify this by multiplying on the denominator and numerator by and therefore:
there's a typo here I don't know why but f'' disapears on the denominator sorry so in the denominator the 1/2 term is the second derivative Whateverowo (talk) 18:58, 11 April 2025 (UTC)Reply
Yes, using the Newton's update step inside the Halley's update step is a common way to state this. If it's to go in the article, I would want to fix that we are giving two inconsistent definitions for , one for Newton's update step and one for Halley's update step. I see what you are aiming for, and hope that the notation can openly represent that distinction. —Quantling (talk | contribs) 19:25, 11 April 2025 (UTC)Reply
Hmm. Different letters could be confusing too. How about calling out the distinction prominently in the text, along the lines of this?:
When deriving Newton's method, a proof starts with the approximation
to compute
Similarly for Halley's method, a proof starts with
For Halley's rational method, this is rearranged to give
where xn+1 − xn appears on both sides of the equation. Substituting in the Newtwon's method value for xn+1 − xn into the right-hand side of this last formula gives the formula for Halley's method
The derivation section is unnecessary, because the "Cubic convergence" section provides a proof that Halley's formula is correct. JRSpriggs (talk) 23:44, 12 April 2025 (UTC)Reply
Good point. I think a shorter Motivation section will clarify where the formula came from. I will boldly edit the section to include the text above and a name change for the section. Please edit it further if you see ways to improve it, or undo it if you think I've stepped off in the wrong direction. Thanks —Quantling (talk | contribs) 18:39, 13 April 2025 (UTC)Reply
Which curve is being fit?
Latest comment: 11 months ago1 comment1 person in discussion
With Newton's method, a line consistent with x, f(x), f′(x) is fit and one gets the next iteration where the line crosses the x axis. With Halley's irrational method, it also uses f′′(x), a parabola is fit, and we look for where it crosses the x axis. My question is, what curve is fit for Halley's rational method? Is it a different parabola ... or something else. If this is documented somewhere (or is simple enough to be WP:CALC), let's mention it in the article. —Quantling (talk | contribs) 20:18, 28 August 2025 (UTC)Reply
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.