SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Some Fifth and Sixth Order Iterative Methods for Solving
Nonlinear Equations
Rajni Sharma
Department of Applied Sciences, D.A.V. Institute of Engineering and Technology Kabir Nagar, Jalandhar, India

Abstract
In this paper, we derive multipoint iterative methods of fifth and sixth order for finding simple zeros of
nonlinear equations. The methods are based on the composition of two steps – the first step consists of Jarratt
fourth order method and the second is weighted Newton step to which correction term is applied. Per iteration
each method requires two evaluations of the given function and two evaluations of its derivative. Numerical
examples are presented to support that the methods thus obtained are competitive with Jarratt method.
Moreover, it is shown that these methods are very useful in the applications requiring high precision in
computations.
Keywords: Nonlinear equations; Jarratt method; Root-finding; Convergence; Function evaluations.
MSC. 65H05.

I. Introduction
Solving nonlinear equations is one of the most important problems in numerical analysis and its
applications. In fact, this problem is prototype for many nonlinear problems (see [15]). In this paper, we
consider iterative methods to find simple roots of a nonlinear equation f ( x)  0 , where f : I  R  R is a
scalar function on an open interval I.
Traub [14] has classified iterative methods into two categories viz. one-point iterative methods and
multipoint iterative methods. Each of these is further divided into two subclasses, namely, one-point with and
without memory and multipoint with and without memory. Investigation of one-point iterative methods with and
without memory has demonstrated theoretical restrictions on the order and efficiency of this class of methods
(see [14]). Neither of these restrictions need hold for multipoint iterative methods, that is, for the methods which
sample function f and its derivatives at a number of values of independent variable. An additional feature of
these techniques is that they may possess a number of free parameters which can be used to ensure, for example,
that the convergence is of certain order and the sampling is done at felicitous points. The second condition is
also a distinguishing characteristic of Gaussian quadrature integration formulae and Runge-Kutta methods for
integrating ordinary differential equations.
These facts have led many researchers to investigate multipoint iterative methods. For example,
Ostrowski developed third and fourth order methods [11, 14] requiring two function f and one derivative f 
evaluations per step. The same information is required for King’s family of fourth order methods [8]. Traub [14]
suggested a third order method which requires one f and two f  evaluations. Jarratt [6] fourth order method
requires the same number of information. King [7] introduced a fifth order scheme utilizing two evaluations of
f and f  . Neta [9] developed a family of sixth order methods that requires the information of three f and

f  . Neta [10] also introduced a family of sixteenth order requiring four f and one f  per step. Jain [5]
discussed a fifth order implicit method that uses the information of one f and three f  . Weerakoon and
Fernando [16] developed a third order scheme requiring one f and two f  information. Ezquerro and
Hernandez [2, 3] derived a family of third order methods requiring one f and two f  evaluations. Sharma and
Goyal [12] suggested two derivative-free fourth order families of methods which require three f evaluations.
one

Grau and Díaz-Barrero [4] developed an improved sixth order Ostrowski method that requires the information
of three f and one f  . Recently, Sharma and Guha [13] have derived a family of such methods which requires
the same information. All of these methods are classified as multipoint methods without memory in which,
except [12], a Newton or weighted Newton step is followed by a faster Newton-like step. However, in method
[12] Steffensen step is followed by a faster Steffensen-like step.
www.ijera.com

268 | P a g e
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273

www.ijera.com

In particular, Jarratt fourth order multipoint method [6] is given by

f ( xn )
f ( xn )
.
(1)
xn1  xn  1

,
n  0, 1, 2, 3..........
.........
( xn ) 3 f ( yn )  f ( xn )
2f
f ( xn )
. The method requires one function f and two derivatives f  evaluations per step.
where yn  xn  2
3 f ( xn )
This formula is particularly useful for the problems in which evaluation of f  is cheaper compared with f ,
such as the function defined by an integral.
In this paper, we develop a one-parameter (i.e. a  R {1 ) family of multipoint methods based on the
}
composition of two steps, Jarratt step (1) which is a predictor-type and weighted Newton step which is a
corrector-type. As a consequence, the order of convergence is improved from four for Jarratt method to six for
the new methods. Per iteration the new methods require two evaluations of the function f and two of its
derivative f . Further we find that the choice a  1 of the parameter results in fifth order method. These
formulae are tested and performance is compared with Jarratt method.

II. Development of the methods
Our aim is to develop a scheme that improves the order of convergence of Jarratt method (1) at the cost
of an additional evaluation of function. Thus we begin with the following iterative scheme

f ( xn )
f ( xn )
zn  xn  1

2 f ( xn ) 3 f ( yn )  f ( xn )
f ( xn )  af ( yn ) f ( zn )
xn 1  zn 
bf ( xn )  cf ( yn ) f ( xn )




,




(2)

where a, b, c are parameters and yn is as defined in (1).
This scheme consists of a Jarratt step to get z n from xn , followed by a weighted Newton step to
calculate xn 1 from the point z n . The parameters a, b and c used in (2) can be determined from the
following theorem:
Theorem. Let f : I  R  R denote a real valued function defined on I, where I is a neighborhood of a simple

 of f (x). Assume that f (x) is sufficiently smooth in the interval I. Then, the iterative scheme (2)
defines a one-parameter family of sixth order convergence if b   1 (3a 1), c  1 (5a  3), provided
2
2
a  1. If a  1, the scheme is of fifth order.
Proof. Using Taylor expansion of f ( xn ) about  and taking into account that f ( )  0, f ( )  0, we
root

have
2
3
4
5
f ( xn )  f ( )[en  A2en  A3en  A4en  o(en )],

(3)

where en  xn  and A k  (1 k !) f (k ) ( ) f ( ) , k  2, 3,......... ...
Furthermore, we have

2
3
4
f ( xn )  f ( )[1 2 A2en  3 A3en  4 A4en  o(en ) ],

f ( xn )
2
3
3
4
5
 e  A e2  2( A2  A3)en  ( 7 A2 A3  4 A2  3A4 )en  o(en ).
