A New Conjugate Gradient Method. with Exact Line Search

Size: px
Start display at page:

Download "A New Conjugate Gradient Method. with Exact Line Search"

Transcription

1 Applie Mathematical Sciences, Vol. 9, 5, no. 9, HIKARI Lt, A New Conjuate Graient Metho with Exact Line Search Syazni Shoi, Moh Rivaie, Mustafa Mamat an Zabiin Salleh 3 Faculty of Informatics an Computin Universiti Sultan Zainal Abiin (Unisza), erenanu, Malaysia Department of Computer Sciences an Mathematics Universiti enoloi MARA (UiM), erenanu, Malaysia 3 School of Informatics an Applie Mathematics Universiti Malaysia erenanu (UM), erenanu, Malaysia Copyriht 5 Syazni Shoi et al. his article is istribute uner the Creative Commons Attribution License, which permits unrestricte use, istribution, an reprouction in any meium, provie the oriinal wor is properly cite. Abstract Conjuate raient (CG) methos have been practically use to solve lare-scale unconstraine optimization problems ue to their simplicity an low memory storae. In this paper, we propose a new type of CG coefficients ( ). he is compute as an averae between two ifferent types of metho which are Pola an Ribiere (PR) an Norrlaili et al. (NRMI). Numerical comparisons are mae with the five others propose by the early researches. A set of eiht unconstraine optimization problems with several ifferent variables are use in this paper. It is shown that, the new propose with an exact line search is possesse lobal converence properties. Numerical results also show that this new outperforms some of these CG methos. Keywors: Conjuate raient metho, conjuate raient coefficient, lobal converence, exact line searches Introuction Conjuate raient (CG) metho is one of methos for solvin lare-scale problems where it oes not require matrix storae an its iteration cost is low

2 8 Syazni Shoi et al. compare with others metho. Consier the optimization problem which is to be minimize as a function of n variables as, min f ( x) subject to x X () where f (x) is a real-value function calle the objective function. he n x R is n enote as ecision variable an X R is a constraint set or feasible set. If n x R, then optimization problem () can be express as an unconstraine optimization problem, min f ( x). xr n n his problem is solve iteratively, which is x R become an initial point. By usin the recurrence formula, the CG metho has the followin form, x x =,,,... () where x is the current iteration point an the is a stepsize which is obtaine by some line search metho. Most line searches use in practice is inexact line searches an also nown as approximate line search. In this proceure, the value of is estimate that will ive sufficient ecrease of the objective function. One of the most common an popular of an inexact line search is Wolfe line search []. his line search introuce two conitions as follow, f ( x ) f ( x ) (3) () where. By replacin () with conition (5), then this is calle as stron Wolfe line search. (5) Another well-nown line searches proceure is an exact line search. Lately, an exact line search has been a sinificant increase use in the number of research ue to new eneration of computer processors. In this proceure, the value of is etermine, such that the objective function with the minimize. he formula is, irection is exactly f ( x ) min f ( x ). () he avantae of usin this line search is, it will minimizes the complexity of the alorithm. An exact line search also ives an accurate escent of the objective

