An Efficient Method for Solving Multipoint Equation Boundary Value Problems

Size: px
Start display at page:

Download "An Efficient Method for Solving Multipoint Equation Boundary Value Problems"

Transcription

1 Vol:7, No:3, 013 An Efficient Method for Solving Multipoint Equation Boundary Value Prolems Ampon Dhamacharoen and Kanittha Chompuvised Open Science Index, Mathematical and Computational Sciences Vol:7, No:3, 013 waset.org/pulication/7803 Astract In this wor, we solve multipoint oundary value prolems where the oundary value conditions are equations using the NewtonBroyden Shooting method (NBSM).The proposed method is tested upon several prolems from the literature and the results are compared with the availale exact solution. The experiments are given to illustrate the efficiency and implementation of the method. Keywords Boundary value prolem; Multipoint equation oundary value prolems, Shooting Method, NewtonBroyden method. I. INTRODUCTION OUNDARY value prolems of ordinary differential Bequations appear in a large domain of sciences and many practically important prolems lead to Multipoint Boundary Value Prolems (MBVP's).They are used to descrie a large numer of physical, iological and chemical phenomena. The wors of Prescott [10] and Timosheno [16] on elasticity, the monographs y Mansfield [5] and the wor of Dulácsa [4] on the effects of soil settlement are rich sources of such applications. Let us consider the oundary value prolem: Differential equation: f(y'(t), t) = 0 Boundary value condition: g(y'(t 0 ), Y'(t 1 ),..., Y'(t )) = 0 (1a) (1) where t R, Y'(t) = (y (n) (t), y (n1) (t),..., y'(t), y(t)) R m (n+1), f R m, y(t) R m, and g R m n. If = 0 the prolems ecome the initial value prolem. The prolems are called a twopoint oundary value prolem if = 1, and a multipoint oundary value prolem if > 1. Under certain conditions on the differential equations and the oundary conditions, systems (1a), (1) have solutions (or a unique solution). The proof of existence, and uniqueness, for some oundary value prolems is possile [6,0,1], ut for the A. Dhamacharoen is with the Department of mathematics, Faculty of Science, Burapha University, Bangsaen, Chonuri 0131, Thailand; ( ampon@uu.ac.th). Kanittha Chompuvised is with the Department of mathematics, Faculty of Science, and Technology, Nahon Ratchasima Raahat University, Nahon Ratchasima, Thailand; ( oein@hotmail.com). maority of prolems, providing proof is difficult, and so for this reason they remain unproved. Also, solving the prolems y analytical methods are rare since most of the prolems encountered were difficult, with complicate differential equations or complicate oundary conditions. On the contrary, various numerical methods were developed to approximately solve the prolems. Several techniques, such as shooting method [15,19] Adomian decomposition method (ADM) [,1], differential transform method (DTM) [18], variational iteration method (VIM) [9], successive iteration [13], splines [17], homotopy perturation method (HPM) [8,11], homotopy analysis method (HAM) [14] have een used to handle these types of prolems. In this paper, we concentrate on method of solving the multipoint oundary value prolem where the oundary conditions are equations, which we shall call the multipoint equation oundary value prolem. We adapted a method which was success in finding the approximate solution of twopoint BVPs (see []). The method maes use of the shooting method, ut has also adapted the technique of updating the initial values. Several examples are given to illustrate the efficiency and implementation of the method. II. THE NEWTON AND BROYDEN SHOOTING METHOD The process of shooting method is as follows: Firstly, guess the initial value z = Y'(t 0 ) and solve the differential equation (1a) with this initial value to get Y'(t i ), i = 1,,..., m; chec whether the condition (1) is satisfied; if not, adust the initial z and repeat until the condition (1) is met. More precisely, for the +1point oundary value prolems: Differential equation: f(y'(t), t) = 0 (a) Boundary value condition: g(y'(t 0 ), Y'(t 1 ),..., Y'(t )) = 0 () Let z = Y'(t 0 ) and F(z) = g(z, Y'(t 1 ),..., Y'(t ))), where Y'(t) and Y'(t ), = 1,,...,, are considered to e functions of z implicitly through the equation (a). The equation () can e written in the form F(z) = 0 (3) To solve (3) numerically, the Newton method has the scheme: z i+1 = z i [F'(z i )] 1 F(z i ), i = 1,, 3,... (4) International Scholarly and Scientific Research & Innovation 7(3) ISNI:

2 Vol:7, No:3, 013 Open Science Index, Mathematical and Computational Sciences Vol:7, No:3, 013 waset.org/pulication/7803 where F'(z) is the Jacoian matrix of the function F. The method is called Newton Shooting Method if (3) is solved using the Newton scheme (4). The most difficult tas in this prolem is to find the value F'(z i ) in each iteration, since the function F has implicit form, and its value is derived from solving the differential equations (1a). Let S(t, z) = Y'(t), we have F(z) = g(z, S(t 1, z),..., S(t, z)). Therefore: F'(z) = g where, and, = 1,,...,, are Jacoian matrices with appropriate sizes. The values and will e otained directly from (). The value i can e computed y =, = 1,,..., n. t= t From (1a) differentiating oth sides with respect to z gives: [ f (Y'(t), t)] = 0 Let p'(t) = = Y'(t), then can e otained from z z solving the system of linear differential equations f [ (Y'(t), t)] p'(t) = 0 (6) for p(t) and then set = p(t ), = 1,,..., n. Note that computing the value of F'(z) in each iteration requires so much wor, therefore, any method which could e utilized to avoid this wor, and which also wors satisfactorily well, would e preferred. To avoid the difficult calculation of F'(z), the Broyden scheme z i+1 = z i D 1 i F(zi ), i = 1,, 3,... (7) can e used to replace (3), that is, replacing F'(z) with a nonsingular matrix D i. With the appropriate initial z 0 and D 0, and with the Broyden updating D i+1 = D i + a T 1 where a = F(zi+1 T ), and = z i+1 z i, the scheme (7) will produce the sequence that hopefully converges to the solutions. In solving the system of ordinary equations, the Broyden method performs well, provided that a good initial point z and D were chosen. In case of convergence, the Broyden method has qsuper linearly order of convergence [7]. So, compared to the Newton method, which has quadratic convergence, ut involves a large amount of computation, the Broyden method may sometimes e preferale. Unfortunately, it is sometimes difficult to come up with a good initial guess, and thus the (5) solutions cannot e found. For the oundary value prolems with simple twopoint oundary conditions, experiments have showed that the Broyden wors well most of the time, even for nonlinear differential equations [3]. If the oundary conditions are equations, the Broyden still wors well if the differential equations are linear. However, many times, it can not reach a satisfactory solution if the differential equations are nonlinear. III. THE NEWTONBROYDEN SHOOTING METHOD Now, let's consider the function of the form The Newton scheme of this prolem is F(u(x), x) = 0 (8) x i+1 = x i [F'(u(x i ), x i )] 1 F(u(x i ), x i ), i = 0, 1,,... (9) where F'(u(x i ), x i ) = F u (u(x i ), x i )u'(x i ) + F x (u(x i ), x i ) Replace u'(x i ) y D i, gives x i+1 = x i [F u (u(x i ), x i )D i + F x (u(x i ), x i )] 1 F(u(x i ), x i ), i = 0, 1,,... (10) with updating: 1 D i+1 = D i + T (u(x i+1 ) u(x i ) D i )T (11) where = x i+1 x i. This method retains the good part of Newton method, and replaces the difficult part of Newton's y Broyden's. With a good initial guess for z 0 and D 0, the NewtonBroyden scheme (10) will produce the sequence that converges to a solution of (8), with qsuper linearly order of convergence [1]. Consider the function of the form: F(u 1 (x), u (x),, u (x), x) = 0 (1) where x, u (x) R m, = 1,,...,. The derivative is: F'(u 1 (x), u (x),, u (x), x) = Fu ( u 1( x),..., u( x), x) u '(x) 1 = + F x (u 1 (x), u (x),, u (x), x) The Newton scheme of this prolem is x i+1 = x i [ Fu ( u( x i), xi) u '(x i ) + F x (u(x i ), x i )] 1 F(u(x i ), x i ), 1 = i = 0, 1,, (13) where u(x) = (u 1 (x), u (x),, u (x)). Replace u '(x i ) y D i, gives x i+1 = x i [ Fu ( u( x i), xi) D i + F x (u(x i ), x i )] 1 F(u(x i ), x i ), 1 = i = 0, 1,, (14) with updating: International Scholarly and Scientific Research & Innovation 7(3) ISNI:

