A Three-Step Iterative Method to Solve A Nonlinear Equation via an Undetermined Coefficient Method

Size: px
Start display at page:

Download "A Three-Step Iterative Method to Solve A Nonlinear Equation via an Undetermined Coefficient Method"

Transcription

1 Global Journal of Pure and Applied Mathematics. ISSN Volume 14, Number 11 (018), pp Research India Publications A Three-Step Iterative Method to Solve A Nonlinear Equation via an Undetermined Coefficient Method Nora Fitriyani, M. Imran, Syamsudhuha Numerical Computing Group, Department of Mathematics University of Riau, Pekanbaru 893, Indonesia. Abstract This article discusses a three-step iterative method which is a combination of the iterative method that contains the function and first derivative with Newton s method. The process of the combination uses the principle of an undetermined coefficient method by allowing only one additional function evaluation that may occur in the process. By combining the methods proposed by Khattri and Abbasbandy [Math. Vesn., 63 (011), 67-7] with Newton s method, then through the convergence analysis it was shown that the proposed method has a sixth order convergence and requires two function and two first derivative evaluations in each iteration. Hence its efficiency index is Some examples of nonlinear equations are solved using the proposed method. Then the obtained solutions are compared with those of other mention methods to see the effectiveness of proposed methods. AMS Subject classification: 65H05 Keywords: Efficiency index, three-step iterative method, order of convergence 1. INTRODUCTION Finding the root of the nonlinear equation in the form of f(x) = 0 (1) is one of the important problems in numerical analysis. To find the simple root of the equation (1) many methods can be used and the most famous classical method is Newton s method with the following iteration: x n+1 = x n f(x n), n = 0,1,,, f (x n ) where x 0 is the given initial approximation. This method has second order convergence [1, h.58].

2 146 Nora Fitriyani, M. Imran, Syamsudhuha Many researchers have modified Newton s method which produces high orders convergence such as [3] - [6], [8], [10], [11], [13] dan [15]. Fang et al. [8] modified Newton s method with five evaluation functions and produced a sixth order convergence method having the following iterations: f(x n ) y n = x n α n f(x n ) + f (x n ), f(y n ) z n+1 = y n β n f(y n ) + f (y n ), x n+1 = z n f(z n ) γ n f(z n ) + f (y n ), where is α n, β n, γ n real numbers chosen in such a way that 0 α n, β n, γ n 1, and sign(α n f(x n )) = sign(f (x n )), sign(β n f(y n )) = sign(f (y n )), sign(γ n f(z n )) = sign(f (y n )), where n = 1,,..., and sign(x) is a sign function. Sharma and Guha [16] modified Ostrowski s method having four function evaluations and a sixth order convergence. Their formula is given as follows: y n = x n f(x n) f (x n ), z n = y n f(y n) f(x n ) f (x n ) f(x n ) f(y n ), x n+1 = z n f(z n) f(x n ) + af(y n ) f (x n ) f(x n ) + bf(y n ), where a and b are parameters, with b = a. Grau and Diaz-Barero [10] introduced a new method by correcting Ostrowski s method. The method has a sixth order convergence with the following iterations: y n = x n f(x n) f (x n ), f(x n ) f(y n ) z n = y n f(x n ) f(y n ) f (x n ), f(x n ) f(z n ) x n+1 = z n f(x n ) f(y n ) f (x n ).

3 A Three-Step Iterative Method to Solve a Nonlinear Equation 147 Khattri and Abbasbandy [1] introduced an iterative method having a fourth order convergence with the following formula: f(x n ) y n = x n, 3 f (x n ) x n+1 = y n [1 + ( 1 8 )(f (y n) ) + f (x n ) ( 9 )(f (y n) f (x n ) ) + ( 15 8 )(f (y n) f (x n ) )3 ] f(x n). f (x n ) In this article, the authors present a combination of the Khattri and Abbasbandy method [1] with Newton s method using the principle of an undetermined coefficient method. The derivation and analysis of convergence of the proposed method are presented in section two. In section three numerical computations are carried out on the four test functions. Then the results are compared to the obtained results from the some known methods to see the efficiency of the proposed method.. DEVELOPMENT OF METHOD AND CONVERGENCE ANALYSIS Suppose that φ(x; f(x), f (x), f (y)) is a function from R to R. Consider the modification of Newton s method given as follows: z n = φ(x n ; f(x n ), f (x n ), f (y n )), x n+1 = z n f(z n) f (z n ). } () to eliminate f (z n ) in (), first we consider the following equation: f (z n ) = Af(x n ) + Bf (x n ) + Cf (y n ) + Df(z n ) + Ef ( x n+y n ). (3) Next we expand f(x), f (x) about x n to the fourth derivative, and evaluate f (y n ), f(z n ), f ( x n+y n ), and f (z n ), then substitute the resulting equations into equation (3). On comparing the coefficient of derivative of f at x n, we obtain A + D = 0, (4) B + C + D(z n x n ) + E = 1, (5) C(y n x n ) + D (z n x n ) + E (y n x n ) = (z n x n ), (6) C (y n x n ) + D (z 6 n x n ) 3 + E (y 8 n x n ) = (z n x n ), (7) C (y 6 n x n ) 3 + D (z 4 n x n ) 4 + E (y 48 n x n ) 3 = (z n x n ) 3. (8) 6

4 148 Nora Fitriyani, M. Imran, Syamsudhuha Then on solving the system equation (4)-(8), we have A = (α β) ( β+α)α, (9) B = (3β3 9β α α 3 +7βα ), (10) 3β ( β+α) C = α (α β) 3β ( β+α), (11) D = (α β) ( β+α)α, (1) E = 4α (α β) 3β ( β+α), (13) where α = z n x n and β = y n x n. On substituting equations (9)-(13) into equation (3), we end up with f (z n ) = (α β) ( β + α)α f(x η n) + 3β ( β + α) f (x n) + α (α β) 3β ( β + α) f (y n) + (α β) f(z ( β+α)α n) + 4α (α β) 3β ( β+α) f (x n+y n ), (14) with η = 3β 3 9β α α 3 + 7βα. Replacing the value f ( x n+y n ) by the arithmetic mean of f (x n ) and f (y n ), we can rewrite (14) as (α β) f (z n ) = ( β + α)α f(x n) + ( β 3βα + α α )f (x β( β + α) n ) + ( β( β + α) )f (y n) +( (α β) )f(z ( β+α)α n), (15) with η = 3β 3 9β α α 3 + 7βα. Then on substituting equation (15) into the second step of equation (), we obtain x n+1 = z n with μ = α(β 3βα + α ). αβ( β+α)f(z n ) μf (x n )+( α 3 )f (y n )+β(α β)(f(z n ) f(x n )), (16) From equation (16) we suggest a new family of iterative method of the form z n = φ(x n ; f(x n ), f (x n ), f (y n )), x n+1 = z n αβ( β+α)f(z n ) μf (x n )+( α 3 )f (y n )+β(α β)(f(z n ) f(x n )),} (17)

