Texts in Computational Science and Engineering 10

Size: px
Start display at page:

Download "Texts in Computational Science and Engineering 10"

Transcription

1 Texts in Computational Science and Engineering 10 Editors Timothy J. Barth Michael Griebel David E. Keyes Risto M. Nieminen Dirk Roose Tamar Schlick For further volumes:

2

3 Mats G. Larson Fredrik Bengzon The Finite Element Method: Theory, Implementation, and Applications 123

4 Mats G. Larson Fredrik Bengzon Department of Mathematics Umeå University Umeå Sweden ISSN ISBN ISBN (ebook) DOI / Springer Heidelberg New York Dordrecht London Library of Congress Control Number: Mathematics Subject Classification (2010): 65N30, 65N15, 65M60, 65M15 c Springer-Verlag Berlin Heidelberg 2013 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 Preface This book gives an introduction to the finite element method as a general computational method for solving partial differential equations approximately. Our approach is mathematical in nature with a strong focus on the underlying mathematical principles, such as approximation properties of piecewise polynomial spaces, and variational formulations of partial differential equations, but with a minimum level of advanced mathematical machinery from functional analysis and partial differential equations. In principle, the material should be accessible to students with only knowledge of calculus of several variables, basic partial differential equations, and linear algebra, as the necessary concepts from more advanced analysis are introduced when needed. Throughout the text we emphasize implementation of the involved algorithms, and have therefore mixed mathematical theory with concrete computer code using the numerical software MATLAB 1 and its PDE-Toolbox. A basic knowledge of the MATLAB language is therefore necessary. The PDE-Toolbox is used for pre and post processing (i.e., meshing and plotting). We have also had the ambition to cover some of the most important applications of finite elements and the basic finite element methods developed for those applications, including diffusion and transport phenomena, solid and fluid mechanics, and also electromagnetics. The book is loosely divided into two parts Chaps. 1 6 which provides basic material and Chaps which covers more advanced material and applications. In the first part Chaps. 1 4 gives an introduction to the finite element method for stationary second order elliptic problems. Here we consider the one dimensional case in Chaps. 1 and 2 and then extend to two dimensions in Chaps. 3 and 4. In Chap. 5 we consider time dependent problems and in Chap. 6 we give an introduction to numerical linear algebra for sparse linear systems of equations. In the second more advanced part we present the abstract theory in Chap. 7, various finite elements in Chap. 8, and a short introduction to nonlinear problems 1 MATLAB is a registered trademark of The MathWorks Inc. ( v

6 vi Preface in Chap. 9. In Chaps we consider applications to transport problems, solid mechanics, fluid mechanics, and electromagnetics. Finally, in Chap. 14 we give a short introduction to discontinuous Galerkin methods. The book is based on lecture notes used in various courses given by the authors and their coworkers during the last eight years at Chalmers University of Technology, Umeå University, Uppsala University, and at the University of Oslo. Several different courses in engineering and mathematics programs can be based on the material in the book. The following are some examples of possible courses that we have had in mind while developing the material: Short introduction to finite elements as part of a calculus or numerical analysis course. Chapters 1 and 2. Introduction to finite elements as part of a calculus or numerical analysis course, with focus on one dimensional stationary and time dependent problems. Chapters 1 and 2 and parts of Chapter 5. Introduction to finite elements as part of a calculus or numerical analysis course, with focus on stationary problems in one and two dimensions. Chapters 1 4. First course on finite elements. Chapters 1 6. Second course on finite elements and its applications. Chapters Umeå, Sweden Mats G. Larson Fredrik Bengzon

7 Acknowledgements This book is based on material developed for courses given at Chalmers University of Technology, Umeå University, Uppsala University, and the University of Oslo during the last 8 years and the authors gratefully acknowledge the contributions of the teachers and students involved. We also wish to thank Timothy J. Barth, (Nasa Ames), Axel Målqvist (Uppsala University), Hans-Petter Langtangen (Simula Research Laboratory and Oslo University), Thomas Ericsson (Chalmers University of Technology), and Håkan Jakobsson, Robert Söderlund, Karl Larsson, Per Vesterlund, and Jakob Öhrman (Umeå University), for valuable discussions and comments on the manuscript. vii

8

9 Contents 1 Piecewise Polynomial Approximation in 1D Piecewise Polynomial Spaces The Space of Linear Polynomials The Space of Continuous Piecewise Linear Polynomials Interpolation Linear Interpolation Continuous Piecewise Linear Interpolation L 2 -Projection Definition Derivation of a Linear System of Equations Basic Algorithm to Compute the L 2 -Projection A Priori Error Estimate Quadrature The Mid-Point Rule The Trapezoidal Rule Simpson s Formula Computer Implementation Assembly of the Mass Matrix Assembly of the Load Vector Problems The Finite Element Method in 1D The Finite Element Method for a Model Problem A Two-point Boundary Value Problem Variational Formulation Finite Element Approximation Derivation of a Linear System of Equations Basic Algorithm to Compute the Finite Element Solution A Priori Error Estimate ix

10 x Contents 2.2 Mathematical Modeling Derivation of the Stationary Heat Equation Boundary Conditions for the Heat Equation Dirichlet Boundary Conditions Neumann Boundary Conditions Robin Conditions Derivation of a Differential Equation for the Deformation of a Bar Boundary Conditions for the Bar Dirichlet Boundary Conditions Neumann Boundary Conditions Robin Boundary Conditions A Model Problem with Variable Coefficients Variational Formulation Finite Element Approximation Computer Implementation Assembly of the Stiffness Matrix and Load Vector A Finite Element Solver for a General Two-Point Boundary Value Problem Adaptive Finite Element Methods A Posteriori Error Estimate Adaptive Mesh Refinement Further Reading Problems Piecewise Polynomial Approximation in 2D Meshes Triangulations Data Structures for a Triangulation Mesh Generation Piecewise Polynomial Spaces The Space of Linear Polynomials The Space of Continuous Piecewise Linear Polynomials The Space of Piecewise Constants Interpolation Linear Interpolation Continuous Piecewise Linear Interpolation L 2 -Projection Definition Derivation of a Linear System of Equations Basic Algorithm to Compute the L 2 -Projection Existence and Uniqueness of the L 2 -Projection A Priori Error Estimate Quadrature and Numerical Integration... 59

11 Contents xi 3.6 Computer Implementation Assembly of the Mass Matrix Assembly of the Load Vector Properties of the Mass Matrix Further Reading Problems The Finite Element Method in 2D Green s Formula The Finite Element Method for Poisson s Equation Poisson s Equation Variational Formulation Finite Element Approximation Derivation of a Linear System of Equations Basic Algorithm to Compute the Finite Element Solution Some Useful Inequalities Basic Analysis of the Finite Element Method Existence and Uniqueness of the Finite Element Solution A Priori Error Estimates Properties of the Stiffness Matrix A Model Problem with Variable Coefficients Computer Implementation Assembly of the Stiffness Matrix Assembling the Boundary Conditions A Finite Element Solver for Poisson s Equation Potential Flow Over a Wing The Dirichlet Problem The Neumann Problem The Eigenvalue Problem Adaptive Finite Element Methods A Posteriori Error Estimate Adaptive Mesh Refinement Rivara Refinement Regular Refinement Adaptive Finite Elements Using MATLAB Duality Based a Posteriori Error Estimate Further Reading Problems Time-Dependent Problems Finite Difference Methods for Systems of ODE The Heat Equation Derivation of the Transient Heat Equation Model Problem

12 xii Contents Variational Formulation Spatial Discretization Time Discretization Stability Estimates A Space Discrete Estimate A Fully Discrete Estimate A Priori Error Estimates Ritz Projection A Space Discrete Estimate A Fully Discrete Estimate Computer Implementation Mass Lumping Space-Time Finite Element Approximation A Posteriori Error Estimate The Wave Equation Derivation of the Acoustic Wave Equation Model Problem Variational Formulation Spatial Discretization Time Discretization Conservation of Energy Computer Implementation Further Reading Problems Solving Large Sparse Linear Systems Linear Systems Direct Methods Triangular Systems, Backward and Forward Substitution Fill-ins, Graphs, and Symbolic and Numeric Factorization Matrix Reorderings Minimum Degree Nested Dissection Iterative Methods Basic Iterative Methods The Jacobi Method The Gauss-Seidel Method Convergence Analysis Projection Methods One-Dimensional Projection Methods Krylov Subspaces The Conjugate Gradient Method The Generalized Minimal Residual Method Other Krylov Methods

13 Contents xiii 6.4 Preconditioning Jacobi Preconditioning Polynomial Preconditioners Incomplete Factorizations Towards Multigrid The Smoothing Property A Two-Grid Method Further Reading Problems Abstract Finite Element Analysis Function Spaces Normed and Inner Product Vector Spaces Banach and Hilbert Spaces L p Spaces Weak Derivatives Sobolev Spaces Traces Interpolation of Functions in Hilbert Spaces The Clement Interpolant The Scott-Zhang Interpolant The Abstract Setting An Abstract Variational Problem The Riesz Representation Theorem An Equivalent Minimization Problem The Lax-Milgram Lemma Application to Elliptic Partial Differential Equations Poisson s Equation The Diffusion-Reaction Equation Laplace Equation with Mixed Boundary Conditions A General Linear Second Order Elliptic Problem Abstract Finite Element Approximation Abstract Finite Element Method The Stiffness Matrix and Load Vector Galerkin Orthogonality A Priori Error Estimates A Posteriori Error Estimates Further Reading Problems The Finite Element Different Types of Finite Elements Formal Definition of a Finite Element Shape Functions for the Linear Lagrange Triangle Shape Functions for the Quadratic Lagrange Triangle

14 xiv Contents Higher Order Triangular Lagrange Elements Shape Functions for the Bilinear Quadrilateral Element Shape Functions for the Linear Lagrange Tetrahedron Shape Functions for the Trilinear Brick Element The Isoparametric Mapping Numerical Quadrature Revisited Renumbering the Mesh for Quadratic Nodes Assembly of the Isoparametric Quadratic Stiffness Matrix Some Exotic Finite Elements The Morley Element The Crouzeix-Raviart Element The Lowest Order Raviart-Thomas Element The Lowest Order Nédélec Element Further Reading Problems Non-linear Problems Piccard Iteration Newton s Method The Non-linear Poisson Equation The Newton-Galerkin Method Finite Element Approximation Computer Implementation Piccard Iteration as a Simplified Newton Method The Bistable Equation Weak Form Space Discretization Time Discretization Piccard Iteration Newton s Method Numerical Approximations of the Jacobian Difference Quotient Approximation Broyden s Method Further Reading Problems Transport Problems The Transport Equation Weak Form Standard Galerkin Finite Element Approximation Computer Implementation The Need for Stabilization Least-Squares Stabilization

15 Contents xv GLS Finite Element Approximation A Priori Error Estimate Computer Implementation Heat Transfer in a Fluid Flow Further Reading Problems Solid Mechanics Governing Equations Cauchy s Equilibrium Equation Constitutive Equations and Hooke s Law Boundary Conditions Linear Elastostatics Weak Form Existence and Uniqueness of the Solution Finite Element Approximation A Priori Error Estimate Engineering Notation Computer Implementation Verifying the Energy Norm Convergence A Posteriori Error Estimate Adaptive Mesh Refinement on a Rotated L-Shaped Domain Linear Thermoelasticity Linear Elastodynamics Modal Analysis Eigenvalues and Eigenmodes of a Steel Bracket Time Stepping Rayleigh Damping Newmark s Method Thin Plates Governing Equations Weak Form The C 1 Continuity Requirement and the Morley Approximation Further Reading Problems Fluid Mechanics Governing Equations Conservation of Mass Momentum Balance Incompressible Newtonian Fluids Boundary- and Initial Conditions

16 xvi Contents 12.2 The Stokes System The Stationary Stokes System Weak Form Equivalent Optimization Problem The Continuous Inf-Sup Condition Finite Element Approximation The Discrete Inf-Sup Condition The Uzawa Algorithm Three Inf-Sup Stable Finite Elements The Taylor-Hood Element The MINI Element The Non-conforming P 1 P 0 Element Asserting the Inf-Sup Condition Fortin s Trick A Priori Error Estimate Computer Implementation The Lid-Driven Cavity A Posteriori Error Estimate Stabilized Finite Element Methods Spurious Pressure Modes Galerkin Least Squares Stabilization Macroelement Techniques The Navier-Stokes Equations The Fractional Step Method Time Discretization Space Discretization Computer Implementation The DFG Benchmark Further Reading Problems Electromagnetics Governing Equations Constitutive Equations Gauss Laws Ampère s Law Faraday s Law Maxwell s Equations Initial- and Boundary Conditions The Electric and Magnetic Wave Equations The Time Harmonic Assumption Electro- and Magnetostatics The Time Harmonic Electric Wave Equation Boundary Conditions Green s Formula Revisited Weak Form

17 Contents xvii Finite Element Approximation Computer Implementation Electromagnetic Scattering from a Cylinder The Magnetostatic Potential Equation Boundary Conditions Weak Form The Helmholtz Decomposition Existence and Uniqueness of the Solution Finite Element Approximation A Priori Error Estimate A Posteriori Error Estimate Further Reading Problems Discontinuous Galerkin Methods A First Order Problem Model Problem Discontinuous Finite Element Spaces The Discontinuous Galerkin Method Stability Estimates A Priori Error Estimates A Second Order Elliptic Problem Model Problem The Symmetric Interior Penalty Method Approximation Properties A Priori Error Estimates Non-symmetric Versions of the Method Computer Implementation The Transport Equation with Diffusion Further Reading Problems A Some Additional Matlab Code A.1 Tri2Edge.m A.2 EdgeMidPoints.m A.3 Tri2Tri.m A.4 Dslitg.m A.5 Airfoilg.m A.6 RectCircg.m A.7 DFGg.m A.8 Scatterg.m References Index

Texts in Computational Science and Engineering 10

Texts in Computational Science and Engineering 10 Texts in Computational Science and Engineering 10 Editors Timothy J. Barth Michael Griebel David E. Keyes Risto M. Nieminen Dirk Roose Tamar Schlick For further volumes: http://www.springer.com/series/5151

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

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

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

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

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

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA Introduction to Finite and Spectral Element Methods Using MATLAB Second Edition C. Pozrikidis University of Massachusetts Amherst, USA (g) CRC Press Taylor & Francis Group Boca Raton London New York CRC

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

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

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

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

Numerical Approximation Methods for Elliptic Boundary Value Problems

Numerical Approximation Methods for Elliptic Boundary Value Problems Numerical Approximation Methods for Elliptic Boundary Value Problems Olaf Steinbach Numerical Approximation Methods for Elliptic Boundary Value Problems Finite and Boundary Elements Olaf Steinbach Institute

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

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

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

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

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

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

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

Partial Differential Equations and the Finite Element Method

Partial Differential Equations and the Finite Element Method Partial Differential Equations and the Finite Element Method Pavel Solin The University of Texas at El Paso Academy of Sciences ofthe Czech Republic iwiley- INTERSCIENCE A JOHN WILEY & SONS, INC, PUBLICATION

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

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

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

Numerical Treatment of Partial Differential Equations

Numerical Treatment of Partial Differential Equations Christian Grossmann Hans-Görg Roos Numerical Treatment of Partial Differential Equations Translated and revised by Martin Stynes Prof. Dr. Christian Grossmann Prof. Dr. Hans-Görg Roos Institute of Numerical

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

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

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

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

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

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

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

UNITEXT La Matematica per il 3+2

UNITEXT La Matematica per il 3+2 UNITEXT La Matematica per il 3+2 Volume 92 Editor-in-chief A. Quarteroni Series editors L. Ambrosio P. Biscari C. Ciliberto M. Ledoux W.J. Runggaldier More information about this series at http://www.springer.com/series/5418

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

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

Linear Partial Differential Equations for Scientists and Engineers

Linear Partial Differential Equations for Scientists and Engineers Tyn Myint-U Lokenath Debnath Linear Partial Differential Equations for Scientists and Engineers Fourth Edition Birkhäuser Boston Basel Berlin Tyn Myint-U 5 Sue Terrace Westport, CT 06880 USA Lokenath Debnath

More information

GEOPHYSICAL INVERSE THEORY AND REGULARIZATION PROBLEMS

GEOPHYSICAL INVERSE THEORY AND REGULARIZATION PROBLEMS Methods in Geochemistry and Geophysics, 36 GEOPHYSICAL INVERSE THEORY AND REGULARIZATION PROBLEMS Michael S. ZHDANOV University of Utah Salt Lake City UTAH, U.S.A. 2OO2 ELSEVIER Amsterdam - Boston - London

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

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

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

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

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

Statics and Influence Functions From a Modern Perspective

Statics and Influence Functions From a Modern Perspective Statics and Influence Functions From a Modern Perspective Friedel Hartmann Peter Jahn Statics and Influence Functions From a Modern Perspective 123 Friedel Hartmann Department of Civil Engineering University

More information

Monographs in Computational Science and Engineering 1

Monographs in Computational Science and Engineering 1 Monographs in Computational Science and Engineering 1 Editors Timothy J. Barth Michael Griebel David E. Keyes Risto M. Nieminen Dirk Roose Tamar Schlick Joakim Sundnes Glenn Terje Lines Xing Cai Bjørn

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

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

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

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

Numerical Analysis of Electromagnetic Fields

Numerical Analysis of Electromagnetic Fields Pei-bai Zhou Numerical Analysis of Electromagnetic Fields With 157 Figures Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Hong Kong Barcelona Budapest Contents Part 1 Universal Concepts

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

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

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

A First Course in Ordinary Differential Equations

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

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

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

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

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

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

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

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

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

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

Controlled Markov Processes and Viscosity Solutions

Controlled Markov Processes and Viscosity Solutions Controlled Markov Processes and Viscosity Solutions Wendell H. Fleming, H. Mete Soner Controlled Markov Processes and Viscosity Solutions Second Edition Wendell H. Fleming H.M. Soner Div. Applied Mathematics

More information

Series Editors Charles L. Epstein, University of Pennsylvania, Philadelphia, PA, USA Steven G. Krantz, Washington University, St.

Series Editors Charles L. Epstein, University of Pennsylvania, Philadelphia, PA, USA Steven G. Krantz, Washington University, St. Cornerstones Series Editors Charles L. Epstein, University of Pennsylvania, Philadelphia, PA, USA Steven G. Krantz, Washington University, St. Louis, MO, USA Advisory Board Anthony W. Knapp, State University

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

Partial Differential Equations with Numerical Methods

Partial Differential Equations with Numerical Methods Stig Larsson Vidar Thomée Partial Differential Equations with Numerical Methods May 2, 2003 Springer Berlin Heidelberg New York Barcelona Hong Kong London Milan Paris Tokyo Preface Our purpose in this

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

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

Parameter Estimation and Hypothesis Testing in Linear Models

Parameter Estimation and Hypothesis Testing in Linear Models Parameter Estimation and Hypothesis Testing in Linear Models Springer-Verlag Berlin Heidelberg GmbH Karl-Rudolf Koch Parameter Estimation and Hypothesis Testing in Linear Models Second, updated and enlarged

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

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

Lecture Notes in Mathematics 2209

Lecture Notes in Mathematics 2209 Lecture Notes in Mathematics 2209 Editors-in-Chief: Jean-Michel Morel, Cachan Bernard Teissier, Paris Advisory Board: Michel Brion, Grenoble Camillo De Lellis, Zurich Alessio Figalli, Zurich Davar Khoshnevisan,

More information

Contents as of 12/8/2017. Preface. 1. Overview...1

Contents as of 12/8/2017. Preface. 1. Overview...1 Contents as of 12/8/2017 Preface 1. Overview...1 1.1 Introduction...1 1.2 Finite element data...1 1.3 Matrix notation...3 1.4 Matrix partitions...8 1.5 Special finite element matrix notations...9 1.6 Finite

More information

A THEORETICAL INTRODUCTION TO NUMERICAL ANALYSIS

A THEORETICAL INTRODUCTION TO NUMERICAL ANALYSIS A THEORETICAL INTRODUCTION TO NUMERICAL ANALYSIS Victor S. Ryaben'kii Semyon V. Tsynkov Chapman &. Hall/CRC Taylor & Francis Group Boca Raton London New York Chapman & Hall/CRC is an imprint of the Taylor

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

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

Statistics of Random Processes

Statistics of Random Processes Robert S. Liptser Albert N. Shiryaev Statistics of Random Processes II. Applications Translated by A. B. Aries Translation Editor: Stephen S. Wilson Second, Revised and Expanded Edition Springer Authors

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

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2

Index. C 2 ( ), 447 C k [a,b], 37 C0 ( ), 618 ( ), 447 CD 2 CN 2 Index advection equation, 29 in three dimensions, 446 advection-diffusion equation, 31 aluminum, 200 angle between two vectors, 58 area integral, 439 automatic step control, 119 back substitution, 604

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

Numerical Mathematics

Numerical Mathematics Alfio Quarteroni Riccardo Sacco Fausto Saleri Numerical Mathematics Second Edition With 135 Figures and 45 Tables 421 Springer Contents Part I Getting Started 1 Foundations of Matrix Analysis 3 1.1 Vector

More information

Springer Series in Solid and Structural Mechanics

Springer Series in Solid and Structural Mechanics Springer Series in Solid and Structural Mechanics Volume 2 Series Editors Michel Frémond, Rome, Italy Franco Maceri, Rome, Italy For further volumes: http://www.springer.com/series/10616 Einar N. Strømmen

More information

Numerical Methods for Engineers and Scientists

Numerical Methods for Engineers and Scientists Numerical Methods for Engineers and Scientists Second Edition Revised and Expanded Joe D. Hoffman Department of Mechanical Engineering Purdue University West Lafayette, Indiana m MARCEL D E К К E R MARCEL

More information

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering Static & Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering Edward LWilson Professor Emeritus of Civil Engineering University of California, Berkeley Fourth Edition

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

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

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

Lecture Note III: Least-Squares Method

Lecture Note III: Least-Squares Method Lecture Note III: Least-Squares Method Zhiqiang Cai October 4, 004 In this chapter, we shall present least-squares methods for second-order scalar partial differential equations, elastic equations of solids,

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

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS CARLO LOVADINA AND ROLF STENBERG Abstract The paper deals with the a-posteriori error analysis of mixed finite element methods

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

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

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

Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses

Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses P. Boyanova 1, I. Georgiev 34, S. Margenov, L. Zikatanov 5 1 Uppsala University, Box 337, 751 05 Uppsala,

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

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

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

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

A. Kovacevic N. Stosic I. Smith. Screw Compressors. Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction.

A. Kovacevic N. Stosic I. Smith. Screw Compressors. Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction. Screw Compressors A. Kovacevic N. Stosic I. Smith Screw Compressors Three Dimensional Computational Fluid Dynamics and Solid Fluid Interaction With 83 Figures Ahmed Kovacevic Nikola Stosic Ian Smith School

More information