3 Vol:7, No:3, 013 Open Science Index, Mathematical and Computational Sciences Vol:7, No:3, 013 waset.org/pulication/7803 D i+1 = D i + where = x i+1 x i. 1 (u T (x i+1 ) u (x i ) D i ) T (15) Consider the equation (5) in the form of (13), the derivatives tae the forms: (F u1 (u(x i ), x i ), F u (u(x i ), x i ),..., F u (u(x i ), x i )) =, u '(x i ) =, = 1,,...,, and F x (u(x i ), x i ) = g. In using the scheme (14), the matrix at the ith iteration was replaced y D i, and the Broyden updating technique was used to otain D i+1. The full process (which should e called the NewtonBroyden Shooting method (NBSM)) will e as follows: S 1. Let Y'(t 0 ) = z 0 and a matrix D 0 (same size of ) e given. Solve the differential equation (a) with the initial values z 0 to otain Y'(t i ), i = 1,,...,. Compute F = F(z) = g(y'(t 1 ), Y'(t ),...,Y'(t ), z). Let u i = Y'(t ), = 1,,...,.. For i = 0, 1,,... do the following: g Compute, =, = 1,,...,, and H = + g D 1 = i Solve the system of linear equations H = F for. Let z i+1 = z i +. Solve the differential equation (a) with the new initial values z i+1, to otain Y'(t ), = 1,,...,. Compute u i+1 = Y'(t ) and F = F(z i+1 ) = g(y'(t 1 ), Y'(t ),...,Y'(t ), z i+1 ). Compute T 1 and a = (ui+1 T u i D i ), and update D i y D i+1 = D i + a T 3. Stop the iteration if i n, a prescried positive integer, or F < ε, or < ε, a given small numer. In the algorithm, the matrix was replaced y D i, so that sipping the step which involves solving the system of linear differential equations can save a large amount of wor, in terms of the numer of computation and implementation. The success of the method for solving oundary value prolems generally depends on two phases, which are namely the method of solving the initial value prolems, and the method of solving systems of equations. In this proposed method, the first part use the standard technique of solving the initial value prolems, such as the Taylor's method or the RungeKutta's method; the second part use the new technique t for solving the system of nonlinear equations derived y A. Dhamacharoen [1]. IV. EXPERIMENTS Various systems of oundary value prolems, with ordinary differential equations and multipoint equation oundary values conditions, have een solved using the scheme in section III. The prolems are as follow: Prolem 1: We consider the following thirdorder linear ordinary differential equation: 3 t x = tx + (t t 5t 3)e 1 x ( 0.5) x ( 0.5) x (1) + x(0) + x (0)x (1) = e e x (0)x(1) + x ( 0.5) x (0) + 4x (1) x (1) = 0 x (0)x ( 0.5) x ( 0.5) + x(1) x(0)x ( 0.5) = 0 t The exact solution of this prolem is x(t) = (t t )e Define the vectors x = (x(0), x (0), x (0)) ; u 1 (x) = x 0.5,x 0.5,x 0.5 and u (x) = ( ( ) ( ) ( )) ( x1,x ( ) ( 1,x ) ( 1) ), the function F(u 1 (x),u (x), x) is the vector in the oundary condition. The value of u can e otained y solving the differential equation with the initial value x, so that the function F is well defined. The Jacoian u ( x ) could e computed y solving the system of linear differential equations. However, use the approximating matrix D instead. Prolem : We consider the following thirdorder nonlinear ordinary differential equation: t x = e x 1 x( 0) + x ( 0.5) x(1) x (1) x(0.5) = 1 e x(0) x(0)x(1) + x( 0.5x(0.5) ) + x(1) = 1+ e x (0)x () 1 x () 1 + x (0.5) + x(0) x ( 0) x (0.5) = 0 t The exact solution of this prolem is, x(t) = e Prolem 3: We consider the following fourthorder nonlinear ordinary differential equation: (4) 7 x + xx 4t 4= 0 x (0) + x (0)x (0.5) + x (0.5) x (1) + x (1) 4x (0.5) = 3 x(0) + x (0)x (1) x (1) + x (0.5)x (0.5) 16x(0.5) + x(0.5) = 6 x (0) + x (0) + x (1) x (0.5) + x (0.5) x (0.5) = 5 x (0) + x (1)x (0.5) x (0.5) + x(0.5) x (0.5) = 6 4 The exact solution of this prolem is, x(t) = t. Define the vectors x = (x(0), x (0), x (0), x (0)) ; x 0.5, x 0.5, x 0.5, x (0.5) ; u 1 (x) = ( ( ) ( ) ( ) ) International Scholarly and Scientific Research & Innovation 7(3) ISNI:

4 Vol:7, No:3, 013 Open Science Index, Mathematical and Computational Sciences Vol:7, No:3, 013 waset.org/pulication/7803 u (x) = ( x ( 0.5 ), x ( 0.5 ), x ( 0.5 ), x (0.5)) u 3 (x) = ( x1,x ( ) ( 1,x ) ( 1,x(1) ) ) and, the function F(u 1 (x), u (x), u 3 (x), x) is the vector in the oundary condition. The value of u can e otained y solving the differential equation with the initial value x, so that the function F is well defined. Prolem 4: We consider the following nonlinear system of secondorder ordinary differential equation: y + tx + xy = t t + t + t t+ 3 x ty + x = t t + 6t x (0)y(0.5) + x (0)x (1) + y(1) = x (1) + y (0.5) + y (1) x(0.5)y(0) = 1 4x (0.5) y (0) + x(0) + y (1)x (1) = = y(0.5) x (0.5) x(0.5) y (0) x (0) y(1) 0 The exact solution of this prolem is, y(t) = t t. 3 x(t) = t t and Define the vectors x = (x(0), x (0), y(0), y (0)) ; u 1 (x) = x 0.5, x 0.5, y 0.5, y (0.5) and u (x) = ( ( ) ( ) ( ) ) ( x1,x ( ) ( 1,y1,y(1) ) ( ) ), the function F(u 1 (x), u (x), x) is the vector in the oundary condition. The value of u can e otained y solving the differential equation with the initial value x, so that the function F is well defined. The aove prolems were solved using three methods for comparison; the Broyden Shooting Method (BSM), the Newton Shooting Method (NSM) and the NewtonBroyden Shooting Method (NBSM). The computations for each prolem were made y using the same initial guess for all methods. The suitale initial value, and the numer of iterations (N) are shown in Tale I. The numer of operations were counted, and the saving cost of the proposed methods, which is the percentage of saving numer of operations relative to the Newton method, is shown in Tale II. The results show that the NBSM can compete with NSM. Although the numer of iterations of the NBSM to reach the solution is more than that of the NSM, overall the numer of operations is less than that of the NSM. TABLE I COMPARISON OF VARIOUS ITERATIVE METHODS Initial guess z 0 Solution Suitale Initial values for the solutions BSM NSM NBSM Prolem 1 N = 14 N = 10 N = 9 (, 0, 0.5) (0, 1, 0) (3.6E08, , 1E09) (E09, , 1.6E08) (1.E08, , 9E09) Prolem N = 64 N = 13 N = 7 (1.5, 1.5, 1.5) (1, 1, 1) ( , , ) ( , , ) ( , , ) Prolem 3 N = 11 N = 16 (1, 1, 1, 1) (0, 0, 0, 0) Diverge (6.870E09,.718E09,.4E10, 1.1E10) (1.077E08,.794E09,.44E10, 7.31E09) Prolem 4 N = 18 N = 18 (1, 1, 1, 0) (0, 1,0, 1) Diverge (9.90E09, , 6.994E09, ) (7.680E09, , 7.659E09, ) TABLE II THE NUMBER OF OPERATIONS AND THE SAVING COST OF ITERATIONS Initial guess Flops Saving(%) z 0 BSM NSM NBSM NBSM Prolem 1 (,0,0.5) Prolem (1.5,1.5,1.5) Prolem 3 (1,1,1,1) Diverge Prolem 4 (1,1,1,0) Diverge A. Figures and Tales Comparisons of the solution from the NBSM with the exact values are given in tale IIIVI elow. We oserved from the tale that the values otained y the NBSM are reasonaly closed to the exact values, and the NBSM still remain efficient, even for higher order BVP and nonlinear systems of BVP. TABLE III RESULT OF PROBLEM 1 t Exact solution NBSM solution Error E E E E E E E E E E E E E E09 International Scholarly and Scientific Research & Innovation 7(3) ISNI:

