A First Course in Ordinary Differential Equations

Size: px
Start display at page:

Download "A First Course in Ordinary Differential Equations"

Transcription

1 A First Course in Ordinary Differential Equations

2

3 Martin Hermann Masoud Saravi A First Course in Ordinary Differential Equations Analytical and Numerical Methods 123

4 Martin Hermann Institute of Applied Mathematics Friedrich Schiller University Jena, Germany Masoud Saravi Department of Mathematics Islamic Azad University Nour Branch Nour, Iran ISBN ISBN (ebook) DOI / Springer New Delhi Heidelberg New York Dordrecht London Library of Congress Control Number: Springer India 2014 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purpose of being entered and executed on a computer system, for exclusive use by the purchaser of the work. Duplication of this publication or parts thereof is permitted only under the provisions of the Copyright Law of the Publisher s location, in its current version, and permission for use must always be obtained from Springer. Permissions for use may be obtained through RightsLink at the Copyright Clearance Center. Violations are liable to prosecution under the respective Copyright Law. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Printed on acid-free paper Springer is part of Springer Science+Business Media (

5 To our wives, Gudrun and Mahnaz, and our children, Alexander, Sina, and Sayeh

6

7 Preface This book presents a modern introduction to mathematical techniques for solving initial and boundary value problems in linear ordinary differential equations (ODEs). The focus on analytical and numerical methods makes this book particularly attractive. ODEs play an important role in modeling complex scientific, technological, and economic processes and phenomena. Therefore, to address students and scientists of various disciplines, we have circumvented the traditional definition-theorem-proof format. Instead, we describe the mathematical background by means of a variety of problems, examples, and exercises ranging from the elementary to the challenging problems. The book is intended as a primary text for courses in theory of ODEs and numerical treatment of ODEs for advanced undergraduate and early graduate students. It is assumed that the reader has a basic knowledge of elementary calculus, in particular methods of integration, and numerical analysis. Physicists, chemists, biologists, computer scientists, and engineers whose work involves the solution of ODEs will also find the book useful both as a reference and as a tool for self-studying. The book has been prepared within the scope of a German-Iranian research project on mathematical methods for ODEs, which was started in early We now outline the contents of the book. In Chap. 1, an introduction to ODEs and some basic concepts are presented. Chapter 2 deals with scalar first-order ODEs. The existence and uniqueness of solutions is studied on the basis of the well-known theorems of Peano and Picard-Lindelöf. The analytical standard techniques for the determination of the exact solution are given. Moreover, the solution of high-degree first-order ODEs (Clairaut and Lagrange equation), which are often encountered in the applications, is discussed. This chapter ends with the discussion about the family of curves and orthogonal trajectories. Chapter 3 is devoted to analytical methods for the solution of second-order ODEs. Subsequent to the introduction to higher-order ODEs, solution methods for homogeneous and inhomogeneous equations are presented. Chapter 4 focuses on the Laplace transform for scalar ODEs that is also used in Chap. 5 for the solution of systems of first-order ODEs. vii

8 viii Preface The Laplace transform is a widely applied integral transform in mathematics used to switch a function from the time domain to the s-domain. The Laplace transform can be used in some cases to solve linear ODEs with given initial conditions. At the end of Chap. 5, it is shown how the solution for the homogeneous system can be determined on the basis of the eigenvalues of the characteristic equation. Then, the corresponding solution for the inhomogeneous system is developed by the method of variation of parameters, and the solution for the ODE is presented by the superposition principle. In Chap. 6, it is shown how power series techniques can be used to represent the solution for scalar first- and second-order ODEs. Special attention is paid to Legendre s equation, Bessel s equation, and the hypergeometric equation since these equations often occur in the applications. The numerical part of this book begins with Chap. 7. Here, numerical methods for initial value problems of systems of first-order ODEs are studied. Starting with the concept of discretizing ODEs, the class of Runge Kutta methods is introduced. The Butcher schemes of a variety of Runge Kutta methods are given. Further topics discussed are consistency, convergence, estimation of the local discretization error, step-size control, A-stability, and stiffness. Finally, Chap. 8 deals with shooting methods for the solution for linear two-point boundary value problems. The following numerical techniques are studied in detail: simple shooting method, multiple shooting method, and the method of complementary functions and the stabilized march method for the solution to ODEs with partially separated boundary conditions. We would like to express our thanks to those colleagues who have supported our German-Iranian joint work by their criticism and encouragement, particularly Dr. Omid Jalili (IAU, Nour Branch) for discussing most of the physical problems and Dr. Dieter Kaiser (FSU Jena) for his expert guidance on our computer programming. It has been a pleasure working with the Springer India publication staff, in particular Mr. Shamim Ahmad and Ms. Nupoor Singh. Finally, the authors wish to emphasize that any helpful suggestion or comment for improving this book will be warmly appreciated and can be sent by to masoud@saravi.info and martin.hermann@uni-jena.de. Nour, Iran Jena, Germany Masoud Saravi Martin Hermann

9 Contents 1 Basic Concepts of Differential Equations Introduction Some ElementaryTerminology Solutionsof a DifferentialEquation Exercises First-Order Differential Equations Discussion of the Main Problem AnalyticalSolutionof First-Order ODEs High-DegreeFirst-OrderODEs Family of Curves, Orthogonal Trajectories Exercises Reference Second-Order Differential Equations LinearDifferentialEquations Solution Methods for Homogeneous Equations Methodof OrderReduction Exact Equations Pseudo-exact Equations Equationswith Constant Coefficients NormalForm Solution Methods for Inhomogeneous Equations Methodof UndeterminedCoefficients Methodof Variationof Parameters Methodof Operators Exercises References Laplace Transforms Introduction LaplaceTransform ix

10 x Contents 4.3 The LaplaceTransformof Periodic Functions The LaplaceTransformsof DerivativesandIntegrals DerivativesandIntegralsof the Laplace Transforms The ConvolutionTheoremand IntegralEquations Exercises Systems of Linear Differential Equations Introduction Elimination Methods Elimination Using the D Operator EliminationUsing LaplaceTransforms Methodof Vector-MatrixNotation Simple Real Eigenvalues Multiple Real Eigenvalues Simple ComplexEigenvalues Solution of an Inhomogeneous System of ODEs Methodof UndeterminedCoefficients Exercises Reference Power Series Solutions Introduction Review of Power Series Series Solutions About an Ordinary Point Series Solutions About a Regular Singular Point Special Functions Legendre sequation Bessel s Equation HypergeometricEquation Exercises Reference Numerical Methods for Initial Value Problems Initial Value Problems Discretizationof an ODE Runge-Kutta Methods LocalTruncationErrorandConsistency Construction of Runge-Kutta Methods Collocation and Implicit Runge-Kutta Methods GlobalErrorand Convergence Estimation of the Local Discretization Error andstep-size Control Absolute Stability and Stiffness Exercises References

11 Contents xi 8 Shooting Methods for Linear Boundary Value Problems Two-Point Boundary Value Problems Simple ShootingMethod Methodof ComplementaryFunctions Stability of Simple Shooting Multiple Shooting Method Stability of Multiple Shooting NumericalTreatmentof the LinearAlgebraic System Stabilized MarchMethod Exercises References A Power Series B Some Elementary Integration Formulas C Table of Laplace Transforms Index

12

13 About the Authors MARTIN HERMANN is professor of numerical mathematics at the Friedrich Schiller University (FSU) Jena (Germany). His activities and research interests are in the field of scientific computing and numerical analysis of nonlinear parameterdependent ordinary differential equations (ODEs). He is also the founder of the Interdisciplinary Centre for Scientific Computing (1999), where scientists of different faculties at the FSU Jena work together in the fields of applied mathematics, computer sciences and applications. Since 2003, he has headed an international collaborative project with the Institute of Mathematics at the National Academy of Sciences, Kiev, Ukraine, studying, e.g., the sloshing of liquids in tanks. Since 2003, Dr. Hermann has been a curator at the Collegium Europaeum Jenense of the FSU Jena (CEJ) and the first chairman of the Friends of the CEJ. In addition to his professional activities, he volunteers in various organizations and associations. In German-speaking countries, his books Numerical Mathematics and Numerical Treatment of ODEs: Initial and Boundary Value Problems count among the standard works on numerical analysis. He has also contributed over 70 articles for refereed journals. MASOUD SARAVI is professor of mathematics at the Islamic Azad University (IAU), Nour Branch, Iran. His research interests include the numerical solution of ODEs, partial differential equations (PDEs) and integral equations, as well as differential algebraic equations (DAEs) and spectral methods. In addition to publishing several papers with German colleagues, Dr. Saravi has published more than 15 successful titles on mathematics. The immense popularity of his books is deemed as a reflection of more than 20 years of educational experience and a result of his accessible style of writing, as well as a broad coverage of well-laid-out and easy-to-follow subjects. He is currently a board member at IAU and is working together with the Numerical Analysis Group and the Faculty of Mathematics and Computer Sciences of FSU Jena (Germany). He started off his academic studies at the UK s Dudley Technical College in the UK before receiving his first degree in mathematics and statistics from the Polytechnic of North London and his advanced xiii

14 xiv About the Authors degree in numerical analysis from Brunel University. After obtaining his M.Phil. in applied mathematics from the Amir Kabir University in Iran, he completed his Ph.D. in numerical analysis on solutions of ODEs and DAEs using spectral methods at the Open University in the UK.

SpringerBriefs in Statistics

SpringerBriefs in Statistics SpringerBriefs in Statistics For further volumes: http://www.springer.com/series/8921 Jeff Grover Strategic Economic Decision-Making Using Bayesian Belief Networks to Solve Complex Problems Jeff Grover

More information

Fundamentals of Mass Determination

Fundamentals of Mass Determination Fundamentals of Mass Determination Michael Borys Roman Schwartz Arthur Reichmuth Roland Nater Fundamentals of Mass Determination 123 Michael Borys Fachlabor 1.41 Physikalisch-Technische Bundesanstalt Bundesallee

More information

ThiS is a FM Blank Page

ThiS is a FM Blank Page Acid-Base Diagrams ThiS is a FM Blank Page Heike Kahlert Fritz Scholz Acid-Base Diagrams Heike Kahlert Fritz Scholz Institute of Biochemistry University of Greifswald Greifswald Germany English edition

More information

Publication of the Museum of Nature South Tyrol Nr. 11

Publication of the Museum of Nature South Tyrol Nr. 11 Publication of the Museum of Nature South Tyrol Nr. 11 ThiS is a FM Blank Page Erika Pignatti Sandro Pignatti Plant Life of the Dolomites Vegetation Tables Erika Pignatti Sandro Pignatti Rome Italy Publication

More information

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis

Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami. Poincaré Plot Methods for Heart Rate Variability Analysis Ahsan Habib Khandoker Chandan Karmakar Michael Brennan Andreas Voss Marimuthu Palaniswami Poincaré Plot Methods for Heart Rate Variability Analysis Poincaré Plot Methods for Heart Rate Variability Analysis

More information

Mechanics of Materials

Mechanics of Materials Mechanics of Materials Parviz Ghavami Mechanics of Materials An Introduction to Engineering Technology Parviz Ghavami Harlingen, TX, USA ISBN 978-3-319-07571-6 ISBN 978-3-319-07572-3 (ebook) DOI 10.1007/978-3-319-07572-3

More information

Differential-Algebraic Equations Forum

Differential-Algebraic Equations Forum Differential-Algebraic Equations Forum Editors-in-Chief Achim Ilchmann (TU Ilmenau, Ilmenau, Germany) Timo Reis (Universität Hamburg, Hamburg, Germany) Editorial Board Larry Biegler (Carnegie Mellon University,

More information

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity Qing-Hua Qin Advanced Mechanics of Piezoelectricity With 77 figures Author Prof. Qing-Hua Qin Research School of Engineering Australian National University

More information

Statistics and Measurement Concepts with OpenStat

Statistics and Measurement Concepts with OpenStat Statistics and Measurement Concepts with OpenStat William Miller Statistics and Measurement Concepts with OpenStat William Miller Urbandale, Iowa USA ISBN 978-1-4614-5742-8 ISBN 978-1-4614-5743-5 (ebook)

More information

UNITEXT La Matematica per il 3+2. Volume 87

UNITEXT La Matematica per il 3+2. Volume 87 UNITEXT La Matematica per il 3+2 Volume 87 More information about this series at http://www.springer.com/series/5418 Sandro Salsa Gianmaria Verzini Partial Differential Equations in Action Complements

More information

Statics and Mechanics of Structures

Statics and Mechanics of Structures Statics and Mechanics of Structures Steen Krenk Jan Høgsberg Statics and Mechanics of Structures Prof. Steen Krenk Department of Mechanical Engineering Technical University of Denmark Kongens Lyngby,

More information

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion

Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion Ye Yan Xu Huang Yueneng Yang Dynamics and Control of Lorentz-Augmented Spacecraft Relative Motion 123 Ye Yan College of Aerospace Science

More information

Doubt-Free Uncertainty In Measurement

Doubt-Free Uncertainty In Measurement Doubt-Free Uncertainty In Measurement Colin Ratcliffe Bridget Ratcliffe Doubt-Free Uncertainty In Measurement An Introduction for Engineers and Students Colin Ratcliffe United States Naval Academy Annapolis

More information

MATLAB Differential Equations. César Pérez López

MATLAB Differential Equations. César Pérez López MATLAB Differential Equations César Pérez López MATLAB Differential Equations Copyright 2014 by César Pérez López This work is subject to copyright. All rights are reserved by the Publisher, whether the

More information

Topics in Algebra and Analysis

Topics in Algebra and Analysis Radmila Bulajich Manfrino José Antonio Gómez Ortega Rogelio Valdez Delgado Topics in Algebra and Analysis Preparing for the Mathematical Olympiad Radmila Bulajich Manfrino Facultad de Ciencias Universidad

More information

1000 Solved Problems in Classical Physics

1000 Solved Problems in Classical Physics 1000 Solved Problems in Classical Physics Ahmad A. Kamal 1000 Solved Problems in Classical Physics An Exercise Book 123 Dr. Ahmad A. Kamal Silversprings Lane 425 75094 Murphy Texas USA anwarakamal@yahoo.com

More information

Semantics of the Probabilistic Typed Lambda Calculus

Semantics of the Probabilistic Typed Lambda Calculus Semantics of the Probabilistic Typed Lambda Calculus Dirk Draheim Semantics of the Probabilistic Typed Lambda Calculus Markov Chain Semantics, Termination Behavior, and Denotational Semantics Dirk Draheim

More information

Advanced Calculus of a Single Variable

Advanced Calculus of a Single Variable Advanced Calculus of a Single Variable Tunc Geveci Advanced Calculus of a Single Variable 123 Tunc Geveci Department of Mathematics and Statistics San Diego State University San Diego, CA, USA ISBN 978-3-319-27806-3

More information

SpringerBriefs in Mathematics

SpringerBriefs in Mathematics SpringerBriefs in Mathematics Series Editors Nicola Bellomo Michele Benzi Palle E.T. Jorgensen Tatsien Li Roderick Melnik Otmar Scherzer Benjamin Steinberg Lothar Reichel Yuri Tschinkel G. George Yin Ping

More information

Springer Atmospheric Sciences

Springer Atmospheric Sciences Springer Atmospheric Sciences More information about this series at http://www.springer.com/series/10176 Ewa Łupikasza The Climatology of Air- Mass and Frontal Extreme Precipitation Study of meteorological

More information

40 Topics in Heterocyclic Chemistry

40 Topics in Heterocyclic Chemistry 40 Topics in Heterocyclic Chemistry Series Editors: B.U.W. Maes, Antwerpen, Belgium Janine Cossy, Paris, France Slovenko Polanc, Ljubljana, Slovenia Editorial Board: D. Enders, Aachen, Germany S.V. Ley,

More information

UNITEXT La Matematica per il 3+2

UNITEXT La Matematica per il 3+2 UNITEXT La Matematica per il 3+2 Volume 73 For further volumes: http://www.springer.com/series/5418 Shair Ahmad Antonio Ambrosetti A Textbook on Ordinary Differential Equations Shair Ahmad Department of

More information

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples Statics Igor Emri Arkady Voloshin Statics Learning from Engineering Examples Igor Emri University of Ljubljana Ljubljana, Slovenia Arkady Voloshin Lehigh University Bethlehem, PA, USA ISBN 978-1-4939-2100-3

More information

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland

Studies in Systems, Decision and Control. Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland Studies in Systems, Decision and Control Volume 13 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series "Studies in Systems,

More information

Nonlinear Dynamical Systems in Engineering

Nonlinear Dynamical Systems in Engineering Nonlinear Dynamical Systems in Engineering . Vasile Marinca Nicolae Herisanu Nonlinear Dynamical Systems in Engineering Some Approximate Approaches Vasile Marinca Politehnica University of Timisoara Department

More information

UNITEXT La Matematica per il 3+2

UNITEXT La Matematica per il 3+2 UNITEXT La Matematica per il 3+2 Volume 85 For further volumes: http://www.springer.com/series/5418 Claudio Canuto Anita Tabacco Mathematical Analysis II Second Edition Claudio Canuto Department of Mathematical

More information

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations

Shijun Liao. Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations Shijun Liao Homotopy Analysis Method in Nonlinear Differential Equations With 127 figures Author Shijun Liao Shanghai Jiao Tong

More information

Multivariable Calculus with MATLAB

Multivariable Calculus with MATLAB Multivariable Calculus with MATLAB Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics Ronald L. Lipsman Department of Mathematics University

More information

Trends in Mathematics

Trends in Mathematics Trends in Mathematics Trends in Mathematics is a series devoted to the publication of volumes arising from conferences and lecture series focusing on a particular topic from any area of mathematics. Its

More information

Fundamentals of Electrical Circuit Analysis

Fundamentals of Electrical Circuit Analysis Fundamentals of Electrical Circuit Analysis Md. Abdus Salam Quazi Mehbubar Rahman Fundamentals of Electrical Circuit Analysis 123 Md. Abdus Salam Electrical and Electronic Engineering Programme Area, Faculty

More information

Advanced Courses in Mathematics CRM Barcelona

Advanced Courses in Mathematics CRM Barcelona Advanced Courses in Mathematics CRM Barcelona Centre de Recerca Matemàtica Managing Editor: Carles Casacuberta More information about this series at http://www.springer.com/series/5038 Giovanna Citti Loukas

More information

Non-Western Theories of International Relations

Non-Western Theories of International Relations Non-Western Theories of International Relations Alexei D. Voskressenski Non-Western Theories of International Relations Conceptualizing World Regional Studies Alexei D. Voskressenski MGIMO University Moscow,

More information

Data Analysis Using the Method of Least Squares

Data Analysis Using the Method of Least Squares Data Analysis Using the Method of Least Squares J. Wolberg Data Analysis Using the Method of Least Squares Extracting the Most Information from Experiments With Figures and Tables 123 John Wolberg Technion-Israel

More information

Quantum Biological Information Theory

Quantum Biological Information Theory Quantum Biological Information Theory Ivan B. Djordjevic Quantum Biological Information Theory Ivan B. Djordjevic Department of Electrical and Computer Engineering University of Arizona Tucson, AZ, USA

More information

Quantum Science and Technology

Quantum Science and Technology Quantum Science and Technology Series Editors Howard Brandt, US Army Research Laboratory, Adelphi, MD, USA Nicolas Gisin, University of Geneva, Geneva, Switzerland Raymond Laflamme, University of Waterloo,

More information

Springer Series on Atomic, Optical, and Plasma Physics

Springer Series on Atomic, Optical, and Plasma Physics Springer Series on Atomic, Optical, and Plasma Physics Volume 51 Editor-in-chief Gordon W. F. Drake, Department of Physics, University of Windsor, Windsor, ON, Canada Series editors James Babb, Harvard-Smithsonian

More information

Non-Instantaneous Impulses in Differential Equations

Non-Instantaneous Impulses in Differential Equations Non-Instantaneous Impulses in Differential Equations Ravi Agarwal Snezhana Hristova Donal O Regan Non-Instantaneous Impulses in Differential Equations 123 Ravi Agarwal Department of Mathematics Texas A&M

More information

Progress in Advanced Structural and Functional Materials Design

Progress in Advanced Structural and Functional Materials Design Progress in Advanced Structural and Functional Materials Design Tomoyuki Kakeshita Editor Progress in Advanced Structural and Functional Materials Design Editor Tomoyuki Kakeshita Division of Materials

More information

Dynamics Formulas and Problems

Dynamics Formulas and Problems Dynamics Formulas and Problems Dietmar Gross Wolfgang Ehlers Peter Wriggers Jörg Schröder Ralf Müller Dynamics Formulas and Problems Engineering Mechanics 3 123 Dietmar Gross Division of Solid Mechanics

More information

The Patrick Moore Practical Astronomy Series

The Patrick Moore Practical Astronomy Series The Patrick Moore Practical Astronomy Series For further volumes: http://www.springer.com/series/3192 Grab n Go Astronomy Neil English Neil English Fintry by Glasgow UK ISSN 1431-9756 ISSN 2197-6562 (electronic)

More information

Springer Proceedings in Mathematics & Statistics. Volume 206

Springer Proceedings in Mathematics & Statistics. Volume 206 Springer Proceedings in Mathematics & Statistics Volume 206 Springer Proceedings in Mathematics & Statistics This book series features volumes composed of selected contributions from workshops and conferences

More information

Experimental Techniques in Nuclear and Particle Physics

Experimental Techniques in Nuclear and Particle Physics Experimental Techniques in Nuclear and Particle Physics Stefaan Tavernier Experimental Techniques in Nuclear and Particle Physics 123 Prof. Stefaan Tavernier Vrije Universiteit Brussel Fak. Wetenschappen

More information

CISM Courses and Lectures

CISM Courses and Lectures CISM Courses and Lectures Series Editors: The Rectors Friedrich Pfeiffer - Munich Franz G. Rammerstorfer - Wien Elisabeth Guazzelli - Marseille The Secretary General Bernhard Schrefler - Padua Executive

More information

332 Topics in Current Chemistry

332 Topics in Current Chemistry 332 Topics in Current Chemistry Editorial Board: K.N. Houk, Los Angeles, CA, USA C.A. Hunter, Sheffield, UK M.J. Krische, Austin, TX, USA J.-M. Lehn, Strasbourg, France S.V. Ley, Cambridge, UK M. Olivucci,

More information

Introduction to Tensor Analysis and the Calculus of Moving Surfaces

Introduction to Tensor Analysis and the Calculus of Moving Surfaces Introduction to Tensor Analysis and the Calculus of Moving Surfaces Pavel Grinfeld Introduction to Tensor Analysis and the Calculus of Moving Surfaces 123 Pavel Grinfeld Department of Mathematics Drexel

More information

Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik. Systems Biology. Functional Strategies of Living Organisms

Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik. Systems Biology. Functional Strategies of Living Organisms Systems Biology Leszek Konieczny Irena Roterman-Konieczna Paweł Spólnik Systems Biology Functional Strategies of Living Organisms 2123 Leszek Konieczny Department of Medicinal Chemistry Jagiellonian University

More information

Laser Surface Interactions

Laser Surface Interactions Laser Surface Interactions Rashid A. Ganeev Laser Surface Interactions 1 3 Rashid A. Ganeev Ophthalmology and Advanced Laser Medical Center Saitama Medical University Moroyama Saitama Japan ISBN 978-94-007-7340-0

More information

Fractal Control Theory

Fractal Control Theory Fractal Control Theory Shu-Tang Liu Pei Wang Fractal Control Theory 123 Shu-Tang Liu College of Control Science and Engineering Shandong University Jinan China Pei Wang College of Electrical Engineering

More information

Particle Acceleration and Detection

Particle Acceleration and Detection Particle Acceleration and Detection Series Editors Alexander Chao SLAC Menlo Park, CA USA Frank Zimmermann CERN SL-Division AP Group Genève Switzerland Katsunobu Oide KEK High Energy Accelerator Research

More information

Lecture Notes in Mathematics 2138

Lecture Notes in Mathematics 2138 Lecture Notes in Mathematics 2138 Editors-in-Chief: J.-M. Morel, Cachan B. Teissier, Paris Advisory Board: Camillo De Lellis, Zurich Mario di Bernardo, Bristol Alessio Figalli, Austin Davar Khoshnevisan,

More information

Solid Phase Microextraction

Solid Phase Microextraction Solid Phase Microextraction Gangfeng Ouyang Ruifen Jiang Editors Solid Phase Microextraction Recent Developments and Applications 123 Editors Gangfeng Ouyang School of Chemistry Sun Yat-sen University

More information

Probability Theory, Random Processes and Mathematical Statistics

Probability Theory, Random Processes and Mathematical Statistics Probability Theory, Random Processes and Mathematical Statistics Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume

More information

Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W.

Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group VIII: Advanced Materials and Technologies Volume 6 Polymers Subvolume

More information

Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker

Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker Classics in Mathematics Andre Weil Elliptic Functions according to Eisenstein and Kronecker Andre Weil was horn on May 6, 1906 in Paris. After studying mathematics at the Ecole Normale Superieure and receiving

More information

Natural History Dioramas

Natural History Dioramas Natural History Dioramas Sue Dale Tunnicliffe Annette Scheersoi Editors Natural History Dioramas History, Construction and Educational Role 1 3 Editors Sue Dale Tunnicliffe University of London London

More information

Generalized Locally Toeplitz Sequences: Theory and Applications

Generalized Locally Toeplitz Sequences: Theory and Applications Generalized Locally Toeplitz Sequences: Theory and Applications Carlo Garoni Stefano Serra-Capizzano Generalized Locally Toeplitz Sequences: Theory and Applications Volume I 123 Carlo Garoni Department

More information

SpringerBriefs in Mathematics

SpringerBriefs in Mathematics SpringerBriefs in Mathematics For further volumes: http://www.springer.com/series/10030 George A. Anastassiou Advances on Fractional Inequalities 123 George A. Anastassiou Department of Mathematical Sciences

More information

Bourbaki Elements of the History of Mathematics

Bourbaki Elements of the History of Mathematics Bourbaki Elements of the History of Mathematics Springer Berlin Heidelberg New York Barcelona Hong Kong London Milan Paris Singapore Tokyo Nicolas Bourbaki Elements of the History of Mathematics Translated

More information

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition

Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second Edition Karl-Rudolf Koch Introduction to Bayesian Statistics Second, updated and enlarged Edition With 17 Figures Professor Dr.-Ing., Dr.-Ing.

More information

SpringerBriefs in Probability and Mathematical Statistics

SpringerBriefs in Probability and Mathematical Statistics SpringerBriefs in Probability and Mathematical Statistics Editor-in-chief Mark Podolskij, Aarhus C, Denmark Series editors Nina Gantert, Münster, Germany Richard Nickl, Cambridge, UK Sandrine Péché, Paris,

More information

Tritium: Fuel of Fusion Reactors

Tritium: Fuel of Fusion Reactors Tritium: Fuel of Fusion Reactors Tetsuo Tanabe Editor Tritium: Fuel of Fusion Reactors 123 Editor Tetsuo Tanabe Interdisciplinary Graduate School of Engineering Sciences Kyushu University Fukuoka Japan

More information

Electrochemical Science for a Sustainable Society

Electrochemical Science for a Sustainable Society Electrochemical Science for a Sustainable Society Kohei Uosaki Editor Electrochemical Science for a Sustainable Society A Tribute to John O M Bockris 123 Editor Kohei Uosaki National Institute for Materials

More information

Universitext. Series Editors:

Universitext. Series Editors: Universitext Universitext Series Editors: Sheldon Axler San Francisco State University, San Francisco, CA, USA Vincenzo Capasso Università degli Studi di Milano, Milan, Italy Carles Casacuberta Universitat

More information

Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo

Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo Springer Berlin Heidelberg New York Barcelona Budapest Hong Kong London Milan Paris Santa Clara Singapore Tokyo J. M. RUeger Electronic Distance Measurement An Introduction Fourth Edition With 56 Figures

More information

346 Topics in Current Chemistry

346 Topics in Current Chemistry 346 Topics in Current Chemistry Editorial Board: H. Bayley, Oxford, UK K.N. Houk, Los Angeles, CA, USA G. Hughes, CA, USA C.A. Hunter, Sheffield, UK K. Ishihara, Chikusa, Japan M.J. Krische, Austin, TX,

More information

Nanotechnologies in the Conservation of Cultural Heritage

Nanotechnologies in the Conservation of Cultural Heritage Nanotechnologies in the Conservation of Cultural Heritage Piero Baglioni David Chelazzi Rodorico Giorgi Nanotechnologies in the Conservation of Cultural Heritage A compendium of materials and techniques

More information

Electroanalysis in Biomedical and Pharmaceutical Sciences

Electroanalysis in Biomedical and Pharmaceutical Sciences Electroanalysis in Biomedical and Pharmaceutical Sciences Monographs in Electrochemistry Series Editor: Fritz Scholz, University of Greifswald, Germany Surprisingly, a large number of important topics

More information

Nuclear Magnetic Resonance Data

Nuclear Magnetic Resonance Data Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group III: Condensed Matter Volume 35 Nuclear Magnetic Resonance Data

More information

Nuclear Magnetic Resonance Data

Nuclear Magnetic Resonance Data Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series / Editor in Chief: W. Martienssen Group III: Condensed Matter Volume 35 Nuclear Magnetic Resonance Data

More information

Mathematical Engineering

Mathematical Engineering Electrical Machines Mathematical Engineering Series Editors Prof. Dr. Claus Hillermeier, Munich, Germany, (volume editor) Prof. Dr.-Ing. Jörg Schröder, Essen, Germany Prof. Dr.-Ing. Bernhard Weigand, Stuttgart,

More information

Landolt-Börnstein / New Series

Landolt-Börnstein / New Series Landolt-Börnstein / New Series Landolt-Börnstein Numerical Data and Functional Relationships in Science and Technology New Series Editor in Chief: W. Martienssen Units and Fundamental Constants in Physics

More information

Springer Series in 36 Computational Mathematics

Springer Series in 36 Computational Mathematics Springer Series in 36 Computational Mathematics Editorial Board R. Bank, La Jolla, CA R.L. Graham, La Jolla, CA J. Stoer, Würzburg R. Varga, Kent, Ohio H. Yserentant, Berlin Richard S. Varga Geršgorin

More information

Stochastic Optimization Methods

Stochastic Optimization Methods Stochastic Optimization Methods Kurt Marti Stochastic Optimization Methods With 14 Figures 4y Springer Univ. Professor Dr. sc. math. Kurt Marti Federal Armed Forces University Munich Aero-Space Engineering

More information

Theory of Elasticity

Theory of Elasticity Theory of Elasticity Aldo Maceri Theory of Elasticity 123 Prof. Dr.-Ing. Aldo Maceri Universitá Roma Tre Departimento di Ingegneria Meccanica e Industriale Via della Vasca Navale, 79 00146 Roma Italy

More information

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables

Latif M. Jiji. Heat Convection. With 206 Figures and 16 Tables Heat Convection Latif M. Jiji Heat Convection With 206 Figures and 16 Tables Prof. Latif M. Jiji City University of New York School of Engineering Dept. of Mechanical Engineering Convent Avenue at 138th

More information

Mathematical Formulas for Economists

Mathematical Formulas for Economists Mathematical Formulas for Economists Springer-Verlag Berlin Heidelberg GmbH Bernd Luderer. Volker Nollau Klaus Vetters Mathematical Formulas for Economists With 58 Figures and 6 Tables, Springer Professor

More information

Formation of the Solar System

Formation of the Solar System Formation of the Solar System V.I. Ferronsky S.V. Ferronsky Formation of the Solar System A New Theory of the Creation and Decay of the Celestial Bodies 123 V.I. Ferronsky Water Problems Institute of

More information

Lecture Notes in Mathematics Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris

Lecture Notes in Mathematics Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris Lecture Notes in Mathematics 1915 Editors: J.-M. Morel, Cachan F. Takens, Groningen B. Teissier, Paris Türker Bıyıkoğlu Josef Leydold Peter F. Stadler Laplacian Eigenvectors of Graphs Perron-Frobenius

More information

Lecture Notes in Mathematics 2156

Lecture Notes in Mathematics 2156 Lecture Notes in Mathematics 2156 Editors-in-Chief: J.-M. Morel, Cachan B. Teissier, Paris Advisory Board: Camillo De Lellis, Zurich Mario di Bernardo, Bristol Alessio Figalli, Austin Davar Khoshnevisan,

More information

Linear Models in Matrix Form

Linear Models in Matrix Form Linear Models in Matrix Form Jonathon D. Brown Linear Models in Matrix Form A Hands-On Approach for the Behavioral Sciences Jonathon D. Brown Department of Psychology University of Washington Seattle,

More information

Radiation Therapy Study Guide

Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review 123 Radiation Therapy Study Guide Amy Heath Radiation Therapy Study Guide A Radiation Therapist s Review Amy Heath, MS, RT(T) University

More information

Petroleum Geoscience: From Sedimentary Environments to Rock Physics

Petroleum Geoscience: From Sedimentary Environments to Rock Physics Petroleum Geoscience: From Sedimentary Environments to Rock Physics Petroleum Geoscience: From Sedimentary Environments to Rock Physics With contributions from Per Avseth, Jan Inge Faleide, Roy H. Gabrielsen,

More information

Undergraduate Lecture Notes in Physics

Undergraduate Lecture Notes in Physics Undergraduate Lecture Notes in Physics Undergraduate Lecture Notes in Physics (ULNP) publishes authoritative texts covering topics throughout pure and applied physics. Each title in the series is suitable

More information

Statistics for Social and Behavioral Sciences

Statistics for Social and Behavioral Sciences Statistics for Social and Behavioral Sciences Advisors: S.E. Fienberg W.J. van der Linden For other titles published in this series, go to http://www.springer.com/series/3463 Haruo Yanai Kei Takeuchi

More information

Maximum Principles in Differential Equations

Maximum Principles in Differential Equations Maximum Principles in Differential Equations Springer New York Berlin Heidelberg Barcelona Hong Kong London Milan Paris Singapore Tokyo Murray H. Protter Hans F. Weinberger Maximum Principles in Differential

More information

Wei Gao. Editor. Graphene Oxide. Reduction Recipes, Spectroscopy, and Applications

Wei Gao. Editor. Graphene Oxide. Reduction Recipes, Spectroscopy, and Applications Graphene Oxide Wei Gao Editor Graphene Oxide Reduction Recipes, Spectroscopy, and Applications Editor Wei Gao The Department of Textile Engineering Chemistry & Science, College of Textiles North Carolina

More information

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems STOCHASTIC PROCESSES FOR PHYSICISTS Understanding Noisy Systems Stochastic processes are an essential part of numerous branches of physics, as well as biology, chemistry, and finance. This textbook provides

More information

Astronomers Universe

Astronomers Universe Astronomers Universe More information about this series at http://www.springer.com/series/6960 David H. Lyth The History of the Universe 123 David H. Lyth Physics Lancaster University Lancaster, United

More information

Machine Tool Vibrations and Cutting Dynamics

Machine Tool Vibrations and Cutting Dynamics Machine Tool Vibrations and Cutting Dynamics Brandon C. Gegg l Albert C.J. Luo C. Steve Suh Machine Tool Vibrations and Cutting Dynamics Brandon C. Gegg Dynacon Inc. Winches and Handling Systems 831 Industrial

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Series Editors: Sheldon Axler San Francisco State University, San Francisco, CA, USA Kenneth Ribet University of California, Berkeley,

More information

Theoretical Physics 4

Theoretical Physics 4 Theoretical Physics 4 Wolfgang Nolting Theoretical Physics 4 Special Theory of Relativity 123 Wolfgang Nolting Inst. Physik Humboldt-UniversitRat zu Berlin Berlin, Germany ISBN 978-3-319-44370-6 ISBN 978-3-319-44371-3

More information

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal EURO Advanced Tutorials on Operational Research Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal More information about this series at http://www.springer.com/series/13840

More information

Tianyou Fan. Mathematical Theory of Elasticity of Quasicrystals and Its Applications

Tianyou Fan. Mathematical Theory of Elasticity of Quasicrystals and Its Applications Tianyou Fan Mathematical Theory of Elasticity of Quasicrystals and Its Applications Tianyou Fan Mathematical Theory of Elasticity of Quasicrystals and Its Applications With 82 figures Author Tianyou Fan

More information

Advanced Structured Materials

Advanced Structured Materials Advanced Structured Materials Volume 26 Series editors Andreas Öchsner, Southport Queensland, Australia Lucas F.M. da Silva, Porto, Portugal Holm Altenbach, Magdeburg, Germany More information about this

More information

CISM International Centre for Mechanical Sciences

CISM International Centre for Mechanical Sciences CISM International Centre for Mechanical Sciences Courses and Lectures Volume 580 Series editors The Rectors Elisabeth Guazzelli, Marseille, France Franz G. Rammerstorfer, Vienna, Austria Wolfgang A. Wall,

More information

Progress in Mathematics 313. Jaume Llibre Rafael Ramírez. Inverse Problems in Ordinary Differential Equations and Applications

Progress in Mathematics 313. Jaume Llibre Rafael Ramírez. Inverse Problems in Ordinary Differential Equations and Applications Progress in Mathematics 313 Jaume Llibre Rafael Ramírez Inverse Problems in Ordinary Differential Equations and Applications Progress in Mathematics Volume 313 Series Editors Hyman Bass, University of

More information

Mathematical Lectures from Peking University

Mathematical Lectures from Peking University Mathematical Lectures from Peking University For further volumes: www.springer.com/series/11574 Michel Broué Some Topics in Algebra An Advanced Undergraduate Course at PKU Michel Broué Institut Universitaire

More information

Stochastic and Infinite Dimensional Analysis

Stochastic and Infinite Dimensional Analysis Trends in Mathematics Christopher C. Bernido Maria Victoria Carpio-Bernido Martin Grothaus Tobias Kuna Maria João Oliveira José Luís da Silva Editors Stochastic and Infinite Dimensional Analysis Stochastic

More information

Astronomers Universe. More information about this series at

Astronomers Universe. More information about this series at Astronomers Universe More information about this series at http://www.springer.com/series/6960 ThiS is a FM Blank Page John Wilkinson The Solar System in Close-Up John Wilkinson Castlemaine, Victoria Australia

More information

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC

Lauge Fuglsang Nielsen. Composite Materials. Properties as Influenced by Phase Geometry. With 241 Figures ABC Composite Materials Lauge Fuglsang Nielsen Composite Materials Properties as Influenced by Phase Geometry With 241 Figures ABC Lauge Fuglsang Nielsen Technical University of Denmark Dept. Civil Engineering,

More information