f ( xn ) n 2 n
Substituting (5) in yn  xn  (2 3) f ( xn ) f ( xn ) yields
2
2
3
3
4
5
yn   1 en  2 A2en  4 ( A2  A3 )en  2 ( 7 A2 A3  4 A2  3 A4 )en  o(en ) .
3
3
3
3
Expanding f ( yn ) about  and using (6), we have
and

2
2
3
3
4
f ( yn )  f ( )1 2 A2en  1 ( 4 A2  A3 )en  4( 2 A2  A2 A3  1 A4 )en  o(en ),
 3

3
3
27



www.ijera.com

(4)
(5)

(6)

(7)
269 | P a g e
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273

www.ijera.com

From (4) and (7), we get
2
2
3
3
4
3 f ( yn )  f ( xn )  2 f ( )1 (2 A2  A3) en  2( 2 A2 3A2 A3  8 A4 ) en  o(en ).


9



(8)

Dividing (3) by (8) and simplifying, we obtain

f ( xn )
2
3
3
4
5
 1 e  A e2  2 (  A2  A3 ) en  (2 A2  5 A2 A3  25 A4 )en  o(en ).

3 f ( yn )  f ( xn ) 2  n 2 n
9



(9)

Substituting (5) and (9) in the first step of (2), we have

f ( xn )
f ( xn )
3
4
5
zn  xn  1

   ( A2  A2 A3  1 A4 ) en  o(en ) ,
2 f ( xn ) 3 f ( yn )  f ( xn )
9
3
4
5
zn   ( A2  A2 A3  1 A4 ) en  o(en ).
that is
9

(10)
(11)

From (4) and (7), we obtain
2
f ( xn )  af ( yn )  f (α )1 a  2 (1 1 a) A2en   4 aA2  3(1 1 a ) A3  en

 2

3
9
3


3
4
 4 2 aA2  aA2 A3  (1 1 a) A4 en  o(en ) ,

 3

27
3



(12 )

2
and bf ( xn )  cf ( yn )  f (α )b  c  2 ( b  1 c) A2en   4 bA2  3(b  1 c ) A3  en

 2

3
9
3


3
4
 4 2 cA2  cA2 A3  (b  1 c) A4 en  o(en ) .

 3

27
3



(13)

Upon dividing (12) by (13) and simplifying, we get

f ( xn )  af ( yn )
4(c  ab) 1
2
 1 1 a 
A e  1  (b  5 c) A2

bf ( xn )  cf ( yn ) b  c 
b  c 3 2 n b  c 
9


3 
 2 (b  c) A3 en   o(en ).
 2
3
 


Now, the Taylor expansion of f ( zn ) about

(14)



f ( zn )  f ( )[( zn  )  o{( zn  ) }].
2

(15)

From (4), (11) and (15) we find that

f ( zn )
2
2
7
 [1 2 A2en  (4 A2  3A3) en ]( zn  )  o(en ).
f ( xn )

(16)

Multiplication of (14) and (16) yields
f ( xn )  af ( yn ) f ( zn )
 1 1 a  2  b(1 5 a )  c( a  1 )  A2en


bf ( xn )  cf ( yn ) f ( xn ) b  c 
bc 
3
3 


 4  2
 1 
 b (1 8 a)  c 2 ( a  2 )  1 bc(1 29 a )  A2
 2
b  c b  c 
3
9
3
3

2 
7
 3 b(1 17 a)  c( a  1 )  A3  en  ( zn  )  o(en ).


9
9   



(17)

Thus making use of (11) and (17) in the second step of (2), we obtain

2  b(1 5 a)  c( a  1 )  A e
en 1  1 1 a 


b  c (b  c)2 
3
3  2 n



 4  2
1
 b (1 8 a)  c 2 ( a  2 )  1 bc(1 29 a )  A2
 2

3
9
3
3
(b  c)2  b  c 


2 
3
4
7
 3 b(1 17 a)  c ( a  1 )  A3  en   A2  A2 A3  1 A4  en  o(en ).



9
9   
9





www.ijera.com

(18)

270 | P a g e
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273

www.ijera.com

In order to find a correction term for the second step of (2) such that the proposed scheme may yield
4
5
sixth order method, the coefficients of en and en must vanish. Hence from (18), we derive the following

conditions on the parameters a, b and c

 a  b  c 1

(19)
and
2b(1 a)  (1 3a) (b  c)  0
Since (19) represents a set of two equations in three unknown parameters, we may solve for any two of the
parameters in terms of the remaining one. Solving for b and c in terms of a, we obtain

1
b   (3a 1) and
2

1
c  (5a  3).
2

(20)

With these values and from (18), the error equation turns out to be
2
3
6
7
en1   2a  6 A2  A3   A2  A2 A3  1 A4  en  o(en ).
 3a  3

9 




(21)

Thus equation (21) establishes the maximum order of convergence equal to six for the iteration scheme (2),
provided a  1. However, if a  1, then from (19) we have b  c and consequently the second step of (2)
reduces to

f ( zn )
xn 1  zn  1
,
b f ( xn )

(22)

thereby using (11) and (16) in (22), we get the error equation
3
4
6
en 1  1 1   2 A2en   A2  A2 A3  1 A4 en  o(en ).
 b  b

9 





So it follows that for the scheme (22) to be of fifth order,

(23)

b 1 . In this case the error is

3
5
6
en1  2 A2  A2  A2 A3  1 A4 en  o(en ).

9 



(24)

Thus we establish that for the parametric values a  b  c  1, the scheme (2) is of fifth order. This
completes the proof of the theorem.
□
Hence the proposed scheme (2) with the parameter a  R is given by

f ( xn )
f ( xn )
zn  xn  1

2 f ( xn ) 3 f ( yn )  f ( xn )
af ( yn )  f ( xn )
f ( zn )
xn 1  zn  2
(5a  3) f ( yn )  (3a 1) f ( xn ) f ( xn )




,




(25)

f ( xn )
.
3 f ( xn )

where yn  xn  2