5 A Three-Step Iterative Method to Solve a Nonlinear Equation 149 where μ = α(β 3βα + α ), α = z n x n, β = y n x n and φ(x n ; f(x n ), f (x n ), f (y n )) is any fourth order method. Furthermore, using the fourth order method derived by Khattri and Abbasbandy [1], we propose the following iterative method. f(x n ) y n = x n 3 f (x n ) (18) z n = x n [1 + ( 1 8 )(f (y n) f (x n ) ( 9 )(f (y n) f (x n ) ) + ( 15 8 )(f (y n) f (x n ) )3 ] f(x n) f (x n ) (19) αβ( β+α)f(z x n+1 = z n n ) μf (x n )+( α 3 )f (y n )+β(α β)(f(z n ) f(x n )) (0) with μ = α(β 3βα + α ), α = z n x n, β = y n x n. The method defined in equation (18)-(0) is called the method MKA whose convergence analysis is given in Theorema 1. Teorema 1 (Order of Convergence) Suppose that λ I is a simple zero of a function f: I R R sufficiently differentiable at open interval I. If x 0 is close enough to λ, the iterative method defined in equation (18)-(0) has a sixth order convergence and satisfies the error equation: e n+1 = ( 85 9 A A 4 + A )e n 6 + O(e n 7 ), with and e n = x n λ. A j = f(j) (λ), j =,3,,8, j!f (λ) Proof. Suppose that λ is a simple root of f(x) = 0 then f(λ) = 0, and f (λ) 0. Then by Taylor s expansion [, h.16] of f(x) about λ until the sixth order derivative, we get f(x) = f(λ) + f (λ)(x n λ) + f () (x λ) (λ)! +f 5 (λ) (x λ)5 5! + f 4 (x λ)4 (λ) 4! + f 6) (λ) (x λ)6 6! + f (3) (x λ)3 (λ) 3! + O((x λ) 7 ). (1) By evaluating equation (1) at x = x n, and recalling e n = x n λ and f(λ) = 0, equation (1) can be written as f(x n ) = f (λ)(e n + A e n + e n 3 + A 4 e n 4 + A 5 e n 5 + A 6 e n 6 ) + O(e n 7 ), ()

6 1430 Nora Fitriyani, M. Imran, Syamsudhuha with Furthermore by the same way, we obtain A j = f(j) (λ), j =,3,,8. j!f (λ) f (x n ) = f (λ)(1 + A e n + 3 e n + 4A 4 e n 3 + 5A 5 e n 4 + 6A 6 e n 5 + 7A 7 e n 6 ) + O(e n 7 ). Then using equation (), equation (3) and the aid of geometric series [17], we have f(x n ) f (x n ) = e n A e n + (A )e n 3 + ( 4A 3 3A 4 + 7A )e n 4 + (6 4A 5 0A + 10A A 4 + 8A 4 )e n 5 + ( 16A A A A 4 +5A 3 5A 6 8A A 4 33A )e n 6 + O(e n 7 ). (4) (3) Next equation (4) is substituted to equation (18) and simplifying the resulting equation we get y n = λ e n + 3 A e n 3 (A )e n 3 3 ( 4A 3 3A 4 + 7A )e n 4 3 (6 4A 5 0A + 10A A 4 + 8A 4 )e n 5 3 ( 16A A A A 4 +5A 3 5A 6 8A A 4 33A )e n 6 + O(e n 7 ). (5) Following the idea how to obtain f (x n ), we have f (y n ) by considering equation (5) that is f (y n ) = f (λ)(1 + 3 A e n + ( 4 3 A )e n + (4A A A3 3 )e n +( 44 A 9 A A )e 4 n + ( 5 A 9 3A 4 1A A A A A 4 3 A5 5 3 )e n +( 64A A 3 8 A A 5 44 A 9 A A A A A3 7 A A )e 6 n ) + O(e 7 n ). (6)

7 A Three-Step Iterative Method to Solve a Nonlinear Equation 1431 From equation (3) and equation (6) and with the aid of the geometry series [17], we obtain f (y n ) f (x n ) = A e n + ( A )e n + ( A A )e n +( A A A A A 4 )e n 4 + ( 0 3 A +8 A A A A 6 64A A A A 3 )e n 5 +( 1376 A A A A A 9 A A A A A A A A 5 )e 6 n + O(e 7 n ). (7) Next equation (4) and equation (7) are substituted to equation (19) and simplifying the resulting equation, we end up with z n = λ + ( A A A 4)e 4 n + ( A A A A 5 0 A 9 A 4 )e 5 n + ( 306 A 7 A A A 3 10 A A A 6)e n 6 + O(e n 7 ). (8) Then by evaluating equation (1) at x = z n as in equation (8), we get f(z n ) = f (λ)(( A A A 4)e 4 n + ( A A A + 8 A A 9 A 4 )e 5 n + ( 306 A 7 A A A 3 10 A A A 7 6)e 6 n + O(e 7 n )). (9) Since α = z n x n, β = y n x n, from equation (8) and equation (5), we have respectively α = e n + ( 1 9 A A3 A )e 4 n + ( 0 9 A A A A 5 74 A4 9 )e 5 n + ( A A A 5 9 3A A A 7 A 4 )e 6 n + O(e 7 n ), (30) and β = 3 e n + 3 A e n 3 ( + A )e n 3 3 ( 4A 3 + 7A 3A 4 )e n 4 3 ( 4A A A A 4 0A )e n 5 3 (5A 3 16A 5 5A A A 5 33A 8A A A 4 )e n 6 + O(e n 7 ). (31)

8 143 Nora Fitriyani, M. Imran, Syamsudhuha Using equation (30), equation (31) and equation (9) we get αβ( β + α)f(z n ) = f (λ)(( 9 A A3 81 A 4)e 7 n + ( A A4 346 A A A 9 3)e 8 n + ( 1964 A A 43 A A 4 8 A A 43 A A A 7 A 3 )e 9 n + O(e 10 n )). (3) Next using equation (), (3), (6), (9), (30), and (31), the denominator of the equation (0) becomes β(α β)f(x n ) + α(β 3βα + α )f (x n ) + ( α) 3 f (y n ) + β(α β)f(z n ) = ( 9 e n 3 9 A e n 4 + ( A )e n 5 +( A A + 81 A 4)e n 6 + O(e n 7 ))f (λ). (33) Next by dividing (3) with (33) and with the aid of geometry series, we have αβ( β + α)f(z n ) β(α β)f(x n ) + α(β 3βα + α )f (x n ) + ( α) 3 f (y n ) + β(α β)f(z n ) = ( A A A 4)e n 4 + ( 74 9 A A A A A 4 )e n 5 + ( A A A A A A 4 A A 7 A A 7 6)e 6 n + O(e 7 n ). (34) On substituting equation (8) and equation (34) into equation (0), we obtain x n+1 = λ + ( 85 9 A A 4 + A )e n 6 + O(e n 7 ). (35) Noting e n+1 = x n+1 λ, then the equation (35) becomes e n+1 = ( 85 9 A A 4 + A )e n 6 + O(e n 7 ). (36) From the definition of the order of convergence [14, h.75], we see that equation (18)-(0) is of order six and Theorem 1 is proven. From formula equation (18)-(0) we recognize that the proposed method required four function evaluations per iteration, Thus based on the definition of the efficiency index [9, h.61], the efficiency index of MKA iterative method is