5 Vol:7, No:3, 013 Open Science Index, Mathematical and Computational Sciences Vol:7, No:3, 013 waset.org/pulication/7803 TABLE IV RESULT OF PROBLEM t Exact solution NBSM solution Error E E E E E E E E E E E09 TABLE V RESULT OF PROBLEM 3 t Exact NBSM solution Error solution E E E E E E E E E E E11 TABLE VI RESULT OF PROBLEM 4 t Exact solution x(t) NBSM solution Error E E E E E E E E E E E09 V. CONCLUSION The multipoint equation oundary value prolem, can e solved using the NewtonBroyden Shooting method. The experiments have shown that the method wored well, as expected, which is to say that the good initial guesses were easily found. ACKNOWLEDGMENT The author would lie to than the referees for their comments. This research was supported y the Research Fund from the National Research Council of Thailand). [3] A. Prachanuru, Broyden method in solving equations oundary value prolems, Master's thesis, Department of Mathematics, Graduate School, Burapha University (007). [4] E. Dulácsa, Soil Settlement Effects on Buildings,Developments Geotechn. Engrg., vol. 69, Elsevier, Amsterdam,199. [5] E. H. Mansfield, The Bending and Stretching of Plates Internat. Ser. Monogr. Aeronautics and Astronautics, vol. 6 Pergamon, New Yor, [6] H. B. Keller, Existence theory for two point oundary value prolems, Bull. Amer. Math. Soc., 7 (1966), [7] J. E. Dennis, and R. B. Schnael, Numerical Methods forunconstrained Optimization and Nonlinear Equations, SIAM,1966. [8] J. H. He, Homotopy perturation method for solving oundary value prolems, Phys. Lett. A. 350 (006), [9] J. H. He, Variational approach to the sixthorder oundaryvalue prolems, Appl. Math. Comput. 143 (3) (003), [10] J. Prescott, Applied Elasticity, Dover, New Yor, [11] M. A. Noor, S.T. MohyudDin, An efficient algorithm for solving fifthorder oundary value prolems, Math. Comput. Model. 45 (78) (007), [1] M. Tatari, M. Dehgan, The use of the Adomian decomposition method for solving multipoint oundary value prolems, Phys. Scr. 73 (006), [13] Q. Yao, Successive iteration and positive solution for nonlinear secondorder threepoint oundary value prolem, Comput. Math. Appl. 50 (005), [14] S. J. Liao, Beyond Perturation: Introduction to the Homotopy Analysis Method, Chapman & Hall/CRC, Florida, 004. [15] S. N. Ha, A nonlinear shooting method for twopoint oundary value prolems, Comput. Math. Appl., 4 (1011) (001), [16] S. P. Timosheno, Theory of Elastic Staility, McGraw Hill, New Yor, [17] SiraUlIslam, I.A. Tirmizi, FazaliHaq, M.A. han, Nonpolynomial splines approach to the solution of sixthorder oundaryvalue prolems, Appl. Math. Comput. 195 (008), [18] SiraUlIslam, SiraulHaq, Javed Ali, Numerical solution of special 1thorder oundary value prolems using differential transform method, Comm. Nonl. Sci. Numeric. Simul. 14 (4) (009), [19] U. M. Ascher, R. M. M. Matthei, R. D. Russell, Numerical solution of oundary value prolems for ordinary differential equations, Englewood Cliffs: Prentice Halll (1988). [0] W. Jiang, M. Cui, Constructive proof for existence of nonlinear twopoint oundary value prolems., Appl. Math. Comput., 15 (5) (009), [1] Y. Tao, G. Gao, Existence, uniqueness and approximation of classical solutions to nonlinear twopoint oundary value prolems., Nonlinear Anal., 50 (7) (00), [] K. Chompuvised, A. Dhamacharoen, Solving oundary value prolems of ordinary differential equations with nonseparatedoundary conditions, Applied Mathematics and Computation,Volume 17, Issue 4, 15 August 011, Pages REFERENCES [1] A. Dhamacharoen, TwoStage Iteration Methods for Solving Systems of Nonlinear Equations, In The 15th Annual Meeting in Mathematics., Bango., Annu. 010, 68. [] A. M. Wazwaz, The numerical solution of sixthorder oundary value prolems y the modified decomposition method, Appl. Math. Comput. 118 (001), International Scholarly and Scientific Research & Innovation 7(3) ISNI:

Analytical solution for determination the control parameter in the inverse parabolic equation using HAM