This scheme is of fifth order if a  1, otherwise it is of sixth order. Thus, we have derived a method
of fifth order and a one-parameter family of sixth order methods by an additional evaluation of function at the
point iterated by Jarratt method. Such processes are valuable since, as Traub [14, Ch. 11] has shown, they may
be readily generalized to deal with the problem of solving systems of equations.
In order to obtain an assessment of the efficiency of our methods we shall make use of Traub’s
efficiency index ([14], Appendix C), according to which efficiency of an iterative method is given by
E  log p C , where p is the order of the method and C is cost per iterative step of computing the function
and derivative values needed to form the iterative formula. If we let the cost of evaluating

f be c f and that of

f  be c f  then for our fifth and sixth order formulae the efficiencies are E  log 5 2 (c f  c f  ) and
E  log 6 2 (c f  c f  ) , respectively. For Jarratt method, we have similarly E  log 4 (c f  2c f  ). Comparing
the E values we find that sixth order method will be a better choice than Jarratt if c f  0.82 c f  . That means if
the cost of calculating

www.ijera.com

f is less than 82 percent of that necessary to calculate f  , then sixth order method is

271 | P a g e
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273

www.ijera.com

more efficient. Similar comparison shows that if c f  0.38 c f  , then fifth order method is superior to Jarratt
method.

III. Numerical examples
Here we shall apply our methods to the following nonlinear equations:
f 1  x 4  6 x 3 11x 2  6 x  0,
x 0  5.0

f 2  x 2  (1 x ) 5  0,
f3  x e

x2

 sin x  3cos x  5  0,

f 4  sin x e
f 5  tan
f6  e

1

x 0  1.0
x 0  1.0

2

x

 ln( x 1)  0,

x  x 1  0,

x 2  7 x  30

1  0,

x 0  0.5
x 0  1.0

x 0  3.

x

sin xt
1
dt   0, x 0  0.2
t
2
0

f7  

where x0 is the initial approximation chosen.
The performance is compared with Jarratt method which is now designated as M 1. Also designating
fifth and sixth order methods as M 2 and M 3 , respectively. The parameter a that appears in the algorithm

M 3 is chosen a  1 . All calculations are performed in double precision arithmetic. We accept an approximate
solution rather than the exact root, depending on the computer precision () . The stopping criteria used for
computer program: (i) | xi 1  xi |, (ii) | f ( xi 1) |, and so, when the stopping criterion is satisfied, xi 1 is
taken as the computed root α . For numerical illustrations in this section, we use fixed stopping criterion
 0.51017.
Table 1 shows the calculated root and the number of iterations necessary to reach the root up to the
desired accuracy by each method. In table 2, we obtain costs of the present methods in comparison with the
classical predecessor M1 for each problem. The cost of an iterative method is defined by ct  nci , where n is
the number of iterations, ci is the cost per iteration and ct is the total cost. We assume that the cost of
evaluating one iterative step is primarily due to the cost of evaluating f ( j ) , j  0 and that the cost of
combining f
each f

( j)

( j)

to form iteration method is negligible. In particular, we have assumed the cost of evaluating

is 1 in all the considered problems.
Table 1. Results of the problems.
Iterations (n)

Problem

f1
f2
f3
f4
f5
f6
f7

www.ijera.com

Root
3.0000000000000000
0.3459548158482421
-1.2076478271309190
0.0000000000000000
2.1322677252728850
3.0000000000000000
0.7121746839007776

M1
4
4
3
3
3
6
4

M2
4
3
3
3
3
5
4

M3
3
3
2
2
2
3
3

272 | P a g e
Rajni Sharma Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273
Table 2 Cost of methods compared to Jarrat method
Problem
M1
M2

f1
f2
f3
f4
f5
f6
f7

1

1.33

1

1

1

1.33

1

1.33

1

1.33

1

1.11

1

1.33

www.ijera.com

M3
1
1
0.89
0.89
0.89
0.67
1

IV. Concluding remarks
In this paper, we have suggested multipoint methods of order fifth and sixth using an additional
evaluation of function at the point iterated by Jarratt method of order four for solving equations. Thus, one
requires two evaluations of the function f and two of its first-derivative f  per full step in the application of
each method. A reasonably close starting value is necessary for the methods to converge. This condition,
however, practically applies to all iterative methods for solving equations.
The numerical results overwhelmingly support that the new methods improve the order of convergence
of Jarratt method. Comparison of the costs of the methods shows that sixth order method is cheaper in the
problems where f is easier to evaluate than f  , such as f defined by transcendental function e.g. problems

f3  f6 , whereas fifth order method is expensive in general. Jarratt method, however, is better if f is defined
by either polynomial function or integral function, for example, in the case of problems

f1 , f 2 and f 7 . Finally,

we conclude the paper with the remark that these higher order methods may be very useful in the applications
requiring multiprecision in their computations because such methods yield a clear reduction in the iterations.

References
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]

Brent P, A FORTRAN multiple-precision arithmetic package, ACM Transactions on Mathematical
Software 4 (1978) 56-70.
Ezquerro J A and Hernandez M A, A uniparametric Halley-type iteration with free second derivative,
Int. J. Pure Appl. Math. 6 (2003) 103-114.
Ezquerro J A and Hernandez M A, On Halley-type iterations with free second derivative, J. Comp.
Appl. Math. 170 (2004) 455-459.
Grau M and Díaz-Barrero J L, An improvement to Ostrowski root-finding method, Appl. Math.
Comput. 173 (2006) 450-456.
Jain M K, Fifth order implicit multipoint method for solving equations, BIT 25 (1985) 250-255.
Jarratt P, Some fourth order multipoint iterative methods for solving equations, Math. Comp. 20 (1966)
434-437.
King R F, A fifth-order family of modified Newton methods, BIT 11 (1971) 409-412.
King R F, A family of fourth-order methods for nonlinear equations, SIAM J. Numer. Anal. 10 (1973)
876-879.
Neta B, A sixth-order family of methods for nonlinear equations, Intern. J. Computer Math. 7 (1979)
157-161.
Neta B, On a family of multipoint methods for non-linear equations, Intern. J. Computer Math. 9
(1981) 353-361.
Ostrowski A M, Solutions of Equations and System of Equations, Academic Press, New York, 1960.
Sharma J R and Goyal R K, Fourth-order derivative-free methods for solving non-linear equations,
Intern. J. Computer Math. 83 (2006) 101-106.
Sharma J R and Guha R K, A family of modified Ostrowski methods with accelerated sixth order
convergence, Appl. Math. Comput. 190 (2007) 111-115.
Traub J F, Iterative Methods for the Solution of Equations, Prentice–Hall, New Jersey, 1964.
Traub J F, Computational complexity of iterative processes, SIAM J. Comput. 1 (1972) 167-179.
Weerakoon S and Fernando T G I, A variant of Newton’s method with accelerated third-order
convergence, Appl. Math. Lett. 13 (2000) 87-93.