9 A Three-Step Iterative Method to Solve a Nonlinear Equation NUMERICAL SIMULATIONS In this section numerical simulations are performed which aims to compare the number of iterations required by Fang s method (MF) defined in [8], Sharma s method (MSh) defined in [16], Grau s method (MG) which is defined in [10], and the MKA method. For this purpose we use the following nonlinear equations: 1. f 1 (x) = cos(x) x, [3],. f (x) = x 3 + 4x 10, [5], 3. f 3 (x) = (x 1) 3 1, [18], 4. f 4 (x) = sin(x) x,[6]. In doing comparisons, tolerance allowed is , and the stop criteria is x n+1 x n + f(x n+1 ) tol and a maximum iteration is 100. Whereas computational order of convergence [7] is estimated using a formula COC ln( x k+1 x k / x k x k 1 ) ln( x k x k 1 / x k 1 x k ). Tabel 1: Comparison of several iteration methods f n (x) x 0 Method n COC f(x n ) x n x n 1 MKA e e 147 f MF e e 309 MSh e e 14 MG e e 144 MKA e e 18 f 1.6 MF e e 13 MSh e e 193 MG e e 06 MKA e e 05 f MF e e 314 MSh e e 175 MG e e 01 MKA e e 61 f 4.0 MF e e 185 MSh e e 41 MG e e 51

10 1434 Nora Fitriyani, M. Imran, Syamsudhuha In Table 1, f n (x) denotes the function of the nonlinear equation, n states the number of iterations obtained from all four methods, COC stand for the computational order of convergence, f(x n ) is the absolute value of the value of function at x n and x n x n 1 denotes the absolute value of the difference between two consecutive approximation of the root. Based on Table 1 it can be seen that for the function f 1, MKA requires the same number of iterations as MSh and MG and less than MF. Whereas for the functions f and f 4 MKA requires the same number of iterations as MF, Msh and MG. For the f 3 function MKA requires the same number of iterations as Msh and MG and less than MF. Furthermore, the COC given in Table 1 is inagreement with the analytic result obtain in the previous section. Overall based on the results of the numerical simulations as stated in Table 1 the new method (MKA) can compete with the existing methods and therefore it can be used as an alternative method to solve the nonlinear equation. REFERENCES [1] K. E. Atkinson, An Introduction to Numerical Analysis, Second Edition, John Wiley & Son, New York,1989. [] R. G. Bartle, dan D. R. Shebert, Introduction to Real Analysis, Second Edition. John Wiley & Sons, Inc., New York,199. [3] S. Chen dan Y. Qian, A Family of Combined Iterative Methods for Solving Nonlinear Equations, American Journal of Applied Mathematics and Statistics., 5(017), 3. [4] C. Chun, Iterative Methods Improving Newton s Method by the Decomposition Method, An Int. J. Comput. Math. with Appl., 50(005), [5] C. Chun and B. Neta, Some Modification of Newtons Method by The Method of Undetermined Coefficients, Comput. Math. with Appl., 56(008), [6] C. Chun dan B. Neta, Certain Improvements of Newton s Method with Fourth-order Convergence, Appl. Math. Comput., 15(009), [7] A. Cordero and J.R. Torregrosa,Variants of Newton s Method Using Fifth-order Quadrature Formulas, Appl. Math. Comput., 190(007), [8] L. Fang, T. Chen, L. Tian, L. Sun, dan B. Chen, A Modified Newton-type Method with Sixth-order Convergence for Solving Nonlinear equations, Procedia Engineering., 15(011), [9] W. Gautschi, Numerical Analysis,Second Edition, Birkhauser, New York, 01. [10] M.Grau dan J.L. Diaz-Barrero, An Improvement to Ostrowski Root-Finding Method, Appl. Math. Comput., 173(006), [11] Y. Ham, C. Chun, dan S. G. Lee, Some Higher-order Modifications of Newton s Method for Solving Nonlinear Equations, J. Comput. Appl. Math., (008),

11 A Three-Step Iterative Method to Solve a Nonlinear Equation 1435 [1] S. K. Khattri dan S. Abbasbandy, Optimal Fourth Order Family of Iterative Methods, Mat. Vesn., 63(011), [13] J. Kou, Y. Li, dan X. Wang, A Modification of Newton Method with Third-order Convergence, Appl. Math. Comput., 181(006), [14] J. H. Mathews dan K. D. Fink, Numerical Method Using MATLAB, Third Edition. Prentice-Hall. Upper Saddle River, New Jersey, [15] T. J. McDougall dan S. J. Wotherspoon, A Simple Modification of Newton s Method to Achieve Convergence of order 1 +, Appl. Math. Lett., 9(014), 0-5. [16] J. R. Sharma dan R. K. Guha, A Family of Modified Ostrowski Methods with Accelerated Sixth Order Convergence, Appl. Math. Comput., 190(007), [17] J. Stewart, Calculus, Seventh Edition. Brooks/Cole Publishing. Belmont, 01. [18] S. Weerakoon dan T. G. I. Fernando, A variant of Newton s Method with Accelerated Third-order Convergence, Appl. Math. Lett., 13(000),

12 1436 Nora Fitriyani, M. Imran, Syamsudhuha

Another Sixth-Order Iterative Method Free from Derivative for Solving Multiple Roots of a Nonlinear Equation

Another Sixth-Order Iterative Method Free from Derivative for Solving Multiple Roots of a Nonlinear Equation Applied Mathematical Sciences, Vol. 11, 2017, no. 43, 2121-2129 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2017.76208 Another Sixth-Order Iterative Method Free from Derivative for Solving

More information

Chebyshev-Halley s Method without Second Derivative of Eight-Order Convergence

Chebyshev-Halley s Method without Second Derivative of Eight-Order Convergence Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 4 2016, pp. 2987 2997 Research India Publications http://www.ripublication.com/gjpam.htm Chebyshev-Halley s Method without

