Next Article in Journal
Combining the Magnetic Equivalent Circuit and Maxwell–Fourier Method for Eddy-Current Loss Calculation
Previous Article in Journal
Mixed Boundary Value Problems for the Elasticity System in Exterior Domains
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Some New Higher Order Weighted Newton Methods for Solving Nonlinear Equation with Applications

by
Parimala Sivakumar
and
Jayakumar Jayaraman
*
Department of Mathematics, Pondicherry Engineering College, Pondicherry 605014, India
*
Author to whom correspondence should be addressed.
Math. Comput. Appl. 2019, 24(2), 59; https://doi.org/10.3390/mca24020059
Submission received: 30 March 2019 / Revised: 15 May 2019 / Accepted: 27 May 2019 / Published: 3 June 2019

Abstract

:
Three new iterative methods for solving scalar nonlinear equations using weight function technique are presented. The first one is a two-step fifth order method with four function evaluations which is improved from a two-step Newton’s method having same number of function evaluations. By this, the efficiency index of the new method is improved from 1.414 to 1.495. The second one is a three step method with one additional function evaluation producing eighth order accuracy with efficiency index 1.516. The last one is a new fourth order optimal two-step method with efficiency index 1.587. All these three methods are better than Newton’s method and many other equivalent higher order methods. Convergence analyses are established so that these methods have fifth, eighth and fourth order respectively. Numerical examples ascertain that the proposed methods are efficient and demonstrate better performance when compared to some equivalent and optimal methods. Seven application problems are solved to illustrate the efficiency and performance of the proposed methods.

1. Introduction

This paper concerns the numerical solution of nonlinear equations of the general form f ( x ) = 0 . Such equations appear in real world problems frequently while there is no closed form solution for them. That is why the numerical solution of these types of equations draws much attention nowadays. One of the common problems encountered in science and engineering is: given a single variable function f ( x ) , find the values of x for which f ( x ) = 0 . The root of such nonlinear equations may be real or complex. There are two general types of methods available to find the roots of algebraic and transcendental equations. One of them is the direct methods which are not always applicable to find the roots and the other one is iterative methods based on the concept of successive approximation. In the second type, the general procedure for solving is to start with some initial approximation near to the root and attain a sequence of iterates which in the limit converges to the true solution. The most efficient existing root-solvers are based on multi-point iterations since they overcome theoretical limits of one-point methods concerning the convergence order and computational efficiency.
To determine the solution of nonlinear equations, many iterative methods have been proposed in [1,2,3] and the references therein. Construction of iterative methods for nonlinear equations is one of the vital area of research in numerical analysis. Among them, the most familiar iterative without memory method is the Newton–Raphson method which is given by
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) .
This method is an optimal method with efficiency index (EI) 1.414. Another well known method is the Halley’s iteration method given by
ψ 3 r d H L ( x ) = x n - 2 f ( x n ) f ( x n ) 2 f ( x n ) 2 - f ( x n ) f ( x n ) .
To accelerate the convergence of Newton’s method, many authors have modified it as we can see in [4,5]. Significant among them is the Arithmetic mean Newton’s method ( 3 r d A M ) [5] and the other one is the Harmonic mean Newton’s method both having cubic convergence. These two-step methods are respectively given as follows:
ψ 3 r d A M ( x ) = x n - 2 f ( x n ) f ( x n ) + f ( ψ 2 n d N M ( x ) ) ,
ψ 3 r d H M ( x ) = x n - f ( x n ) 2 1 f ( x n ) + 1 f ( ψ 2 n d N M ( x ) ) .
The efficiency index of the methods (3) and (4) is 1.442 with three function evaluations per iteration.
Recently, some fourth and eighth order optimal iterative methods have been developed in [6,7]. A more extensive list of references as well as a survey on the progress made in the class of multi-point methods is found in the recent book by Petkovic et al. [8]. In the recent past, many higher order optimal and non-optimal iterative methods have been developed using the idea of weight functions (see [7,9,10,11,12,13]).
The main objective of this paper is to construct multi-step iterative formula without memory with improved convergence and better efficiency index. Therefore, we have presented three new Newton-type iterative methods having fifth, eighth and fourth order convergence whose efficiency indices are 1.495, 1.516 and 1.587 respectively. Among these three methods, fourth order method is a class of optimal method. Section 2 discusses the preliminaries and Section 3 presents the construction of new methods. Section 4 analyses the convergence order of the proposed methods. In Section 5, the performances of new methods are compared with some well known equivalent methods. Seven real life application problems are taken in Section 6, where all the listed methods and the proposed methods are numerically verified. Finally, conclusions are given in Section 7.

2. Preliminaries

The following definitions given below are required for the ensuing convergence analysis.
Definition 1
([14]). If the sequence { x n } tends to a limit x * in such a way that
lim n x n + 1 - x * ( x n - x * ) p = C
for p 1 , then the order of convergence of the sequence is said to be p, and C is known as the asymptotic error constant. If p = 1 , p = 2 or p = 3 , the convergence is said to be linear, quadratic or cubic, respectively.
Let e n = x n - x * , then the relation
e n + 1 = C e n p + O e n p + 1
is called the error equation. The value of p is called the order of convergence of the method.
Definition 2
([15]). The Efficiency Index (EI) is given by
E I = p 1 d ,
where d is the total number of new function evaluations (the values of f and its derivatives) per iteration.
Let x n + 1 = ψ ( x n ) define an Iterative Function (I.F.). Let x n + 1 be determined by new information at x n , ϕ 1 ( x n ) , . . . , ϕ i ( x n ) , i 1 and no old information is reused. Thus, x n + 1 = ψ ( x n , ϕ 1 ( x n ) , . . . , ϕ i ( x n ) ) is called a multi-point I.F. without memory.
Kung–Traub Conjecture [16]: Let ψ be an iterative function without memory with d evaluations. Then p ( ψ ) p o p t = 2 d - 1 , where p o p t is the maximum order.
We state below a theorem which helps us to find out the order of the multi-point methods.
Theorem 1
([17]). Let ψ 1 ( x ) , ψ 2 ( x ) , . . . ψ s ( x ) be iterative functions with the orders p 1 , p 2 , . . . , p s , respectively. Then the composition of iterative functions ψ ( x ) = ψ 1 ( ψ 2 ( . . . . ( ψ s ( x ) ) . . . ) ) defines the iterative method of order p 1 p 2 . . . p s .

3. Construction of New Methods