www.ijera.com

273 | P a g e

Contenu connexe

Tendances

On Projected Newton Barrier Methods for Linear Programming and an Equivalence...
On Projected Newton Barrier Methods for Linear Programming and an Equivalence...On Projected Newton Barrier Methods for Linear Programming and an Equivalence...
On Projected Newton Barrier Methods for Linear Programming and an Equivalence...SSA KPI
 
Symbolic Computation and Automated Reasoning in Differential Geometry
Symbolic Computation and Automated Reasoning in Differential GeometrySymbolic Computation and Automated Reasoning in Differential Geometry
Symbolic Computation and Automated Reasoning in Differential GeometryM Reza Rahmati
 
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0On Integrablity Of F-Structure Satisfying F 2K+1 +F=0
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0theijes
 
Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Alexander Litvinenko
 
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...TELKOMNIKA JOURNAL
 
Find Transitive Closure Using Floyd-Warshall Algorithm
Find Transitive Closure Using Floyd-Warshall AlgorithmFind Transitive Closure Using Floyd-Warshall Algorithm
Find Transitive Closure Using Floyd-Warshall AlgorithmRajib Roy
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIijeei-iaes
 
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...inventy
 
Data Structures - Lecture 8 [Sorting Algorithms]
Data Structures - Lecture 8 [Sorting Algorithms]Data Structures - Lecture 8 [Sorting Algorithms]
Data Structures - Lecture 8 [Sorting Algorithms]Muhammad Hammad Waseem
 
LAP2009 c&p101-vector2 d.5ht
LAP2009 c&p101-vector2 d.5htLAP2009 c&p101-vector2 d.5ht
LAP2009 c&p101-vector2 d.5htA Jorge Garcia
 
Function or not function
Function or not functionFunction or not function
Function or not functionMartinGeraldine
 
Volume of Cylinders
Volume of CylindersVolume of Cylinders
Volume of Cylindersbujols
 
Analysis and design of algorithms part 4
Analysis and design of algorithms part 4Analysis and design of algorithms part 4
Analysis and design of algorithms part 4Deepak John
 
A presentation on prim's and kruskal's algorithm
A presentation on prim's and kruskal's algorithmA presentation on prim's and kruskal's algorithm
A presentation on prim's and kruskal's algorithmGaurav Kolekar
 

Tendances (20)

On Projected Newton Barrier Methods for Linear Programming and an Equivalence...
On Projected Newton Barrier Methods for Linear Programming and an Equivalence...On Projected Newton Barrier Methods for Linear Programming and an Equivalence...
On Projected Newton Barrier Methods for Linear Programming and an Equivalence...
 
Symbolic Computation and Automated Reasoning in Differential Geometry
Symbolic Computation and Automated Reasoning in Differential GeometrySymbolic Computation and Automated Reasoning in Differential Geometry
Symbolic Computation and Automated Reasoning in Differential Geometry
 
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0On Integrablity Of F-Structure Satisfying F 2K+1 +F=0
On Integrablity Of F-Structure Satisfying F 2K+1 +F=0
 
D044042432
D044042432D044042432
D044042432
 
Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...Application of parallel hierarchical matrices and low-rank tensors in spatial...
Application of parallel hierarchical matrices and low-rank tensors in spatial...
 
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
 
Find Transitive Closure Using Floyd-Warshall Algorithm
Find Transitive Closure Using Floyd-Warshall AlgorithmFind Transitive Closure Using Floyd-Warshall Algorithm
Find Transitive Closure Using Floyd-Warshall Algorithm
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
 
Alg2 lesson 7-7
Alg2 lesson 7-7Alg2 lesson 7-7
Alg2 lesson 7-7
 
Alg2 lesson 7.7
Alg2 lesson 7.7Alg2 lesson 7.7
Alg2 lesson 7.7
 
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...
Non-vacuum solutions of five dimensional Bianchi type-I spacetime in f (R) th...
 
Data Structures - Lecture 8 [Sorting Algorithms]
Data Structures - Lecture 8 [Sorting Algorithms]Data Structures - Lecture 8 [Sorting Algorithms]
Data Structures - Lecture 8 [Sorting Algorithms]
 
Chapter 6 indices
Chapter 6 indicesChapter 6 indices
Chapter 6 indices
 
LAP2009 c&p101-vector2 d.5ht
LAP2009 c&p101-vector2 d.5htLAP2009 c&p101-vector2 d.5ht
LAP2009 c&p101-vector2 d.5ht
 
Function or not function
Function or not functionFunction or not function
Function or not function
 
Lesson 48
Lesson 48Lesson 48
Lesson 48
 
Volume of Cylinders
Volume of CylindersVolume of Cylinders
Volume of Cylinders
 
Analysis and design of algorithms part 4
Analysis and design of algorithms part 4Analysis and design of algorithms part 4
Analysis and design of algorithms part 4
 
Spheric analogs of fullerenes
Spheric analogs of fullerenesSpheric analogs of fullerenes
Spheric analogs of fullerenes
 
A presentation on prim's and kruskal's algorithm
A presentation on prim's and kruskal's algorithmA presentation on prim's and kruskal's algorithm
A presentation on prim's and kruskal's algorithm
 

En vedette

En vedette (20)

Am4201257261
Am4201257261Am4201257261
Am4201257261
 
Ip3514921495
Ip3514921495Ip3514921495
Ip3514921495
 
Jb3515641568
Jb3515641568Jb3515641568
Jb3515641568
 
Iy3515411552
Iy3515411552Iy3515411552
Iy3515411552
 
Jo3516521658
Jo3516521658Jo3516521658
Jo3516521658
 
Aj4103206211
Aj4103206211Aj4103206211
Aj4103206211
 