3 A new conjuate raient metho with exact line search 8 function. Furthermore, converence provin for exact line search became much easier as compare to inexact line search []. herefore, in this paper an exact line search is use. he is the search irection efine by if if (7) where f x ), an R is a coefficients which etermines the ifferent ( conjuate raient methos. he followin are the most common the early researches, propose by FR, (8) PR, (9) HS, () RMIL, () ( ) where f x ) an. enotes the Eucliian norm of vectors. he above ( corresponin methos are nown as Fletcher an Reeves (FR) metho [9], Pola an Ribiere (PR) metho [], Hestenes an Stiefel (HS) metho [], an Rivaie et al. (RMIL) metho [5]. Recently, [-8], an [, 3] also ave a new in orer to improve this CG metho. NRMI, () ( ) RAMI ( ), (3)

4 8 Syazni Shoi et al. ( ) NMR, () AMRI. (5) he FR has a stron converence properties but it may has averae practical performance ue to jammin. For the methos of PR, HS an RMIL they may not always be converent but often have better computational performance []. In theoretically, if f (x) is a stronly convex quaratic, all these methos are equivalent with the use of an exact line search. For non quaratic functions, ifferent choice of will leas to ifferent performance [9, ]. he lobal converences of CG methos have been stuie by many researchers such as the first lobal converence result for the FR metho was iven by Zoutenij [] in 97. He prove that, the FR metho poses lobally converence when the line search is exact. But in 977, Powell [7] has proven the poor performance of the FR metho ue to jammin phenomenon. In [7], the lobal converence of the PR metho is establishe when the functions is stronly convex uner the exact line search. However, Powell [] later showe that the PR an HS methos coul cycle infinitely without converin to minimizer when usin an exact line search. he stepsize is efine alon the search irection after the is calculate at each iteration. Proress towar minimum has been mae if f x ) f ( x ) (. he structure of this paper is oranize as follows. In the section a new type of CG coefficient is presente. In section 3, we presente the sufficient escent conition an lobal converence proof of eneral CG methos, while in Section, some numerical results corresponin to the to this new are iven. Lastly, our iscussion an conclusion are presente in Section 5 an Section respectively. New ype CG Coefficient SRMI In this paper, we evelop a new formula name as []. Where, SRMI enotes the researchers name Syazni, Rivaie, Mustafa an Ismail. his new

5 A new conjuate raient metho with exact line search 83 is resulte by averae between Pola an Ribiere (PR) metho in (3) an Norrlaili et al. (NRMI) metho in (). Hence, ( ) ( ) SRMI () PR NRMI. he followin alorithm is the eneral alorithm of CG metho use in this stuy. Alorithm. he basic of Conjuate Graient alorithm Step : Given an initial point x an set Step : Computin conjuate raient coefficient Compute base on (8) until (5) Step 3: Computin search irection if. If, terminate the if execution of the alorithm. Step : Computin step size by exact line search rule Solve min f ( x ), Step 5: Upatin new point Let x x Step : Converent test an stoppin criteria. If f ( x ) f ( x ) an, then terminate. Otherwise o to Step with. 3 Converent Analysis SRMI he converent properties of will also be stuie. We only show the result of converence for the eneral CG metho. o prove the converence, we assume that every search irection shoul satisfy escent conition (7) for all. If there exists a constant C for all then, the search irections satisfy followin sufficiently escent conition. C (8)

6 8 Syazni Shoi et al. heorem SRMI Consier a CG metho with the line search irection (7) an iven as (), then conition () hols for all. Proof: If, then it is clear that C. Hence, conition () hols true. We also nee to show that for, conition (), will also hol true. From (7), multiply by then, ( ) For exact line search, we now that. hus,., which implies that is a sufficient escent irection. Hence, hols true. he proof is complete. C We also nee the followin assumption []. Assumptions f has lower boun, on the level set x f x) f ( x ) (i) (x) ( where x is the startin point. (ii) In a neihbourhoo N of, the function f (x) is continuously ifferentiable, an its raient is Lipschitz continuous; then, there exists a constant L such that ( x) ( y) L x y, for all x, y N. Lemma Assume that conitions (i) an (ii) hol an f ( x ) f ( x) ( x t ) x, x N. hen, t f ( x ) f ( x) ( x) L Let x an, then become x f ( x ) f ( x ) ( x t ) f ( x ) f ( x ) ( x ) L (see [5]). t

7 A new conjuate raient metho with exact line search 85 Note that, the converence properties are the same either by usin the exact or inexact. heorem If conition (3) an Assumption hols, then for any line search rule the followin converence properties hols, Proof: lim. By exact line search, mean value theorem, Cauchy-Schwartz inequality, Assumption (ii), set, then we obtaine L f ( x ) f ( x ) f ( x ) f ( x ) ( x t ) ( ( x t ) ) ( x t ) L L By Assumption (i) an (3), it follows that f ( x ) is a monotone ecreasin number sequence an has boun below, thus f ( x ) has a limit, an therefore converence properties hols [3]. Numerical Results We analyze the efficiency of the newly propose CG coefficient SRMI, as compare to other classical CG methos such as FR, PR, HS an RMIL. he comparisons are base on the number of iterations an Central Processin Unit (CPU) time per secon to reach minimizer. All these methos have been teste usin eiht ifferent stanar functions problems. Besies that, these test problems was teste several times for selecte ranes number of variable n=, an. On the other han, all the comparisons are one with four ifferent initial points, startin from a point that is closer to the solution point, to the point further away from the solution point. We consiere an all these methos terminate when the stoppin criteria is fulfille. All the problems mention below are solve by Maple3 subroutine proram usin the exact line search. We recor the number of t t t

8 8 Syazni Shoi et al. iteration an CPU time in purpose of our comparisons. he results will be shown in able an able respectively. here are two conitions where are the iteration is consiere as faile. he first conition is when the routines is stoppe since it is fail to fin the positive value of stepsize an the secon conition is when iteration is excee. In the able, the wor Fail is represent the first conition while the wor is represent the secon conition. In the able, the symbol which enote not available represente the result for both conition. We further simplifies able an able an shown the percentae performance of SRMI as compare to the other metho in able 3 an able respectively. he followin test functions are base on Anrei [8] an Mola an Smutnici [3]. ABLE : Performance comparison of ifferent CG metho base on number of Iterations No. Function Initial Point SRMI FR PR HS RMIL Rosenbroc (n=) (,) (5,5) (,) (5,5) Rosenbroc (n=) 3 Shalow (n=) Shalow (n=) 5 Cube (n=) Woo (n=) (,...,) (5,...,5) (,...,) (5,...,5) (5,5, 5,5) (,,,) (5,5, 5,5) (8,8, 8,8) (5,...,5) (,...,) (5,...,5) (8,...,8) (7,7, 7,7) (,,,) (,,,) (8,8,8,8) (3,3,3,3) (5,5,5,5) (,,,) (3,3,3,3) Fail Fail Fail Fail

9 A new conjuate raient metho with exact line search 87 ABLE : (Continue): Performance comparison of ifferent CG metho base on number of Iterations 7 Liarwh (n=) 8 hree Hump(n=) 9 Six Hump (n=) White an Holst (n=) (,) (5,5) (5,5) (,) (,-) (8,-8) (,-) (3,-3) (-,-) (-5,-5) (,) (5,5) (,,,) (8,8,8,8) (,,,) (,,,) ABLE : Performance comparison of ifferent CG metho base on CPU time No Function Initial Point (,) Rosenbroc (5,5) (n=) (,) (5,5) Rosenbroc (n=) 3 Shalow (n=) Shalow (n=) 5 Cube (n=) (,...,) (5,...,5) (,...,) (5,...,5) (5,...,5) (,...,) (5,...,5) (8,...,8) (5,...,5) (,...,) (5,...,5) (8,...,8) (7,...,7) (,...,) (,...,) (8,...,8) SRMI FR PR HS RMIL

10 88 Syazni Shoi et al. ABLE : (Continue): Performance comparison of ifferent CG metho base on CPU time Woo (n=) 7 Liarwh (n=) 8 hree Hump(n=) 9 Six Hump (n=) White an Holst (n=) (3,...,3) (5,...,5) (,...,) (3,...,3) (,) (5,5) (5,5) (,) (,-) (8,-8) (,-) (3,-3) (-,-) (-5,-5) (,) (5,5) (,...,) (8,...,8) (,...,) (,...,) Discussion From able, we see that for all iven problems, SRMI an PR successfully reach solution point without exceeinly iteration. Otherwise, in certain problems, FR HS an RMIL is consiere as faile once excee or fail to fin the positive value of stepsize. hus, in able there is no recore of CPU time for faile problems. Besies that, SRMI also outperforme FR, HS an RMIL in almost all the problems. he wors successful in able 3 means that SRMI has achieve the minimizer with less number of iterations compare to FR, PR, HS an RMIL. Besies that, SRMI to other methos et equivalent in number of iteration an the worl unsuccessful, means SRMI et worse result compare to others methos. In able, the SRMI is sai to be as successful when it has achieve the minimizer with the least uration of CPU time compare to others methos. In some problems, SRMI has achieve equivalent to others methos in CPU time to reach minimizer. he SRMI is sai to be as unsuccessful, when it neee loner time to reach minimizer compare to others methos.

11 A new conjuate raient metho with exact line search 89 ABLE 3: Percentae performance of SRMI compare to other CG methos base on number iteration Metho Comparison FR PR HS RMIL Successful 9.% 5.% 57.5% 7.5% SRMI Equivalent.% 5.% 5.%.% Unsuccessful.%.% 7.5% 7.5% From able 3, it is shown that SRMI is superior when compare to FR, HS, an RMIL. he hihest percentae of successful comparison is with FR which is 9.% an followe by RMIL which is 7.5% an HS which is 57.5%. houh the successful rate comparison for PR is the lowest at 5.%, their combine rate of successful rate an equivalent rate are equal to.%. Above all, almost all the comparisons showe that the combine rate of successful an equivalent rate excee 5.%. herefore, we consiere that, SRMI is superior compare to FR, PR, HS, an RMIL in term number of iteration. ABLE : Percentae performance of SRMI compare to other CG methos base on CPU time. Metho Comparison FR PR HS RMIL Successful 87.5%.%.% 75.% SRMI Equivalent.% 7.5%.5%.% Unsuccessful.5% 5.5% 37.5% 5.% From able, it is shown that SRMI is superior whem compare to FR, HS, an RMIL with the least uration of CPU time. he hihest percentae of successful comparison is with FR at 87.5%, followe by RMIL which is 75.% an HS which is.%. However, the successful rate comparison for PR is low at.%. Above all, almost all the comparisons showe that the combine rate of successful an equivalent rate excee 5.% except PR. herefore, we consiere that, SRMI is superior compare to FR, HS, an RMIL but inferior when compare to PR in term of CPU time. Conclusion In this paper, a new name as SRMI has been presente. Base on the result, SRMI shows that it satisfie the sufficiently escent conition. From the above numerical experiments with 8 test problems we have the computational evience that SRMI is the best when compare to others stanar CG methos. houh the successful rate of SRMI is low compare to PR, but it coul be an alternative metho when the other methos fail by usin the exact line search. For

12 8 Syazni Shoi et al. further research, we shoul o more numerical experiment with the other stanar test functions with larer scale or variables. We also hope to establish the lobal converence properties an the linear converence rate theoretically. Acnowlements. We woul lie to than the anonymous referees for valuable suestions an comments which improve our paper reatly. We also rateful to he Ministry of Hiher Eucation of Malaysia for the funin of this research uner the Funamental Research Grant Scheme (Vot 595). References [] E. Pola, an G. Ribiere, Note sur la converence e irections conjuees. Rev.Francaise Informat Recherche Operationelle, 3E Annee, (99), [] G. Zoutenij, Nonlinear Prorammin Computational Methos, in Inteer an Nonlinear Prorammin, J. Abaie (eitor), (97), [3] M. Mola an C. Smutnici, est Functions for optimization nees, (5). [] M. R. Hestenes an E. Steifel, Metho of conjuate raient for solvin linear equations, J,Res.Nat.Bur.Stan., 9 (95), [5] M. Rivaie, M. Mamat, W. J. Leon an M. Ismail, A new class of nonlinear Conjuate Graient Coefficient with lobal converence properties, Applie Mathematics an Computation, 8 (), [] M. J. D. Powell, Nonconvex Minimizations Calculations an the Conjuate Graient Metho, Lecture Notes in Mathematics, Berlin, Spriner, (98), -. [7] M. J. D. Powell, Restart Proceures for the Conjuate Graient Metho, Mathematical Prorammin, (977), [8] N. Anrei, An Unconstraine Optimization est Function Collection, J. Av. Moelin an Optimization, (8), 7-. [9] R. Fletcher an C. Reeves, Function minimization by conjuate raients, Comput.J., 7 (9), [] A. Y. Al-Bayati, an R. Z. Al-Kawaz, A new hybri WC-FR conjuate raient alorithm with moifie secant conition for unconstraine optimization. J. Math. Comp. Sci., (),

13 A new conjuate raient metho with exact line search 8 [] Y. H. Dai, J. Y. Han, G. H. Liu, D. F. Sun, X. Yin, an Y. Yuan, (Converence properties of nonlinear conjuate raient metho. SIAM J. Optim., (999), [] P. Wolfe, Converence conitions for ascent metho. II: some corrections. SIAM Rev., 3 () (97), [3] Z. J. Shi, Converence of line search methos for unconstraine optimization. Applie Mathematics an Computation., 57 (), [] W. Sun, an Y. X. Yuan, Optimization theory an metho (nonlinear prorammin). Spriner Science an Business Meia, LLC (). [5] Z. J. S. Shi, an J. Shen, On step-size estimation of line search methos. Applie Mathematics an Computation., 73 (), [] N. Shapiee, R. M. Mamat, an I. Moh, A new moification of Hestenes- Stiefel metho with escent properties, AIP Conference Proceeins, (), [7] M. Rivaie, A. Abashar, M. Mamat an I. Moh, he converence properties of a new type of conjuate raient methos, Applie Mathematical Sciences, 8 (), [8] N. H. M. Yussoff, M. Mamat, M. Rivaie an I. Moh, A new conjuate raient metho for unconstraine optimization with sufficient escent, AIP Conference Proceeins, (), [9] Y. Dai an Y. Yuan, Nonlinear conjuate raient metho, Shanhai Scientific an echnical Publisher, Beijin (998). [] Y. Yuan an W. Sun, heory an methos of optimization, Science Press of China, Beijin (999). [] A. Abashar, M. Mamat, M. Rivaie an I. Moh, Global converence properties of a new class of conjuate raient metho for unconstraine optimization, Applie Mathematics Sciences, 8 (7) (), [] S. Shoi, M. Rivaie, M. Mamat an I. Moh, Solvin unconstraine optimization with a new type of conjuate raient metho, AIP Conference Proceeins, (),

14 8 Syazni Shoi et al. [3] A. Abashar, M. Mamat, M. Rivaie, I. Moh an O. Omer, he proof of sufficient escent conition for a new type of conjuate raient methos, AIP Conference Proceeins, (), Receive: March, 5; Publishe: July 8, 5

A New Nonlinear Conjugate Gradient Coefficient. for Unconstrained Optimization

A New Nonlinear Conjugate Gradient Coefficient. for Unconstrained Optimization Applie Mathematical Sciences, Vol. 9, 05, no. 37, 83-8 HIKARI Lt, www.m-hiari.com http://x.oi.or/0.988/ams.05.4994 A New Nonlinear Conjuate Graient Coefficient for Unconstraine Optimization * Mohame Hamoa,

More information

A Conjugate Gradient Method with Inexact. Line Search for Unconstrained Optimization

A Conjugate Gradient Method with Inexact. Line Search for Unconstrained Optimization Applie Mathematical Sciences, Vol. 9, 5, no. 37, 83-83 HIKARI Lt, www.m-hiari.com http://x.oi.or/.988/ams.5.4995 A Conuate Graient Metho with Inexact Line Search for Unconstraine Optimization * Mohame

More information

Global Convergence Properties of a New Class of Conjugate. Gradient Method for Unconstrained Optimization

Global Convergence Properties of a New Class of Conjugate. Gradient Method for Unconstrained Optimization Applie Mathematical Sciences, Vol. 8, 0, no. 67, 3307-339 HIKARI Lt, www.m-hiari.com http://x.oi.or/0.988/ams.0.36 Global Converence Properties of a New Class of Conjuate Graient Metho for Unconstraine

More information

2010 Mathematics Subject Classification: 90C30. , (1.2) where t. 0 is a step size, received from the line search, and the directions d

2010 Mathematics Subject Classification: 90C30. , (1.2) where t. 0 is a step size, received from the line search, and the directions d Journal of Applie Mathematics an Computation (JAMC), 8, (9), 366-378 http://wwwhillpublisheror/journal/jamc ISSN Online:576-645 ISSN Print:576-653 New Hbri Conjuate Graient Metho as A Convex Combination

More information

SCALED CONJUGATE GRADIENT TYPE METHOD WITH IT`S CONVERGENCE FOR BACK PROPAGATION NEURAL NETWORK

SCALED CONJUGATE GRADIENT TYPE METHOD WITH IT`S CONVERGENCE FOR BACK PROPAGATION NEURAL NETWORK International Journal of Information echnoloy an Business Manaement 0-05 JIBM & ARF. All rihts reserve SCALED CONJUGAE GRADIEN YPE MEHOD WIH I`S CONVERGENCE FOR BACK PROPAGAION NEURAL NEWORK, Collee of

More information

A Diagnostic Treatment of Unconstrained Optimization Problems via a Modified Armijo line search technique.

A Diagnostic Treatment of Unconstrained Optimization Problems via a Modified Armijo line search technique. IOSR Journal of Mathematics IOSR-JM e-issn: 2278-5728, p-issn: 2319-765X. Volume 10, Issue 6 Ver. VI Nov - Dec. 2014, PP 47-53 www.iosrjournals.or A Dianostic reatment of Unconstraine Optimization Problems

More information

An Efficient Modification of Nonlinear Conjugate Gradient Method

An Efficient Modification of Nonlinear Conjugate Gradient Method Malaysian Journal of Mathematical Sciences 10(S) March : 167-178 (2016) Special Issue: he 10th IM-G International Conference on Mathematics, Statistics and its Applications 2014 (ICMSA 2014) MALAYSIAN

More information

Two new spectral conjugate gradient algorithms based on Hestenes Stiefel

Two new spectral conjugate gradient algorithms based on Hestenes Stiefel Research Article Two new spectral conjuate radient alorithms based on Hestenes Stiefel Journal of Alorithms & Computational Technoloy 207, Vol. (4) 345 352! The Author(s) 207 Reprints and permissions:

More information

A new conjugate gradient method with the new Armijo search based on a modified secant equations

A new conjugate gradient method with the new Armijo search based on a modified secant equations ISSN: 35-38 Enineerin an echnoloy Vol 5 Iue 7 July 8 A new conjuate raient metho with the new Armijo earch bae on a moifie ecant equation Weijuan Shi Guohua Chen Zhibin Zhu Department of Mathematic & Applie

More information

Extended Spectral Nonlinear Conjugate Gradient methods for solving unconstrained problems

Extended Spectral Nonlinear Conjugate Gradient methods for solving unconstrained problems International Journal of All Researh Euation an Sientifi Methos IJARESM ISSN: 55-6 Volume Issue 5 May-0 Extene Spetral Nonlinear Conjuate Graient methos for solvin unonstraine problems Dr Basim A Hassan

More information

A Global Convergent Spectral Conjugate Gradient Method

A Global Convergent Spectral Conjugate Gradient Method Australian Journal of Basi an Applie Sienes 77: 30-309 03 ISSN 99-878 A Global Converent Spetral Conjuate Graient Metho Abbas Y. Al-Bayati an Hawraz N. Al-Khayat Collee of Basi Euation elafer Mosul University

More information

A Weak First Digit Law for a Class of Sequences

A Weak First Digit Law for a Class of Sequences International Mathematical Forum, Vol. 11, 2016, no. 15, 67-702 HIKARI Lt, www.m-hikari.com http://x.oi.org/10.1288/imf.2016.6562 A Weak First Digit Law for a Class of Sequences M. A. Nyblom School of

More information

New hybrid conjugate gradient methods with the generalized Wolfe line search

New hybrid conjugate gradient methods with the generalized Wolfe line search Xu and Kong SpringerPlus (016)5:881 DOI 10.1186/s40064-016-5-9 METHODOLOGY New hybrid conjugate gradient methods with the generalized Wolfe line search Open Access Xiao Xu * and Fan yu Kong *Correspondence:

More information

Using Quasi-Newton Methods to Find Optimal Solutions to Problematic Kriging Systems

Using Quasi-Newton Methods to Find Optimal Solutions to Problematic Kriging Systems Usin Quasi-Newton Methos to Fin Optimal Solutions to Problematic Kriin Systems Steven Lyster Centre for Computational Geostatistics Department of Civil & Environmental Enineerin University of Alberta Solvin

More information

An Optimal Algorithm for Bandit and Zero-Order Convex Optimization with Two-Point Feedback

An Optimal Algorithm for Bandit and Zero-Order Convex Optimization with Two-Point Feedback Journal of Machine Learning Research 8 07) - Submitte /6; Publishe 5/7 An Optimal Algorithm for Banit an Zero-Orer Convex Optimization with wo-point Feeback Oha Shamir Department of Computer Science an

More information

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs

Lectures - Week 10 Introduction to Ordinary Differential Equations (ODES) First Order Linear ODEs Lectures - Week 10 Introuction to Orinary Differential Equations (ODES) First Orer Linear ODEs When stuying ODEs we are consiering functions of one inepenent variable, e.g., f(x), where x is the inepenent

More information

On the Inclined Curves in Galilean 4-Space

On the Inclined Curves in Galilean 4-Space Applie Mathematical Sciences Vol. 7 2013 no. 44 2193-2199 HIKARI Lt www.m-hikari.com On the Incline Curves in Galilean 4-Space Dae Won Yoon Department of Mathematics Eucation an RINS Gyeongsang National

More information

New hybrid conjugate gradient algorithms for unconstrained optimization

New hybrid conjugate gradient algorithms for unconstrained optimization ew hybrid conjugate gradient algorithms for unconstrained optimization eculai Andrei Research Institute for Informatics, Center for Advanced Modeling and Optimization, 8-0, Averescu Avenue, Bucharest,

More information

GLOBAL CONVERGENCE OF CONJUGATE GRADIENT METHODS WITHOUT LINE SEARCH

GLOBAL CONVERGENCE OF CONJUGATE GRADIENT METHODS WITHOUT LINE SEARCH GLOBAL CONVERGENCE OF CONJUGATE GRADIENT METHODS WITHOUT LINE SEARCH Jie Sun 1 Department of Decision Sciences National University of Singapore, Republic of Singapore Jiapu Zhang 2 Department of Mathematics

More information

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions

Computing Exact Confidence Coefficients of Simultaneous Confidence Intervals for Multinomial Proportions and their Functions Working Paper 2013:5 Department of Statistics Computing Exact Confience Coefficients of Simultaneous Confience Intervals for Multinomial Proportions an their Functions Shaobo Jin Working Paper 2013:5

More information

Existence and Uniqueness of Solution for Caginalp Hyperbolic Phase Field System with Polynomial Growth Potential

Existence and Uniqueness of Solution for Caginalp Hyperbolic Phase Field System with Polynomial Growth Potential International Mathematical Forum, Vol. 0, 205, no. 0, 477-486 HIKARI Lt, www.m-hikari.com http://x.oi.org/0.2988/imf.205.5757 Existence an Uniqueness of Solution for Caginalp Hyperbolic Phase Fiel System

More information

Convergence of a Two-parameter Family of Conjugate Gradient Methods with a Fixed Formula of Stepsize

Convergence of a Two-parameter Family of Conjugate Gradient Methods with a Fixed Formula of Stepsize Bol. Soc. Paran. Mat. (3s.) v. 00 0 (0000):????. c SPM ISSN-2175-1188 on line ISSN-00378712 in press SPM: www.spm.uem.br/bspm doi:10.5269/bspm.v38i6.35641 Convergence of a Two-parameter Family of Conjugate

More information

New Hybrid Conjugate Gradient Method as a Convex Combination of FR and PRP Methods

New Hybrid Conjugate Gradient Method as a Convex Combination of FR and PRP Methods Filomat 3:11 (216), 383 31 DOI 1.2298/FIL161183D Published by Faculty of Sciences and Mathematics, University of Niš, Serbia Available at: http://www.pmf.ni.ac.rs/filomat New Hybrid Conjugate Gradient

More information

A Novel of Step Size Selection Procedures. for Steepest Descent Method

A Novel of Step Size Selection Procedures. for Steepest Descent Method Applied Mathematical Sciences, Vol. 6, 0, no. 5, 507 58 A Novel of Step Size Selection Procedures for Steepest Descent Method Goh Khang Wen, Mustafa Mamat, Ismail bin Mohd, 3 Yosza Dasril Department of

More information

A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications

A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications A globally and R-linearly convergent hybrid HS and PRP method and its inexact version with applications Weijun Zhou 28 October 20 Abstract A hybrid HS and PRP type conjugate gradient method for smooth

More information

arxiv: v1 [math.co] 3 Apr 2019

arxiv: v1 [math.co] 3 Apr 2019 Reconstructin phyloenetic tree from multipartite quartet system Hiroshi Hirai Yuni Iwamasa April 4, 2019 arxiv:1904.01914v1 [math.co] 3 Apr 2019 Abstract A phyloenetic tree is a raphical representation

More information

II. First variation of functionals

II. First variation of functionals II. First variation of functionals The erivative of a function being zero is a necessary conition for the etremum of that function in orinary calculus. Let us now tackle the question of the equivalent

More information

AN EIGENVALUE STUDY ON THE SUFFICIENT DESCENT PROPERTY OF A MODIFIED POLAK-RIBIÈRE-POLYAK CONJUGATE GRADIENT METHOD S.

AN EIGENVALUE STUDY ON THE SUFFICIENT DESCENT PROPERTY OF A MODIFIED POLAK-RIBIÈRE-POLYAK CONJUGATE GRADIENT METHOD S. Bull. Iranian Math. Soc. Vol. 40 (2014), No. 1, pp. 235 242 Online ISSN: 1735-8515 AN EIGENVALUE STUDY ON THE SUFFICIENT DESCENT PROPERTY OF A MODIFIED POLAK-RIBIÈRE-POLYAK CONJUGATE GRADIENT METHOD S.

More information

Global Convergence Properties of the HS Conjugate Gradient Method

Global Convergence Properties of the HS Conjugate Gradient Method Applied Mathematical Sciences, Vol. 7, 2013, no. 142, 7077-7091 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.311638 Global Convergence Properties of the HS Conjugate Gradient Method

More information

Modified nonmonotone Armijo line search for descent method

Modified nonmonotone Armijo line search for descent method Numer Alor 2011 57:1 25 DOI 10.1007/s11075-010-9408-7 ORIGINAL PAPER Modified nonmonotone Armijo line search for descent method Zhenjun Shi Shenquan Wan Received: 23 February 2009 / Accepted: 20 June 2010

More information

Lie symmetry and Mei conservation law of continuum system

Lie symmetry and Mei conservation law of continuum system Chin. Phys. B Vol. 20, No. 2 20 020 Lie symmetry an Mei conservation law of continuum system Shi Shen-Yang an Fu Jing-Li Department of Physics, Zhejiang Sci-Tech University, Hangzhou 3008, China Receive

More information

A nonlinear inverse problem of the Korteweg-de Vries equation

A nonlinear inverse problem of the Korteweg-de Vries equation Bull. Math. Sci. https://oi.org/0.007/s3373-08-025- A nonlinear inverse problem of the Korteweg-e Vries equation Shengqi Lu Miaochao Chen 2 Qilin Liu 3 Receive: 0 March 207 / Revise: 30 April 208 / Accepte:

More information

Math 1271 Solutions for Fall 2005 Final Exam

Math 1271 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Eam ) Since the equation + y = e y cannot be rearrange algebraically in orer to write y as an eplicit function of, we must instea ifferentiate this relation implicitly

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

A Note on Exact Solutions to Linear Differential Equations by the Matrix Exponential

A Note on Exact Solutions to Linear Differential Equations by the Matrix Exponential Avances in Applie Mathematics an Mechanics Av. Appl. Math. Mech. Vol. 1 No. 4 pp. 573-580 DOI: 10.4208/aamm.09-m0946 August 2009 A Note on Exact Solutions to Linear Differential Equations by the Matrix

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

On colour-blind distinguishing colour pallets in regular graphs

On colour-blind distinguishing colour pallets in regular graphs J Comb Optim (2014 28:348 357 DOI 10.1007/s10878-012-9556-x On colour-blin istinguishing colour pallets in regular graphs Jakub Przybyło Publishe online: 25 October 2012 The Author(s 2012. This article

More information

NUMERICAL COMPARISON OF LINE SEARCH CRITERIA IN NONLINEAR CONJUGATE GRADIENT ALGORITHMS

NUMERICAL COMPARISON OF LINE SEARCH CRITERIA IN NONLINEAR CONJUGATE GRADIENT ALGORITHMS NUMERICAL COMPARISON OF LINE SEARCH CRITERIA IN NONLINEAR CONJUGATE GRADIENT ALGORITHMS Adeleke O. J. Department of Computer and Information Science/Mathematics Covenat University, Ota. Nigeria. Aderemi

More information

Direct Computation of Generator Internal Dynamic States from Terminal Measurements

Direct Computation of Generator Internal Dynamic States from Terminal Measurements Direct Computation of Generator nternal Dynamic States from Terminal Measurements aithianathan enkatasubramanian Rajesh G. Kavasseri School of Electrical En. an Computer Science Dept. of Electrical an

More information

Step-size Estimation for Unconstrained Optimization Methods

Step-size Estimation for Unconstrained Optimization Methods Volume 24, N. 3, pp. 399 416, 2005 Copyright 2005 SBMAC ISSN 0101-8205 www.scielo.br/cam Step-size Estimation for Unconstrained Optimization Methods ZHEN-JUN SHI 1,2 and JIE SHEN 3 1 College of Operations

More information

Lower bounds on Locality Sensitive Hashing

Lower bounds on Locality Sensitive Hashing Lower bouns on Locality Sensitive Hashing Rajeev Motwani Assaf Naor Rina Panigrahy Abstract Given a metric space (X, X ), c 1, r > 0, an p, q [0, 1], a istribution over mappings H : X N is calle a (r,

More information

Chaos, Solitons and Fractals Nonlinear Science, and Nonequilibrium and Complex Phenomena

Chaos, Solitons and Fractals Nonlinear Science, and Nonequilibrium and Complex Phenomena Chaos, Solitons an Fractals (7 64 73 Contents lists available at ScienceDirect Chaos, Solitons an Fractals onlinear Science, an onequilibrium an Complex Phenomena journal homepage: www.elsevier.com/locate/chaos

More information

The Uniqueness of the Overall Assurance Interval for Epsilon in DEA Models by the Direction Method

The Uniqueness of the Overall Assurance Interval for Epsilon in DEA Models by the Direction Method Available online at http://nrm.srbiau.ac.ir Vol., No., Summer 5 Journal of New Researches in Mathematics Science an Research Branch (IAU) he Uniqueness of the Overall Assurance Interval for Epsilon in

More information

STABILITY ESTIMATES FOR SOLUTIONS OF A LINEAR NEUTRAL STOCHASTIC EQUATION

STABILITY ESTIMATES FOR SOLUTIONS OF A LINEAR NEUTRAL STOCHASTIC EQUATION TWMS J. Pure Appl. Math., V.4, N.1, 2013, pp.61-68 STABILITY ESTIMATES FOR SOLUTIONS OF A LINEAR NEUTRAL STOCHASTIC EQUATION IRADA A. DZHALLADOVA 1 Abstract. A linear stochastic functional ifferential

More information

Agmon Kolmogorov Inequalities on l 2 (Z d )

Agmon Kolmogorov Inequalities on l 2 (Z d ) Journal of Mathematics Research; Vol. 6, No. ; 04 ISSN 96-9795 E-ISSN 96-9809 Publishe by Canaian Center of Science an Eucation Agmon Kolmogorov Inequalities on l (Z ) Arman Sahovic Mathematics Department,

More information

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations

Diophantine Approximations: Examining the Farey Process and its Method on Producing Best Approximations Diophantine Approximations: Examining the Farey Process an its Metho on Proucing Best Approximations Kelly Bowen Introuction When a person hears the phrase irrational number, one oes not think of anything

More information

Modification of the Armijo line search to satisfy the convergence properties of HS method

Modification of the Armijo line search to satisfy the convergence properties of HS method Université de Sfax Faculté des Sciences de Sfax Département de Mathématiques BP. 1171 Rte. Soukra 3000 Sfax Tunisia INTERNATIONAL CONFERENCE ON ADVANCES IN APPLIED MATHEMATICS 2014 Modification of the

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 309 (009) 86 869 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: wwwelseviercom/locate/isc Profile vectors in the lattice of subspaces Dániel Gerbner

More information

Topic 7: Convergence of Random Variables

Topic 7: Convergence of Random Variables Topic 7: Convergence of Ranom Variables Course 003, 2016 Page 0 The Inference Problem So far, our starting point has been a given probability space (S, F, P). We now look at how to generate information

More information

All s Well That Ends Well: Supplementary Proofs

All s Well That Ends Well: Supplementary Proofs All s Well That Ens Well: Guarantee Resolution of Simultaneous Rigi Boy Impact 1:1 All s Well That Ens Well: Supplementary Proofs This ocument complements the paper All s Well That Ens Well: Guarantee

More information

Linear First-Order Equations

Linear First-Order Equations 5 Linear First-Orer Equations Linear first-orer ifferential equations make up another important class of ifferential equations that commonly arise in applications an are relatively easy to solve (in theory)

More information

A Unified Theorem on SDP Rank Reduction

A Unified Theorem on SDP Rank Reduction A Unifie heorem on SDP Ran Reuction Anthony Man Cho So, Yinyu Ye, Jiawei Zhang November 9, 006 Abstract We consier the problem of fining a low ran approximate solution to a system of linear equations in

More information

Lecture 2 Lagrangian formulation of classical mechanics Mechanics

Lecture 2 Lagrangian formulation of classical mechanics Mechanics Lecture Lagrangian formulation of classical mechanics 70.00 Mechanics Principle of stationary action MATH-GA To specify a motion uniquely in classical mechanics, it suffices to give, at some time t 0,

More information

Abstract A nonlinear partial differential equation of the following form is considered:

Abstract A nonlinear partial differential equation of the following form is considered: M P E J Mathematical Physics Electronic Journal ISSN 86-6655 Volume 2, 26 Paper 5 Receive: May 3, 25, Revise: Sep, 26, Accepte: Oct 6, 26 Eitor: C.E. Wayne A Nonlinear Heat Equation with Temperature-Depenent

More information

Bulletin of the. Iranian Mathematical Society

Bulletin of the. Iranian Mathematical Society ISSN: 1017-060X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 43 (2017), No. 7, pp. 2437 2448. Title: Extensions of the Hestenes Stiefel and Pola Ribière Polya conjugate

More information

Generalized Nonhomogeneous Abstract Degenerate Cauchy Problem

Generalized Nonhomogeneous Abstract Degenerate Cauchy Problem Applie Mathematical Sciences, Vol. 7, 213, no. 49, 2441-2453 HIKARI Lt, www.m-hikari.com Generalize Nonhomogeneous Abstract Degenerate Cauchy Problem Susilo Hariyanto Department of Mathematics Gajah Maa

More information

Calculus and optimization

Calculus and optimization Calculus an optimization These notes essentially correspon to mathematical appenix 2 in the text. 1 Functions of a single variable Now that we have e ne functions we turn our attention to calculus. A function

More information

2Algebraic ONLINE PAGE PROOFS. foundations

2Algebraic ONLINE PAGE PROOFS. foundations Algebraic founations. Kick off with CAS. Algebraic skills.3 Pascal s triangle an binomial expansions.4 The binomial theorem.5 Sets of real numbers.6 Surs.7 Review . Kick off with CAS Playing lotto Using

More information

Modified Geroch Functional and Submanifold Stability in Higher Dimension

Modified Geroch Functional and Submanifold Stability in Higher Dimension Avance Stuies in Theoretical Physics Vol. 1, 018, no. 8, 381-387 HIKARI Lt, www.m-hikari.com https://oi.org/10.1988/astp.018.8731 Moifie Geroch Functional an Submanifol Stability in Higher Dimension Flinn

More information

Proof of SPNs as Mixture of Trees

Proof of SPNs as Mixture of Trees A Proof of SPNs as Mixture of Trees Theorem 1. If T is an inuce SPN from a complete an ecomposable SPN S, then T is a tree that is complete an ecomposable. Proof. Argue by contraiction that T is not a

More information

January 29, Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes Stiefel 1 / 13

January 29, Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes Stiefel 1 / 13 Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière Hestenes Stiefel January 29, 2014 Non-linear conjugate gradient method(s): Fletcher Reeves Polak Ribière January 29, 2014 Hestenes

More information

ON THE OPTIMALITY SYSTEM FOR A 1 D EULER FLOW PROBLEM

ON THE OPTIMALITY SYSTEM FOR A 1 D EULER FLOW PROBLEM ON THE OPTIMALITY SYSTEM FOR A D EULER FLOW PROBLEM Eugene M. Cliff Matthias Heinkenschloss y Ajit R. Shenoy z Interisciplinary Center for Applie Mathematics Virginia Tech Blacksburg, Virginia 46 Abstract

More information

Applying Axiomatic Design Theory to the Multi-objective Optimization of Disk Brake *

Applying Axiomatic Design Theory to the Multi-objective Optimization of Disk Brake * Applyin Aiomatic esin Theory to the Multi-objective Optimization of isk Brake * Zhiqian Wu Xianfu Chen an Junpin Yuan School of Mechanical an Electronical Enineerin East China Jiaoton University Nanchan

More information

SOME RESULTS ON THE GEOMETRY OF MINKOWSKI PLANE. Bing Ye Wu

SOME RESULTS ON THE GEOMETRY OF MINKOWSKI PLANE. Bing Ye Wu ARCHIVUM MATHEMATICUM (BRNO Tomus 46 (21, 177 184 SOME RESULTS ON THE GEOMETRY OF MINKOWSKI PLANE Bing Ye Wu Abstract. In this paper we stuy the geometry of Minkowski plane an obtain some results. We focus

More information

Connections Between Duality in Control Theory and

Connections Between Duality in Control Theory and Connections Between Duality in Control heory an Convex Optimization V. Balakrishnan 1 an L. Vanenberghe 2 Abstract Several important problems in control theory can be reformulate as convex optimization

More information

First Published on: 11 October 2006 To link to this article: DOI: / URL:

First Published on: 11 October 2006 To link to this article: DOI: / URL: his article was downloaded by:[universitetsbiblioteet i Bergen] [Universitetsbiblioteet i Bergen] On: 12 March 2007 Access Details: [subscription number 768372013] Publisher: aylor & Francis Informa Ltd

More information

Time-of-Arrival Estimation in Non-Line-Of-Sight Environments

Time-of-Arrival Estimation in Non-Line-Of-Sight Environments 2 Conference on Information Sciences an Systems, The Johns Hopkins University, March 2, 2 Time-of-Arrival Estimation in Non-Line-Of-Sight Environments Sinan Gezici, Hisashi Kobayashi an H. Vincent Poor

More information

APPROXIMATE SOLUTION FOR TRANSIENT HEAT TRANSFER IN STATIC TURBULENT HE II. B. Baudouy. CEA/Saclay, DSM/DAPNIA/STCM Gif-sur-Yvette Cedex, France

APPROXIMATE SOLUTION FOR TRANSIENT HEAT TRANSFER IN STATIC TURBULENT HE II. B. Baudouy. CEA/Saclay, DSM/DAPNIA/STCM Gif-sur-Yvette Cedex, France APPROXIMAE SOLUION FOR RANSIEN HEA RANSFER IN SAIC URBULEN HE II B. Bauouy CEA/Saclay, DSM/DAPNIA/SCM 91191 Gif-sur-Yvette Ceex, France ABSRAC Analytical solution in one imension of the heat iffusion equation

More information

Torque OBJECTIVE INTRODUCTION APPARATUS THEORY

Torque OBJECTIVE INTRODUCTION APPARATUS THEORY Torque OBJECTIVE To verify the rotational an translational conitions for equilibrium. To etermine the center of ravity of a rii boy (meter stick). To apply the torque concept to the etermination of an

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 14 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering an Applie Science Gonzaga University SDC

More information

On the Cauchy Problem for Von Neumann-Landau Wave Equation

On the Cauchy Problem for Von Neumann-Landau Wave Equation Journal of Applie Mathematics an Physics 4 4-3 Publishe Online December 4 in SciRes http://wwwscirporg/journal/jamp http://xoiorg/436/jamp4343 On the Cauchy Problem for Von Neumann-anau Wave Equation Chuangye

More information

A Modification of the Jarque-Bera Test. for Normality

A Modification of the Jarque-Bera Test. for Normality Int. J. Contemp. Math. Sciences, Vol. 8, 01, no. 17, 84-85 HIKARI Lt, www.m-hikari.com http://x.oi.org/10.1988/ijcms.01.9106 A Moification of the Jarque-Bera Test for Normality Moawa El-Fallah Ab El-Salam

More information

Including the Consumer Function. 1.0 Constant demand as consumer utility function

Including the Consumer Function. 1.0 Constant demand as consumer utility function Incluin the Consumer Function What we i in the previous notes was solve the cost minimization problem. In these notes, we want to (a) see what such a solution means in the context of solvin a social surplus

More information

GLOBAL SOLUTIONS FOR 2D COUPLED BURGERS-COMPLEX-GINZBURG-LANDAU EQUATIONS

GLOBAL SOLUTIONS FOR 2D COUPLED BURGERS-COMPLEX-GINZBURG-LANDAU EQUATIONS Electronic Journal of Differential Equations, Vol. 015 015), No. 99, pp. 1 14. ISSN: 107-6691. URL: http://eje.math.txstate.eu or http://eje.math.unt.eu ftp eje.math.txstate.eu GLOBAL SOLUTIONS FOR D COUPLED

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

Code_Aster. Detection of the singularities and calculation of a map of size of elements

Code_Aster. Detection of the singularities and calculation of a map of size of elements Titre : Détection es singularités et calcul une carte [...] Date : 0/0/0 Page : /6 Responsable : DLMAS Josselin Clé : R4.0.04 Révision : Detection of the singularities an calculation of a map of size of

More information

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013

Survey Sampling. 1 Design-based Inference. Kosuke Imai Department of Politics, Princeton University. February 19, 2013 Survey Sampling Kosuke Imai Department of Politics, Princeton University February 19, 2013 Survey sampling is one of the most commonly use ata collection methos for social scientists. We begin by escribing

More information

Lecture 6: Calculus. In Song Kim. September 7, 2011

Lecture 6: Calculus. In Song Kim. September 7, 2011 Lecture 6: Calculus In Song Kim September 7, 20 Introuction to Differential Calculus In our previous lecture we came up with several ways to analyze functions. We saw previously that the slope of a linear

More information

The Exact Form and General Integrating Factors

The Exact Form and General Integrating Factors 7 The Exact Form an General Integrating Factors In the previous chapters, we ve seen how separable an linear ifferential equations can be solve using methos for converting them to forms that can be easily

More information

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation JOURNAL OF MATERIALS SCIENCE 34 (999)5497 5503 Thermal conuctivity of grae composites: Numerical simulations an an effective meium approximation P. M. HUI Department of Physics, The Chinese University

More information

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0.

x f(x) x f(x) approaching 1 approaching 0.5 approaching 1 approaching 0. Engineering Mathematics 2 26 February 2014 Limits of functions Consier the function 1 f() = 1. The omain of this function is R + \ {1}. The function is not efine at 1. What happens when is close to 1?

More information

BEYOND THE CONSTRUCTION OF OPTIMAL SWITCHING SURFACES FOR AUTONOMOUS HYBRID SYSTEMS. Mauro Boccadoro Magnus Egerstedt Paolo Valigi Yorai Wardi

BEYOND THE CONSTRUCTION OF OPTIMAL SWITCHING SURFACES FOR AUTONOMOUS HYBRID SYSTEMS. Mauro Boccadoro Magnus Egerstedt Paolo Valigi Yorai Wardi BEYOND THE CONSTRUCTION OF OPTIMAL SWITCHING SURFACES FOR AUTONOMOUS HYBRID SYSTEMS Mauro Boccaoro Magnus Egerstet Paolo Valigi Yorai Wari {boccaoro,valigi}@iei.unipg.it Dipartimento i Ingegneria Elettronica

More information

1 Lecture 20: Implicit differentiation

1 Lecture 20: Implicit differentiation Lecture 20: Implicit ifferentiation. Outline The technique of implicit ifferentiation Tangent lines to a circle Derivatives of inverse functions by implicit ifferentiation Examples.2 Implicit ifferentiation

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

Slovak University of Technology in Bratislava Institute of Information Engineering, Automation, and Mathematics PROCEEDINGS

Slovak University of Technology in Bratislava Institute of Information Engineering, Automation, and Mathematics PROCEEDINGS lovak University of echnology in Bratislava Institute of Information Engineering, Automation, an athematics PROCEEDING 7 th International Conference on Process Control 009 Hotel Baník, Štrbské Pleso, lovakia,

More information

Applications of First Order Equations

Applications of First Order Equations Applications of First Orer Equations Viscous Friction Consier a small mass that has been roppe into a thin vertical tube of viscous flui lie oil. The mass falls, ue to the force of gravity, but falls more

More information

Goal of this chapter is to learn what is Capacitance, its role in electronic circuit, and the role of dielectrics.

Goal of this chapter is to learn what is Capacitance, its role in electronic circuit, and the role of dielectrics. PHYS 220, Engineering Physics, Chapter 24 Capacitance an Dielectrics Instructor: TeYu Chien Department of Physics an stronomy University of Wyoming Goal of this chapter is to learn what is Capacitance,

More information

Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets

Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets Proceeings of the 4th East-European Conference on Avances in Databases an Information Systems ADBIS) 200 Estimation of the Maximum Domination Value in Multi-Dimensional Data Sets Eleftherios Tiakas, Apostolos.

More information

Integration Review. May 11, 2013

Integration Review. May 11, 2013 Integration Review May 11, 2013 Goals: Review the funamental theorem of calculus. Review u-substitution. Review integration by parts. Do lots of integration eamples. 1 Funamental Theorem of Calculus In

More information

ANALYTIC CENTER CUTTING PLANE METHODS FOR VARIATIONAL INEQUALITIES OVER CONVEX BODIES

ANALYTIC CENTER CUTTING PLANE METHODS FOR VARIATIONAL INEQUALITIES OVER CONVEX BODIES ANALYI ENER UING PLANE MEHODS OR VARIAIONAL INEQUALIIES OVER ONVE BODIES Renin Zen School of Mathematical Sciences honqin Normal Universit honqin hina ABSRA An analtic center cuttin plane method is an

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 13 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering Gonzaga University SDC PUBLICATIONS Schroff

More information

Calculus of Variations

Calculus of Variations 16.323 Lecture 5 Calculus of Variations Calculus of Variations Most books cover this material well, but Kirk Chapter 4 oes a particularly nice job. x(t) x* x*+ αδx (1) x*- αδx (1) αδx (1) αδx (1) t f t

More information

One-dimensional I test and direction vector I test with array references by induction variable

One-dimensional I test and direction vector I test with array references by induction variable Int. J. High Performance Computing an Networking, Vol. 3, No. 4, 2005 219 One-imensional I test an irection vector I test with array references by inuction variable Minyi Guo School of Computer Science

More information

PDE Notes, Lecture #11

PDE Notes, Lecture #11 PDE Notes, Lecture # from Professor Jalal Shatah s Lectures Febuary 9th, 2009 Sobolev Spaces Recall that for u L loc we can efine the weak erivative Du by Du, φ := udφ φ C0 If v L loc such that Du, φ =

More information

Dissipative numerical methods for the Hunter-Saxton equation

Dissipative numerical methods for the Hunter-Saxton equation Dissipative numerical methos for the Hunter-Saton equation Yan Xu an Chi-Wang Shu Abstract In this paper, we present further evelopment of the local iscontinuous Galerkin (LDG) metho esigne in [] an a

More information

Application of the homotopy perturbation method to a magneto-elastico-viscous fluid along a semi-infinite plate

Application of the homotopy perturbation method to a magneto-elastico-viscous fluid along a semi-infinite plate Freun Publishing House Lt., International Journal of Nonlinear Sciences & Numerical Simulation, (9), -, 9 Application of the homotopy perturbation metho to a magneto-elastico-viscous flui along a semi-infinite

More information

Introduction to the Vlasov-Poisson system

Introduction to the Vlasov-Poisson system Introuction to the Vlasov-Poisson system Simone Calogero 1 The Vlasov equation Consier a particle with mass m > 0. Let x(t) R 3 enote the position of the particle at time t R an v(t) = ẋ(t) = x(t)/t its

More information

Qubit channels that achieve capacity with two states

Qubit channels that achieve capacity with two states Qubit channels that achieve capacity with two states Dominic W. Berry Department of Physics, The University of Queenslan, Brisbane, Queenslan 4072, Australia Receive 22 December 2004; publishe 22 March

More information

Research Article Global and Blow-Up Solutions for Nonlinear Hyperbolic Equations with Initial-Boundary Conditions

Research Article Global and Blow-Up Solutions for Nonlinear Hyperbolic Equations with Initial-Boundary Conditions International Differential Equations Volume 24, Article ID 724837, 5 pages http://x.oi.org/.55/24/724837 Research Article Global an Blow-Up Solutions for Nonlinear Hyperbolic Equations with Initial-Bounary

More information

Monte Carlo Methods with Reduced Error

Monte Carlo Methods with Reduced Error Monte Carlo Methos with Reuce Error As has been shown, the probable error in Monte Carlo algorithms when no information about the smoothness of the function is use is Dξ r N = c N. It is important for

More information