1. Introduction
For the nonlinear equation , is a smooth curve, and has a single root on the open interval .The classical Newton's method and the modified Newton's method are the most basic methods for solving nonlinear equations. In order to improve the convergence speed, the third, fourth, fifth, sixth, seventh, eighth and ninth order Newton's methods have appeared one after another. For the initial point , the higher the order of convergence, and the faster the convergence speed. If the nonlinear equations are convergent, the computational complexity also needs to be considered. In general, the higher the order of convergence and the larger the computational workload. Therefore, when constructing a higher-order Newton method, it is necessary to consider both the convergence order and the computational efficiency.
Definition1 Let the sequence converge to , is single root of the equation ,denote . If there exist and a constant , such that the limit holds, then the sequence is convergent of order. Here is the convergence factor and is the error equation. When ,the convergence is linear convergence. When ,the convergence is superlinear convergence. When , the convergence is square convergence.
Definition 2 If the convergence order of an iterative method is , and the computational workload for each iteration from to is (the computation numbers of function values and derivative function values), then the efficiency index of this iterative method is .
There are some Newton's methods for solving nonlinear equations. Following we analyses the convergence order and efficiency index of these Newton's iterative methods.
2. Several Newton’s iterative methods
2.1. Classical Newton’s iterative
The process of classical Newton iteration is as follows:
The classical Newton’s method has a second-order convergence rate, i.e. .Each iteration from to requires the calculation of the function value and the derivative function value. So the computational workload is 2. Therefore, the efficiency index of the classical Newton method is . The second-order convergence can be well reflected when the initial point is very close to the root in actual computation.
2.2. Newton's iterative method with third order convergence
Common Newton’s iteration methods with third order convergence are listed in following.
①Euler iterative method
Each iteration from
to
requires the calculation of the function value
, and the derivative function value
. So the computational workload is 3, thus the efficiency index of the iteration is
.
③Chebyshev iteration method
These are all convergent Newton’s iterations with third order, and the efficiency indices of all these iterative methods are
. There are a variety of third order convergent Newton’s iterations in the literature [
1]. Among them, what is striking is that
The computational workload for each iteration from to is 2 (just calculate ). Therefore, the efficiency index of this iteration is , which is the best result for the efficiency index of the current third order convergent Newton iteration method.
2.3. Newton's iterative method with fourth order convergence
The classical double Newton’s iterative method
It has fourth order convergence and its efficiency index is
.
There is the fourth-order convergent Newton iterative method in the literature [
2],
Its efficiency index is
. In the literature [
3], another fourth-order convergent Newton iterative method is given,
The Jarratt iterative method is an iterative format with fourth-order convergence [
4]. Where one iteration requires the calculation of two derivative function values and one function value.The specific forms are as follows.
In the literature [
5], an iterative method with fourth-order convergence is presented.
King gave a class of iterative formats with fourth-order convergence in the literature [
6].
where
.
The computational efficiency index of the last four iterations is , which is the best result for the efficiency index of the current fourth-order convergent Newton’s iteration method.
2.4. Newton's iterative method with fifth order convergence
The variation of the double Newton method
has fifth-order convergence.
Ham gave a fifth order convergent Newtonian iterative method in [
7]
Where the parameters satisfy .
Xue gave a fifth order convergent Newton iterative method in [
8]
Liu gave a class of Newton iterative methods with fifth order convergence in [
9]
Wu gave two Newton iterative methods with fifth order convergence in [
10]
More fifth-order convergent Newton iteration methods are given in the literature [
11,
12,
13,
14,
15,
16,
17].
In recent years, a new fifth order convergent Newton iteration method is presented in the literature [
18],
It is successfully applied to solve linear programming and portfolio optimization.
The computational efficiency index of all these fifth order Newton iterations above is , which is the best result of the efficiency index of the current fifth order convergent Newton’s iteration method.
2.5. Newton's iterative method for sixth order convergence
In order to improve the convergence order, Kou [
4] et al. constructed a new three-step iterative method as follows.
and proved that the iteration has sixth order convergence.
Chun proposed the Newton iterative methods with sixth order convergence based on the literature [
19],
where
, and it is the sixth-order convergence. When
, it is the method of the Kou’s method. In the literature [
10], Wu gave two Newton’s iterative methods with sixth order convergence in the following,
another sixth order convergent Newton iterative method is proposed in the literature [
20].
The efficiency index of these sixth order Newton iterations above are .
2.6. Newton's iterative method with seventh order convergence
Two Newton iterative methods with seventh-order convergence are given by Zheng in the literature [
21], one of them is
Its computational efficiency index is
. Another Newton iterative method with seventh order convergence is
Its computational efficiency index is .
Shno [
22] constructed a new three-step iterative method based on the Jarratt iterative method,
Its computational efficiency index is .
Wang [
3] gave a Newton iterative method with seventh order convergence using difference quotient in the following form,
Where is the first-order difference quotient and second-order difference quotient, respectively. Its computational efficiency index is .
The Newton iterative method with seventh order convergence is given by Kou [
23] in the following form,
Whose efficiency index is ,which is the best result of the efficiency index of the current seventh order convergent Newton’s iteration method.
2.7. Newton's iterative method with eighth order convergence
The literature [
3] gave the Newton’s iterative method with eighth order convergence in the following form,
Whose efficiency index is .
The literature [
24] gave the Newton iterative method with eighth order convergence in the following form,
Where is a real-valued function and satisfies , , are the first-order difference quotient and the second-order difference quotient, respectively. The function value needs to be evaluated three times at each iteration and its first-order derivative is evaluated once, so the efficiency index of this method is .
A class of Newton’s iterative methods with eighth order convergent is given in the literature [
25] with efficiency index of
,which is the best result for the efficiency index of the current eighth order convergent Newton’s iterative method. More Newton iterative methods with eighth order convergence can be found in the literature [
26,
27,
28].
2.8. Newton's iterative method with ninth order convergence
A Newton’s iteration method with ninth order convergence is in the literature [
29] as follows,
Whose efficiency index is .
The literature [
30] constructed a Newton iterative method with ninth order convergence using the difference quotient,
Here , are the first-order difference quotient and the second-order difference quotient respectively, and the efficiency index of this method is .
3. Efficiency index of the Newton iterative method
Table 1 gives the values of the corresponding functions
for
p taken from 2 to 9 and
n taken from 2 to 9.
As pointed out earlier, the higher the order of convergence and the greater the computational cost required. Therefore, both the convergence order and the computational complexity need to be considered when constructing a higher order Newton’s iterative method for solving nonlinear equations. The underlined numbers in
Table 1 indicate the best efficiency index that can be achieved when the convergence order is taken from 2 to 9. Whether the efficiency index can theoretically reach 2 needs to be further investigated.
4. Numerical experiments
Following we give two numerical examples to verify the convergence process of Newton's iterative method.
The root of equation is .
The root of equation is .
Figure 1.
Image of the function .
Figure 1.
Image of the function .
Three Newton’s iterative methods are used for solving, and the program is written by MATLAB R2009a. In the classical Newton iterative method, we set
is the termination condition. In the fifth order Newton method [
16] and the ninth-order Newton method [
29], we set
is the termination condition, where
.
Table 2 gives the calculation results of the three Newton’s iterative methods by taking the different initial points.
As can be seen from
Table 2, although the initial points are sometimes far from the roots, three iterative methods are all eventually convergent.
Given the same initial point, the number of ninth order Newton’s iteration is the smallest and the number of classical Newton’s iterations is the largest.
Figure 2 and
Figure 3 shows the Newton’s iterative process of functions
and
(the horizontal axis indicates the number of iterations, and the vertical axis indicates the value of
during the iterative process).
More experimental results show that the convergence and convergence speed of various Newton's iterative methods are related to the selection of the initial point. The higher the order of convergence, the greater the computational cost required. Even for the higher-order Newton's iterative method, the higher-order convergence can be well reflected only when the initial point is close to the root.
Funding
This research received no external funding.
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The data used to support the findings of this study are available from the corresponding author upon request.
Acknowledgments
This work is supported by Natural Science Foundation of Shaanxi Province(2024JC-YBMS-014), and the Foundation of Shaanxi University of Technology (SLGNL202409).
Conflicts of Interest
The author declares that there is no conflict of interest regarding the publication of this paper.
References
- R. Thukral. New Modification of Newton Method with Third-Order Convergence for Solving Nonlinear Equations of Type f(x)=0[J].American Journal of Computational and Applied Mathematics 2016, 6(1): 14-18.
- Chun, C. Iterative methods improving Newton's methods by the decomposition method[J]. Comput.Math. Appl., 2005, 50(10-12): 1559-1568.
- Wang Xiao-feng; Shi Dong-yang. A novel and precise seventh-order newton’s iterative method for solving nonlinear equations[J].Journal of Mathematics. 2015(5):1017-1025.
- J.Kou,Y.Li,X.Wang,An improvements of the Jarratts method[J].J.Comput.Appl.Math., 2007, 189:1816-1821.
- M. Matinfar,M. Aminzadeh.Three-step iterative methods with eighth-order convergence for solving nonlinear equations[J]. Journal of Interpolation and Approximation in Scientific Computing, 2013, (1): 1-11.
- R.F. King, A family of fourth order methods for nonlinear equations[J]. SIAM J. Numer. Anal. 10 (1973) 876-879.
- Ham Y M, Chun C. A fifth-order iterative method for solving nonlinear equations[J]. Applied Mathematics and Computation, 2007,194 :287-290.
- Xue Shuang.Two Families of Newton’s Iteration Methods With Third-Order Convergence[J].Journal of Anhui Normal University(Natural Science). 2013(5):430-436.
- Liu Tian-bo, Cai Hua. A Family of Fifth-order Iterative Methods for Solving Nonlinear Equations[J]. Communications in Mathematical Research, 2013, 29(3):255-260.
- Wu Jiang.The Research on High-order Iterative Methods for Solving Nonlinear Equations[D].Hangzhou: Hangzhou Normal University,2019.
- Ham Y M, Chun C. A fifth-order iterative method for solving nonlinear equations[J]. Applied Mathematics and Computation, 2007,194 :287-290.
- Noor M A, Noor K I. Fifth-order iterative methods for solving nonlinear equations[J]. Applied Mathematics & Computation, 2007,188(1):406-410.
- Rafiullah, M. A fifth-order iterative method for solving nonlinear equations [J]. Numerical Analysis & Applications, 2011, 4(3):239.
- Tian-Bao L, Hua C. A Family of Fifth-order Iterative Methods for Solving Nonlinear Equations[J]. Comm. in Math. Research, 2013,29(3):255-260.
- Liu Tian-bo, Cai Hua. A Family of Fifth-order Iterative Methods for Solving Nonlinear Equations[J]. Communications in Mathematical Research, 2013, 29(3):255-260.
- Sharma J R, Gupta P. An efficient fifth order method for solving systems of nonlinear equations [J]. Computers & Mathematics with Applications, 2014, 67(3):591-601.
- Liang J, Li X, Wu Z, et al. Fifth-Order Iterative Method for Solving Multiple Roots of the Highest Multiplicity of Nonlinear Equation[J]. Algorithms, 2015, 8 (3):656-668.
- Foutayeni Y E, Bouanani H E, Khaladi M. An Efficient Fifth-Order Method for Linear Optimization[J]. Journal of Optimization Theory and Applications, 2016, 170(1):189-204.
- C.Chun. Some improvements of Jarrett’s method with sixth-order convergence[J].J.Comput.Appl. Math, 2007,190:432-1437.
- M. Grau, J.L. Diaz-Barrero. An improvement to Ostrowski root-finding method[J]. Appl. Math. Comput. 2006,173: 450-456.
- Zheng Hao, Zhang Yue-qin, Zhang Chuan-lin. Two Variants of Newton’s Iteration Method with Seventh-Order Convergence[J].Journal of Southwest University(Natural Science Edition). 2012(3):32-35.
- Shno, O. Ahmed.An improvement of Jarratt method with seventh-order convergence[J]. International Journal of Scientific Research and Innovative Technology,2015,2(5) 97-102.
- Kou J, Li Y, Wang X. Some variants of Ostrowski's method with seventh-order convergence [J]. Journal of Computational & Applied Mathematics, 2007, 209(2):153-159.
- Bi W, Ren H, Wu Q. Three-step iterative methods with eighth-order convergence for solving nonlinear equations[M]. Journal of Computational and Applied Mathematics,2009, 225:105-112.
- Wang Xiao-feng, Zhang Tie.A Family of Optimal Eighth-Order Iterative Methods for Solving Nonlinear Equations[J].Journal of Jilin University(Science Edition). 2013(4):568-572.
- Kou Jisheng, Wang Xiuhua, Li Yitian, Some eight-order root-finding three-step methods[J]. Commun. Nonlinear Sci. Numer. Simulat., 2010, 15(3): 536-544.
- Thukral R, Petkovic M S. A family of three-point methods of optimal order for solving nonlinear equations[J]. J. Comput. Appl. Math., 2010, 233(9): 2278-2284.
- Neta B, Petkovic M S. Construction of optimal order nonlinear solvers using inverse interpolation[J].Appl. Math. Comput., 2010, 217(6): 2448-2455.
- Hu Z, Liu G, Tian L. An iterative method with ninth-order convergence for solving nonlinear equations[J]. International Journal of Contemporary Mathematical Sciences, 2011, 6(1-4):17-23.
- Al-Subaihi I., A. A ninth-order iterative method free from second derivative for solving nonlinear equations[J]. Int. J. Math. Analysis, 2011, 5(47): 2337-2347.
|
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).