Consider the two-step Newton’s method discussed in [18] given below:
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) ; ψ 4 t h N R ( x ) = ψ 2 n d N M ( x ) - f ( ψ 2 n d N M ( x ) ) f ( ψ 2 n d N M ( x ) ) .
As per Theorem 1, method (7) has fourth-order convergence and it requires four function evaluations. However, the efficiency index of (7) does not increase and remains equal to Newton’s method ( 1.414 ) .
New Fifth Order Method ( 5 th PJ ): Our aim is to improve the order and efficiency index of (7) by proposing a modification of this method. We achieve this by introducing a weight function G ( η ) as follows:
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) ; ψ 5 t h P J ( x ) = ψ 2 n d N M ( x ) - f ( ψ 2 n d N M ( x ) ) f ( ψ 2 n d N M ( x ) ) G ( η ) ,
where G ( η ) , η = f ( ψ 2 n d N R ( x ) ) f ( x n ) , is chosen as per the requirement of the error term in order to produce fifth order convergence; details are found in the next section. As a consequence, the order of convergence has improved from four to five with four function evaluations and the efficiency index has increased from 1.414 to 1.495 .
New Eighth Order Method ( 8 th PJ ): Further, we extend 5 t h P J method by taking one more weighted Newton’s step and obtain a new eighth order method with one more function evaluation as follows:
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) ; ψ 5 t h P J ( x ) = ψ 2 n d N M ( x ) - f ( ψ 2 n d N M ( x ) ) f ( ψ 2 n d N M ( x ) ) G ( η ) ; ψ 8 t h P J ( x ) = ψ 5 t h P J ( x ) - f ( ψ 5 t h P J ( x ) ) f ( ψ 2 n d N M ( x ) ) ( H ( η ) ) ,
where H ( η ) is a weight function. The efficiency index of this method is 1.516 , which is better than that of the methods (7) and (8).

3.1. Further Development

Class of Optimal Fourth Order Method: A new two-step optimal iterative method of order four, requiring three function evaluations per iteration, where it uses weight function θ ( τ ) is presented. This means the new class satisfies the Kung–Traub conjecture and it is given below:
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) ; x n + 1 = x n - f ( x n ) f ( x n ) × θ ( τ ) ,
where τ = f ( ψ 2 n d N M ( x ) ) f ( x n ) . The above method (10) has fourth order convergence.

4. Convergence Analysis

In order to establish the convergence of the proposed methods (8) and (9), we prove the following theorem with the help of Mathematica software.
Theorem 2.
Let f , G , H : D R R be sufficiently smooth functions in the neighborhood of the root. If f ( x ) has a simple root x * in the open interval D and x 0 is chosen in a sufficiently small neighborhood of x * , then the methods (8) and (9) have local fifth and eighth-order convergence, when
G ( 1 ) = 1 , G ( 1 ) = 0 , G ( 1 ) = 1 / 4 , | G ( 1 ) | < , H ( 1 ) = 1 , H ( 1 ) = 0 , H ( 1 ) = 1 / 2 , | H ( 1 ) | < .
These fifth and eighth order methods respectively satisfy the following error bounds:
ψ 5 t h P J ( x ) - x * = ( 4 c 2 4 - c 2 2 c 3 ) e n 5 + O ( e n 6 ) , ψ 8 t h P J ( x ) - x * = 2 c 2 3 ( - 4 c 2 2 + c 3 ) 2 e n 8 + O ( e n 9 ) ,
where e n = x n - x * and c k = f ( k ) ( x * ) k ! f ( x * ) , k 2 .
Proof. 
Expanding f ( x n ) and f ( x n ) about x * by Taylor’s method, one gets
f ( x n ) = f ( x * ) [ e n + c 2 e n 2 + c 3 e n 3 + c 4 e n 4 + c 5 e n 5 + c 6 e n 6 + ]
and
f ( x n ) = f ( x * ) [ 1 + 2 c 2 e n + 3 c 3 e n 2 + 4 c 4 e n 3 + 5 c 5 e n 4 + 6 c 6 e n 5 + 7 c 7 e n 6 + ] .
Now substituting (12) and (13) in (1), we get
ψ 2 n d N M = x * + c 2 e n 2 - 2 ( c 2 2 - c 3 ) e n 3 + ( 4 c 2 3 - 7 c 2 c 3 + 3 c 4 ) e n 4 + ( - 8 c 2 4 + 20 c 2 2 c 3 - 6 c 3 2 - 10 c 2 c 4 + 4 c 5 ) e n 5 + ( 16 c 2 5 - 52 c 2 3 c 3 + 33 c 2 c 3 2 + 28 c 2 2 c 4 - 17 c 3 c 4 - 13 c 2 c 5 + 5 c 6 ) e n 6 + .
Expanding f ( ψ 2 n d N M ( x ) ) about x * and taking into account (14), we have
f ( ψ 2 n d N M ( x ) ) = f ( x * ) [ c 2 e n 2 - 2 ( c 2 2 - c 3 ) e n 3 + ( 5 c 2 3 - 7 c 2 c 3 + 3 c 4 ) e n 4 - 2 ( 6 c 2 4 - 12 c 2 2 c 3 + 3 c 3 2 + 5 c 2 c 4 - 2 c 5 ) e n 5 + ( 28 c 2 5 - 73 c 2 3 c 3 + 34 c 2 2 c 4 - 17 c 3 c 4 + c 2 ( 37 c 3 2 - 13 c 5 ) + 5 c 6 ) e n 6 + ] .
f ( ψ 2 n d N M ( x ) ) = f ( x * ) [ 1 + 2 c 2 2 e n 2 + 2 c 2 ( - 2 c 2 2 + 2 c 3 ) e n 3 + ( 3 c 2 2 c 3 + 2 c 2 ( 4 c 2 3 - 7 c 2 c 3 + 3 c 4 ) ) e n 4 + ( 6 c 2 c 3 ( - 2 c 2 2 + 2 c 3 ) + 2 c 2 ( - 8 c 2 4 + 20 c 2 2 c 3 - 6 c 3 2 - 10 c 2 c 4 + 4 c 5 ) ) e n 5 + ( 4 c 2 3 c 4 + 3 c 3 ( ( - 2 c 2 2 + 2 c 3 ) 2 + 2 c 2 ( 4 c 2 3 - 7 c 2 c 3 + 3 c 4 ) ) + 2 c 2 ( 16 c 2 5 - 52 c 2 3 c 3 + 33 c 2 c 3 2 + 28 c 2 2 c 4 - 17 c 3 c 4 - 13 c 2 c 5 + 5 c 6 ) ) e n 6 + ] .
Expanding the weight functions G ( η ) about 1, then we get
G ( η ) = G ( 1 ) + ( η - 1 ) G ( 1 ) + 1 2 ( η - 1 ) 2 G ( 1 ) + 1 6 ( η - 1 ) 3 G ( 1 ) + ,
where
η = f ( ψ 2 n d N M ( x ) ) f ( x ) = 1 - 2 c 2 e n + ( 6 c 2 2 - 3 c 3 ) e n 2 - 4 ( 4 c 2 3 - 4 c 2 c 3 + c 4 ) e n 3 + ( 40 c 2 4 - 61 c 2 2 c 3 + 9 c 3 2 + 22 c 2 c 4 - 5 c 5 ) e n 4 + ( - 96 c 2 5 + 198 c 2 3 c 3 - 66 c 2 c 3 2 - 88 c 2 2 c 4 + 24 c 3 c 4 + 28 c 2 c 5 - 6 c 6 ) e n 5 + ( 224 c 2 6 - 584 c 2 4 c 3 - 15 c 3 3 + 300 c 2 3 c 4 + 16 c 4 2 + 7 c 2 2 ( 45 c 3 2 - 16 c 5 ) + 30 c 3 c 5 + c 2 ( - 194 c 3 c 4 + 34 c 6 ) - 7 c 7 ) e n 6 + O ( e n 7 ) .
Finally, using Equations (14)–(17) into (8), we have
ψ 5 t h P J ( x ) - x * = ( 4 c 2 4 - c 2 2 c 3 ) e n 5 + O ( e n 6 ) ,
which shows fifth order convergence.
Again Expanding the weight functions H ( η ) about 1, then we get
H ( η ) = H ( 1 ) + ( η - 1 ) H ( 1 ) + 1 2 ( η - 1 ) 2 H ( 1 ) + 1 6 ( η - 1 ) 3 H ( 1 ) + .
Now Expanding f ( ψ 5 t h P J ( x ) ) by using Taylor’s series about x * and taking into account (4), we have
f ( ψ 5 t h P J ( x ) ) = ( 4 c 2 4 - c 2 2 c 3 ) e n 5 + ( - 30 c 2 5 + 30 c 2 3 c 3 - 17 4 c 2 c 3 2 - c 2 2 c 4 ) e n 6 + 2 ( 70 c 2 6 - 120 c 2 4 c 3 - 9 4 c 3 3 + 19 c 2 3 c 4 - 11 2 c 2 c 3 c 4 + c 2 2 ( 173 4 c 3 2 - 1 2 c 5 ) ) e n 7 + ( - 525 c 2 7 + 1260 c 2 5 c 3 - 318 c 2 4 c 4 - 75 4 c 3 2 c 4 - 3 c 2 3 ( 1027 4 c 3 2 - 16 c 5 ) + c 2 ( 453 4 c 3 3 - 7 c 4 2 - 27 2 c 3 c 5 ) + c 2 2 ( 221 c 3 c 4 - c 6 ) ) e n 8 + O ( e n 9 ) .
Now, using Equations (16), (19) and (20) into (9) then we have
ψ 8 t h P J ( x ) - x * = 2 c 2 3 ( - 4 c 2 2 + c 3 ) 2 e n 8 + O ( e n 9 ) ,
which shows eighth order convergence. □
The following theorem can be proved similar to the above theorem with the help of Mathematica software and hence proof is not given.
Theorem 3.
Let x * D be a simple zero of sufficiently differentiable function f : D R R , D is an open interval. If x 0 is sufficiently close to x * , then the method (10) has convergence order four, when
θ ( 0 ) = 1 , θ ( 0 ) = 1 , θ ( 0 ) = 4 , | θ ( 0 ) | <
and it satisfies the error equation e n + 1 = ( 5 - θ ( 0 ) ) c 2 3 - c 2 c 3 e n 4 + O ( e n 5 ) .
A Special Case of Optimal Fourth Order Method ( 4 th PJ ): For different choice of θ ( 0 ) in (21) will produce a different member of the fourth-order class. A particular case from the class of method (10) satisfying (21) with a specific weight function, for the choice of θ ( 0 ) = 4 , is given in the following:
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) ; x n + 1 = x n - f ( x n ) f ( x n ) × 1 + τ + 2 ( τ ) 2 + 2 3 ( τ ) 3 .