Ia3613981403
Ia3613981403Ia3613981403
Ia3613981403
 
Hv3613741380
Hv3613741380Hv3613741380
Hv3613741380
 
In3514801485
In3514801485In3514801485
In3514801485
 
Ey35869874
Ey35869874Ey35869874
Ey35869874
 
Trabajo sobre Pierre auguste renoir
Trabajo sobre Pierre auguste renoirTrabajo sobre Pierre auguste renoir
Trabajo sobre Pierre auguste renoir
 
Os Educadores Sociais E Os Blog’S
Os Educadores Sociais E Os Blog’SOs Educadores Sociais E Os Blog’S
Os Educadores Sociais E Os Blog’S
 
Un mundo mas limpio, entre todos
Un mundo mas limpio, entre todosUn mundo mas limpio, entre todos
Un mundo mas limpio, entre todos
 
Pracica de power point. jose saurnino alfaro grupo01g
Pracica de power point. jose saurnino alfaro grupo01gPracica de power point. jose saurnino alfaro grupo01g
Pracica de power point. jose saurnino alfaro grupo01g
 
Unidad 5 de
Unidad 5 deUnidad 5 de
Unidad 5 de
 
Pintores del impresionismo
Pintores del impresionismoPintores del impresionismo
Pintores del impresionismo
 
Cómo hacer un blog
Cómo hacer un blogCómo hacer un blog
Cómo hacer un blog
 
Porto Hoje
Porto HojePorto Hoje
Porto Hoje
 
Presentación13 (4)
Presentación13 (4)Presentación13 (4)
Presentación13 (4)
 
Consultores
ConsultoresConsultores
Consultores
 

Similaire à Ao4201268273

Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Alexander Decker
 
International journal of engineering issues vol 2015 - no 1 - paper4
International journal of engineering issues   vol 2015 - no 1 - paper4International journal of engineering issues   vol 2015 - no 1 - paper4
International journal of engineering issues vol 2015 - no 1 - paper4sophiabelthome
 
Radix-3 Algorithm for Realization of Discrete Fourier Transform
Radix-3 Algorithm for Realization of Discrete Fourier TransformRadix-3 Algorithm for Realization of Discrete Fourier Transform
Radix-3 Algorithm for Realization of Discrete Fourier TransformIJERA Editor
 
On New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental EquationsOn New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental EquationsAI Publications
 
On The Number of Representations of a Positive Integer By Certain Binary Quad...
On The Number of Representations of a Positive Integer By Certain Binary Quad...On The Number of Representations of a Positive Integer By Certain Binary Quad...
On The Number of Representations of a Positive Integer By Certain Binary Quad...IJERA Editor
 
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...IJMER
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
International journal of applied sciences and innovation vol 2015 - no 1 - ...
International journal of applied sciences and innovation   vol 2015 - no 1 - ...International journal of applied sciences and innovation   vol 2015 - no 1 - ...
International journal of applied sciences and innovation vol 2015 - no 1 - ...sophiabelthome
 
Some Generalized I nformation Inequalities
Some Generalized I nformation InequalitiesSome Generalized I nformation Inequalities
Some Generalized I nformation Inequalitiesijitjournal
 
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...IJERA Editor
 
Second or fourth-order finite difference operators, which one is most effective?
Second or fourth-order finite difference operators, which one is most effective?Second or fourth-order finite difference operators, which one is most effective?
Second or fourth-order finite difference operators, which one is most effective?Premier Publishers
 
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIR
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIRMATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIR
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIREditor IJMTER
 

Similaire à Ao4201268273 (20)

Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...
 
International journal of engineering issues vol 2015 - no 1 - paper4
International journal of engineering issues   vol 2015 - no 1 - paper4International journal of engineering issues   vol 2015 - no 1 - paper4
International journal of engineering issues vol 2015 - no 1 - paper4
 
Ck4201578592
Ck4201578592Ck4201578592
Ck4201578592
 
Ae04605217226
Ae04605217226Ae04605217226
Ae04605217226
 
Radix-3 Algorithm for Realization of Discrete Fourier Transform
Radix-3 Algorithm for Realization of Discrete Fourier TransformRadix-3 Algorithm for Realization of Discrete Fourier Transform
Radix-3 Algorithm for Realization of Discrete Fourier Transform
 
How to Decide the Best Fuzzy Model in ANFIS
How to Decide the Best Fuzzy Model in ANFIS How to Decide the Best Fuzzy Model in ANFIS
How to Decide the Best Fuzzy Model in ANFIS
 
On New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental EquationsOn New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
On New Root Finding Algorithms for Solving Nonlinear Transcendental Equations
 
On The Number of Representations of a Positive Integer By Certain Binary Quad...
On The Number of Representations of a Positive Integer By Certain Binary Quad...On The Number of Representations of a Positive Integer By Certain Binary Quad...
On The Number of Representations of a Positive Integer By Certain Binary Quad...
 
Au4201315330
Au4201315330Au4201315330
Au4201315330
 
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
The Method of Repeated Application of a Quadrature Formula of Trapezoids and ...
 
Ee35741744
Ee35741744Ee35741744
Ee35741744
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
Ijetcas14 483
Ijetcas14 483Ijetcas14 483
Ijetcas14 483
 
International journal of applied sciences and innovation vol 2015 - no 1 - ...
International journal of applied sciences and innovation   vol 2015 - no 1 - ...International journal of applied sciences and innovation   vol 2015 - no 1 - ...
International journal of applied sciences and innovation vol 2015 - no 1 - ...
 
J41017380
J41017380J41017380
J41017380
 
Some Generalized I nformation Inequalities
Some Generalized I nformation InequalitiesSome Generalized I nformation Inequalities
Some Generalized I nformation Inequalities
 
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
 
Second or fourth-order finite difference operators, which one is most effective?
Second or fourth-order finite difference operators, which one is most effective?Second or fourth-order finite difference operators, which one is most effective?
Second or fourth-order finite difference operators, which one is most effective?
 
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIR
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIRMATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIR
MATHEMATICAL MODELING OF COMPLEX REDUNDANT SYSTEM UNDER HEAD-OF-LINE REPAIR
 
Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
 