Analytical solution for determination the control parameter in the inverse parabolic equation using HAM Available at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 12, Issue 2 (December 2017, pp. 1072 1087 Applications and Applied Mathematics: An International Journal (AAM Analytical solution

More information

Comparison of homotopy analysis method and homotopy perturbation method through an evolution equation

Comparison of homotopy analysis method and homotopy perturbation method through an evolution equation Comparison of homotopy analysis method and homotopy perturbation method through an evolution equation Songxin Liang, David J. Jeffrey Department of Applied Mathematics, University of Western Ontario, London,

More information

NUMERICAL SOLUTIONS OF SYSTEM OF SECOND ORDER BOUNDARY VALUE PROBLEMS USING GALERKIN METHOD

NUMERICAL SOLUTIONS OF SYSTEM OF SECOND ORDER BOUNDARY VALUE PROBLEMS USING GALERKIN METHOD GANIT J. Bangladesh Math. Soc. (ISSN 1606-3694) 37 (2017) 161-174 NUMERICAL SOLUTIONS OF SYSTEM OF SECOND ORDER BOUNDARY VALUE PROBLEMS USING GALERKIN METHOD Mahua Jahan Rupa 1 and Md. Shafiqul Islam 2

More information

SOLVING THE KLEIN-GORDON EQUATIONS VIA DIFFERENTIAL TRANSFORM METHOD

SOLVING THE KLEIN-GORDON EQUATIONS VIA DIFFERENTIAL TRANSFORM METHOD Journal of Science and Arts Year 15, No. 1(30), pp. 33-38, 2015 ORIGINAL PAPER SOLVING THE KLEIN-GORDON EQUATIONS VIA DIFFERENTIAL TRANSFORM METHOD JAMSHAD AHMAD 1, SANA BAJWA 2, IFFAT SIDDIQUE 3 Manuscript

More information

An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation

An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation Adv. Theor. Appl. Mech., Vol. 3, 21, no. 11, 513-52 An Analytic Study of the (2 + 1)-Dimensional Potential Kadomtsev-Petviashvili Equation B. Batiha and K. Batiha Department of Mathematics, Faculty of

More information

The Homotopy Perturbation Method (HPM) for Nonlinear Parabolic Equation with Nonlocal Boundary Conditions

The Homotopy Perturbation Method (HPM) for Nonlinear Parabolic Equation with Nonlocal Boundary Conditions Applied Mathematical Sciences, Vol. 5, 211, no. 3, 113-123 The Homotopy Perturbation Method (HPM) for Nonlinear Parabolic Equation with Nonlocal Boundary Conditions M. Ghoreishi School of Mathematical

More information

Numerical Solution of Fourth Order Boundary-Value Problems Using Haar Wavelets

Numerical Solution of Fourth Order Boundary-Value Problems Using Haar Wavelets Applied Mathematical Sciences, Vol. 5, 20, no. 63, 33-346 Numerical Solution of Fourth Order Boundary-Value Problems Using Haar Wavelets Fazal-i-Haq Department of Maths/Stats/CS Khyber Pukhtoon Khwa Agricultral

More information

The variational homotopy perturbation method for solving the K(2,2)equations

The variational homotopy perturbation method for solving the K(2,2)equations International Journal of Applied Mathematical Research, 2 2) 213) 338-344 c Science Publishing Corporation wwwsciencepubcocom/indexphp/ijamr The variational homotopy perturbation method for solving the

More information

Newton-homotopy analysis method for nonlinear equations

Newton-homotopy analysis method for nonlinear equations Applied Mathematics and Computation 188 (2007) 1794 1800 www.elsevier.com/locate/amc Newton-homotopy analysis method for nonlinear equations S. Abbasbandy a, *, Y. Tan b, S.J. Liao b a Department of Mathematics,

More information

A Variational Iterative Method for Solving the Linear and Nonlinear Klein-Gordon Equations

A Variational Iterative Method for Solving the Linear and Nonlinear Klein-Gordon Equations Applied Mathematical Sciences, Vol. 4, 21, no. 39, 1931-194 A Variational Iterative Method for Solving the Linear and Nonlinear Klein-Gordon Equations M. Hussain and Majid Khan Department of Sciences and

More information

On the Homotopy Perturbation Method and the Adomian Decomposition Method for Solving Abel Integral Equations of the Second Kind

On the Homotopy Perturbation Method and the Adomian Decomposition Method for Solving Abel Integral Equations of the Second Kind Applied Mathematical Sciences, Vol. 5, 211, no. 16, 799-84 On the Homotopy Perturbation Method and the Adomian Decomposition Method for Solving Abel Integral Equations of the Second Kind A. R. Vahidi Department

More information

Variation of Parameters Method for Solving Fifth-Order. Boundary Value Problems

Variation of Parameters Method for Solving Fifth-Order. Boundary Value Problems Applied Mathematics & Information Sciences 2(2) (28), 135 141 An International Journal c 28 Dixie W Publishing Corporation, U. S. A. Variation of Parameters Method for Solving Fifth-Order Boundary Value

More information

RECURSIVE DIFFERENTIATION METHOD FOR BOUNDARY VALUE PROBLEMS: APPLICATION TO ANALYSIS OF A BEAM-COLUMN ON AN ELASTIC FOUNDATION

RECURSIVE DIFFERENTIATION METHOD FOR BOUNDARY VALUE PROBLEMS: APPLICATION TO ANALYSIS OF A BEAM-COLUMN ON AN ELASTIC FOUNDATION Journal of Theoretical and Applied Mechanics, Sofia, 2014, vol. 44, No. 2, pp. 57 70 RECURSIVE DIFFERENTIATION METHOD FOR BOUNDARY VALUE PROBLEMS: APPLICATION TO ANALYSIS OF A BEAM-COLUMN ON AN ELASTIC

More information

International Journal of Modern Theoretical Physics, 2012, 1(1): International Journal of Modern Theoretical Physics

International Journal of Modern Theoretical Physics, 2012, 1(1): International Journal of Modern Theoretical Physics International Journal of Modern Theoretical Physics, 2012, 1(1): 13-22 International Journal of Modern Theoretical Physics Journal homepage:www.modernscientificpress.com/journals/ijmtp.aspx ISSN: 2169-7426

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

Existence and multiple solutions for a second-order difference boundary value problem via critical point theory

Existence and multiple solutions for a second-order difference boundary value problem via critical point theory J. Math. Anal. Appl. 36 (7) 511 5 www.elsevier.com/locate/jmaa Existence and multiple solutions for a second-order difference boundary value problem via critical point theory Haihua Liang a,b,, Peixuan

More information

Stability Domain of a Linear Differential Equation with Two Delays

Stability Domain of a Linear Differential Equation with Two Delays ELSEVIER An International Journal Availale online at www.sciencedirect.com computers &.c,..c. ~--~c,..c.. mathematics with applications Computers and Mathematics with Applications 51 (2006) 153-159 www.elsevier.com/locate/camwa

More information

On Worley s theorem in Diophantine approximations

On Worley s theorem in Diophantine approximations Annales Mathematicae et Informaticae 35 (008) pp. 61 73 http://www.etf.hu/ami On Worley s theorem in Diophantine approximations Andrej Dujella a, Bernadin Irahimpašić a Department of Mathematics, University

More information

On Temporal Instability of Electrically Forced Axisymmetric Jets with Variable Applied Field and Nonzero Basic State Velocity

On Temporal Instability of Electrically Forced Axisymmetric Jets with Variable Applied Field and Nonzero Basic State Velocity Availale at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 19-966 Vol. 6, Issue 1 (June 11) pp. 7 (Previously, Vol. 6, Issue 11, pp. 1767 178) Applications and Applied Mathematics: An International Journal

More information

THE DIFFERENTIAL TRANSFORMATION METHOD AND PADE APPROXIMANT FOR A FORM OF BLASIUS EQUATION. Haldun Alpaslan Peker, Onur Karaoğlu and Galip Oturanç

THE DIFFERENTIAL TRANSFORMATION METHOD AND PADE APPROXIMANT FOR A FORM OF BLASIUS EQUATION. Haldun Alpaslan Peker, Onur Karaoğlu and Galip Oturanç Mathematical and Computational Applications, Vol. 16, No., pp. 507-513, 011. Association for Scientific Research THE DIFFERENTIAL TRANSFORMATION METHOD AND PADE APPROXIMANT FOR A FORM OF BLASIUS EQUATION

More information

Applications of Differential Transform Method To Initial Value Problems

Applications of Differential Transform Method To Initial Value Problems American Journal of Engineering Research (AJER) 207 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-2, pp-365-37 www.ajer.org Research Paper Open Access

More information

The Modified Adomian Decomposition Method for. Solving Nonlinear Coupled Burger s Equations

The Modified Adomian Decomposition Method for. Solving Nonlinear Coupled Burger s Equations Nonlinear Analysis and Differential Equations, Vol. 3, 015, no. 3, 111-1 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/nade.015.416 The Modified Adomian Decomposition Method for Solving Nonlinear

More information

Adomian Decomposition Method with Laguerre Polynomials for Solving Ordinary Differential Equation

Adomian Decomposition Method with Laguerre Polynomials for Solving Ordinary Differential Equation J. Basic. Appl. Sci. Res., 2(12)12236-12241, 2012 2012, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Adomian Decomposition Method with Laguerre

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