5. Numerical Examples

In this section, several numerical examples are considered to confirm the convergence order and to illustrate the performance of the new methods 4 t h P J , 5 t h P J and 8 t h P J . The new methods are compared with some existing methods such as 2 n d N M , 3 r d A M , 4 t h N R , 4 t h S B S , 4 t h C H , 5 t h F L M , 8 t h P K J and 8 t h P K P D M which are given below. Note that all computations are carried out using variable precision arithmetic that uses floating point representation with 500 decimal accuracy using the Matlab software. The number of iterations ( N ) , E r r o r and cpu time in seconds are listed under the condition that E r r o r = | x N - x N - 1 | < ϵ , where ϵ = 10 - 50 . In addition, to testify the theoretical order of convergence, we calculate the computational order of convergence ( ρ ) defined by
ρ = ln | ( x N - x N - 1 ) / ( x N - 1 - x N - 2 ) | ln | ( x N - 1 - x N - 2 ) / ( x N - 2 - x N - 3 ) | .
For demonstrating numerical results of equivalent methods, we have given below a few methods from literature:
A fourth order optimal method proposed by Sharifi–Babajee–Soleymani ( 4 t h S B S ) [19] is given by
y n = x n - 2 3 f ( x n ) f ( x n ) , x n + 1 = x n - f ( x n ) 4 1 f ( x n ) + 3 f ( y n ) 1 + 3 8 f ( y n ) f ( x n ) - 1 2 - 69 64 f ( y n ) f ( x n ) - 1 3 + f ( x n ) f ( y n ) 4 .
Another fourth order optimal method proposed by Chun et al. ( 4 t h C H ) [20] is given by
y n = x n - 2 3 f ( x n ) f ( x n ) , x n + 1 = x n - 16 f ( x n ) f ( x n ) - 5 f ( x n ) 2 + 30 f ( x n ) f ( y n ) - 9 f ( y n ) 2 .
A fifth order method proposed by Liang Fang et al. ( 5 t h F L M ) [21] is given by
ψ 5 t h F L M ( x ) = ψ 2 n d N M ( x ) - 5 f 2 ( x n ) + 3 f 2 ( ψ 2 n d N M ( x ) ) f 2 ( x n ) + 7 f 2 ( ψ 2 n d N M ( x ) ) f ( ψ 2 n d N M ( x ) ) f ( x n ) .
An optimal eighth order method proposed by Petkovic et al. (8thPNPDM) [8] is given by
ψ 2 n d N M ( x ) = x n - f ( x n ) f ( x n ) , z = x n - f ( ψ 2 n d N M ( x ) ) f ( x n ) 2 - f ( x n ) f ( ψ 2 n d N M ( x ) ) - f ( x n ) f ( x n ) f ( x n ) , ψ 8 t h P N P D M ( x ) = z n - f ( z n ) f ( x n ) φ ( t ) + f ( z n ) f ( ψ 2 n d N M ( x ) ) - f ( z n ) + 4 f ( z n ) f ( x n ) , w h e r e φ ( t ) = 1 + 2 t + 2 t 2 - t 3 a n d t = f ( ψ 2 n d N M ( x ) ) f ( x n ) .
A non-optimal eighth order method proposed by Parimala et al. (8thPKJ) [22] is given by
y n = x n - 2 3 f ( x n ) f ( x n ) , w n = x n - f ( x n ) f ( y n ) 1 + 1 4 τ ( x n ) - 1 + 3 8 τ ( x n ) - 1 2 , z n = w n - f ( w n ) f ( y n ) 1 + 3 2 ( η ( x n ) - 1 ) + 15 8 ( η ( x n ) - 1 ) 2 , x n + 1 = z n - f ( z n ) f ( y n ) 1 + 3 2 ( η ( x n ) - 1 ) + 15 8 ( η ( x n ) - 1 ) 2 , , w h e r e τ ( x n ) = f ( y n ) f ( x n ) , η ( x n ) = f ( x n ) f ( y n ) .
The following examples are used for numerical verification:
f 1 ( x ) = sin ( 2 cos x ) - 1 - x 2 + e sin ( x 3 ) , x * = - 0.7848959876612125352 . . . f 2 ( x ) = x e x 2 - sin 2 x + 3 cos x + 5 , x * = - 1.2076478271309189270 . . . f 3 ( x ) = sin ( x ) + cos ( x ) + x , x * = - 0.4566247045676308244 . . . f 4 ( x ) = ( x + 2 ) e x - 1 , x * = - 0.4428544010023885831 . . . f 5 ( x ) = x 3 + 4 x 2 - 10 , x * = 1.3652300134140968457 . . . f 6 ( x ) = x 4 cos ( x 2 ) - x 5 log ( 1 + x 2 - π ) + ( π ) 2 , x * = 1.7728106144972171 . . . f 7 ( x ) = x 2 + 2 x + 5 - 2 sin x - x 2 + 3 , x * = 2.3319676558839640103 . . . f 8 ( x ) = ln ( x 2 + x + 2 ) - x + 1 , x * = 4.1525907367571583 . . .
Table 1 shows the efficiency index of the new methods with some known methods. Table 2 and Table 3 display initial value x 0 , number of iteration (N), computational order of convergence ( ρ ), E r r o r and CPU time (in seconds) for all the listed methods. From the computational results, we observe that all the proposed methods 4 t h P J , 5 t h P J and 8 t h P J have a lower number of iterations when compared to the other equivalent methods for most of the test functions. In addition, it can be seen that the computational order of convergence perfectly coincides with the theoretical results. Based on the numerical results, it is observed that the presented methods produce converging roots for all the functions, whereas 4 t h S B S method and 8 t h P K P D M method diverge for the functions f 1 ( x ) , f 3 ( x ) , f 4 ( x ) and f 2 ( x ) , f 3 ( x ) , f 4 ( x ) respectively.