Dernier

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 

Dernier (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 

Ao4201268273

  • 1. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Some Fifth and Sixth Order Iterative Methods for Solving Nonlinear Equations Rajni Sharma Department of Applied Sciences, D.A.V. Institute of Engineering and Technology Kabir Nagar, Jalandhar, India Abstract In this paper, we derive multipoint iterative methods of fifth and sixth order for finding simple zeros of nonlinear equations. The methods are based on the composition of two steps – the first step consists of Jarratt fourth order method and the second is weighted Newton step to which correction term is applied. Per iteration each method requires two evaluations of the given function and two evaluations of its derivative. Numerical examples are presented to support that the methods thus obtained are competitive with Jarratt method. Moreover, it is shown that these methods are very useful in the applications requiring high precision in computations. Keywords: Nonlinear equations; Jarratt method; Root-finding; Convergence; Function evaluations. MSC. 65H05. I. Introduction Solving nonlinear equations is one of the most important problems in numerical analysis and its applications. In fact, this problem is prototype for many nonlinear problems (see [15]). In this paper, we consider iterative methods to find simple roots of a nonlinear equation f ( x)  0 , where f : I  R  R is a scalar function on an open interval I. Traub [14] has classified iterative methods into two categories viz. one-point iterative methods and multipoint iterative methods. Each of these is further divided into two subclasses, namely, one-point with and without memory and multipoint with and without memory. Investigation of one-point iterative methods with and without memory has demonstrated theoretical restrictions on the order and efficiency of this class of methods (see [14]). Neither of these restrictions need hold for multipoint iterative methods, that is, for the methods which sample function f and its derivatives at a number of values of independent variable. An additional feature of these techniques is that they may possess a number of free parameters which can be used to ensure, for example, that the convergence is of certain order and the sampling is done at felicitous points. The second condition is also a distinguishing characteristic of Gaussian quadrature integration formulae and Runge-Kutta methods for integrating ordinary differential equations. These facts have led many researchers to investigate multipoint iterative methods. For example, Ostrowski developed third and fourth order methods [11, 14] requiring two function f and one derivative f  evaluations per step. The same information is required for King’s family of fourth order methods [8]. Traub [14] suggested a third order method which requires one f and two f  evaluations. Jarratt [6] fourth order method requires the same number of information. King [7] introduced a fifth order scheme utilizing two evaluations of f and f  . Neta [9] developed a family of sixth order methods that requires the information of three f and f  . Neta [10] also introduced a family of sixteenth order requiring four f and one f  per step. Jain [5] discussed a fifth order implicit method that uses the information of one f and three f  . Weerakoon and Fernando [16] developed a third order scheme requiring one f and two f  information. Ezquerro and Hernandez [2, 3] derived a family of third order methods requiring one f and two f  evaluations. Sharma and Goyal [12] suggested two derivative-free fourth order families of methods which require three f evaluations. one Grau and Díaz-Barrero [4] developed an improved sixth order Ostrowski method that requires the information of three f and one f  . Recently, Sharma and Guha [13] have derived a family of such methods which requires the same information. All of these methods are classified as multipoint methods without memory in which, except [12], a Newton or weighted Newton step is followed by a faster Newton-like step. However, in method [12] Steffensen step is followed by a faster Steffensen-like step. www.ijera.com 268 | P a g e
  • 2. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 www.ijera.com In particular, Jarratt fourth order multipoint method [6] is given by f ( xn ) f ( xn ) . (1) xn1  xn  1  , n  0, 1, 2, 3.......... ......... ( xn ) 3 f ( yn )  f ( xn ) 2f f ( xn ) . The method requires one function f and two derivatives f  evaluations per step. where yn  xn  2 3 f ( xn ) This formula is particularly useful for the problems in which evaluation of f  is cheaper compared with f , such as the function defined by an integral. In this paper, we develop a one-parameter (i.e. a  R {1 ) family of multipoint methods based on the } composition of two steps, Jarratt step (1) which is a predictor-type and weighted Newton step which is a corrector-type. As a consequence, the order of convergence is improved from four for Jarratt method to six for the new methods. Per iteration the new methods require two evaluations of the function f and two of its derivative f . Further we find that the choice a  1 of the parameter results in fifth order method. These formulae are tested and performance is compared with Jarratt method. II. Development of the methods Our aim is to develop a scheme that improves the order of convergence of Jarratt method (1) at the cost of an additional evaluation of function. Thus we begin with the following iterative scheme f ( xn ) f ( xn ) zn  xn  1  2 f ( xn ) 3 f ( yn )  f ( xn ) f ( xn )  af ( yn ) f ( zn ) xn 1  zn  bf ( xn )  cf ( yn ) f ( xn )    ,    (2) where a, b, c are parameters and yn is as defined in (1). This scheme consists of a Jarratt step to get z n from xn , followed by a weighted Newton step to calculate xn 1 from the point z n . The parameters a, b and c used in (2) can be determined from the following theorem: Theorem. Let f : I  R  R denote a real valued function defined on I, where I is a neighborhood of a simple  of f (x). Assume that f (x) is sufficiently smooth in the interval I. Then, the iterative scheme (2) defines a one-parameter family of sixth order convergence if b   1 (3a 1), c  1 (5a  3), provided 2 2 a  1. If a  1, the scheme is of fifth order. Proof. Using Taylor expansion of f ( xn ) about  and taking into account that f ( )  0, f ( )  0, we root have 2 3 4 5 f ( xn )  f ( )[en  A2en  A3en  A4en  o(en )], (3) where en  xn  and A k  (1 k !) f (k ) ( ) f ( ) , k  2, 3,......... ... Furthermore, we have 2 3 4 f ( xn )  f ( )[1 2 A2en  3 A3en  4 A4en  o(en ) ], f ( xn ) 2 3 3 4 5  e  A e2  2( A2  A3)en  ( 7 A2 A3  4 A2  3A4 )en  o(en ). f ( xn ) n 2 n Substituting (5) in yn  xn  (2 3) f ( xn ) f ( xn ) yields 2 2 3 3 4 5 yn   1 en  2 A2en  4 ( A2  A3 )en  2 ( 7 A2 A3  4 A2  3 A4 )en  o(en ) . 3 3 3 3 Expanding f ( yn ) about  and using (6), we have and 2 2 3 3 4 f ( yn )  f ( )1 2 A2en  1 ( 4 A2  A3 )en  4( 2 A2  A2 A3  1 A4 )en  o(en ),  3  3 3 27   www.ijera.com (4) (5) (6) (7) 269 | P a g e
  • 3. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 www.ijera.com From (4) and (7), we get 2 2 3 3 4 3 f ( yn )  f ( xn )  2 f ( )1 (2 A2  A3) en  2( 2 A2 3A2 A3  8 A4 ) en  o(en ).   9   (8) Dividing (3) by (8) and simplifying, we obtain f ( xn ) 2 3 3 4 5  1 e  A e2  2 (  A2  A3 ) en  (2 A2  5 A2 A3  25 A4 )en  o(en ).  3 f ( yn )  f ( xn ) 2  n 2 n 9   (9) Substituting (5) and (9) in the first step of (2), we have f ( xn ) f ( xn ) 3 4 5 zn  xn  1     ( A2  A2 A3  1 A4 ) en  o(en ) , 2 f ( xn ) 3 f ( yn )  f ( xn ) 9 3 4 5 zn   ( A2  A2 A3  1 A4 ) en  o(en ). that is 9 (10) (11) From (4) and (7), we obtain 2 f ( xn )  af ( yn )  f (α )1 a  2 (1 1 a) A2en   4 aA2  3(1 1 a ) A3  en   2  3 9 3   3 4  4 2 aA2  aA2 A3  (1 1 a) A4 en  o(en ) ,   3  27 3   (12 ) 2 and bf ( xn )  cf ( yn )  f (α )b  c  2 ( b  1 c) A2en   4 bA2  3(b  1 c ) A3  en   2  3 9 3   3 4  4 2 cA2  cA2 A3  (b  1 c) A4 en  o(en ) .   3  27 3   (13) Upon dividing (12) by (13) and simplifying, we get  f ( xn )  af ( yn ) 4(c  ab) 1 2  1 1 a  A e  1  (b  5 c) A2  bf ( xn )  cf ( yn ) b  c  b  c 3 2 n b  c  9   3   2 (b  c) A3 en   o(en ).  2 3    Now, the Taylor expansion of f ( zn ) about (14)  f ( zn )  f ( )[( zn  )  o{( zn  ) }]. 2 (15) From (4), (11) and (15) we find that f ( zn ) 2 2 7  [1 2 A2en  (4 A2  3A3) en ]( zn  )  o(en ). f ( xn ) (16) Multiplication of (14) and (16) yields f ( xn )  af ( yn ) f ( zn )  1 1 a  2  b(1 5 a )  c( a  1 )  A2en   bf ( xn )  cf ( yn ) f ( xn ) b  c  bc  3 3    4  2  1   b (1 8 a)  c 2 ( a  2 )  1 bc(1 29 a )  A2  2 b  c b  c  3 9 3 3  2  7  3 b(1 17 a)  c( a  1 )  A3  en  ( zn  )  o(en ).   9 9      (17) Thus making use of (11) and (17) in the second step of (2), we obtain  2  b(1 5 a)  c( a  1 )  A e en 1  1 1 a    b  c (b  c)2  3 3  2 n    4  2 1  b (1 8 a)  c 2 ( a  2 )  1 bc(1 29 a )  A2  2  3 9 3 3 (b  c)2  b  c   2  3 4 7  3 b(1 17 a)  c ( a  1 )  A3  en   A2  A2 A3  1 A4  en  o(en ).    9 9    9     www.ijera.com (18) 270 | P a g e
  • 4. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 www.ijera.com In order to find a correction term for the second step of (2) such that the proposed scheme may yield 4 5 sixth order method, the coefficients of en and en must vanish. Hence from (18), we derive the following conditions on the parameters a, b and c  a  b  c 1 (19) and 2b(1 a)  (1 3a) (b  c)  0 Since (19) represents a set of two equations in three unknown parameters, we may solve for any two of the parameters in terms of the remaining one. Solving for b and c in terms of a, we obtain 1 b   (3a 1) and 2 1 c  (5a  3). 2 (20) With these values and from (18), the error equation turns out to be 2 3 6 7 en1   2a  6 A2  A3   A2  A2 A3  1 A4  en  o(en ).  3a  3  9     (21) Thus equation (21) establishes the maximum order of convergence equal to six for the iteration scheme (2), provided a  1. However, if a  1, then from (19) we have b  c and consequently the second step of (2) reduces to f ( zn ) xn 1  zn  1 , b f ( xn ) (22) thereby using (11) and (16) in (22), we get the error equation 3 4 6 en 1  1 1   2 A2en   A2  A2 A3  1 A4 en  o(en ).  b  b  9      So it follows that for the scheme (22) to be of fifth order, (23) b 1 . In this case the error is 3 5 6 en1  2 A2  A2  A2 A3  1 A4 en  o(en ).  9    (24) Thus we establish that for the parametric values a  b  c  1, the scheme (2) is of fifth order. This completes the proof of the theorem. □ Hence the proposed scheme (2) with the parameter a  R is given by f ( xn ) f ( xn ) zn  xn  1  2 f ( xn ) 3 f ( yn )  f ( xn ) af ( yn )  f ( xn ) f ( zn ) xn 1  zn  2 (5a  3) f ( yn )  (3a 1) f ( xn ) f ( xn )    ,    (25) f ( xn ) . 3 f ( xn ) where yn  xn  2 This scheme is of fifth order if a  1, otherwise it is of sixth order. Thus, we have derived a method of fifth order and a one-parameter family of sixth order methods by an additional evaluation of function at the point iterated by Jarratt method. Such processes are valuable since, as Traub [14, Ch. 11] has shown, they may be readily generalized to deal with the problem of solving systems of equations. In order to obtain an assessment of the efficiency of our methods we shall make use of Traub’s efficiency index ([14], Appendix C), according to which efficiency of an iterative method is given by E  log p C , where p is the order of the method and C is cost per iterative step of computing the function and derivative values needed to form the iterative formula. If we let the cost of evaluating f be c f and that of f  be c f  then for our fifth and sixth order formulae the efficiencies are E  log 5 2 (c f  c f  ) and E  log 6 2 (c f  c f  ) , respectively. For Jarratt method, we have similarly E  log 4 (c f  2c f  ). Comparing the E values we find that sixth order method will be a better choice than Jarratt if c f  0.82 c f  . That means if the cost of calculating www.ijera.com f is less than 82 percent of that necessary to calculate f  , then sixth order method is 271 | P a g e
  • 5. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 www.ijera.com more efficient. Similar comparison shows that if c f  0.38 c f  , then fifth order method is superior to Jarratt method. III. Numerical examples Here we shall apply our methods to the following nonlinear equations: f 1  x 4  6 x 3 11x 2  6 x  0, x 0  5.0 f 2  x 2  (1 x ) 5  0, f3  x e x2  sin x  3cos x  5  0, f 4  sin x e f 5  tan f6  e 1 x 0  1.0 x 0  1.0 2 x  ln( x 1)  0, x  x 1  0, x 2  7 x  30 1  0, x 0  0.5 x 0  1.0 x 0  3. x sin xt 1 dt   0, x 0  0.2 t 2 0 f7   where x0 is the initial approximation chosen. The performance is compared with Jarratt method which is now designated as M 1. Also designating fifth and sixth order methods as M 2 and M 3 , respectively. The parameter a that appears in the algorithm M 3 is chosen a  1 . All calculations are performed in double precision arithmetic. We accept an approximate solution rather than the exact root, depending on the computer precision () . The stopping criteria used for computer program: (i) | xi 1  xi |, (ii) | f ( xi 1) |, and so, when the stopping criterion is satisfied, xi 1 is taken as the computed root α . For numerical illustrations in this section, we use fixed stopping criterion  0.51017. Table 1 shows the calculated root and the number of iterations necessary to reach the root up to the desired accuracy by each method. In table 2, we obtain costs of the present methods in comparison with the classical predecessor M1 for each problem. The cost of an iterative method is defined by ct  nci , where n is the number of iterations, ci is the cost per iteration and ct is the total cost. We assume that the cost of evaluating one iterative step is primarily due to the cost of evaluating f ( j ) , j  0 and that the cost of combining f each f ( j) ( j) to form iteration method is negligible. In particular, we have assumed the cost of evaluating is 1 in all the considered problems. Table 1. Results of the problems. Iterations (n) Problem f1 f2 f3 f4 f5 f6 f7 www.ijera.com Root 3.0000000000000000 0.3459548158482421 -1.2076478271309190 0.0000000000000000 2.1322677252728850 3.0000000000000000 0.7121746839007776 M1 4 4 3 3 3 6 4 M2 4 3 3 3 3 5 4 M3 3 3 2 2 2 3 3 272 | P a g e
  • 6. Rajni Sharma Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.268-273 Table 2 Cost of methods compared to Jarrat method Problem M1 M2 f1 f2 f3 f4 f5 f6 f7 1 1.33 1 1 1 1.33 1 1.33 1 1.33 1 1.11 1 1.33 www.ijera.com M3 1 1 0.89 0.89 0.89 0.67 1 IV. Concluding remarks In this paper, we have suggested multipoint methods of order fifth and sixth using an additional evaluation of function at the point iterated by Jarratt method of order four for solving equations. Thus, one requires two evaluations of the function f and two of its first-derivative f  per full step in the application of each method. A reasonably close starting value is necessary for the methods to converge. This condition, however, practically applies to all iterative methods for solving equations. The numerical results overwhelmingly support that the new methods improve the order of convergence of Jarratt method. Comparison of the costs of the methods shows that sixth order method is cheaper in the problems where f is easier to evaluate than f  , such as f defined by transcendental function e.g. problems f3  f6 , whereas fifth order method is expensive in general. Jarratt method, however, is better if f is defined by either polynomial function or integral function, for example, in the case of problems f1 , f 2 and f 7 . Finally, we conclude the paper with the remark that these higher order methods may be very useful in the applications requiring multiprecision in their computations because such methods yield a clear reduction in the iterations. References [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Brent P, A FORTRAN multiple-precision arithmetic package, ACM Transactions on Mathematical Software 4 (1978) 56-70. Ezquerro J A and Hernandez M A, A uniparametric Halley-type iteration with free second derivative, Int. J. Pure Appl. Math. 6 (2003) 103-114. Ezquerro J A and Hernandez M A, On Halley-type iterations with free second derivative, J. Comp. Appl. Math. 170 (2004) 455-459. Grau M and Díaz-Barrero J L, An improvement to Ostrowski root-finding method, Appl. Math. Comput. 173 (2006) 450-456. Jain M K, Fifth order implicit multipoint method for solving equations, BIT 25 (1985) 250-255. Jarratt P, Some fourth order multipoint iterative methods for solving equations, Math. Comp. 20 (1966) 434-437. King R F, A fifth-order family of modified Newton methods, BIT 11 (1971) 409-412. King R F, A family of fourth-order methods for nonlinear equations, SIAM J. Numer. Anal. 10 (1973) 876-879. Neta B, A sixth-order family of methods for nonlinear equations, Intern. J. Computer Math. 7 (1979) 157-161. Neta B, On a family of multipoint methods for non-linear equations, Intern. J. Computer Math. 9 (1981) 353-361. Ostrowski A M, Solutions of Equations and System of Equations, Academic Press, New York, 1960. Sharma J R and Goyal R K, Fourth-order derivative-free methods for solving non-linear equations, Intern. J. Computer Math. 83 (2006) 101-106. Sharma J R and Guha R K, A family of modified Ostrowski methods with accelerated sixth order convergence, Appl. Math. Comput. 190 (2007) 111-115. Traub J F, Iterative Methods for the Solution of Equations, Prentice–Hall, New Jersey, 1964. Traub J F, Computational complexity of iterative processes, SIAM J. Comput. 1 (1972) 167-179. Weerakoon S and Fernando T G I, A variant of Newton’s method with accelerated third-order convergence, Appl. Math. Lett. 13 (2000) 87-93. www.ijera.com 273 | P a g e