A Matrix Approach to Solving Hyperbolic Partial Differential Equations Using Bernoulli Polynomials

A Matrix Approach to Solving Hyperbolic Partial Differential Equations Using Bernoulli Polynomials Filomat 3:4 216 993 1 DOI 12298/FIL164993E Pulished y Faculty of Sciences and Mathematics University of iš Seria Availale at: http://wwwpmfniacrs/filomat A Matrix Approach to Solving Hyperolic Partial

More information

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate

Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate ISSN : 48-96, Vol. 3, Issue 6, Nov-Dec 03, 6-66 www.iera.com RESEARCH ARTICLE OPEN ACCESS Implicit Finite Difference Solution of Boundary Layer Heat Flow over a Flat Plate Satish V Desale*, V.H.Pradhan**

More information

arxiv: v1 [math.na] 20 May 2013

arxiv: v1 [math.na] 20 May 2013 A numerical method based on the reproducing kernel Hilbert space method for the solution of fifth-order boundary-value problems arxiv:1305.4445v1 [math.na] 0 May 013 Mustafa Inc, Ali Akgül and Mehdi Dehghan

More information

Lie s Symmetries of (2+1)dim PDE

Lie s Symmetries of (2+1)dim PDE International Journal of Mathematics Trends and Technology (IJMTT) - Volume 5 Numer 6 Novemer 7 Lie s Symmetries of (+)dim PDE S. Padmasekaran and S. Rajeswari Department of Mathematics Periyar University

More information

Modified Adomian Decomposition Method for Solving Particular Third-Order Ordinary Differential Equations

Modified Adomian Decomposition Method for Solving Particular Third-Order Ordinary Differential Equations Applied Mathematical Sciences, Vol. 6, 212, no. 3, 1463-1469 Modified Adomian Decomposition Method for Solving Particular Third-Order Ordinary Differential Equations P. Pue-on 1 and N. Viriyapong 2 Department

More information

SOLUTION OF TROESCH S PROBLEM USING HE S POLYNOMIALS

SOLUTION OF TROESCH S PROBLEM USING HE S POLYNOMIALS REVISTA DE LA UNIÓN MATEMÁTICA ARGENTINA Volumen 52, Número 1, 2011, Páginas 143 148 SOLUTION OF TROESCH S PROBLEM USING HE S POLYNOMIALS SYED TAUSEEF MOHYUD-DIN Abstract. In this paper, we apply He s

More information

1. Introduction , Campus, Karaman, Turkey b Department of Mathematics, Science Faculty of Selcuk University, 42100, Campus-Konya, Turkey

1. Introduction , Campus, Karaman, Turkey b Department of Mathematics, Science Faculty of Selcuk University, 42100, Campus-Konya, Turkey Application of Differential Transform Method for El Nino Southern Oscillation (ENSO) Model with compared Adomian Decomposition and Variational Iteration Methods Murat Gubes a, H. Alpaslan Peer b, Galip

More information

Journal of Engineering Science and Technology Review 2 (1) (2009) Research Article

Journal of Engineering Science and Technology Review 2 (1) (2009) Research Article Journal of Engineering Science and Technology Review 2 (1) (2009) 118-122 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org Thin film flow of non-newtonian fluids on a

More information

The approximation of solutions for second order nonlinear oscillators using the polynomial least square method

The approximation of solutions for second order nonlinear oscillators using the polynomial least square method Available online at www.isr-publications.com/jnsa J. Nonlinear Sci. Appl., 1 (217), 234 242 Research Article Journal Homepage: www.tjnsa.com - www.isr-publications.com/jnsa The approximation of solutions

More information

Exact Solutions for a Class of Singular Two-Point Boundary Value Problems Using Adomian Decomposition Method

Exact Solutions for a Class of Singular Two-Point Boundary Value Problems Using Adomian Decomposition Method Applied Mathematical Sciences, Vol 6, 212, no 122, 697-618 Exact Solutions for a Class of Singular Two-Point Boundary Value Problems Using Adomian Decomposition Method Abdelhalim Ebaid 1 and Mona D Aljoufi

More information

Solution of Fourth Order Boundary Value Problems by Numerical Algorithms Based on Nonpolynomial Quintic Splines

Solution of Fourth Order Boundary Value Problems by Numerical Algorithms Based on Nonpolynomial Quintic Splines Journal of Numerical Mathematics and Stochastics, 4(1) : 13-25, 2012 http://www.jnmas.org/jnmas4-2.pdf JNM@S Euclidean Press, LLC Online: ISSN 2151-2302 Solution of Fourth Order Boundary Value Problems

More information

Homotopy Perturbation Method for the Fisher s Equation and Its Generalized

Homotopy Perturbation Method for the Fisher s Equation and Its Generalized ISSN 749-889 (print), 749-897 (online) International Journal of Nonlinear Science Vol.8(2009) No.4,pp.448-455 Homotopy Perturbation Method for the Fisher s Equation and Its Generalized M. Matinfar,M. Ghanbari

More information

VARIATION OF PARAMETERS METHOD FOR SOLVING SIXTH-ORDER BOUNDARY VALUE PROBLEMS

VARIATION OF PARAMETERS METHOD FOR SOLVING SIXTH-ORDER BOUNDARY VALUE PROBLEMS Commun. Korean Math. Soc. 24 (29), No. 4, pp. 65 615 DOI 1.4134/CKMS.29.24.4.65 VARIATION OF PARAMETERS METHOD FOR SOLVING SIXTH-ORDER BOUNDARY VALUE PROBLEMS Syed Tauseef Mohyud-Din, Muhammad Aslam Noor,

More information

Heat Transfer Analysis of a Space Radiating Fin with Variable Thermal Conductivity

Heat Transfer Analysis of a Space Radiating Fin with Variable Thermal Conductivity Heat Transfer Analysis of a Space Radiating Fin ith Variale Thermal Conductivity Farzad Bazdidi-Tehrani, azdid@iust.ac.ir Department of Mechanical ngineering, Iran University of Science and Technology,

More information

Application of Variational Iteration Method to a General Riccati Equation

Application of Variational Iteration Method to a General Riccati Equation International Mathematical Forum,, 007, no. 56, 759-770 Application of Variational Iteration Method to a General Riccati Equation B. Batiha, M. S. M. Noorani and I. Hashim School of Mathematical Sciences

More information

Analytical Solution of BVPs for Fourth-order Integro-differential Equations by Using Homotopy Analysis Method

Analytical Solution of BVPs for Fourth-order Integro-differential Equations by Using Homotopy Analysis Method ISSN 1749-3889 (print), 1749-3897 (online) International Journal of Nonlinear Science Vol.9(21) No.4,pp.414-421 Analytical Solution of BVPs for Fourth-order Integro-differential Equations by Using Homotopy

More information

On the convergence of the homotopy analysis method to solve the system of partial differential equations

On the convergence of the homotopy analysis method to solve the system of partial differential equations Journal of Linear and Topological Algebra Vol. 04, No. 0, 015, 87-100 On the convergence of the homotopy analysis method to solve the system of partial differential equations A. Fallahzadeh a, M. A. Fariborzi

More information

On Numerical Solutions of Systems of. Ordinary Differential Equations. by Numerical-Analytical Method

On Numerical Solutions of Systems of. Ordinary Differential Equations. by Numerical-Analytical Method Applied Mathematical Sciences, Vol. 8, 2014, no. 164, 8199-8207 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.12988/ams.2014.410807 On Numerical Solutions of Systems of Ordinary Differential Equations

More information

Improved Newton s method with exact line searches to solve quadratic matrix equation