6. Some Real Life Applications

In this section we give some applications and compare the proposed methods to other well known methods:
Application 1: We consider the classical projectile problem [23] in which a projectile is launched from a tower of height h > 0 , with initial speed v and at an angle ϕ with respect to the horizontal distance onto a hill, which is defined by the function ω , called the impact function which is dependent on the horizontal distance, x. We wish to find the optimal launch angle ϕ m which maximizes the horizontal distance. In our calculations, we neglect air resistance.
The path function y = P ( x ) that describes the motion of the projectile is given by
P ( x ) = h + x tan ϕ - g x 2 2 v 2 sec 2 ϕ .
When the projectile hits the hill, there is a value of x for which P ( x ) = ω ( x ) for each value of x. We wish to find the value of ϕ that maximizes x.
ω ( x ) = P ( x ) = h + x tan ϕ - g x 2 2 v 2 sec 2 ϕ .
Differentiating Equation (29) implicitly w.r.t. ϕ , we have
ω ( x ) d x d ϕ = x sec 2 ϕ + d x d ϕ tan ϕ - g v 2 x 2 sec 2 ϕ tan ϕ + x d x d ϕ sec 2 ϕ .
Setting d x d ϕ = 0 in Equation (30), we have
x m = v 2 g cot ϕ m
or
ϕ m = arctan v 2 g x m
An enveloping parabola is a path that encloses and intersects all possible paths. This enveloping parabola is obtained by maximizing the height of the projectile for a given horizontal distance x which will give the path that encloses all possible paths. Let w = tan ϕ , then Equation (28) becomes
y = P ( x ) = h + x w - g x 2 2 v 2 ( 1 + w 2 ) .
Differentiating Equation (33) w.r.t. w and setting y = 0 , Henelsmith obtained
y = x - g x 2 v 2 ( w ) = 0 , w = v 2 g x ,
so that the enveloping parabola is defined by y m = ρ ( x ) = h + v 2 2 g - g x 2 2 v 2 .
The solution to the projectile problem requires first finding x m which satisfies ρ ( x ) = ω ( x ) and solving for ϕ m in Equation (32) because we want to find the point at which the enveloping parabola ρ intersects the impact function ω , and then find ϕ that corresponds to this point on the enveloping parabola. We choose a linear impact function ω ( x ) = 0.4 x with h = 10 and v = 20 . We let g = 9.8 . Then we apply our I.F.s starting from x 0 = 30 to solve the non-linear equation
f ( x ) = ρ ( x ) - ω ( x ) = h + v 2 2 g - g x 2 2 v 2 - 0.4 x ,
whose root is given by x m = 36.102990117 . . . and ϕ m = arctan v 2 g x m = 48.5 .
Figure 1 shows the intersection of the path function, the enveloping parabola and the linear impact function for this application when 5 t h P J method is applied.
Application 2: The depth of embedment x if a sheet-pile wall is governed by the equation [24]:
x = x 3 + 2.87 x 2 - 10.28 4.62 .
It can be rewritten as
f ( x ) = x 3 + 2.87 x 2 - 10.28 4.62 - x .
An engineer has estimated the depth to be x = 2.5 . Here we find the root of the equation f ( x ) = 0 with initial guess 2.5 and compare some well known methods to our methods.
Application 3: The vertical stress σ z generated at point in an elastic continuum under the edge of a strip footing supporting a uniform pressure q is given by Boussinesq’s formula [24] to be:
σ z = q π x + C o s x S i n x .
A scientist is interested to estimate the value of x at which the vertical stress σ z will be 25 percent of the footing stress q. Initially it is estimated that x = 0.4 . The above can be rewritten for σ z being equal to 25 percent of the footing stress q:
f ( x ) = x + C o s x S i n x π - 1 4 .
Now we find the root of the equation f ( x ) = 0 with initial guess 0.4 and compare some well known methods to our methods.
Application 4: Generally, many problems in scientific and engineering which involve determination of any unknown appearing implicitly give rise to a root-finding problem. The Planck’s radiation law problem appearing in [25,26] is one among them and it is given by
φ ( λ ) = 8 π c h λ - 5 e c h / λ k T - 1 ,
which calculates the energy density within an isothermal blackbody. Here, λ is the wavelength of the radiation; T is the absolute temperature of the blackbody; k is Boltzmann’s constant; h is the Planck’s constant; and c is the speed of light. Suppose we would like to determine wavelength λ , which corresponds to maximum energy density φ ( λ ) . From Equation (35), we get
φ ( λ ) = 8 π c h λ - 6 e c h / λ k T - 1 ( c h / λ k T ) e c h / λ k T e c h / λ k T - 1 - 5 = A · B .
It can be checked that a maxima for φ occurs when B = 0 , that is when ( c h / λ k T ) e c h / λ k T e c h / λ k T - 1 = 5 .
Here, taking x = c h / λ k T , the above equation becomes
1 - x 5 = e - x .
Let us define
f ( x ) = e - x - 1 + x 5 .
The aim is to find a root of the equation f ( x ) = 0 . Obviously, one of the root x = 0 is not taken for discussion. As argued in [25], the left-hand side of Equation (36) is zero for x = 5 and e - 5 6.74 × 10 - 3 . Hence, it is expected that another root of the equation f ( x ) = 0 might occur near x = 5 . The approximate root of the Equation (37) is given by x * 4.96511423174427630369 . Consequently, the wavelength of radiation ( λ ) corresponding to which the energy density is maximum is approximated as λ c h ( k T ) 4.96511423174427630369 .
Application 5: Study of the multipactor effect [27]:
The trajectory of an electron in the air gap between two parallel plates is given by
x ( t ) = x 0 + v 0 + e E 0 m ω sin ( ω t 0 + Ψ ) ( t - t 0 ) + e E 0 m ω 2 cos ( ω t + Ψ ) + sin ( ω + Ψ ) ,
where E 0 sin ( ω t + Ψ ) is the R F electric field between plates at time t 0 , x 0 and v 0 are the position and velocity of the electron, e and m are the charge and mass of the electron at rest respectively. For the particular parameters, one can deal with a simpler expression as follows:
f ( x ) = x - 1 2 cos ( x ) + π 4 .
The required zero of the above function is x * - 0.3094661392082146514 . . . .
Application 6: Van der Waals equation representing a real gas is given by [28]:
( P + a n 2 V 2 ) ( V - n b ) = n R T .
Here, a and b are parameters specific for each gas. This equation reduces to a nonlinear equation given by
P V 3 - ( n b P + n R T ) V 2 + a n 2 V - a n 3 b = 0 .
By using the particular values for unknown constants, one can obtain the following nonlinear function
f ( x ) = 0.986 x 3 - 5.181 x 2 + 9.067 x - 5.289 ,
having three zeros. Out of them, two are complex zeros and the third one is a real zero. However, our desired root is x * 1.9298462428478622184875 . . .
Application 7: Fractional conversion in a chemical reactor [29]: In the following expression
f ( x ) = x 1 - x - 5 log 0.4 ( 1 - x ) 0.4 - 0.5 x + 4.45977 ,
x represents the fractional conversion of species A in a chemical reactor. Our required zero to this problem is x * - 0.8197851865 . . . .
Table 4, Table 5, Table 6, Table 7, Table 8, Table 9 and Table 10 display the numerical results with respect to number of iterations (N), E r r o r , order of convergence ( ρ ) and CPU time (in seconds). The numerical experiments of the above real life problems demonstrate the validity and applicability of the proposed methods. It is observed that the presented methods take less CPU time and equal number of iterations among the equivalent compared methods. This shows that the proposed methods are very much suitable for all the application problems. In most of the cases, the proposed methods show better performance in comparison to the existing methods.