More information

A Fifth-Order Iterative Method for Solving Nonlinear Equations

A Fifth-Order Iterative Method for Solving Nonlinear Equations International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767, P-ISSN: 2321 4759 www.ijmsi.org Volume 2 Issue 10 November. 2014 PP.19-23 A Fifth-Order Iterative Method for Solving

More information

A Two-step Iterative Method Free from Derivative for Solving Nonlinear Equations

A Two-step Iterative Method Free from Derivative for Solving Nonlinear Equations Applied Mathematical Sciences, Vol. 8, 2014, no. 161, 8021-8027 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.49710 A Two-step Iterative Method Free from Derivative for Solving Nonlinear

More information

A three point formula for finding roots of equations by the method of least squares

A three point formula for finding roots of equations by the method of least squares Journal of Applied Mathematics and Bioinformatics, vol.2, no. 3, 2012, 213-233 ISSN: 1792-6602(print), 1792-6939(online) Scienpress Ltd, 2012 A three point formula for finding roots of equations by the

More information

NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS

NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS Bulletin of Mathematical Analysis and Applications ISSN: 181-191, URL: http://www.bmathaa.org Volume 3 Issue 4(011, Pages 31-37. NEW ITERATIVE METHODS BASED ON SPLINE FUNCTIONS FOR SOLVING NONLINEAR EQUATIONS

More information

Three New Iterative Methods for Solving Nonlinear Equations

Three New Iterative Methods for Solving Nonlinear Equations Australian Journal of Basic and Applied Sciences, 4(6): 122-13, 21 ISSN 1991-8178 Three New Iterative Methods for Solving Nonlinear Equations 1 2 Rostam K. Saeed and Fuad W. Khthr 1,2 Salahaddin University/Erbil

More information

SOLVING NONLINEAR EQUATIONS USING A NEW TENTH-AND SEVENTH-ORDER METHODS FREE FROM SECOND DERIVATIVE M.A. Hafiz 1, Salwa M.H.

SOLVING NONLINEAR EQUATIONS USING A NEW TENTH-AND SEVENTH-ORDER METHODS FREE FROM SECOND DERIVATIVE M.A. Hafiz 1, Salwa M.H. International Journal of Differential Equations and Applications Volume 12 No. 4 2013, 169-183 ISSN: 1311-2872 url: http://www.ijpam.eu doi: http://dx.doi.org/10.12732/ijdea.v12i4.1344 PA acadpubl.eu SOLVING

More information

A new sixth-order scheme for nonlinear equations

A new sixth-order scheme for nonlinear equations Calhoun: The NPS Institutional Archive DSpace Repository Faculty and Researchers Faculty and Researchers Collection 202 A new sixth-order scheme for nonlinear equations Chun, Changbum http://hdl.handle.net/0945/39449

More information

Family of Optimal Eighth-Order of Convergence for Solving Nonlinear Equations

Family of Optimal Eighth-Order of Convergence for Solving Nonlinear Equations SCECH Volume 4, Issue 4 RESEARCH ORGANISATION Published online: August 04, 2015 Journal of Progressive Research in Mathematics www.scitecresearch.com/journals Family of Optimal Eighth-Order of Convergence

More information

High-order Newton-type iterative methods with memory for solving nonlinear equations

High-order Newton-type iterative methods with memory for solving nonlinear equations MATHEMATICAL COMMUNICATIONS 9 Math. Commun. 9(4), 9 9 High-order Newton-type iterative methods with memory for solving nonlinear equations Xiaofeng Wang, and Tie Zhang School of Mathematics and Physics,

More information

University of Education Lahore 54000, PAKISTAN 2 Department of Mathematics and Statistics

University of Education Lahore 54000, PAKISTAN 2 Department of Mathematics and Statistics International Journal of Pure and Applied Mathematics Volume 109 No. 2 2016, 223-232 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v109i2.5

More information

New seventh and eighth order derivative free methods for solving nonlinear equations

New seventh and eighth order derivative free methods for solving nonlinear equations DOI 10.1515/tmj-2017-0049 New seventh and eighth order derivative free methods for solving nonlinear equations Bhavna Panday 1 and J. P. Jaiswal 2 1 Department of Mathematics, Demonstration Multipurpose

More information

Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations And Its Applications

Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations And Its Applications Applied Mathematics E-Notes, 17(017), 1-30 c ISSN 1607-510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ Sixth Order Newton-Type Method For Solving System Of Nonlinear Equations

More information

Two New Predictor-Corrector Iterative Methods with Third- and. Ninth-Order Convergence for Solving Nonlinear Equations

Two New Predictor-Corrector Iterative Methods with Third- and. Ninth-Order Convergence for Solving Nonlinear Equations Two New Predictor-Corrector Iterative Methods with Third- and Ninth-Order Convergence for Solving Nonlinear Equations Noori Yasir Abdul-Hassan Department of Mathematics, College of Education for Pure Science,

More information

An efficient Newton-type method with fifth-order convergence for solving nonlinear equations

An efficient Newton-type method with fifth-order convergence for solving nonlinear equations Volume 27, N. 3, pp. 269 274, 2008 Copyright 2008 SBMAC ISSN 0101-8205 www.scielo.br/cam An efficient Newton-type method with fifth-order convergence for solving nonlinear equations LIANG FANG 1,2, LI

More information

IMPROVING THE CONVERGENCE ORDER AND EFFICIENCY INDEX OF QUADRATURE-BASED ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS

IMPROVING THE CONVERGENCE ORDER AND EFFICIENCY INDEX OF QUADRATURE-BASED ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS 136 IMPROVING THE CONVERGENCE ORDER AND EFFICIENCY INDEX OF QUADRATURE-BASED ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS 1Ogbereyivwe, O. and 2 Ojo-Orobosa, V. O. Department of Mathematics and Statistics,

More information

A New Fifth Order Derivative Free Newton-Type Method for Solving Nonlinear Equations