Improved Newton s method with exact line searches to solve quadratic matrix equation Journal of Computational and Applied Mathematics 222 (2008) 645 654 wwwelseviercom/locate/cam Improved Newton s method with exact line searches to solve quadratic matrix equation Jian-hui Long, Xi-yan

More information

Concentration of magnetic transitions in dilute magnetic materials

Concentration of magnetic transitions in dilute magnetic materials Journal of Physics: Conference Series OPEN ACCESS Concentration of magnetic transitions in dilute magnetic materials To cite this article: V I Beloon et al 04 J. Phys.: Conf. Ser. 490 065 Recent citations

More information

Critical value of the total debt in view of the debts. durations

Critical value of the total debt in view of the debts. durations Critical value of the total det in view of the dets durations I.A. Molotov, N.A. Ryaova N.V.Pushov Institute of Terrestrial Magnetism, the Ionosphere and Radio Wave Propagation, Russian Academy of Sciences,

More information

MULTISTAGE HOMOTOPY ANALYSIS METHOD FOR SOLVING NON- LINEAR RICCATI DIFFERENTIAL EQUATIONS

MULTISTAGE HOMOTOPY ANALYSIS METHOD FOR SOLVING NON- LINEAR RICCATI DIFFERENTIAL EQUATIONS MULTISTAGE HOMOTOPY ANALYSIS METHOD FOR SOLVING NON- LINEAR RICCATI DIFFERENTIAL EQUATIONS Hossein Jafari & M. A. Firoozjaee Young Researchers club, Islamic Azad University, Jouybar Branch, Jouybar, Iran

More information

Adomian Decomposition Method (ADM) for Nonlinear Wave-like Equations with Variable Coefficient

Adomian Decomposition Method (ADM) for Nonlinear Wave-like Equations with Variable Coefficient Applied Mathematical Sciences, Vol. 4, 1, no. 49, 431-444 Adomian Decomposition Method (ADM) for Nonlinear Wave-like Equations with Variable Coefficient Mohammad Ghoreishi School of Mathematical Sciences,

More information

Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots

Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots Kepler s Law Level Upper secondary Mathematical Ideas Modelling data, power variation, straightening data with logarithms, residual plots Description and Rationale Many traditional mathematics prolems

More information

The Series Solution of Problems in the Calculus of Variations via the Homotopy Analysis Method

The Series Solution of Problems in the Calculus of Variations via the Homotopy Analysis Method The Series Solution of Problems in the Calculus of Variations via the Homotopy Analysis Method Saeid Abbasbandy and Ahmand Shirzadi Department of Mathematics, Imam Khomeini International University, Ghazvin,

More information

Abdolamir Karbalaie 1, Hamed Hamid Muhammed 2, Maryam Shabani 3 Mohammad Mehdi Montazeri 4

Abdolamir Karbalaie 1, Hamed Hamid Muhammed 2, Maryam Shabani 3 Mohammad Mehdi Montazeri 4 ISSN 1749-3889 print, 1749-3897 online International Journal of Nonlinear Science Vol.172014 No.1,pp.84-90 Exact Solution of Partial Differential Equation Using Homo-Separation of Variables Abdolamir Karbalaie

More information

Commun Nonlinear Sci Numer Simulat

Commun Nonlinear Sci Numer Simulat Commun Nonlinear Sci Numer Simulat 16 (2011) 2730 2736 Contents lists available at ScienceDirect Commun Nonlinear Sci Numer Simulat journal homepage: www.elsevier.com/locate/cnsns Homotopy analysis method

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

CHAPTER 5. Linear Operators, Span, Linear Independence, Basis Sets, and Dimension

CHAPTER 5. Linear Operators, Span, Linear Independence, Basis Sets, and Dimension A SERIES OF CLASS NOTES TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS LINEAR CLASS NOTES: A COLLECTION OF HANDOUTS FOR REVIEW AND PREVIEW OF LINEAR THEORY

More information

Soliton solution of the Kadomtse-Petviashvili equation by homotopy perturbation method

Soliton solution of the Kadomtse-Petviashvili equation by homotopy perturbation method ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 5 (2009) No. 1, pp. 38-44 Soliton solution of the Kadomtse-Petviashvili equation by homotopy perturbation method H. Mirgolbabaei

More information

Research Article A Two-Step Matrix-Free Secant Method for Solving Large-Scale Systems of Nonlinear Equations

Research Article A Two-Step Matrix-Free Secant Method for Solving Large-Scale Systems of Nonlinear Equations Applied Mathematics Volume 2012, Article ID 348654, 9 pages doi:10.1155/2012/348654 Research Article A Two-Step Matrix-Free Secant Method for Solving Large-Scale Systems of Nonlinear Equations M. Y. Waziri,

More information

On the Solvability of Two-point, Second-order Boundary Value Problems

On the Solvability of Two-point, Second-order Boundary Value Problems On the Solvability of Two-point, Second-order Boundary Value Problems Matthew Rudd and Christopher C. Tisdell August 25, 26 Department of Mathematics, University of Idaho, Moscow, ID 83844, USA E-mail:

More information

An efficient algorithm on timefractional. equations with variable coefficients. Research Article OPEN ACCESS. Jamshad Ahmad*, Syed Tauseef Mohyud-Din

An efficient algorithm on timefractional. equations with variable coefficients. Research Article OPEN ACCESS. Jamshad Ahmad*, Syed Tauseef Mohyud-Din OPEN ACCESS Research Article An efficient algorithm on timefractional partial differential equations with variable coefficients Jamshad Ahmad*, Syed Tauseef Mohyud-Din Department of Mathematics, Faculty

More information

Applications Of Differential Transform Method To Integral Equations

Applications Of Differential Transform Method To Integral Equations American Journal of Engineering Research (AJER) 28 American Journal of Engineering Research (AJER) e-issn: 232-847 p-issn : 232-936 Volume-7, Issue-, pp-27-276 www.ajer.org Research Paper Open Access Applications

More information

AN AUTOMATIC SCHEME ON THE HOMOTOPY ANALYSIS METHOD FOR SOLVING NONLINEAR ALGEBRAIC EQUATIONS. Safwan Al-Shara

AN AUTOMATIC SCHEME ON THE HOMOTOPY ANALYSIS METHOD FOR SOLVING NONLINEAR ALGEBRAIC EQUATIONS. Safwan Al-Shara italian journal of pure and applied mathematics n. 37 2017 (5 14) 5 AN AUTOMATIC SCHEME ON THE HOMOTOPY ANALYSIS METHOD FOR SOLVING NONLINEAR ALGEBRAIC EQUATIONS Safwan Al-Shara Department of Mathematics

More information

The method of successive approximations for exact solutions of Laplace equation and of heat-like and wave-like equations with variable coefficients

The method of successive approximations for exact solutions of Laplace equation and of heat-like and wave-like equations with variable coefficients The method of successive approximations for exact solutions of Laplace equation and of heat-like and wave-like equations with variable coefficients T. Zhanlav and D. Khongorzul National University of Mongolia,

More information

A new Mittag-Leffler function undetermined coefficient method and its applications to fractional homogeneous partial differential equations

A new Mittag-Leffler function undetermined coefficient method and its applications to fractional homogeneous partial differential equations Available online at www.isr-publications.com/jnsa J. Nonlinear Sci. Appl., 10 (2017), 4515 4523 Research Article Journal Homepage: www.tjnsa.com - www.isr-publications.com/jnsa A new Mittag-Leffler function

More information

Homotopy Perturbation Method for Solving Systems of Nonlinear Coupled Equations