7. Conclusions

We have presented a modification of Newton’s method producing fifth, eighth and fourth order convergence for solving nonlinear equations. At each iteration, the methods require respectively four, five and three function evaluations. The optimal methods 4 t h S B S and 8 t h P K P D M diverge for the functions f 2 ( x ) , f 3 ( x ) , f 4 ( x ) and f 1 ( x ) , f 3 ( x ) , f 4 ( x ) respectively for some initial points. For these functions, the proposed methods converge even though two methods are non-optimal. Moreover, the proposed new methods 5 t h P J and 8 t h P J require a lower number of iterations and less cpu time for convergence when compared with other methods. 4 t h P J method also performs well when compared with equivalent methods. Table of efficiency indices shows that the new algorithms have better efficiency and perform better than classical Newton’s method and other existing non-optimal methods. Seven application problems are solved where the new methods produce better results than other compared methods. For all the applications, proposed methods consume less cpu time and perform equivalent to other compared methods with respect to iteration number and residual error. For application problems 1 and 4, 4 t h S B S method diverges, whereas the proposed methods converges. Hence, the new methods can be considered as very good competitors to Newton’s method and many other existing equivalent optimal/non-optimal methods.

Author Contributions

Conceptualization, validation, writing—review and editing, resources, supervision—J.J.; Methodology, software, formal analysis, data curation, writing—original draft preparation, visualization—P.S.

Funding

This research received no external funding.

Acknowledgments

