SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Mathematics and Statistics Invention (IJMSI) 
E-ISSN: 2321 – 4767 P-ISSN: 2321 - 4759 
www.ijmsi.org Volume 2 Issue 8 || August. 2014 || PP-01-06 
www.ijmsi.org 1 | P a g e 
Some New Iterative Methods Based on Composite Trapezoidal Rule for Solving Nonlinear Equations Ogbereyivwe Oghovese1, Emunefe O. John2 1((Department of Mathematics and Statistics, Delta State Polytechnic, Ozoro, Nigeria) 2(Department of General Studies, Petroleum Training Institute, Effurun, Delta State, Nigeria) ABSTRACT: In this paper, new two steps family of iterative methods of order two and three constructed based on composite trapezoidal rule and fundamental theorem of calculus, for solving nonlinear equations. Several numerical examples are given to illustrate the efficiency and performance of the iterative methods; the methods are also compared with well known existing iterative method. KEYWORDS: Nonlinear equations, computational order of convergence, Newton’s method 
I. INTRODUCTION 
Solving nonlinear equations is one of the most predominant problems in numerical analysis. A classical and very popular method for solving nonlinear equations is the Newton’s method. Some historical points on this method can be found in [1]. Recently, some methods have been proposed and analyzed for solving nonlinear equations [2-13]. Some of these methods have been suggested either by using quadrature formulas, homotopy, decomposition or Taylor’s series [2-13]. Motivated by these techniques applied by various authors [2-13] and references therein, in constructing numerous iterative methods for solving nonlinear equations, we suggest a two steps family of iterative method based on composite trapezoidal rule and fundamental theorem of calculus for solving nonlinear equations. We also considered the convergence analysis of these methods. Several examples of functions, some of which are same as in [2-13] were used to illustrate the performance of the methods and comparison with other existing methods. 
II. PRELIMINARIES 
We use the following definitions: Definition 1. (See Dennis and Schnable [2] ) Let 훼∈ℝ, 푥푛∈ℝ, 푛=0,1,2,… Then, the sequence 푥푛 is said to converge to 훼 if 푙푖푚 푛→∞ 푥푛−훼 =0 (1) If, in addition, there exists a constant 푐≥0, an integer 푥0≥0, and 푝≥0 such that for all 푛≥푥0, 푥푛+1−훼 ≤푐 푥푛−훼 푝 (2) then 푥푛 is said to converge to 훼 with 푞-order at least 푝. If 푝=2, the convergence is said to be of order . Definition 2 (See Grau-Sanchez et al. [14]) The computational local order of convergence, 휌푛 , (CLOC) of a sequence 푥푛 푛≥0 is defined by 휌푛 = 푙표푔 푒푛 푙표푔 푒푛−1 , (3) where 푥푛−1 and 푥푛 are two consecutive iterations near the roots 훼 and 푒푛=푥푛−1−훼 . Notation 1: (See [6]) The notation 푒푛=푥푛−훼 is the error in the nth iteration. The equation 푒푛+1=푐푒푛 푝+푂 푒푛 푝+1 , (4) is called the error equation. By substituting 푒푛=푥푛−훼 for all 푛 in any iterative method and simplifying, we obtain the error equation for that method. The value of 푝 obtained is called the order of this method.
Some New Iterative Methods Based on Composite… 
www.ijmsi.org 2 | P a g e 
III. DEVELOPMENT OF THE METHODS Consider a nonlinear equation 푓 푥 =0 (5) By the Fundamental Theorem of Calculus, if 푓(푥) is continuous at every point of [푎,푏] and 퐹 is any anti- derivatives of 푓(푥) on [푎,푏], then 푓(푥) 푏 푎 푑푥=퐹 푏 −퐹 푎 (6) Differentiating both side of (6) with respect to 푥, we have; 푓 푥 =푓 푏 −푓 푎 (7) where 푓(푏) and 푓(푎) are derivatives of 퐹(푏) and 퐹(푎) respectively. Recall the Composite Trapezoidal rule given by; 푓(푥) 푏 푎 푑푥= 푏−푎 2푛 푓 푎 +2 푓푖 푛−1 푖=1+푓(푏) (8) If 푛=2 in (8) we have; 푓(푥) 푏 푎 푑푥= 푏−푎 4 푓 푎 +2푓 푎+푏 2 +푓(푏) (9) Differentiating (9) with respect to 푥, we have; 푓 푥 = 푏−푎 4 푓′ 푎 +2푓′ 푎+푏 2 +푓′ 푏 (10) Equating (7) and (10) we have; 푓 푏 −푓 푎 = 푏−푎 4 푓′ 푎 +2푓′ 푎+푏 2 +푓′ 푏 (11) From(5), we have; 푥=푎−4 푓(푎) 푓′ 푎 − 푥−푎 푓′ 푥 푓′ 푎 −2 푥−푎 푓′ 푎+푏 2 푓′ 푎 (12) Using(12), one can suggest the following iterative method for solving the nonlinear equation(5). Algorithm 1: Given an initial approximation 푥0 (close to 훼 the root of (5)), we find the approximate solution 푥푛+1 by the implicit iterative method: 푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 − 푥−푎 푓′ 푥푛+1 푓′ 푥푛 −2 푥−푎 푓′ 푥푛+푥푛+12 푓′ 푥푛 , 푛=0,1,2,… (13) The implicit iterative method in (13) is a predictor-corrector scheme, with Newton’s method as the predictor, and Algorithm 1 as the corrector. The first consequence of (13) is the suggested two-step iterative method for solving (5) stated as follows: Algorithm 2: Given an initial approximation 푥0 (close to 훼 the root of (5)), we find the approximate solution 푥푛+1 by the iterative schemes: 푦푛=푥푛− 푓(푥푛) 푓′ 푥푛 (14푎) 푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 − 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 −2 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 , 푛=0,1,2,… (14푏) From(14푎), we have that; 푦푛−푥푛=− 푓(푥푛) 푓′ 푥푛 (15) Using (15) in (14푏) we suggest another new iterative scheme as follows: Algorithm 3: Given an initial approximation 푥0 (close to 훼 the root of (5), we find the approximate solution 푥푛+1 by the iterative schemes:
Some New Iterative Methods Based on Composite… 
www.ijmsi.org 3 | P a g e 
푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 + 푓(푥푛) 푓′ 푥푛 푓′ 푦푛 푓′ 푥푛 −2 푓(푥푛) 푓′ 푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 , 푛=0,1,2,… (16) From (5) and (11) we can have the fixed point formulation given by 푥=푎− 4푓(푎) 푓′ 푎 +2푓′ 푎+푥 2 +푓′ 푥 (17 ) The formulation (17 ) enable us to suggest the following iterative method for solving nonlinear equations. Algorithm 4: Given an initial approximation 푥0 (close to 훼 the root of (5), we find the approximate solution 푥푛+1 by the iterative schemes: 푦푛=푥푛− 푓(푥푛) 푓′(푥푛) 푥푛+1=푥푛− 4푓(푥푛) 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′(푦푛) , 푛=0,1,2,… (18) In the next section, we present the convergence analysis of Algorithm 2 and 4. Similar procedures can be applied to analyze the convergence of Algorithm 3. IV. CONVERGENCE ANALYSIS OF THE METHODS Theorem 1: Let 훼∈퐼 be a simple zero of sufficiently differentiable function 푓:퐼⊆ ℝ →ℝ for an open interval 퐼. If 푥0 is sufficiently close to 훼, then the iterative method defined by (14) is of order two and it satisfies the following error equation: 푒푛+1=훼−3푐2푒푛 2+ 푐3+6푐22− 32 푐2 푒푛 3+푂 푒푛 3 (19 ) where 푐2= 푓′′(훼) 2푓′(훼) (20) Proof Let 훼 be a simple zero of 푓, and 푒푛=푥푛−훼. Using Taylor expansion around 푥=훼 and taking into account 푓 훼 =0, we get 푓 푥푛 =푓′ 훼 푒푛+푐2푒푛 2+푐3푒푛 3+푐4푒푛 4+⋯ , (21) 푓′ 푥푛 =푓′ 훼 1+2푐2푒푛+3푐3푒푛 2+4푐4푒푛 3+5푐5푒푛 4+⋯ (22) where 푐푘= 푓푘(훼) 푘!푓′(훼) , 푘=2,3,4,… (23) Using 21 and 22 , we have; 푓(푥푛) 푓′ 푥푛 = 푒푛−푐2푒푛 2+2(푐22−푐3)푒푛 3+(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (24) 
But 푦푛=푥푛− 푓 푥푛 푓′ 푥푛 25 = 훼+푐2푒푛 2+2(푐22−푐3)푒푛 3−(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (26) Hence, 푦푛−푥푛=−푒푛+푐2푒푛 2+2(푐22−푐3)푒푛 3−(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (27) From 26 , we have; 푓′ 푦푛 =푓′ 훼 1+2푐22푒푛 2+4 푐2푐3−푐23 푒푛 3+(−11푐22푐3+6푐2푐4+8푐24)푒푛 4+⋯ (28) Combining (22) and (28), we have; 푓′ 푦푛 푓′ 푥푛 =−2푐2푒푛+ −3푐3+6푐22 푒푛 2+ −16푐23−4푐4+16푐2푐3 푒푛 3+⋯ (29) From (27) and (29) we have; 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 =−푒푛+3푐2푒푛 2+(5푐3−10푐22)푒푛 3+ −30푐2푐3+30푐23+7푐4 푒푛 4+⋯ (30)
Some New Iterative Methods Based on Composite… 
www.ijmsi.org 4 | P a g e 
From the relation; 푥푛+푦푛 2=푥푛− 푓 푥푛 2푓′ 푥푛 =훼+ 12 푒푛+ 12 푐2푒푛 2− 푐22−푐3 푒푛 3− 12 7푐2푐3−4푐23−3푐4 푒푛 4+⋯ (31 ) we have; 푓 푥푛+푦푛 2 =푓 푥푛− 푓 푥푛 2푓′ 푥푛 =푓(훼) 12 푒푛+ 34 푐2푒푛 2+ − 12 푐22+ 98 푐3 푒푛 3+ 54 푐23− 178 푐2푐3+ 2516 푐4 푒푛 4 + −3푐24+ 578 푐3푐22− 94 푐32− 134 푐2푐4+ 6532 푐5 푒푛 5+⋯ (32) 푓′ 푥푛+푦푛 2 =푓(훼) 1+푐2푒푛+ 푐22+ 34 푐3 푒푛 2+ −2푐23+ 72 푐2푐3+ 12 푐4 푒푛 3 + 92 푐2푐4+푐24− 374 푐22푐3+3푐32+ 516 푐5 푒푛 4+⋯ (33) Using (22) and (33) we have; 푓′ 푥푛+푦푛 2 푓′ 푥푛 =1−푐2푒푛+ 3푐22− 34 푐3−3푐3 푒푛 2+⋯ (34) And (27) with (34) gives; 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 =−푒푛+2푐2푒푛 2+ 34 푐2+푐3−2푐22 푒푛 3+⋯ (35) Using 29 ,(30) and (35) in 푥푛+1=푥푛−4 푓 푥푛 푓′ 푥푛 − 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 −2 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 =훼−3푐2푒푛 2+ 푐3+6푐22− 32 푐2 푒푛 3+푂 푒푛 4 ∎ (36) Thus, we observe that the Algorithm 2 is second order convergent. Theorem 2: Let 훼∈퐼 be a simple zero of sufficiently differentiable function 푓:퐼⊆ ℝ →ℝ for an open interval 퐼. If 푥0 is sufficiently close to 훼, then the iterative method defined by (18) is of order three and it satisfies the following error equation: 푒푛+1=훼+ 18 푐3+푐22 푒푛 3+푂 푒푛 4 (37 ) where 푐3= 푓′′(훼) 3!푓′(훼) (38) Proof Using 22 ,(33) and (28) we have; 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′ 푦푛 =푓′ 훼 4+4푐2푒푛+ 92 푐3+4푐22 푒푛 2 + 5푐4+11푐2푐3−8푐23 푒푛 3+(−11푐22푐3+6푐2푐4+8푐24)푒푛 4+⋯ (39) and from (21) we have; 4푓′ 푥푛 =푓′ 훼 4푒푛+4푐2푒푛 2+4푐3푒푛 3+4푐4푒푛 4+⋯ (40) Combining (39) and (40) in (18) gives;
Some New Iterative Methods Based on Composite… 
www.ijmsi.org 5 | P a g e 
푒푛+1=푥푛− 4푓 푥푛 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′ 푦푛 = 훼+ 18 푐3+푐22 푒푛 3+푂 푒푛 4 ∎ (41) This means the method defined by (18) is of third-order. That completes the proof. V. NUMERICAL EXAMPLES In this section, we present some examples to illustrate the efficiency of our developed methods which are given by the Algorithm 1 – 4. We compare the performance of Algorithm 2 (AL2) and Algorithm 4 (AL4) with that of Newton Method (NM). All computations are carried out with double arithmetic precision. Displayed in Table 1 are the number of iterations (NT) required to achieve the desired approximate root 푥푛 and respective Computational Local Order of Convergence (CLOC), 휌푛 . The following stopping criteria were used. 푖. 푥푛+1−푥푛 <휀 푖푖. 푓 푥푛+1 <휀 (37) where 휀=10−15. We used the following functions, some of which are same as in [2-4,6-12,14] 푓1 푥 = 푥−1 3−1 푓2 푥 =cos 푥 −푥 푓3 푥 =푥3−10 푓4(푥)=푥2−푒푥−3푥+2 푓5 푥 = 푥+2 푒푥−1 푓6(푥)=푥3+4푥2−10 푓7 푥 =푙푛푥+ 푥−5 푓8 푥 =푒푥푠푖푛푥+ln⁡(푥2+1) (38) Table 1: Comparison between methods depending on the number of iterations (IT) and Computational Local Order of Convergence. 
푓(푥) 
푥0 
Number of iterations (NT) 
Computational Local Order of Convergence (CLOC) 
푵푴 
푨푳 ퟐ 
푨푳 ퟒ 
푵푴 
푨푳 ퟐ 
푨푳 ퟒ 
푓1 
3.5 
7 
8 
5 
1.99999 
1.92189 
2.99158 
푓2 
1.7 
4 
5 
3 
2.19212 
1.89891 
3.55514 
푓3 
1.5 
6 
34 
4 
2.05039 
1.97063 
3.18850 
푓4 
2 
5 
6 
4 
2.17194 
2.10516 
3.42355 
푓5 
2 
9 
34 
5 
2.03511 
1.03401 
3.17161 
푓6 
2 
5 
6 
3 
2.06888 
1.97365 
3.42128 
푓7 
7 
4 
5 
3 
2.38378 
2.16311 
4.17738 
푓8 
0.5 
6 
14 
5 
1.94071 
1.86901 
2.00000 
The computational results presented in Table 1 shows that the suggested methods are comparable with Newton Method. This means that; the new methods (Algorithm 4 in particular) can be considered as a significant improvement of Newton Method, hence; they can serve as an alternative to other second and third order convergent respectively, methods of solving nonlinear equations. VI. CONCLUSION We derived a two step family of iterative methods based on composite trapezoidal rule and fundamental theorem of calculus, for solving nonlinear equations. Convergence proof is presented in detail for algorithm 2 and 4 and they are of order two and three respectively. Analysis of efficiency showed that these methods can be used as alternative to other existing order two and three iterative methods for zero of nonlinear equations. Finally, we hoped that this study makes a contribution to solve nonlinear equations.
Some New Iterative Methods Based on Composite… 
www.ijmsi.org 6 | P a g e 
REFERENCES [1] T. Yamamoto, Historical development in convergence analysis for Newton's and Newton-like methods, J. Comput. Appl. Math., 124(2000), 1–23. [2] J. E. Dennis and R. B. Schnable, Numerical Methods for Unconstrained Optimization and Nonlinear Equations (Prentice Hall, 1983). [3] R. Ezzati and E. Azadegan, A simple iterative method with fifth-order convergence by using Potra and Ptak’s method, Mathematical Sciences, Vol. 3(2009), No. 2, 191-200. [4] G. Fernandez-Torres, F. R. Castillo-Soria, and I. Algredo-Badillo, Fifth and Sixth-Order Iterative Algorithms without Derivatives for Solving Non-Linear Equations, International Journal of Pure and Applied Mathematics, 83(1)(20013) 111-119. [5] Z. Fiza and A. M. Nazir, A generalized family of quadrature based iterative methods, General Mathematics Vol. 18 (2010), No. 4, 43-51. [6] T. Hadi, New Iterative Methods Based on Spline Functions for Solving Nonlinear Equations, Bullettin of Mathematical Analysis and Applications, Vol. 3(2011) Issue 4, 31-37. [7] M. M. Hosseini, A Note on One-step iteration Methods for Solving Nonlinear Equations, World Applied Science Journal 7(2009): 90-95. [8] S. Kumar, V. Kanwar and S. Singh S, Modified Efficient Families of Two and Three-Step Predictor- Corrector Iterative Methods for Solving Nonlinear Equations, Applied Mathematics, 1(2010), 153-158. [9] M, Matinfar and M. Aminzadeh, A family of optimal iterative methods with fifth and tenth order convergence for solving nonlinear equations, Journal of Interpolation and Approximation in Scientific Computing, Vol. 2012, 1-11. [10] M. A. Noor, K. I. Noor and K. Aftab, Some New Iterative Methods for Solving Nonlinear Equations, World Applied Science Journal, 20(6)(2012):870-874. [11] K. R. Saeed and M. K. Aziz, Iterative methods for solving nonlinear equations by using quadratic spline functions, Mathematical Sciences Letters, 2(2013), No.1, 37-43. [12] F. Soleymani, A Note on a Family of Zero-Finder Fourth-Order Methods for Nonlinear Equations, Journal of Mathematical Research, 2(3) (2010), 43-46. [13] H. Zhongyong, G. Liu and T. Li, An Iterative Method with Nith-Order Convergence for Solving Non- linear Equations, Int. J. Contemp. Math. Sciences. Vol. 6(2011), No. 1, 17-23. [14] M. Grau-Sanchez, M, Noguera, A. Grau, and R. J. Herreoro R. J., A study on new computational local orders of convergence, ar.Xiv:1202.4236v1[math.Na], 2012.

More Related Content

What's hot

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Lesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsLesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsKevin Johnson
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindDr. Amarjeet Singh
 
A course on integral calculus
A course on integral calculusA course on integral calculus
A course on integral calculusGAURAV SAHA
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...IJERD Editor
 
Direct Methods For The Solution Of Systems Of
Direct Methods For The Solution Of Systems OfDirect Methods For The Solution Of Systems Of
Direct Methods For The Solution Of Systems OfMarcela Carrillo
 
Summerp62016update3 slideshare sqd
Summerp62016update3 slideshare   sqdSummerp62016update3 slideshare   sqd
Summerp62016update3 slideshare sqdfoxtrot jp R
 
Summerp62016update3 slideshare sqrdver2
Summerp62016update3 slideshare   sqrdver2Summerp62016update3 slideshare   sqrdver2
Summerp62016update3 slideshare sqrdver2foxtrot jp R
 
Summerp62016update2 slideshare sqd
Summerp62016update2 slideshare  sqdSummerp62016update2 slideshare  sqd
Summerp62016update2 slideshare sqdfoxtrot jp R
 
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsRai University
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486IJRAT
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIRai University
 
Analysis of a self-sustained vibration of mass-spring oscillator on moving belt
Analysis of a self-sustained vibration of mass-spring oscillator on moving beltAnalysis of a self-sustained vibration of mass-spring oscillator on moving belt
Analysis of a self-sustained vibration of mass-spring oscillator on moving beltVarun Jadhav
 
System of linear algebriac equations nsm
System of linear algebriac equations nsmSystem of linear algebriac equations nsm
System of linear algebriac equations nsmRahul Narang
 
A Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionA Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionIJMERJOURNAL
 

What's hot (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Lesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic FunctionsLesson 19: Exponential and Logarithmic Functions
Lesson 19: Exponential and Logarithmic Functions
 
13 weightedresidual
13 weightedresidual13 weightedresidual
13 weightedresidual
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
 
A course on integral calculus
A course on integral calculusA course on integral calculus
A course on integral calculus
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
E0561719
E0561719E0561719
E0561719
 
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...
Some Mixed Quadrature Rules for Approximate Evaluation of Real Cauchy Princip...
 
Direct Methods For The Solution Of Systems Of
Direct Methods For The Solution Of Systems OfDirect Methods For The Solution Of Systems Of
Direct Methods For The Solution Of Systems Of
 
Summerp62016update3 slideshare sqd
Summerp62016update3 slideshare   sqdSummerp62016update3 slideshare   sqd
Summerp62016update3 slideshare sqd
 
Summerp62016update3 slideshare sqrdver2
Summerp62016update3 slideshare   sqrdver2Summerp62016update3 slideshare   sqrdver2
Summerp62016update3 slideshare sqrdver2
 
Summerp62016update2 slideshare sqd
Summerp62016update2 slideshare  sqdSummerp62016update2 slideshare  sqd
Summerp62016update2 slideshare sqd
 
Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
 
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
 
Paper id 21201486
Paper id 21201486Paper id 21201486
Paper id 21201486
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
 
Analysis of a self-sustained vibration of mass-spring oscillator on moving belt
Analysis of a self-sustained vibration of mass-spring oscillator on moving beltAnalysis of a self-sustained vibration of mass-spring oscillator on moving belt
Analysis of a self-sustained vibration of mass-spring oscillator on moving belt
 
System of linear algebriac equations nsm
System of linear algebriac equations nsmSystem of linear algebriac equations nsm
System of linear algebriac equations nsm
 
A Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionA Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary Condition
 

Viewers also liked

Digital storytelling
Digital storytellingDigital storytelling
Digital storytellingcathanne1024
 
Trabajo educación física
Trabajo educación físicaTrabajo educación física
Trabajo educación físicaschool
 
Open source evolution analysis
Open source evolution analysisOpen source evolution analysis
Open source evolution analysisIzzat Alsmadi
 
Malasanita
MalasanitaMalasanita
Malasanitagianlkr
 
Presentatie Vmc Samen Slimmer 15 10 08 (2)
Presentatie Vmc Samen Slimmer 15 10 08 (2)Presentatie Vmc Samen Slimmer 15 10 08 (2)
Presentatie Vmc Samen Slimmer 15 10 08 (2)Sigrid van der Hoeven
 
Изграждане на публичен образ и разпознаваемост на марката
Изграждане на публичен образ и разпознаваемост на маркатаИзграждане на публичен образ и разпознаваемост на марката
Изграждане на публичен образ и разпознаваемост на маркатаMoby2 Ltd.
 
Pitch & Feedback Slides
Pitch & Feedback SlidesPitch & Feedback Slides
Pitch & Feedback Slidesmartinde
 

Viewers also liked (9)

Digital storytelling
Digital storytellingDigital storytelling
Digital storytelling
 
Wishes
WishesWishes
Wishes
 
Trabajo educación física
Trabajo educación físicaTrabajo educación física
Trabajo educación física
 
Foto 2
Foto 2Foto 2
Foto 2
 
Open source evolution analysis
Open source evolution analysisOpen source evolution analysis
Open source evolution analysis
 
Malasanita
MalasanitaMalasanita
Malasanita
 
Presentatie Vmc Samen Slimmer 15 10 08 (2)
Presentatie Vmc Samen Slimmer 15 10 08 (2)Presentatie Vmc Samen Slimmer 15 10 08 (2)
Presentatie Vmc Samen Slimmer 15 10 08 (2)
 
Изграждане на публичен образ и разпознаваемост на марката
Изграждане на публичен образ и разпознаваемост на маркатаИзграждане на публичен образ и разпознаваемост на марката
Изграждане на публичен образ и разпознаваемост на марката
 
Pitch & Feedback Slides
Pitch & Feedback SlidesPitch & Feedback Slides
Pitch & Feedback Slides
 

Similar to A0280106

Point symmetries of lagrangians
Point symmetries of lagrangiansPoint symmetries of lagrangians
Point symmetries of lagrangiansorajjournal
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation Lossian Barbosa Bacelar Miranda
 
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...mathsjournal
 
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...IOSR Journals
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...IOSR Journals
 
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...ijcsa
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Vladimir Godovalov
 
11.a family of implicit higher order methods for the numerical integration of...
11.a family of implicit higher order methods for the numerical integration of...11.a family of implicit higher order methods for the numerical integration of...
11.a family of implicit higher order methods for the numerical integration of...Alexander Decker
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mappinginventionjournals
 
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsTenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsQUESTJOURNAL
 
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...IOSRJM
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...mathsjournal
 
Numerical solution of linear volterra fredholm integro-
Numerical solution of linear volterra fredholm integro-Numerical solution of linear volterra fredholm integro-
Numerical solution of linear volterra fredholm integro-Alexander Decker
 

Similar to A0280106 (20)

Point symmetries of lagrangians
Point symmetries of lagrangiansPoint symmetries of lagrangians
Point symmetries of lagrangians
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
 
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
A Probabilistic Algorithm for Computation of Polynomial Greatest Common with ...
 
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...Derivation and Application of Six-Point Linear Multistep Numerical Method for...
Derivation and Application of Six-Point Linear Multistep Numerical Method for...
 
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
 
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...
Nonstationary Relaxed Multisplitting Methods for Solving Linear Complementari...
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
 
11.a family of implicit higher order methods for the numerical integration of...
11.a family of implicit higher order methods for the numerical integration of...11.a family of implicit higher order methods for the numerical integration of...
11.a family of implicit higher order methods for the numerical integration of...
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
 
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
On the Analysis of the Finite Element Solutions of Boundary Value Problems Us...
 
E04 06 3943
E04 06 3943E04 06 3943
E04 06 3943
 
doc
docdoc
doc
 
A05330107
A05330107A05330107
A05330107
 
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear EquationsTenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
Tenth-Order Iterative Methods withoutDerivatives forSolving Nonlinear Equations
 
G05834551
G05834551G05834551
G05834551
 
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
 
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
Numerical solution of fuzzy differential equations by Milne’s predictor-corre...
 
Numerical solution of linear volterra fredholm integro-
Numerical solution of linear volterra fredholm integro-Numerical solution of linear volterra fredholm integro-
Numerical solution of linear volterra fredholm integro-
 

Recently uploaded

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
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
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
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
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

A0280106

  • 1. International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 – 4767 P-ISSN: 2321 - 4759 www.ijmsi.org Volume 2 Issue 8 || August. 2014 || PP-01-06 www.ijmsi.org 1 | P a g e Some New Iterative Methods Based on Composite Trapezoidal Rule for Solving Nonlinear Equations Ogbereyivwe Oghovese1, Emunefe O. John2 1((Department of Mathematics and Statistics, Delta State Polytechnic, Ozoro, Nigeria) 2(Department of General Studies, Petroleum Training Institute, Effurun, Delta State, Nigeria) ABSTRACT: In this paper, new two steps family of iterative methods of order two and three constructed based on composite trapezoidal rule and fundamental theorem of calculus, for solving nonlinear equations. Several numerical examples are given to illustrate the efficiency and performance of the iterative methods; the methods are also compared with well known existing iterative method. KEYWORDS: Nonlinear equations, computational order of convergence, Newton’s method I. INTRODUCTION Solving nonlinear equations is one of the most predominant problems in numerical analysis. A classical and very popular method for solving nonlinear equations is the Newton’s method. Some historical points on this method can be found in [1]. Recently, some methods have been proposed and analyzed for solving nonlinear equations [2-13]. Some of these methods have been suggested either by using quadrature formulas, homotopy, decomposition or Taylor’s series [2-13]. Motivated by these techniques applied by various authors [2-13] and references therein, in constructing numerous iterative methods for solving nonlinear equations, we suggest a two steps family of iterative method based on composite trapezoidal rule and fundamental theorem of calculus for solving nonlinear equations. We also considered the convergence analysis of these methods. Several examples of functions, some of which are same as in [2-13] were used to illustrate the performance of the methods and comparison with other existing methods. II. PRELIMINARIES We use the following definitions: Definition 1. (See Dennis and Schnable [2] ) Let 훼∈ℝ, 푥푛∈ℝ, 푛=0,1,2,… Then, the sequence 푥푛 is said to converge to 훼 if 푙푖푚 푛→∞ 푥푛−훼 =0 (1) If, in addition, there exists a constant 푐≥0, an integer 푥0≥0, and 푝≥0 such that for all 푛≥푥0, 푥푛+1−훼 ≤푐 푥푛−훼 푝 (2) then 푥푛 is said to converge to 훼 with 푞-order at least 푝. If 푝=2, the convergence is said to be of order . Definition 2 (See Grau-Sanchez et al. [14]) The computational local order of convergence, 휌푛 , (CLOC) of a sequence 푥푛 푛≥0 is defined by 휌푛 = 푙표푔 푒푛 푙표푔 푒푛−1 , (3) where 푥푛−1 and 푥푛 are two consecutive iterations near the roots 훼 and 푒푛=푥푛−1−훼 . Notation 1: (See [6]) The notation 푒푛=푥푛−훼 is the error in the nth iteration. The equation 푒푛+1=푐푒푛 푝+푂 푒푛 푝+1 , (4) is called the error equation. By substituting 푒푛=푥푛−훼 for all 푛 in any iterative method and simplifying, we obtain the error equation for that method. The value of 푝 obtained is called the order of this method.
  • 2. Some New Iterative Methods Based on Composite… www.ijmsi.org 2 | P a g e III. DEVELOPMENT OF THE METHODS Consider a nonlinear equation 푓 푥 =0 (5) By the Fundamental Theorem of Calculus, if 푓(푥) is continuous at every point of [푎,푏] and 퐹 is any anti- derivatives of 푓(푥) on [푎,푏], then 푓(푥) 푏 푎 푑푥=퐹 푏 −퐹 푎 (6) Differentiating both side of (6) with respect to 푥, we have; 푓 푥 =푓 푏 −푓 푎 (7) where 푓(푏) and 푓(푎) are derivatives of 퐹(푏) and 퐹(푎) respectively. Recall the Composite Trapezoidal rule given by; 푓(푥) 푏 푎 푑푥= 푏−푎 2푛 푓 푎 +2 푓푖 푛−1 푖=1+푓(푏) (8) If 푛=2 in (8) we have; 푓(푥) 푏 푎 푑푥= 푏−푎 4 푓 푎 +2푓 푎+푏 2 +푓(푏) (9) Differentiating (9) with respect to 푥, we have; 푓 푥 = 푏−푎 4 푓′ 푎 +2푓′ 푎+푏 2 +푓′ 푏 (10) Equating (7) and (10) we have; 푓 푏 −푓 푎 = 푏−푎 4 푓′ 푎 +2푓′ 푎+푏 2 +푓′ 푏 (11) From(5), we have; 푥=푎−4 푓(푎) 푓′ 푎 − 푥−푎 푓′ 푥 푓′ 푎 −2 푥−푎 푓′ 푎+푏 2 푓′ 푎 (12) Using(12), one can suggest the following iterative method for solving the nonlinear equation(5). Algorithm 1: Given an initial approximation 푥0 (close to 훼 the root of (5)), we find the approximate solution 푥푛+1 by the implicit iterative method: 푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 − 푥−푎 푓′ 푥푛+1 푓′ 푥푛 −2 푥−푎 푓′ 푥푛+푥푛+12 푓′ 푥푛 , 푛=0,1,2,… (13) The implicit iterative method in (13) is a predictor-corrector scheme, with Newton’s method as the predictor, and Algorithm 1 as the corrector. The first consequence of (13) is the suggested two-step iterative method for solving (5) stated as follows: Algorithm 2: Given an initial approximation 푥0 (close to 훼 the root of (5)), we find the approximate solution 푥푛+1 by the iterative schemes: 푦푛=푥푛− 푓(푥푛) 푓′ 푥푛 (14푎) 푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 − 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 −2 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 , 푛=0,1,2,… (14푏) From(14푎), we have that; 푦푛−푥푛=− 푓(푥푛) 푓′ 푥푛 (15) Using (15) in (14푏) we suggest another new iterative scheme as follows: Algorithm 3: Given an initial approximation 푥0 (close to 훼 the root of (5), we find the approximate solution 푥푛+1 by the iterative schemes:
  • 3. Some New Iterative Methods Based on Composite… www.ijmsi.org 3 | P a g e 푥푛+1=푥푛−4 푓(푥푛) 푓′ 푥푛 + 푓(푥푛) 푓′ 푥푛 푓′ 푦푛 푓′ 푥푛 −2 푓(푥푛) 푓′ 푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 , 푛=0,1,2,… (16) From (5) and (11) we can have the fixed point formulation given by 푥=푎− 4푓(푎) 푓′ 푎 +2푓′ 푎+푥 2 +푓′ 푥 (17 ) The formulation (17 ) enable us to suggest the following iterative method for solving nonlinear equations. Algorithm 4: Given an initial approximation 푥0 (close to 훼 the root of (5), we find the approximate solution 푥푛+1 by the iterative schemes: 푦푛=푥푛− 푓(푥푛) 푓′(푥푛) 푥푛+1=푥푛− 4푓(푥푛) 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′(푦푛) , 푛=0,1,2,… (18) In the next section, we present the convergence analysis of Algorithm 2 and 4. Similar procedures can be applied to analyze the convergence of Algorithm 3. IV. CONVERGENCE ANALYSIS OF THE METHODS Theorem 1: Let 훼∈퐼 be a simple zero of sufficiently differentiable function 푓:퐼⊆ ℝ →ℝ for an open interval 퐼. If 푥0 is sufficiently close to 훼, then the iterative method defined by (14) is of order two and it satisfies the following error equation: 푒푛+1=훼−3푐2푒푛 2+ 푐3+6푐22− 32 푐2 푒푛 3+푂 푒푛 3 (19 ) where 푐2= 푓′′(훼) 2푓′(훼) (20) Proof Let 훼 be a simple zero of 푓, and 푒푛=푥푛−훼. Using Taylor expansion around 푥=훼 and taking into account 푓 훼 =0, we get 푓 푥푛 =푓′ 훼 푒푛+푐2푒푛 2+푐3푒푛 3+푐4푒푛 4+⋯ , (21) 푓′ 푥푛 =푓′ 훼 1+2푐2푒푛+3푐3푒푛 2+4푐4푒푛 3+5푐5푒푛 4+⋯ (22) where 푐푘= 푓푘(훼) 푘!푓′(훼) , 푘=2,3,4,… (23) Using 21 and 22 , we have; 푓(푥푛) 푓′ 푥푛 = 푒푛−푐2푒푛 2+2(푐22−푐3)푒푛 3+(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (24) But 푦푛=푥푛− 푓 푥푛 푓′ 푥푛 25 = 훼+푐2푒푛 2+2(푐22−푐3)푒푛 3−(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (26) Hence, 푦푛−푥푛=−푒푛+푐2푒푛 2+2(푐22−푐3)푒푛 3−(7푐2푐3−4푐23−3푐4)푒푛 4+⋯ (27) From 26 , we have; 푓′ 푦푛 =푓′ 훼 1+2푐22푒푛 2+4 푐2푐3−푐23 푒푛 3+(−11푐22푐3+6푐2푐4+8푐24)푒푛 4+⋯ (28) Combining (22) and (28), we have; 푓′ 푦푛 푓′ 푥푛 =−2푐2푒푛+ −3푐3+6푐22 푒푛 2+ −16푐23−4푐4+16푐2푐3 푒푛 3+⋯ (29) From (27) and (29) we have; 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 =−푒푛+3푐2푒푛 2+(5푐3−10푐22)푒푛 3+ −30푐2푐3+30푐23+7푐4 푒푛 4+⋯ (30)
  • 4. Some New Iterative Methods Based on Composite… www.ijmsi.org 4 | P a g e From the relation; 푥푛+푦푛 2=푥푛− 푓 푥푛 2푓′ 푥푛 =훼+ 12 푒푛+ 12 푐2푒푛 2− 푐22−푐3 푒푛 3− 12 7푐2푐3−4푐23−3푐4 푒푛 4+⋯ (31 ) we have; 푓 푥푛+푦푛 2 =푓 푥푛− 푓 푥푛 2푓′ 푥푛 =푓(훼) 12 푒푛+ 34 푐2푒푛 2+ − 12 푐22+ 98 푐3 푒푛 3+ 54 푐23− 178 푐2푐3+ 2516 푐4 푒푛 4 + −3푐24+ 578 푐3푐22− 94 푐32− 134 푐2푐4+ 6532 푐5 푒푛 5+⋯ (32) 푓′ 푥푛+푦푛 2 =푓(훼) 1+푐2푒푛+ 푐22+ 34 푐3 푒푛 2+ −2푐23+ 72 푐2푐3+ 12 푐4 푒푛 3 + 92 푐2푐4+푐24− 374 푐22푐3+3푐32+ 516 푐5 푒푛 4+⋯ (33) Using (22) and (33) we have; 푓′ 푥푛+푦푛 2 푓′ 푥푛 =1−푐2푒푛+ 3푐22− 34 푐3−3푐3 푒푛 2+⋯ (34) And (27) with (34) gives; 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 =−푒푛+2푐2푒푛 2+ 34 푐2+푐3−2푐22 푒푛 3+⋯ (35) Using 29 ,(30) and (35) in 푥푛+1=푥푛−4 푓 푥푛 푓′ 푥푛 − 푦푛−푥푛 푓′ 푦푛 푓′ 푥푛 −2 푦푛−푥푛 푓′ 푥푛+푦푛 2 푓′ 푥푛 =훼−3푐2푒푛 2+ 푐3+6푐22− 32 푐2 푒푛 3+푂 푒푛 4 ∎ (36) Thus, we observe that the Algorithm 2 is second order convergent. Theorem 2: Let 훼∈퐼 be a simple zero of sufficiently differentiable function 푓:퐼⊆ ℝ →ℝ for an open interval 퐼. If 푥0 is sufficiently close to 훼, then the iterative method defined by (18) is of order three and it satisfies the following error equation: 푒푛+1=훼+ 18 푐3+푐22 푒푛 3+푂 푒푛 4 (37 ) where 푐3= 푓′′(훼) 3!푓′(훼) (38) Proof Using 22 ,(33) and (28) we have; 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′ 푦푛 =푓′ 훼 4+4푐2푒푛+ 92 푐3+4푐22 푒푛 2 + 5푐4+11푐2푐3−8푐23 푒푛 3+(−11푐22푐3+6푐2푐4+8푐24)푒푛 4+⋯ (39) and from (21) we have; 4푓′ 푥푛 =푓′ 훼 4푒푛+4푐2푒푛 2+4푐3푒푛 3+4푐4푒푛 4+⋯ (40) Combining (39) and (40) in (18) gives;
  • 5. Some New Iterative Methods Based on Composite… www.ijmsi.org 5 | P a g e 푒푛+1=푥푛− 4푓 푥푛 푓′ 푥푛 +2푓′ 푥푛+푦푛 2 +푓′ 푦푛 = 훼+ 18 푐3+푐22 푒푛 3+푂 푒푛 4 ∎ (41) This means the method defined by (18) is of third-order. That completes the proof. V. NUMERICAL EXAMPLES In this section, we present some examples to illustrate the efficiency of our developed methods which are given by the Algorithm 1 – 4. We compare the performance of Algorithm 2 (AL2) and Algorithm 4 (AL4) with that of Newton Method (NM). All computations are carried out with double arithmetic precision. Displayed in Table 1 are the number of iterations (NT) required to achieve the desired approximate root 푥푛 and respective Computational Local Order of Convergence (CLOC), 휌푛 . The following stopping criteria were used. 푖. 푥푛+1−푥푛 <휀 푖푖. 푓 푥푛+1 <휀 (37) where 휀=10−15. We used the following functions, some of which are same as in [2-4,6-12,14] 푓1 푥 = 푥−1 3−1 푓2 푥 =cos 푥 −푥 푓3 푥 =푥3−10 푓4(푥)=푥2−푒푥−3푥+2 푓5 푥 = 푥+2 푒푥−1 푓6(푥)=푥3+4푥2−10 푓7 푥 =푙푛푥+ 푥−5 푓8 푥 =푒푥푠푖푛푥+ln⁡(푥2+1) (38) Table 1: Comparison between methods depending on the number of iterations (IT) and Computational Local Order of Convergence. 푓(푥) 푥0 Number of iterations (NT) Computational Local Order of Convergence (CLOC) 푵푴 푨푳 ퟐ 푨푳 ퟒ 푵푴 푨푳 ퟐ 푨푳 ퟒ 푓1 3.5 7 8 5 1.99999 1.92189 2.99158 푓2 1.7 4 5 3 2.19212 1.89891 3.55514 푓3 1.5 6 34 4 2.05039 1.97063 3.18850 푓4 2 5 6 4 2.17194 2.10516 3.42355 푓5 2 9 34 5 2.03511 1.03401 3.17161 푓6 2 5 6 3 2.06888 1.97365 3.42128 푓7 7 4 5 3 2.38378 2.16311 4.17738 푓8 0.5 6 14 5 1.94071 1.86901 2.00000 The computational results presented in Table 1 shows that the suggested methods are comparable with Newton Method. This means that; the new methods (Algorithm 4 in particular) can be considered as a significant improvement of Newton Method, hence; they can serve as an alternative to other second and third order convergent respectively, methods of solving nonlinear equations. VI. CONCLUSION We derived a two step family of iterative methods based on composite trapezoidal rule and fundamental theorem of calculus, for solving nonlinear equations. Convergence proof is presented in detail for algorithm 2 and 4 and they are of order two and three respectively. Analysis of efficiency showed that these methods can be used as alternative to other existing order two and three iterative methods for zero of nonlinear equations. Finally, we hoped that this study makes a contribution to solve nonlinear equations.
  • 6. Some New Iterative Methods Based on Composite… www.ijmsi.org 6 | P a g e REFERENCES [1] T. Yamamoto, Historical development in convergence analysis for Newton's and Newton-like methods, J. Comput. Appl. Math., 124(2000), 1–23. [2] J. E. Dennis and R. B. Schnable, Numerical Methods for Unconstrained Optimization and Nonlinear Equations (Prentice Hall, 1983). [3] R. Ezzati and E. Azadegan, A simple iterative method with fifth-order convergence by using Potra and Ptak’s method, Mathematical Sciences, Vol. 3(2009), No. 2, 191-200. [4] G. Fernandez-Torres, F. R. Castillo-Soria, and I. Algredo-Badillo, Fifth and Sixth-Order Iterative Algorithms without Derivatives for Solving Non-Linear Equations, International Journal of Pure and Applied Mathematics, 83(1)(20013) 111-119. [5] Z. Fiza and A. M. Nazir, A generalized family of quadrature based iterative methods, General Mathematics Vol. 18 (2010), No. 4, 43-51. [6] T. Hadi, New Iterative Methods Based on Spline Functions for Solving Nonlinear Equations, Bullettin of Mathematical Analysis and Applications, Vol. 3(2011) Issue 4, 31-37. [7] M. M. Hosseini, A Note on One-step iteration Methods for Solving Nonlinear Equations, World Applied Science Journal 7(2009): 90-95. [8] S. Kumar, V. Kanwar and S. Singh S, Modified Efficient Families of Two and Three-Step Predictor- Corrector Iterative Methods for Solving Nonlinear Equations, Applied Mathematics, 1(2010), 153-158. [9] M, Matinfar and M. Aminzadeh, A family of optimal iterative methods with fifth and tenth order convergence for solving nonlinear equations, Journal of Interpolation and Approximation in Scientific Computing, Vol. 2012, 1-11. [10] M. A. Noor, K. I. Noor and K. Aftab, Some New Iterative Methods for Solving Nonlinear Equations, World Applied Science Journal, 20(6)(2012):870-874. [11] K. R. Saeed and M. K. Aziz, Iterative methods for solving nonlinear equations by using quadratic spline functions, Mathematical Sciences Letters, 2(2013), No.1, 37-43. [12] F. Soleymani, A Note on a Family of Zero-Finder Fourth-Order Methods for Nonlinear Equations, Journal of Mathematical Research, 2(3) (2010), 43-46. [13] H. Zhongyong, G. Liu and T. Li, An Iterative Method with Nith-Order Convergence for Solving Non- linear Equations, Int. J. Contemp. Math. Sciences. Vol. 6(2011), No. 1, 17-23. [14] M. Grau-Sanchez, M, Noguera, A. Grau, and R. J. Herreoro R. J., A study on new computational local orders of convergence, ar.Xiv:1202.4236v1[math.Na], 2012.