Homotopy Perturbation Method for Solving Systems of Nonlinear Coupled Equations Applied Mathematical Sciences, Vol 6, 2012, no 96, 4787-4800 Homotopy Perturbation Method for Solving Systems of Nonlinear Coupled Equations A A Hemeda Department of Mathematics, Faculty of Science Tanta

More information

Analysis of Fractional Nonlinear Differential Equations Using the Homotopy Perturbation Method

Analysis of Fractional Nonlinear Differential Equations Using the Homotopy Perturbation Method Analysis of Fractional Nonlinear Differential Equations Using the Homotopy Perturbation Method Mehmet Ali Balcı and Ahmet Yıldırım Ege University, Department of Mathematics, 35100 Bornova-İzmir, Turkey

More information

Module 9: Further Numbers and Equations. Numbers and Indices. The aim of this lesson is to enable you to: work with rational and irrational numbers

Module 9: Further Numbers and Equations. Numbers and Indices. The aim of this lesson is to enable you to: work with rational and irrational numbers Module 9: Further Numers and Equations Lesson Aims The aim of this lesson is to enale you to: wor with rational and irrational numers wor with surds to rationalise the denominator when calculating interest,

More information

EXP-FUNCTION METHOD FOR SOLVING HIGHER-ORDER BOUNDARY VALUE PROBLEMS

EXP-FUNCTION METHOD FOR SOLVING HIGHER-ORDER BOUNDARY VALUE PROBLEMS Bulletin of the Institute of Mathematics Academia Sinica (New Series) Vol. 4 (2009), No. 2, pp. 219-234 EXP-FUNCTION METHOD FOR SOLVING HIGHER-ORDER BOUNDARY VALUE PROBLEMS BY SYED TAUSEEF MOHYUD-DIN,

More information

CONTINUOUS DEPENDENCE ESTIMATES FOR VISCOSITY SOLUTIONS OF FULLY NONLINEAR DEGENERATE ELLIPTIC EQUATIONS

CONTINUOUS DEPENDENCE ESTIMATES FOR VISCOSITY SOLUTIONS OF FULLY NONLINEAR DEGENERATE ELLIPTIC EQUATIONS Electronic Journal of Differential Equations, Vol. 20022002), No. 39, pp. 1 10. ISSN: 1072-6691. URL: http://ejde.math.swt.edu or http://ejde.math.unt.edu ftp ejde.math.swt.edu login: ftp) CONTINUOUS DEPENDENCE

More information

Iteration and SUT-based Variational Filter

Iteration and SUT-based Variational Filter Iteration and SUT-ased Variational Filter Ming Lei 1, Zhongliang Jing 1, and Christophe Baehr 2 1. School of Aeronautics and Astronautics, Shanghai Jiaotong University, Shanghai 2. Météo-France/CNRS, Toulouse

More information

Exact Solutions for the Nonlinear (2+1)-Dimensional Davey-Stewartson Equation Using the Generalized ( G. )-Expansion Method

Exact Solutions for the Nonlinear (2+1)-Dimensional Davey-Stewartson Equation Using the Generalized ( G. )-Expansion Method Journal of Mathematics Research; Vol. 6, No. ; 04 ISSN 96-9795 E-ISSN 96-9809 Published by Canadian Center of Science and Education Exact Solutions for the Nonlinear +-Dimensional Davey-Stewartson Equation

More information

Solution of Differential Equations of Lane-Emden Type by Combining Integral Transform and Variational Iteration Method

Solution of Differential Equations of Lane-Emden Type by Combining Integral Transform and Variational Iteration Method Nonlinear Analysis and Differential Equations, Vol. 4, 2016, no. 3, 143-150 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/nade.2016.613 Solution of Differential Equations of Lane-Emden Type by

More information

Approximate Solution of an Integro-Differential Equation Arising in Oscillating Magnetic Fields Using the Differential Transformation Method

Approximate Solution of an Integro-Differential Equation Arising in Oscillating Magnetic Fields Using the Differential Transformation Method IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 13, Issue 5 Ver. I1 (Sep. - Oct. 2017), PP 90-97 www.iosrjournals.org Approximate Solution of an Integro-Differential

More information

Nonlinear equations. Norms for R n. Convergence orders for iterative methods

Nonlinear equations. Norms for R n. Convergence orders for iterative methods Nonlinear equations Norms for R n Assume that X is a vector space. A norm is a mapping X R with x such that for all x, y X, α R x = = x = αx = α x x + y x + y We define the following norms on the vector

More information

The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation

The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation Computational Methods for Differential Equations http://cmdetabrizuacir Vol 4, No, 206, pp 43-53 The comparison of optimal homotopy asymptotic method and homotopy perturbation method to solve Fisher equation

More information

The variational iteration method for solving linear and nonlinear ODEs and scientific models with variable coefficients

The variational iteration method for solving linear and nonlinear ODEs and scientific models with variable coefficients Cent. Eur. J. Eng. 4 24 64-7 DOI:.2478/s353-3-4-6 Central European Journal of Engineering The variational iteration method for solving linear and nonlinear ODEs and scientific models with variable coefficients

More information

The Use of Sumudu Decomposition Method for Solving Predator-Prey Systems

The Use of Sumudu Decomposition Method for Solving Predator-Prey Systems Math. Sci. Lett. 5, No., 285-289 (2016) 285 Mathematical Sciences Letters An International Journal http://dx.doi.org/10.18576/msl/05010 The Use of Sumudu Decomposition Method for Solving Predator-Prey

More information

A Study On Linear and Non linear Schrodinger Equations by Reduced Differential Transform Method

A Study On Linear and Non linear Schrodinger Equations by Reduced Differential Transform Method Malaya J. Mat. 4(1)(2016) 59-64 A Study On Linear and Non linear Schrodinger Equations by Reduced Differential Transform Method T.R. Ramesh Rao a, a Department of Mathematics and Actuarial Science, B.S.

More information

Lecture 1 & 2: Integer and Modular Arithmetic

Lecture 1 & 2: Integer and Modular Arithmetic CS681: Computational Numer Theory and Algera (Fall 009) Lecture 1 & : Integer and Modular Arithmetic July 30, 009 Lecturer: Manindra Agrawal Scrie: Purushottam Kar 1 Integer Arithmetic Efficient recipes

More information

SOLUTION OF FRACTIONAL INTEGRO-DIFFERENTIAL EQUATIONS BY ADOMIAN DECOMPOSITION METHOD

SOLUTION OF FRACTIONAL INTEGRO-DIFFERENTIAL EQUATIONS BY ADOMIAN DECOMPOSITION METHOD SOLUTION OF FRACTIONAL INTEGRO-DIFFERENTIAL EQUATIONS BY ADOMIAN DECOMPOSITION METHOD R. C. Mittal 1 and Ruchi Nigam 2 1 Department of Mathematics, I.I.T. Roorkee, Roorkee, India-247667. Email: rcmmmfma@iitr.ernet.in

More information

SOLUTION TO BERMAN S MODEL OF VISCOUS FLOW IN POROUS CHANNEL BY OPTIMAL HOMOTOPY ASYMPTOTIC METHOD

SOLUTION TO BERMAN S MODEL OF VISCOUS FLOW IN POROUS CHANNEL BY OPTIMAL HOMOTOPY ASYMPTOTIC METHOD SOLUTION TO BERMAN S MODEL OF VISCOUS FLOW IN POROUS CHANNEL BY OPTIMAL HOMOTOPY ASYMPTOTIC METHOD Murad Ullah Khan 1*, S. Zuhra 2, M. Alam 3, R. Nawaz 4 ABSTRACT Berman developed the fourth-order nonlinear

More information

Adomain Decomposition Method for Solving Non Linear Partial Differential Equations