The authors would like to thank the anonymous reviewers for their constructive comments and useful suggestions which greatly helped to improve this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jaiswal, J.P. Some class of third and fourth-order iterative methods for solving nonlinear equations. J. Appl. Math 2014, 2014, 1–17. [Google Scholar] [CrossRef]
  2. Soleymani, F. Some optimal iterative methods and their with memory variants. J. Egyp. Math. 2013, 21, 133–141. [Google Scholar] [CrossRef] [Green Version]
  3. Wang, X.; Zhang, T. Higher-order newton-type iterative methods with and without memory for solving nonlinear equations. Math. Commun. 2014, 19, 91–109. [Google Scholar]
  4. Ozban, A. Some new variants of Newton’s method. Appl. Math. Lett. 2004, 17, 677–682. [Google Scholar] [CrossRef]
  5. S Weerakoon and T G I Fernando. A variant of Newton’s method with accelerated third order convergence. Appl. Math. Lett. 2000, 13, 87–93. [Google Scholar] [CrossRef]
  6. Sharma, J.R.; Arora, H. An efficient family of weighted-newton methods with optimal eighth order convergence. Appl. Math. Lett. 2014, 29, 1–6. [Google Scholar] [CrossRef]
  7. Soleymani, F.; Khratti, S.K.; Karimi Vanani, S. Two new classes of optimal Jarratt-type fourth-order methods. Appl. Math. Lett. 2011, 25, 847–853. [Google Scholar] [CrossRef]
  8. Petkovic, M.S.; Neta, B.; Petkovic, L.D.; Dzunic, J. Multipoint Methods for Solving Nonlinear Equations; Elsevier: Amsterdam, The Netherlands, 2012. [Google Scholar]
  9. Liu, L.; Wang, X. Eighth-order methods with high efficiency index for solving nonlinear equations. Appl. Math. Comput. 2010, 215, 3449–3454. [Google Scholar] [CrossRef]
  10. Taher, L.; Tahereh, E. A new optimal eighth-order ostrowski-type family of iterative methods for solving nonlinear equations. Chin. J. Math. 2014, 2014, 369713. [Google Scholar]
  11. Parimala, S.; Madhu, K.; Jayaraman, J. A new class of optimal eighth order method with two weight functions for solving nonlinear equation. J. Nonlinear Anal. Appl. 2018, 2018, 83–94. [Google Scholar]
  12. Parimala, S.; Madhu, K.; Jayaraman, J. Revisit of ostrowski’s method and two new higher order methods for solving nonlinear equation. Int. J. Math. Appl. 2018, 6, 263–270. [Google Scholar]
  13. Sharma, J.R.; Goyal, R.K. Fourth-order derivative-free methods for solving nonlinear equations. Int. J. Comput. Math. 2006, 83, 101–106. [Google Scholar] [CrossRef]
  14. Wait, R. The Numerical Solution of Algebraic Equations; John Wiley & Sons: Hoboken, NJ, USA, 1979. [Google Scholar]
  15. Ostrowski, A.M. Solutions of Equations and System of Equations; Academic Press: New York, NY, USA, 1960. [Google Scholar]
  16. Kung, H.T.; Traub, J.F. Optimal order of one-point and multipoint iteration. J. Assoc. Comput. Mach. 1974, 21, 643–651. [Google Scholar] [CrossRef]
  17. Traub, J.F. Iterative Methods for the Solution of Equations; Prentice-Hall: Hoboken, NJ, USA, 1964. [Google Scholar]
  18. Noor, M.A.; Waseem, M.; Noor, K.I.; Al-Said, E. Variational iteration technique for solving a system of nonlinear equations. Optim. Lett. 2013, 7, 7991–8007. [Google Scholar] [CrossRef]
  19. Sharifi, M.; Babajee, D.K.R.; Soleymani, F. Finding the solution of nonlinear equations by a class of optimal methods. Comput. Math. Appl. 2012, 63, 764–774. [Google Scholar] [CrossRef]
  20. Chun, C.; Lee, M.Y.; Neta, B.; Dzunic, J. On optimal fourth-order iterative methods free from second derivative and their dynamics. Appl. Math. Comput. 2012, 218, 6427–6438. [Google Scholar] [CrossRef] [Green Version]
  21. Fang, L.; Sun, L.; He, G. An efficient newton-type method with fifth-order convergence for solving nonlinear equations. Comput. Appl. Math. 2008, 27, 269–274. [Google Scholar]
  22. Parimala, S.; Madhu, K.; Jayaraman, J. Optimal fourth order methods with its multi-step version for nonlinear equation and their dynamics. Communicated.
  23. Kantrowitz, R.; Neumann, M.M. Some real analysis behind optimization of projectile motion. Mediterr. J. Math. 2014, 11, 1081–1097. [Google Scholar] [CrossRef]
  24. Griffithms, D.V.; Smith, I.M. Numerical Methods for Engineers, 2nd ed.; Chapman and Hall/CRC (Taylor and Francis Group): Boca Raton, FL, USA, 2011. [Google Scholar]
  25. Bradie, B. A Friendly Introduction to Numerical Analysis; Pearson Education Inc.: London, UK, 2006. [Google Scholar]
  26. Jain, D. Families of newton-like methods with fourth-order convergence. Int. J. Comput. Math. 2013, 90, 1072–1082. [Google Scholar] [CrossRef]
  27. Anza, S.; Vicente, C.; Boria, B.; Armendáriz, V.E. Long-term multipactor discharge in multicarrier systems. Phys. Plasmas 2007, 14, 82–112. [Google Scholar] [CrossRef]
  28. Hueso, J.L.; Martinez, E.; Teruel, C. Determination of multiple roots of nonllinear equations and applications. J. Math. Chem. 2015, 53, 880–892. [Google Scholar] [CrossRef]
  29. Shacham, M. Numerical solution of constrained nonlinear algebraic equations. Int. J. Numer. Methods Eng. 1986, 23, 1455–1481. [Google Scholar] [CrossRef]