A New Fifth Order Derivative Free Newton-Type Method for Solving Nonlinear Equations Appl. Math. Inf. Sci. 9, No. 3, 507-53 (05 507 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/0.785/amis/090346 A New Fifth Order Derivative Free Newton-Type Method

More information

SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS

SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS Open J. Math. Sci., Vol. 1(017, No. 1, pp. 5-33 ISSN 53-01 Website: http://www.openmathscience.com SOME MULTI-STEP ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS MUHAMMAD SAQIB 1, MUHAMMAD IQBAL Abstract.

More information

A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations

A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations Int. Journal of Math. Analysis Vol. 5 2011 no. 37 1813-1819 A Novel Computational Technique for Finding Simple Roots of Nonlinear Equations F. Soleymani 1 and B. S. Mousavi 2 Young Researchers Club Islamic

More information

Geometrically constructed families of iterative methods

Geometrically constructed families of iterative methods Chapter 4 Geometrically constructed families of iterative methods 4.1 Introduction The aim of this CHAPTER 3 is to derive one-parameter families of Newton s method [7, 11 16], Chebyshev s method [7, 30

More information

Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence

Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence Palestine Journal of Mathematics Vol. 3(1) (2014), 113 119 Palestine Polytechnic University-PPU 2014 Solving Nonlinear Equations Using Steffensen-Type Methods With Optimal Order of Convergence M.A. Hafiz

More information

Two Point Methods For Non Linear Equations Neeraj Sharma, Simran Kaur

Two Point Methods For Non Linear Equations Neeraj Sharma, Simran Kaur 28 International Journal of Advance Research, IJOAR.org Volume 1, Issue 1, January 2013, Online: Two Point Methods For Non Linear Equations Neeraj Sharma, Simran Kaur ABSTRACT The following paper focuses

More information

A fourth order method for finding a simple root of univariate function

A fourth order method for finding a simple root of univariate function Bol. Soc. Paran. Mat. (3s.) v. 34 2 (2016): 197 211. c SPM ISSN-2175-1188 on line ISSN-00378712 in press SPM: www.spm.uem.br/bspm doi:10.5269/bspm.v34i1.24763 A fourth order method for finding a simple

More information

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method

Some New Three Step Iterative Methods for Solving Nonlinear Equation Using Steffensen s and Halley Method British Journal of Mathematics & Computer Science 19(2): 1-9, 2016; Article no.bjmcs.2922 ISSN: 221-081 SCIENCEDOMAIN international www.sciencedomain.org Some New Three Step Iterative Methods for Solving

More information

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method.

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method. 80 CHAP. 2 SOLUTION OF NONLINEAR EQUATIONS f (x) = 0 y y = f(x) (p, 0) p 2 p 1 p 0 x (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- Figure 2.16 cant method. Secant Method The

More information

Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems

Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems algorithms Article Two Efficient Derivative-Free Iterative Methods for Solving Nonlinear Systems Xiaofeng Wang * and Xiaodong Fan School of Mathematics and Physics, Bohai University, Jinzhou 203, China;

More information

A New Accelerated Third-Order Two-Step Iterative Method for Solving Nonlinear Equations

A New Accelerated Third-Order Two-Step Iterative Method for Solving Nonlinear Equations ISSN 4-5804 (Paper) ISSN 5-05 (Online) Vol.8, No.5, 018 A New Accelerated Third-Order Two-Step Iterative Method for Solving Nonlinear Equations Umair Khalid Qureshi Department of Basic Science & Related

More information

A new family of four-step fifteenth-order root-finding methods with high efficiency index

A new family of four-step fifteenth-order root-finding methods with high efficiency index Computational Methods for Differential Equations http://cmde.tabrizu.ac.ir Vol. 3, No. 1, 2015, pp. 51-58 A new family of four-step fifteenth-order root-finding methods with high efficiency index Tahereh

More information

Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear Equations

Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear Equations International Engineering Mathematics, Article ID 828409, 11 pages http://dx.doi.org/10.1155/2014/828409 Research Article Several New Third-Order and Fourth-Order Iterative Methods for Solving Nonlinear

More information

A Family of Methods for Solving Nonlinear Equations Using Quadratic Interpolation

A Family of Methods for Solving Nonlinear Equations Using Quadratic Interpolation ELSEVIER An International Journal Available online at www.sciencedirect.com computers &.,=. = C o,..ct. mathematics with applications Computers and Mathematics with Applications 48 (2004) 709-714 www.elsevier.com/locate/camwa

More information

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations

A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations A Novel and Precise Sixth-Order Method for Solving Nonlinear Equations F. Soleymani Department of Mathematics, Islamic Azad University, Zahedan Branch, Zahedan, Iran E-mail: fazl_soley_bsb@yahoo.com; Tel:

More information

A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index

A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index International Journal of Mathematical Modelling & Computations Vol. 04, No. 03, Summer 2014, 277-288 A New Two Step Class of Methods with Memory for Solving Nonlinear Equations with High Efficiency Index

More information

A New Modification of Newton s Method

A New Modification of Newton s Method A New Modification of Newton s Method Vejdi I. Hasanov, Ivan G. Ivanov, Gurhan Nedjibov Laboratory of Mathematical Modelling, Shoumen University, Shoumen 971, Bulgaria e-mail: v.hasanov@@fmi.shu-bg.net

More information

Improving homotopy analysis method for system of nonlinear algebraic equations

Improving homotopy analysis method for system of nonlinear algebraic equations Journal of Advanced Research in Applied Mathematics Vol., Issue. 4, 010, pp. -30 Online ISSN: 194-9649 Improving homotopy analysis method for system of nonlinear algebraic equations M.M. Hosseini, S.M.

More information

Iterative Methods for Single Variable Equations

Iterative Methods for Single Variable Equations International Journal of Mathematical Analysis Vol 0, 06, no 6, 79-90 HII Ltd, wwwm-hikaricom http://dxdoiorg/0988/ijma065307 Iterative Methods for Single Variable Equations Shin Min Kang Department of

More information

Optimal derivative-free root finding methods based on the Hermite interpolation

Optimal derivative-free root finding methods based on the Hermite interpolation Available online at www.tjnsa.com J. Nonlinear Sci. Appl. 9 (2016), 4427 4435 Research Article Optimal derivative-free root finding methods based on the Hermite interpolation Nusrat Yasmin, Fiza Zafar,

More information

arxiv: v1 [math.na] 21 Jan 2015

arxiv: v1 [math.na] 21 Jan 2015 NEW SIMULTANEOUS METHODS FOR FINDING ALL ZEROS OF A POLYNOMIAL JUN-SEOP SONG A, A COLLEGE OF MEDICINE, YONSEI UNIVERSITY, SEOUL, REPUBLIC OF KOREA arxiv:1501.05033v1 [math.na] 21 Jan 2015 Abstract. The

More information

Convergence of a Third-order family of methods in Banach spaces

Convergence of a Third-order family of methods in Banach spaces International Journal of Computational and Applied Mathematics. ISSN 1819-4966 Volume 1, Number (17), pp. 399 41 Research India Publications http://www.ripublication.com/ Convergence of a Third-order family

More information

Dynamical Behavior for Optimal Cubic-Order Multiple Solver

Dynamical Behavior for Optimal Cubic-Order Multiple Solver Applied Mathematical Sciences, Vol., 7, no., 5 - HIKARI Ltd, www.m-hikari.com https://doi.org/.988/ams.7.6946 Dynamical Behavior for Optimal Cubic-Order Multiple Solver Young Hee Geum Department of Applied

More information

Modified Jarratt Method Without Memory With Twelfth-Order Convergence

Modified Jarratt Method Without Memory With Twelfth-Order Convergence Annals of the University of Craiova, Mathematics and Computer Science Series Volume 39(1), 2012, Pages 21 34 ISSN: 1223-6934 Modified Jarratt Method Without Memory With Twelfth-Order Convergence F. Soleymani,

More information

9.6 Predictor-Corrector Methods

9.6 Predictor-Corrector Methods SEC. 9.6 PREDICTOR-CORRECTOR METHODS 505 Adams-Bashforth-Moulton Method 9.6 Predictor-Corrector Methods The methods of Euler, Heun, Taylor, and Runge-Kutta are called single-step methods because they use

More information

Using Lagrange Interpolation for Solving Nonlinear Algebraic Equations

Using Lagrange Interpolation for Solving Nonlinear Algebraic Equations International Journal of Theoretical and Applied Mathematics 2016; 2(2): 165-169 http://www.sciencepublishinggroup.com/j/ijtam doi: 10.11648/j.ijtam.20160202.31 ISSN: 2575-5072 (Print); ISSN: 2575-5080

More information

A Numerical Method to Compute the Complex Solution of Nonlinear Equations

A Numerical Method to Compute the Complex Solution of Nonlinear Equations Journal of Mathematical Extension Vol. 11, No. 2, (2017), 1-17 ISSN: 1735-8299 Journal of Mathematical Extension URL: http://www.ijmex.com Vol. 11, No. 2, (2017), 1-17 ISSN: 1735-8299 URL: http://www.ijmex.com

More information

On Newton-type methods with cubic convergence

On Newton-type methods with cubic convergence Journal of Computational and Applied Mathematics 176 (2005) 425 432 www.elsevier.com/locate/cam On Newton-type methods with cubic convergence H.H.H. Homeier a,b, a Science + Computing Ag, IT Services Muenchen,

More information

434 CHAP. 8 NUMERICAL OPTIMIZATION. Powell's Method. Powell s Method

434 CHAP. 8 NUMERICAL OPTIMIZATION. Powell's Method. Powell s Method 434 CHAP. 8 NUMERICAL OPTIMIZATION Powell's Method Powell s Method Let X be an initial guess at the location of the minimum of the function z = f (x, x 2,...,x N ). Assume that the partial derivatives

More information

ACTA UNIVERSITATIS APULENSIS No 18/2009 NEW ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS BY USING MODIFIED HOMOTOPY PERTURBATION METHOD

ACTA UNIVERSITATIS APULENSIS No 18/2009 NEW ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS BY USING MODIFIED HOMOTOPY PERTURBATION METHOD ACTA UNIVERSITATIS APULENSIS No 18/2009 NEW ITERATIVE METHODS FOR SOLVING NONLINEAR EQUATIONS BY USING MODIFIED HOMOTOPY PERTURBATION METHOD Arif Rafiq and Amna Javeria Abstract In this paper, we establish

More information

Some Third Order Methods for Solving Systems of Nonlinear Equations

Some Third Order Methods for Solving Systems of Nonlinear Equations Some Third Order Methods for Solving Systems of Nonlinear Equations Janak Raj Sharma Rajni Sharma International Science Index, Mathematical Computational Sciences waset.org/publication/1595 Abstract Based

More information

Quadrature based Broyden-like method for systems of nonlinear equations

Quadrature based Broyden-like method for systems of nonlinear equations STATISTICS, OPTIMIZATION AND INFORMATION COMPUTING Stat., Optim. Inf. Comput., Vol. 6, March 2018, pp 130 138. Published online in International Academic Press (www.iapress.org) Quadrature based Broyden-like

More information

ON THE EFFICIENCY OF A FAMILY OF QUADRATURE-BASED METHODS FOR SOLVING NONLINEAR EQUATIONS

ON THE EFFICIENCY OF A FAMILY OF QUADRATURE-BASED METHODS FOR SOLVING NONLINEAR EQUATIONS 149 ON THE EFFICIENCY OF A FAMILY OF QUADRATURE-BASED METHODS FOR SOLVING NONLINEAR EQUATIONS 1 OGHOVESE OGBEREYIVWE, 2 KINGSLEY OBIAJULU MUKA 1 Department of Mathematics and Statistics, Delta State Polytechnic,

More information

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials

A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating Polynomials Applied Mathematical Sciences, Vol. 8, 2014, no. 35, 1723-1730 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4127 A Family of Optimal Multipoint Root-Finding Methods Based on the Interpolating

More information

446 CHAP. 8 NUMERICAL OPTIMIZATION. Newton's Search for a Minimum of f(x,y) Newton s Method

446 CHAP. 8 NUMERICAL OPTIMIZATION. Newton's Search for a Minimum of f(x,y) Newton s Method 446 CHAP. 8 NUMERICAL OPTIMIZATION Newton's Search for a Minimum of f(xy) Newton s Method The quadratic approximation method of Section 8.1 generated a sequence of seconddegree Lagrange polynomials. It

More information

NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS

NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS NEW DERIVATIVE FREE ITERATIVE METHOD FOR SOLVING NON-LINEAR EQUATIONS Dr. Farooq Ahmad Principal, Govt. Degree College Darya Khan, Bhakkar, Punjab Education Department, PAKISTAN farooqgujar@gmail.com Sifat

More information

SEC POWER METHOD Power Method

SEC POWER METHOD Power Method SEC..2 POWER METHOD 599.2 Power Method We now describe the power method for computing the dominant eigenpair. Its extension to the inverse power method is practical for finding any eigenvalue provided

More information

An optimal sixteenth order convergent method to solve nonlinear equations

An optimal sixteenth order convergent method to solve nonlinear equations Lecturas Matemáticas Volumen 36 (2) (2015), páginas 167-177 ISSN 0120 1980 An optimal sixteenth order convergent method to solve nonlinear equations Un método convergente de orden dieciséis para resolver

More information

Basins of Attraction for Optimal Third Order Methods for Multiple Roots

Basins of Attraction for Optimal Third Order Methods for Multiple Roots Applied Mathematical Sciences, Vol., 6, no., 58-59 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.6.65 Basins of Attraction for Optimal Third Order Methods for Multiple Roots Young Hee Geum Department

More information

Grégory Antoni. 1. Introduction. 2. A New Numerical Technique (NNT) Combined with Classical Newton s Method (CNM)

Grégory Antoni. 1. Introduction. 2. A New Numerical Technique (NNT) Combined with Classical Newton s Method (CNM) International Engineering Mathematics Volume, Article ID 55, pages http://dx.doi.org/.55//55 Research Article An Efficient and Straightforward Numerical Technique Coupled to Classical Newton s Method for

More information

A new modified Halley method without second derivatives for nonlinear equation

A new modified Halley method without second derivatives for nonlinear equation Applied Mathematics and Computation 189 (2007) 1268 1273 www.elsevier.com/locate/amc A new modified Halley method without second derivatives for nonlinear equation Muhammad Aslam Noor *, Waseem Asghar

More information

Finding simple roots by seventh- and eighth-order derivative-free methods

Finding simple roots by seventh- and eighth-order derivative-free methods Finding simple roots by seventh- and eighth-order derivative-free methods F. Soleymani 1,*, S.K. Khattri 2 1 Department of Mathematics, Islamic Azad University, Zahedan Branch, Zahedan, Iran * Corresponding

More information

Multi-step derivative-free preconditioned Newton method for solving systems of nonlinear equations

Multi-step derivative-free preconditioned Newton method for solving systems of nonlinear equations Multi-step derivative-free preconditioned Newton method for solving systems of nonlinear equations Fayyaz Ahmad Abstract Preconditioning of systems of nonlinear equations modifies the associated Jacobian

More information

Document downloaded from:

Document downloaded from: Document downloaded from: http://hdl.handle.net/1051/56036 This paper must be cited as: Cordero Barbero, A.; Torregrosa Sánchez, JR.; Penkova Vassileva, M. (013). New family of iterative methods with high

More information

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations

Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations e Scientific World Journal, Article ID 34673, 9 pages http://dx.doi.org/0.55/204/34673 Research Article On a New Three-Step Class of Methods and Its Acceleration for Nonlinear Equations T. Lotfi, K. Mahdiani,

More information

On Application Of Modified Gradient To Extended Conjugate Gradient Method Algorithm For Solving Optimal Control Problems

On Application Of Modified Gradient To Extended Conjugate Gradient Method Algorithm For Solving Optimal Control Problems IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn:2319-765x. Volume 9, Issue 5 (Jan. 2014), PP 30-35 On Application Of Modified Gradient To Extended Conjugate Gradient Method Algorithm For

More information

Newton-Raphson Type Methods

Newton-Raphson Type Methods Int. J. Open Problems Compt. Math., Vol. 5, No. 2, June 2012 ISSN 1998-6262; Copyright c ICSRS Publication, 2012 www.i-csrs.org Newton-Raphson Type Methods Mircea I. Cîrnu Department of Mathematics, Faculty

More information

New Methods for Solving Systems of Nonlinear Equations in Electrical Network Analysis

New Methods for Solving Systems of Nonlinear Equations in Electrical Network Analysis Electrical and Electronic Engineering 2014, 4(1): 1-9 DOI: 10.5923/j.eee.20140401.01 New Methods for Solving Systems of Nonlinear Equations in Electrical Network Analysis Rubén Villafuerte D. 1,*, Rubén

More information

A New Approach for Solving Dual Fuzzy Nonlinear Equations Using Broyden's and Newton's Methods

A New Approach for Solving Dual Fuzzy Nonlinear Equations Using Broyden's and Newton's Methods From the SelectedWorks of Dr. Mohamed Waziri Yusuf August 24, 22 A New Approach for Solving Dual Fuzzy Nonlinear Equations Using Broyden's and Newton's Methods Mohammed Waziri Yusuf, Dr. Available at:

More information

INTRODUCTION, FOUNDATIONS

INTRODUCTION, FOUNDATIONS 1 INTRODUCTION, FOUNDATIONS ELM1222 Numerical Analysis Some of the contents are adopted from Laurene V. Fausett, Applied Numerical Analysis using MATLAB. Prentice Hall Inc., 1999 2 Today s lecture Information

More information

Applied Mathematics and Computation

Applied Mathematics and Computation Alied Mathematics and Comutation 218 (2012) 10548 10556 Contents lists available at SciVerse ScienceDirect Alied Mathematics and Comutation journal homeage: www.elsevier.com/locate/amc Basins of attraction

More information

Simple Iteration, cont d

Simple Iteration, cont d Jim Lambers MAT 772 Fall Semester 2010-11 Lecture 2 Notes These notes correspond to Section 1.2 in the text. Simple Iteration, cont d In general, nonlinear equations cannot be solved in a finite sequence

More information

632 CHAP. 11 EIGENVALUES AND EIGENVECTORS. QR Method

632 CHAP. 11 EIGENVALUES AND EIGENVECTORS. QR Method 632 CHAP 11 EIGENVALUES AND EIGENVECTORS QR Method Suppose that A is a real symmetric matrix In the preceding section we saw how Householder s method is used to construct a similar tridiagonal matrix The

More information

Math 113 (Calculus 2) Exam 4

Math 113 (Calculus 2) Exam 4 Math 3 (Calculus ) Exam 4 November 0 November, 009 Sections 0, 3 7 Name Student ID Section Instructor In some cases a series may be seen to converge or diverge for more than one reason. For such problems

More information

Numerical solutions of nonlinear systems of equations

Numerical solutions of nonlinear systems of equations Numerical solutions of nonlinear systems of equations Tsung-Ming Huang Department of Mathematics National Taiwan Normal University, Taiwan E-mail: min@math.ntnu.edu.tw August 28, 2011 Outline 1 Fixed points

More information

Solutions of Equations in One Variable. Newton s Method

Solutions of Equations in One Variable. Newton s Method Solutions of Equations in One Variable Newton s Method Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011 Brooks/Cole,

More information

Modified Cubic Convergence Iterative Method for Estimating a Single Root of Nonlinear Equations

Modified Cubic Convergence Iterative Method for Estimating a Single Root of Nonlinear Equations J. Basic. Appl. Sci. Res., 8()9-1, 18 18, TextRoad Publication ISSN 9-44 Journal of Basic and Applied Scientific Research www.textroad.com Modified Cubic Convergence Iterative Method for Estimating a Single

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and Their Dynamics

Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and Their Dynamics Applied Mathematical Sciences, Vol. 9, 5, no. 49, 747-748 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.988/ams.5.5658 Development of a Family of Optimal Quartic-Order Methods for Multiple Roots and

More information

On a few Iterative Methods for Solving Nonlinear Equations

On a few Iterative Methods for Solving Nonlinear Equations On a few Iterative Methods for Solving Nonlinear Equations Gyurhan Nedzhibov Laboratory of Matheatical Modelling, Shuen University, Shuen 971, Bulgaria e-ail: gyurhan@shu-bg.net Abstract In this study

More information

Homework and Computer Problems for Math*2130 (W17).

Homework and Computer Problems for Math*2130 (W17). Homework and Computer Problems for Math*2130 (W17). MARCUS R. GARVIE 1 December 21, 2016 1 Department of Mathematics & Statistics, University of Guelph NOTES: These questions are a bare minimum. You should

More information

Generalization Of The Secant Method For Nonlinear Equations

Generalization Of The Secant Method For Nonlinear Equations Applied Mathematics E-Notes, 8(2008), 115-123 c ISSN 1607-2510 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ Generalization Of The Secant Method For Nonlinear Equations Avram Sidi

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

On high order methods for solution of nonlinear

On high order methods for solution of nonlinear On high order methods for solution of nonlinear equation Dr. Vinay Kumar School of Computer and Systems Sciences Jawaharlal Nehru University Delhi, INDIA vinay2teotia@gmail.com Prof. C. P. Katti School

More information

Solution of First Order Initial Value Problem by Sixth Order Predictor Corrector Method

Solution of First Order Initial Value Problem by Sixth Order Predictor Corrector Method Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 6 (2017), pp. 2277 2290 Research India Publications http://www.ripublication.com/gjpam.htm Solution of First Order Initial

More information

Two improved classes of Broyden s methods for solving nonlinear systems of equations

Two improved classes of Broyden s methods for solving nonlinear systems of equations Available online at www.isr-publications.com/jmcs J. Math. Computer Sci., 17 (2017), 22 31 Research Article Journal Homepage: www.tjmcs.com - www.isr-publications.com/jmcs Two improved classes of Broyden

More information

One point compactification for generalized quotient spaces

One point compactification for generalized quotient spaces @ Applied General Topology c Universidad Politécnica de Valencia Volume 11, No. 1, 2010 pp. 21-27 One point compactification for generalized quotient spaces V. Karunakaran and C. Ganesan Abstract. The

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution

More information

Differential Transform Method for Solving. Linear and Nonlinear Systems of. Ordinary Differential Equations

Differential Transform Method for Solving. Linear and Nonlinear Systems of. Ordinary Differential Equations Applied Mathematical Sciences, Vol 5, 2011, no 70, 3465-3472 Differential Transform Method for Solving Linear and Nonlinear Systems of Ordinary Differential Equations Farshid Mirzaee Department of Mathematics

More information

A Derivative Free Hybrid Equation Solver by Alloying of the Conventional Methods

A Derivative Free Hybrid Equation Solver by Alloying of the Conventional Methods DOI: 1.15415/mjis.213.129 A Derivative Free Hybrid Equation Solver by Alloying of the Conventional Methods Amit Kumar Maheshwari Advanced Materials and Processes Research Institute (CSIR, Bhopal, India

More information

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This material is used by

More information

5. Hand in the entire exam booklet and your computer score sheet.

5. Hand in the entire exam booklet and your computer score sheet. WINTER 2016 MATH*2130 Final Exam Last name: (PRINT) First name: Student #: Instructor: M. R. Garvie 19 April, 2016 INSTRUCTIONS: 1. This is a closed book examination, but a calculator is allowed. The test

More information

MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N.

MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N. MATH 3795 Lecture 13. Numerical Solution of Nonlinear Equations in R N. Dmitriy Leykekhman Fall 2008 Goals Learn about different methods for the solution of F (x) = 0, their advantages and disadvantages.

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

More information

Outline. Math Numerical Analysis. Intermediate Value Theorem. Lecture Notes Zeros and Roots. Joseph M. Mahaffy,

Outline. Math Numerical Analysis. Intermediate Value Theorem. Lecture Notes Zeros and Roots. Joseph M. Mahaffy, Outline Math 541 - Numerical Analysis Lecture Notes Zeros and Roots Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research

More information

The Tangent Parabola The AMATYC Review, Vol. 23, No. 1, Fall 2001, pp

The Tangent Parabola The AMATYC Review, Vol. 23, No. 1, Fall 2001, pp The Tangent Parabola The AMATYC Review, Vol. 3, No., Fall, pp. 5-3. John H. Mathews California State University Fullerton Fullerton, CA 9834 By Russell W. Howell Westmont College Santa Barbara, CA 938

More information

Math Numerical Analysis

Math Numerical Analysis Math 541 - Numerical Analysis Lecture Notes Zeros and Roots Joseph M. Mahaffy, jmahaffy@mail.sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences Research Center

More information

9.2 Euler s Method. (1) t k = a + kh for k = 0, 1,..., M where h = b a. The value h is called the step size. We now proceed to solve approximately

9.2 Euler s Method. (1) t k = a + kh for k = 0, 1,..., M where h = b a. The value h is called the step size. We now proceed to solve approximately 464 CHAP. 9 SOLUTION OF DIFFERENTIAL EQUATIONS 9. Euler s Method The reader should be convinced that not all initial value problems can be solved explicitly, and often it is impossible to find a formula

More information

5.1 Least-Squares Line

5.1 Least-Squares Line 252 CHAP. 5 CURVE FITTING 5.1 Least-Squares Line In science and engineering it is often the case that an experiment produces a set of data points (x 1, y 1 ),...,(x N, y N ), where the abscissas {x k }

More information

University Calculus I. Worksheet # 8 Mar b. sin tan e. sin 2 sin 1 5. b. tan. c. sec sin 1 ( x )) cos 1 ( x )) f. csc. c.

University Calculus I. Worksheet # 8 Mar b. sin tan e. sin 2 sin 1 5. b. tan. c. sec sin 1 ( x )) cos 1 ( x )) f. csc. c. MATH 6 WINTER 06 University Calculus I Worksheet # 8 Mar. 06-0 The topic covered by this worksheet is: Derivative of Inverse Functions and the Inverse Trigonometric functions. SamplesolutionstoallproblemswillbeavailableonDL,

More information

Numerical Methods in Physics and Astrophysics

Numerical Methods in Physics and Astrophysics Kostas Kokkotas 2 October 20, 2014 2 http://www.tat.physik.uni-tuebingen.de/ kokkotas Kostas Kokkotas 3 TOPICS 1. Solving nonlinear equations 2. Solving linear systems of equations 3. Interpolation, approximation

More information

ON JARRATT S FAMILY OF OPTIMAL FOURTH-ORDER ITERATIVE METHODS AND THEIR DYNAMICS

ON JARRATT S FAMILY OF OPTIMAL FOURTH-ORDER ITERATIVE METHODS AND THEIR DYNAMICS Fractals, Vol. 22, No. 4 (2014) 1450013 (16 pages) c World Scientific Publishing Company DOI: 10.1142/S0218348X14500133 ON JARRATT S FAMILY OF OPTIMAL FOURTH-ORDER ITERATIVE METHODS AND THEIR DYNAMICS

More information

Iteration & Fixed Point

Iteration & Fixed Point Iteration & Fied Point As a method for finding the root of f this method is difficult, but it illustrates some important features of iterstion. We could write f as f g and solve g. Definition.1 (Fied Point)

More information