Adomain Decomposition Method for Solving Non Linear Partial Differential Equations IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X. Volume 10, Issue 5 Ver. V (Sep-Oct. 2014), PP 60-66 Adomain Decomposition Method for Solving Non Linear Partial Differential

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

Solving a class of nonlinear two-dimensional Volterra integral equations by using two-dimensional triangular orthogonal functions.

Solving a class of nonlinear two-dimensional Volterra integral equations by using two-dimensional triangular orthogonal functions. Journal of Mathematical Modeling Vol 1, No 1, 213, pp 28-4 JMM Solving a class of nonlinear two-dimensional Volterra integral equations by using two-dimensional triangular orthogonal functions Farshid

More information

A Third-degree B-spline Collocation Scheme for Solving a Class of the Nonlinear Lane-Emden Type Equations

A Third-degree B-spline Collocation Scheme for Solving a Class of the Nonlinear Lane-Emden Type Equations Iranian Journal of Mathematical Sciences and Informatics Vol. 12, No. 2 (2017), pp 15-34 DOI: 10.7508/ijmsi.2017.2.002 A Third-degree B-spline Collocation Scheme for Solving a Class of the Nonlinear Lane-Emden

More information

International Journal of Modern Mathematical Sciences, 2012, 3(2): International Journal of Modern Mathematical Sciences

International Journal of Modern Mathematical Sciences, 2012, 3(2): International Journal of Modern Mathematical Sciences Article International Journal of Modern Mathematical Sciences 2012 3(2): 63-76 International Journal of Modern Mathematical Sciences Journal homepage:wwwmodernscientificpresscom/journals/ijmmsaspx On Goursat

More information

Solving Homogeneous Trees of Sturm-Liouville Equations using an Infinite Order Determinant Method

Solving Homogeneous Trees of Sturm-Liouville Equations using an Infinite Order Determinant Method Paper Civil-Comp Press, Proceedings of the Eleventh International Conference on Computational Structures Technology,.H.V. Topping, Editor), Civil-Comp Press, Stirlingshire, Scotland Solving Homogeneous

More information

Research Article On a New Reliable Algorithm

Research Article On a New Reliable Algorithm Hindawi Publishing Corporation International Journal of Differential Equations Volume 2009, Article ID 710250, 13 pages doi:10.1155/2009/710250 Research Article On a New Reliable Algorithm A. K. Alomari,

More information

Comparison of Optimal Homotopy Asymptotic Method with Homotopy Perturbation Method of Twelfth Order Boundary Value Problems

Comparison of Optimal Homotopy Asymptotic Method with Homotopy Perturbation Method of Twelfth Order Boundary Value Problems Abstract Comparison of Optimal Homotopy Asymptotic Method with Homotopy Perturbation Method of Twelfth Order Boundary Value Problems MukeshGrover grover.mukesh@yahoo.com Department of Mathematics G.Z.S.C.E.T

More information

Chaos and Dynamical Systems

Chaos and Dynamical Systems Chaos and Dynamical Systems y Megan Richards Astract: In this paper, we will discuss the notion of chaos. We will start y introducing certain mathematical concepts needed in the understanding of chaos,

More information

Multi-Point Special Boundary-Value Problems and Applications to Fluid Flow Through Porous Media

Multi-Point Special Boundary-Value Problems and Applications to Fluid Flow Through Porous Media Multi-Point Special Boundary-Value Problems and Applications to Fluid Flow Through Porous Media Mohamed A. Hajji Abstract In this paper we propose a numerical scheme based on finite differences for the

More information

Rational Energy Balance Method to Nonlinear Oscillators with Cubic Term

Rational Energy Balance Method to Nonlinear Oscillators with Cubic Term From the SelectedWorks of Hassan Askari 2013 Rational Energy Balance Method to Nonlinear Oscillators with Cubic Term Hassan Askari Available at: https://works.bepress.com/hassan_askari/4/ Asian-European

More information

An Efficient Solver for Systems of Nonlinear. Equations with Singular Jacobian. via Diagonal Updating

An Efficient Solver for Systems of Nonlinear. Equations with Singular Jacobian. via Diagonal Updating Applied Mathematical Sciences, Vol. 4, 2010, no. 69, 3403-3412 An Efficient Solver for Systems of Nonlinear Equations with Singular Jacobian via Diagonal Updating M. Y. Waziri, W. J. Leong, M. A. Hassan

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

17 Solution of Nonlinear Systems

17 Solution of Nonlinear Systems 17 Solution of Nonlinear Systems We now discuss the solution of systems of nonlinear equations. An important ingredient will be the multivariate Taylor theorem. Theorem 17.1 Let D = {x 1, x 2,..., x m

More information

EXACT SOLUTIONS OF WAVE-TYPE EQUATIONS BY THE ABOODH DECOMPOSITION METHOD

EXACT SOLUTIONS OF WAVE-TYPE EQUATIONS BY THE ABOODH DECOMPOSITION METHOD Stochastic Modeling and Applications Vol.21 No. 1(June 2017) 23-30 EXACT SOLUTIONS OF WAVE-TYPE EQUATIONS BY THE ABOODH DECOMPOSITION METHOD RAHMATULLAH IBRAHIM NURUDDEEN AND AMINU M. NASS* Abstract. This

More information

AN ALTERNATING MINIMIZATION ALGORITHM FOR NON-NEGATIVE MATRIX APPROXIMATION

AN ALTERNATING MINIMIZATION ALGORITHM FOR NON-NEGATIVE MATRIX APPROXIMATION AN ALTERNATING MINIMIZATION ALGORITHM FOR NON-NEGATIVE MATRIX APPROXIMATION JOEL A. TROPP Abstract. Matrix approximation problems with non-negativity constraints arise during the analysis of high-dimensional

More information

Numerical Solution of Two-Point Boundary Value Problems via Differential Transform Method

Numerical Solution of Two-Point Boundary Value Problems via Differential Transform Method Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 11, Number 2 (2015), pp. 801-806 Research India Publications http://www.ripublication.com Numerical Solution of Two-Point Boundary

More information

Applied Mathematics Letters. A reproducing kernel method for solving nonlocal fractional boundary value problems

Applied Mathematics Letters. A reproducing kernel method for solving nonlocal fractional boundary value problems Applied Mathematics Letters 25 (2012) 818 823 Contents lists available at SciVerse ScienceDirect Applied Mathematics Letters journal homepage: www.elsevier.com/locate/aml A reproducing kernel method for

More information

A Stable and Convergent Finite Difference Scheme for 2D Incompressible Nonlinear Viscoelastic Fluid Dynamics Problem

A Stable and Convergent Finite Difference Scheme for 2D Incompressible Nonlinear Viscoelastic Fluid Dynamics Problem Applied and Computational Mathematics 2018; (1): 11-18 http://www.sciencepulishinggroup.com/j/acm doi: 10.11648/j.acm.2018001.12 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) A Stale and Convergent

More information

Differential Transform Technique for Higher Order Boundary Value Problems

Differential Transform Technique for Higher Order Boundary Value Problems Modern Applied Science; Vol. 9, No. 13; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Differential Transform Technique for Higher Order Boundary Value Problems

More information

ANALYTICAL APPROXIMATE SOLUTIONS OF THE ZAKHAROV-KUZNETSOV EQUATIONS

ANALYTICAL APPROXIMATE SOLUTIONS OF THE ZAKHAROV-KUZNETSOV EQUATIONS (c) Romanian RRP 66(No. Reports in 2) Physics, 296 306 Vol. 2014 66, No. 2, P. 296 306, 2014 ANALYTICAL APPROXIMATE SOLUTIONS OF THE ZAKHAROV-KUZNETSOV EQUATIONS A. JAFARIAN 1, P. GHADERI 2, ALIREZA K.

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