Figure 1. The enveloping parabola with linear impact function.
Figure 1. The enveloping parabola with linear impact function.
Mca 24 00059 g001
Table 1. Comparison of Efficiency Indices (EI) and Optimality.
Table 1. Comparison of Efficiency Indices (EI) and Optimality.
MethodspdEIOptimal/Non-Optimal
2 n d N M 221.414Optimal
3 r d A M 331.442Non-optimal
4 t h N R 441.414Non-optimal
4 t h S B S 431.587Optimal
4 t h C H 431.587Optimal
4 t h P J 431.587Optimal
5 t h F L M 541.495Non-optimal
5 t h P J 541.495Non-optimal
8 t h P K J 851.516Non-optimal
8 t h P K P D M 841.682Optimal
8 t h P J 851.516Non-optimal
Table 2. Numerical results for test functions.
Table 2. Numerical results for test functions.
f ( x ) Methods x 0 N ρ ErrorCPU (s) x 0 N ρ ErrorCPU (s)
f 1 ( x ) 2 n d N M - 1.2 71.9900.8132 - 0.5 81.9900.9678
3 r d A M 53.006.5582 × 10 - 52 0.748062.995.5304 × 10 - 147 0.7804
4 t h N R 43.991.5646 × 10 - 60 0.554153.993.0230 × 10 - 141 0.7190
4 t h S B S 54.002.7218 × 10 - 133 0.779153.992.6895 × 10 - 58 0.8414
4 t h C H 44.002.3926 × 10 - 69 0.613653.995.7198 × 10 - 83 0.7323
4 t h P J 53.993.8598 × 10 - 161 0.642853.992.6927 × 10 - 56 0.6831
5 t h F L M 44.997.3159 × 10 - 102 0.623355.005.3712 × 10 - 208 0.7877
5 t h P J 44.993.9606 × 10 - 101 0.610155.001.5469 × 10 - 172 0.8262
8 t h P K P D M Div---97.979.7884 × 10 - 89 1.5789
8 t h P K J 37.563.9357 × 10 - 51 0.565848.002.5440 × 10 - 146 0.7457
8 t h P J 47.9900.652247.994.1301 × 10 - 109 0.6288
f 2 ( x ) 2 n d N M - 2.0 112.0001.1878 - 0.9 92.0001.0422
3 r d A M 83.009.7915 × 10 - 131 1.105863.001.7913 × 10 - 57 0.8341
4 t h N R 63.991.8759 × 10 - 82 0.859653.993.3034 × 10 - 85 0.6873
4 t h S B S 64.002.8346 × 10 - 110 0.8757Div---
4 t h C H 63.991.3659 × 10 - 81 0.834263.991.7462 × 10 - 198 0.8838
4 t h P J 73.992.6627 × 10 - 172 0.858963.994.1837 × 10 - 79 0.8242
5 t h F L M 64.992.1352 × 10 - 159 0.870455.004.4090 × 10 - 124 0.7426
5 t h P J 64.992.8057 × 10 - 173 0.862355.002.0232 × 10 - 53 0.7656
8 t h P K P D M 58.005.8749 × 10 - 135 0.84161198.001.0781 × 10 - 105 17.7770
8 t h P K J 47.685.1416 × 10 - 51 0.720947.979.8731 × 10 - 88 0.7306
8 t h P J 57.994.2577 × 10 - 170 0.777457.991.0553 × 10 - 221 0.8288
f 3 ( x ) 2 n d N M - 1.2 72.0000.8068 0.8 82.0000.8805
3 r d A M 53.001.4490 × 10 - 63 0.677263.001.2843 × 10 - 116 0.7820
4 t h N R 43.992.2852 × 10 - 81 0.553353.991.3264 × 10 - 122 0.6884
4 t h S B S 53.995.7143 × 10 - 64 0.7173Div---
4 t h C H 44.005.9510 × 10 - 56 0.652063.993.7788 × 10 - 121 0.9109
4 t h P J 44.008.5723 × 10 - 55 0.5414133.993.8629 × 10 - 71 1.7274
5 t h F L M 44.992.4053 × 10 - 120 0.598955.001.1557 × 10 - 131 0.7365
5 t h P J 44.992.9953 × 10 - 120 0.591455.001.5506 × 10 - 108 0.7225
8 t h P K P D M 37.745.5579 × 10 - 57 0.5180Div---
8 t h P K J 47.9900.720147.871.5381 × 10 - 68 0.6986
8 t h P J 37.868.7996 × 10 - 56 0.502347.791.0871 × 10 - 86 0.6341
f 4 ( x ) 2 n d N M - 1.0 92.005.5018 × 10 - 92 0.9648 1.5 101.991.8602 × 10 - 58 1.1393
3 r d A M 63.002.1659 × 10 - 70 0.759172.991.0232 × 10 - 67 0.8760
4 t h N R 53.995.5018 × 10 - 92 0.665963.992.4067 × 10 - 116 0.7890
4 t h S B S Div---Div---
4 t h C H 63.997.1333 × 10 - 186 0.826763.997.0897 × 10 - 109 0.9089
4 t h P J 63.992.3006 × 10 - 90 0.802563.995.5180 × 10 - 66 0.7802
5 t h F L M 55.005.7748 × 10 - 127 0.730564.998.4900 × 10 - 239 0.8507
5 t h P J 55.002.4834 × 10 - 60 0.700454.996.4034 × 10 - 51 0.6945
8 t h P K P D M Div---58.002.3085 × 10 - 210 0.8507
8 t h P K J 47.932.6279 × 10 - 88 0.720947.734.7311 × 10 - 70 0.6901
8 t h P J 57.996.1227 × 10 - 279 0.782257.993.4785 × 10 - 257 0.7926
Table 3. Numerical results for test functions.
Table 3. Numerical results for test functions.
f ( x ) Methods x 0 N ρ ErrorCPU(s) x 0 N ρ ErrorCPU(s)
f 5 ( x ) 2 n d N M 1.0 81.992.8512 × 10 - 88 0.8804 2.2 81.991.8136 × 10 - 65 0.8893
3 r d A M 53.009.0984 × 10 - 54 0.628063.007.9943 × 10 - 119 0.7683
4 t h N R 53.993.9853 × 10 - 176 0.698653.991.6125 × 10 - 130 0.6460
4 t h S B S 53.991.3911 × 10 - 161 0.724763.992.1296 × 10 - 156 0.8241
4 t h C H 53.997.6378 × 10 - 145 0.703553.993.0782 × 10 - 118 0.7342
4 t h P J 53.991.3424 × 10 - 108 0.629653.991.7014 × 10 - 96 0.6713
5 t h F L M 45.001.5020 × 10 - 67 0.571244.991.4522 × 10 - 52 0.6284
5 t h P J 45.002.6952 × 10 - 62 0.579644.991.4276 × 10 - 52 0.6432
8 t h P K P D M 48.002.2899 × 10 - 212 0.750548.006.4495 × 10 - 171 0.6770
8 t h P K J 47.997.0019 × 10 - 291 0.709647.992.1122 × 10 - 258 0.7279
8 t h P J 47.991.6051 × 10 - 218 0.647447.998.8152 × 10 - 190 0.6374
f 6 ( x ) 2 n d N M 1.6 72.004.9817 × 10 - 90 0.7685 2.0 72.004.4019 × 10 - 92 0.7804
3 r d A M 53.002.7315 × 10 - 83 0.634153.002.0696 × 10 - 82 0.6916
4 t h N R 43.994.9817 × 10 - 90 0.564943.994.4019 × 10 - 92 0.5460
4 t h S B S 44.002.7447 × 10 - 52 0.603744.004.0535 × 10 - 58 0.6011
4 t h C H 43.994.2436 × 10 - 53 0.560544.009.3200 × 10 - 69 0.5643
4 t h P J 44.005.8466 × 10 - 62 0.543243.992.7833 × 10 - 63 0.5424
5 t h F L M 45.001.3386 × 10 - 143 0.599744.994.8310 × 10 - 166 0.6264
5 t h P J 45.001.8295 × 10 - 142 0.620244.993.2860 × 10 - 164 0.6171
8 t h P K P D M 37.995.1214 × 10 - 54 0.512237.711.3362 × 10 - 61 0.5367
8 t h P K J 47.9900.634338.071.3967 × 10 - 54 0.5533
8 t h P J 37.771.1800 × 10 - 67 0.500837.546.0931 × 10 - 81 0.5262
f 7 ( x ) 2 n d N M 1.8 62.006.6344 × 10 - 52 0.7203 3.0 71.992.1862 × 10 - 64 0.8478
3 r d A M 52.991.3353 × 10 - 77 0.667553.001.4340 × 10 - 61 0.6600
4 t h N R 44.004.3869 × 10 - 104 0.573444.002.1862 × 10 - 64 0.6237
4 t h S B S 53.993.5927 × 10 - 120 0.738354.005.5106 × 10 - 77 0.7201
4 t h C H 44.001.1320 × 10 - 72 0.576943.992.8160 × 10 - 59 0.5804
4 t h P J 44.001.2249 × 10 - 75 0.522943.993.8770 × 10 - 56 0.6859
5 t h F L M 45.007.0404 × 10 - 175 0.653644.991.2813 × 10 - 125 0.6304
5 t h P J 45.001.4577 × 10 - 175 0.640544.992.7292 × 10 - 130 0.6365
8 t h P K P D M 37.744.0285 × 10 - 77 0.581438.021.0750 × 10 - 51 0.5063
8 t h P K J 37.902.4999 × 10 - 62 0.562737.981.2998 × 10 - 51 0.5532
8 t h P J 37.746.7632 × 10 - 85 0.526037.908.2127 × 10 - 64 0.5289
f 8 ( x ) 2 n d N M 3.5 71.993.6080 × 10 - 86 0.7916 4.5 62.005.1377 × 10 - 54 0.6740
3 r d A M 53.002.3142 × 10 - 143 0.640642.998.3066 × 10 - 61 0.5327
4 t h N R 43.993.6080 × 10 - 86 0.562843.991.5930 × 10 - 108 0.5565
4 t h S B S 54.005.1837 × 10 - 94 0.746953.991.2140 × 10 - 199 0.6957
4 t h C H 43.997.9595 × 10 - 73 0.552943.991.1510 × 10 - 95 0.5738
4 t h P J 43.992.2758 × 10 - 68 0.537843.991.7406 × 10 - 92 0.5665
5 t h F L M 45.004.8205 × 10 - 145 0.627444.991.6926 × 10 - 190 0.5912
5 t h P J 45.002.2821 × 10 - 143 0.585944.991.8760 × 10 - 189 0.6060
8 t h P K P D M 38.083.9144 × 10 - 63 0.487337.971.8996 × 10 - 87 0.4825
8 t h P K J 37.991.5408 × 10 - 79 0.543837.994.6567 × 10 - 97 0.5478
8 t h P J 38.071.1064 × 10 - 68 0.495937.971.6959 × 10 - 92 0.5261
Table 4. Comparison of results for Application 1.
Table 4. Comparison of results for Application 1.
MethodsNError ρ CPU (s)
2 n d N M 74.3980 × 10 - 76 1.990.830575
3 r d A M 51.2300 × 10 - 96 2.990.681488
4 t h N R 44.3980 × 10 - 76 3.990.630004
4 t h S B S Div--
4 t h C H 44.6073 × 10 - 69 3.990.588361
4 t h P J 41.8103 × 10 - 61 3.990.547790
5 t h F L M 45.7478 × 10 - 132 5.000.586715
5 t h P J 42.0709 × 10 - 129 5.000.551062
8 t h P K P D M 34.2702 × 10 - 57 8.060.513597
8 t h P K J 37.6302 × 10 - 95 10.050.538007
8 t h P J 31.7219 × 10 - 61 8.050.508273
Table 5. Comparison of results for Application 2.
Table 5. Comparison of results for Application 2.
MethodsNError ρ CPU (s)
2 n d N M 91.0193 × 10 - 52 1.990.996467
3 r d A M 71.3489 × 10 - 139 2.990.849512
4 t h N R 51.0193 × 10 - 52 3.990.672037
4 t h S B S 64.6521 × 10 - 79 4.000.873925
4 t h C H 66.7960 × 10 - 181 3.990.812545
4 t h P J 61.8054 × 10 - 131 3.990.776537
5 t h F L M 51.2111 × 10 - 93 4.990.732066
5 t h P J 54.0117 × 10 - 95 4.990.730307
8 t h P K P D M 48.3867 × 10 - 56 7.930.630707
8 t h P K J 44.2397 × 10 - 116 7.850.759305
8 t h P J 45.6798 × 10 - 65 7.960.590362
Table 6. Comparison of results for Application 3.
Table 6. Comparison of results for Application 3.
MethodsNError ρ CPU (s)
2 n d N M 66.5591 × 10 - 51 1.990.685187
3 r d A M 55.5187 × 10 - 105 3.000.637279
4 t h N R 43.9349 × 10 - 102 3.990.557325
4 t h S B S 47.1728 × 10 - 65 4.000.584073
4 t h C H 49.1666 × 10 - 80 4.000.560651
4 t h P J 41.4377 × 10 - 75 3.990.536090
5 t h F L M 42.8696 × 10 - 159 5.000.605519
5 t h P J 41.1523 × 10 - 158 5.000.617395
8 t h P K P D M 33.7116 × 10 - 71 8.100.501966
8 t h P K J 33.6878 × 10 - 75 8.010.578021
8 t h P J 31.1154 × 10 - 75 8.110.517710
Table 7. Comparison of results for Application 4.
Table 7. Comparison of results for Application 4.
MethodsNError ρ CPU (s)
2 n d N M 64.8109 × 10 - 59 2.000.753920
3 r d A M 55.3700 × 10 - 108 3000.613745
4 t h N R 44.1831 × 10 - 119 3.990.589578
4 t h S B S Div---
4 t h C H 41.1795 × 10 - 79 3.990.583455
4 t h P J 44.3121 × 10 - 90 3.990.540330
5 t h F L M 41.9579 × 10 - 192 4.990.594375
5 t h P J 43.1518 × 10 - 192 4.990.579986
8 t h P K P D M 32.0800 × 10 - 82 7.870.595976
8 t h P K J 32.6914 × 10 - 77 7.910.550664
8 t h P J 32.1349 × 10 - 92 7.880.508991
Table 8. Comparison of results for Application 5.
Table 8. Comparison of results for Application 5.
MethodsNError ρ CPU (s)
2 n d N M 83.1841 × 10 - 78 2.000.876498
3 r d A M 67.3356 × 10 - 125 2.990.766441
4 t h N R 52.8479 × 10 - 156 3.990.704363
4 t h S B S 52.2538 × 10 - 61 3.990.727041
4 t h C H 56.8913 × 10 - 142 3.990.714278
4 t h P J 56.8517 × 10 - 96 3.990.673176
5 t h F L M 43.8194 × 10 - 59 5.000.595414
5 t h P J 47.5097 × 10 - 53 5.000.594544
8 t h P K P D M 43.6257 × 10 - 221 7.990.665352
8 t h P K J 43.7564 × 10 - 258 7.990.624762
8 t h P J 41.8860 × 10 - 182 7.990.647974
Table 9. Comparison of results for Application 6.
Table 9. Comparison of results for Application 6.
MethodsNError ρ CPU (s)
2 n d N M 103.1818 × 10 - 79 1.991.168129
3 r d A M 71.9114 × 10 - 102 3.000.938796
4 t h N R 66.1785 × 10 - 157 3.990.828477
4 t h S B S 66.3885 × 10 - 183 3.990.858490
4 t h C H 63.4420 × 10 - 136 3.990.828262
4 t h P J 62.6446 × 10 - 94 3.990.765311
5 t h F L M 51.8367 × 10 - 68 4.990.786621
5 t h P J 54.1015 × 10 - 70 4.990.690104
8 t h P K P D M 51.5540 × 10 - 306 7.990.745657
8 t h P K J 45.4031 × 10 - 79 7.920.653454
8 t h P J 507.990.718040
Table 10. Comparison of results for Application 7.
Table 10. Comparison of results for Application 7.
MethodsNError ρ CPU (s)
2 n d N M 81.4633 × 10 - 90 2.000.934292
3 r d A M 61.8047 × 10 - 148 3.000.743453
4 t h N R 57.5786 × 10 - 181 3.990.685801
4 t h S B S 52.3233 × 10 - 127 3.990.733919
4 t h C H 52.5520 × 10 - 187 3.990.716272
4 t h P J 51.8851 × 10 - 146 4.000.700729
5 t h F L M 42.6523 × 10 - 78 5.000.551580
5 t h P J 45.6837 × 10 - 78 5.000.532049
8 t h P K P D M 48.3091 × 10 - 268 7.990.643239
8 t h P K J 407.990.687932
8 t h P J 41.2107 × 10 - 291 7.990.641357

Share and Cite

MDPI and ACS Style

Sivakumar, P.; Jayaraman, J. Some New Higher Order Weighted Newton Methods for Solving Nonlinear Equation with Applications. Math. Comput. Appl. 2019, 24, 59. https://doi.org/10.3390/mca24020059

AMA Style

Sivakumar P, Jayaraman J. Some New Higher Order Weighted Newton Methods for Solving Nonlinear Equation with Applications. Mathematical and Computational Applications. 2019; 24(2):59. https://doi.org/10.3390/mca24020059

Chicago/Turabian Style

Sivakumar, Parimala, and Jayakumar Jayaraman. 2019. "Some New Higher Order Weighted Newton Methods for Solving Nonlinear Equation with Applications" Mathematical and Computational Applications 24, no. 2: 59. https://doi.org/10.3390/mca24020059

Article Metrics

Back to TopTop