European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics

Size: px
Start display at page:

Download "European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics"

Transcription

1 European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics

2 European Consortium for Mathematics in Industry Edited by Leif Arkeryd, Goteborg Heinz Engl, Linz Antonio Fasano, Firenze Robert M. M. Mattheij, Eindhoven Pekka Neittaanmaki, Jyvaskyla Helmut Neunzert, Kaiserslautern Within Europe a number of academic groups have accepted their responsibility towards European industry and have proposed to found a European Consortium for Mathematics in Industry (ECMI) as an expression of this responsibility. One of the activities of ECMI is the publication of books, which reflect its general philosophy; the texts of the series will help in promoting the use of mathematics in industry and in educating mathematicians for industry. They will consider different fields of applications, present casestudies, i'ntroduce new mathematical concepts in their (elation to practical applications. They shall also represent the variety of the European mathematical traditions, for example practical asymptotics and differential equations in Britian, sophisticated numerical analysis from France, powerful computation in Germany, novel discrete mathematics in Holland, elegant real analysis from Italy. They will demonstrate that all these branches of mathematics are applicable to real problems, and industry and universities in any country can clearly benefit from the skills of the complete range of European applied mathematics.

3 Numerical Methods in Multibody Dynamics Edda Eich-Soellner Fachbereich Informatik / Mathematik Fachhochschule Mlinchen, Germany Claus FUhrer Department of Computer Science and Numerical Analysis Lund University, Sweden Springer Fachmedien Wiesbaden GmbH 1998

4 Prof. Dr. rer. nat. Edda Eich-Soellner Fachbereich InformatiklMathematik Fachhochschule MUnchen LothstraBe MUnchen Germany WWW: Docent Dr. rer. nat. Claus FUhrer Department of Computer Science and Numerical Analysis Lund University Box 118 S Lund Sweden WWW: Die Deutsche Bibliothek - CIP-Einheitsaufnahme Eich-SoeJlner, Edda: Numerical methods in multi body dynamics I Edda Eich-Soellner; Claus FUhrer. (European Consortium for Mathematics in Industry) ISBN ISBN (ebook) DOI / Copyright 1998 by Springer Fachmedien Wiesbaden Originally published by B. G. Teubner Stuttgart in 1998 All rights reserved No part of this book may be reproduced by any means, or transmitted, or translated into a machine language without the written permission of the publisher. Cover design by Peter Pfitz Stuttgart.

5 Preface Numerical Analysis is an interdisciplinary topic which develops its strength only when viewed in close connection with applications. Nowadays, mechanical engineers having computer simulation as a daily engineering tool have to learn more and more techniques from that field. Mathematicians, on the other hand, are increasingly confronted with the need for developing special purpose methods and codes. This requires a broad interdisciplinary understanding and a sense for model-method interactions. With this monograph we give an introduction to selected topics of Numerical Analysis based on these facts. We dedicate our presentations to an interesting discipline in computational engineering: multibody dynamics. Though the basic ideas and methods apply to other engineering fields too, we emphasize on having one homogeneous class of applications. Both authors worked through many years in teams developing multibody codes. Interdisciplinary work also includes transferring ideas from one field to the other and a big amount of teaching - and that was the idea of this book. This book is intended for students of mathematics, engineering and computer science, as well as for people already concerned with the solution of related topics in university and industry. After a short introduction to multibody systems and the mathematical formulation of the equations of motion, different numerical methods used to solve simulation tasks are presented. The presentation is supported by a simple model of a truck. This truck model will follow the reader from the title page to the appendix in various versions, specially adapted to the topics. The models used in this book are not intended to be real-life models. They are constructed to demonstrate typical effects and properties occurring in practical simulations. The methods presented include linear algebra methods (linearization, stability analysis of the linear system, constrained linear systems, computation of nominal interaction forces), nonlinear methods (Newton and continuation methods for the computation of equilibrium states), simulation methods (solution of discontinuous ordinary differential and differential algebraic equations) and solution methods for

6 6 inverse problems (parameter identification). Whenever possible, a more general presentation of the methods is followed by a special view, taking the structure of multibody equations into consideration. Each chapter is divided into sections. Some of the material can be skipped during a first reading. An asterisk (*) in the section title is indicating these parts. Nearly all methods and examples are computed using MATLAB programs and nearly all examples are related to the truck model. Those MATLAB programs which describe the truck itself are given in the appendix for supporting the description of the model. Others are given as fragments in the text, where MATLAB is used as a piece of meta language to describe an algorithm. Some of the examples had been used in universitary and post universitary courses. These can be obtained among other information related to this book via the book's homepage1. We want to thank everyone who has helped us to write this book: our teachers, colleagues, friends and families. January 1998 Edda Eich-Soellner and Claus Fuhrer

7 Contents 1 Multibody Systems 1.1 What is a Multibody System? Basic Mathematical Tasks in Multibody Dynamics 1.3 Equations of Motion of Multibody Systems Unconstrained Planar Multibody Systems Constrained Planar Multibody Systems Nonholonomic Constraints System with Dynamical Force Elements* General Systems Relative and Absolute Coordinates Mixed Coordinate Formulation* 1.5 Linearization of Equations of Motion. 1.6 Nominal Interaction Forces Linear Systems 2.1 State Space Form of Linear Constrained Systems 2.2 Numerical Reduction to State Space Form. 2.3 Constrained Least Squares Problems Pseudo-Inverses Numerical Computation Underdetermined Linear Systems The Transition Matrix The Frequency Response Numerical Methods for Computing the Frequency Response Linear Constant Coefficient DAEs The Matrix Pencil* The Matrix Pencil and the Solution of the DAE* Construction of the Drazin Inverse* DAEs and the Generalized Eigenvalue Problem State Space Form and the Drazin ODE*

8 8 CONTENTS 3 Nonlinear Equations 3.1 Static Equilibrium Position 3.2 Solvability of Nonlinear Equations 3.3 Fixed Point Iteration Newton's Method Numerical Computation of Jacobians. 3.6 Reevaluation of the Jacobian Limitations and Extensions Continuation Methods in Equilibrium Computation Globalizing the convergence of Newton's Method Theoretical Background Basic Concepts of Continuation Methods 4 Explicit Ordinary Differential Equations 4.1 Linear Multistep Methods Adams Methods Backward Differentiation Formulas (BDF) General Form of Multistep Methods Accuracy of a Multistep Method Order and Step Size Selection Solving the Corrector Equations 4.2 Explicit Runge-Kutta Methods The Order of a Runge-Kutta Method Embedded Methods for Error Estimation Stability of Runge-Kutta Methods 4.3 Implicit Runge-Kutta Methods Collocation Methods Corrector Equations in Implicit Runge-Kutta Methods Accuracy of Implicit Runge-Kutta Methods Stability of Implicit Runge-Kutta Methods 4.4 Stiff Systems Continuous Representation Implicit Ordinary Differential Equations 5.1 Implicit ODEs Types of Implicit ODEs Existence and Uniqueness of Solutions Sensitivity under Perturbations ODEs with Invariants Linear Multistep Methods for DAEs Euler's Method and Adams-Moulton for DAEs Multistep Discretization Schemes for DAEs Convergence of Multistep Methods

9 CONTENTS Solving the Corrector Equations in Discretized DAEs Stabilization and Projection Methods Coordinate Projection Method Implicit State Space Form Projection Methods for ODEs with Invariants One Step Methods Runge-Kutta Methods Half-Explicit Methods Contact Problems as DAEs Single Point Contact of Planar Bodies Problems ODEs with Discontinuities Difficulties with Discontinuities Differential Equations with Switching Conditions Switching Algorithm Test for Occurrence of a Discontinuity Localization of Switching Points Changing the Right Hand Side and Restarting Adaptation of the Discretization A Model Problem for Setting up a Switching Logic Aspects of Realization Other Methods for Discontinuous ODEs DAEs with Discontinuities Coulomb Friction: Difficulties with Switching Introductory Example Coulomb Friction: Mathematical Background 6.5 Other Special Classes of Discontinuities Time Events Structure Varying Contact Problems with Friction Computer-controlled Systems Hysteresis Approximations by Piecewise Smooth Functions Implementation of Switching Algorithms Parameter Identification Problems 7.1 Problem Formulation Numerical Solution Elimination of the ODE: Integration GauB-Newton Methods Evaluation of Functions and Jacobians Summary of the Algorithm The Boundary Value Approach

10 10 CONTENTS 7.3 Extensions Differential Algebraic Equations Discontinuous Systems.... A The Truck Model A.l Data ofthe Truck Model. A.2 Model of a Nonlinear Pneumatic Spring.. A.3 Matlab m-files for the Unconstrained Truck Bibliography Index

Initial Boundary Value Problems in Mathematical Physics

Initial Boundary Value Problems in Mathematical Physics Initial Boundary Value Problems in Mathematical Physics Initial Boundary Value Problems in Mathematical Physics Rolf leis University of Bonn Federal Republic of Germany Springer Fachmedien Wiesbaden GmbH

More information

Numerical Integration of Equations of Motion

Numerical Integration of Equations of Motion GraSMech course 2009-2010 Computer-aided analysis of rigid and flexible multibody systems Numerical Integration of Equations of Motion Prof. Olivier Verlinden (FPMs) Olivier.Verlinden@fpms.ac.be Prof.

More information

Applied Numerical Analysis

Applied Numerical Analysis Applied Numerical Analysis Using MATLAB Second Edition Laurene V. Fausett Texas A&M University-Commerce PEARSON Prentice Hall Upper Saddle River, NJ 07458 Contents Preface xi 1 Foundations 1 1.1 Introductory

More information

Numerical Methods. Scientists. Engineers

Numerical Methods. Scientists. Engineers Third Edition Numerical Methods for Scientists and Engineers K. Sankara Rao Numerical Methods for Scientists and Engineers Numerical Methods for Scientists and Engineers Third Edition K. SANKARA RAO Formerly,

More information

Numerical Data Fitting in Dynamical Systems

Numerical Data Fitting in Dynamical Systems Numerical Data Fitting in Dynamical Systems Applied Optimization Volume 77 Series Editors: Panos M. Pardalos University of Florida, U.S.A. Donald Hearn University of Florida, U.S.A. The titles published

More information

Introduction to Numerical Analysis

Introduction to Numerical Analysis J. Stoer R. Bulirsch Introduction to Numerical Analysis Translated by R. Bartels, W. Gautschi, and C. Witzgall Springer Science+Business Media, LLC J. Stoer R. Bulirsch Institut fiir Angewandte Mathematik

More information

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat.

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat. Numerical Methods for Engineers An Introduction with and Scientists Applications using MATLAB Third Edition Amos Gilat Vish- Subramaniam Department of Mechanical Engineering The Ohio State University Wiley

More information

Mathematics for Chemists

Mathematics for Chemists Mathematics for Chemists MATHEMATICS FOR CHEMISTS D. M. Hirst Department of Molecular Sciences, university of Warwick, Coventry M D. M. Hirst 1976 All rights reserved. No part of this publication may be

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

Follow links Class Use and other Permissions. For more information, send to:

Follow links Class Use and other Permissions. For more information, send  to: COPYRIGHT NOTICE: Stephen L. Campbell & Richard Haberman: Introduction to Differential Equations with Dynamical Systems is published by Princeton University Press and copyrighted, 2008, by Princeton University

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers SEVENTH EDITION Steven C Chopra Berger Chair in Computing and Engineering Tufts University Raymond P. Canal Professor Emeritus of Civil Engineering of Michiaan University

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

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 9 Initial Value Problems for Ordinary Differential Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

THE BOUNDARY ELEMENT METHOD

THE BOUNDARY ELEMENT METHOD THE BOUNDARY ELEMENT METHOD SOLID MECHANICS AND ITS APPLICATIONS Volume 27 Series Editor: G.M.L. GLADWELL Solid Mechanics Division, Faculty of Engineering University of Waterloo Waterloo, Ontario, Canada

More information

Numerical Methods for the Solution of Ill-Posed Problems

Numerical Methods for the Solution of Ill-Posed Problems Numerical Methods for the Solution of Ill-Posed Problems Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume 328

More information

CHAPTER 10: Numerical Methods for DAEs

CHAPTER 10: Numerical Methods for DAEs CHAPTER 10: Numerical Methods for DAEs Numerical approaches for the solution of DAEs divide roughly into two classes: 1. direct discretization 2. reformulation (index reduction) plus discretization Direct

More information

Numerical Methods for the Solution of Differential Equations

Numerical Methods for the Solution of Differential Equations Numerical Methods for the Solution of Differential Equations Markus Grasmair Vienna, winter term 2011 2012 Analytical Solutions of Ordinary Differential Equations 1. Find the general solution of the differential

More information

Christian Okonek Michael Schneider Heinz SRindler. ector undies on omplex. rojective S aces

Christian Okonek Michael Schneider Heinz SRindler. ector undies on omplex. rojective S aces Christian Okonek Michael Schneider Heinz SRindler ector undies on omplex rojective S aces Progress in Mathe~natics Vol. 1: H. Gross, Quadratic Forms in Infinite-Dimensional Vector Spaces. XXII, 4!9 pages,!979

More information

QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS

QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS .: ' :,. QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS Mathematical Physics and Applied Mathematics Editors: M. Plato, Universite de Bourgogne, Dijon, France The titles published in this series

More information

Modeling & Simulation 2018 Lecture 12. Simulations

Modeling & Simulation 2018 Lecture 12. Simulations Modeling & Simulation 2018 Lecture 12. Simulations Claudio Altafini Automatic Control, ISY Linköping University, Sweden Summary of lecture 7-11 1 / 32 Models of complex systems physical interconnections,

More information

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 18. HW 7 is posted, and will be due in class on 4/25.

Bindel, Fall 2011 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 18. HW 7 is posted, and will be due in class on 4/25. Logistics Week 12: Monday, Apr 18 HW 6 is due at 11:59 tonight. HW 7 is posted, and will be due in class on 4/25. The prelim is graded. An analysis and rubric are on CMS. Problem du jour For implicit methods

More information

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations

CS 450 Numerical Analysis. Chapter 9: Initial Value Problems for Ordinary Differential Equations Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

Rade Westergren Mathematics Handbook

Rade Westergren Mathematics Handbook Rade Westergren Mathematics Handbook Springer-Verlag Berlin Heidelberg GmbH Lennart Rade Bertil Westergren Mathematics Handbook for Science and Engineering Fourth Edition Springer ~ Studentlitteratur Lennart

More information

NUMERICAL METHODS FOR ENGINEERING APPLICATION

NUMERICAL METHODS FOR ENGINEERING APPLICATION NUMERICAL METHODS FOR ENGINEERING APPLICATION Second Edition JOEL H. FERZIGER A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto

More information

Geometrical Properties of Differential Equations Downloaded from by on 05/09/18. For personal use only.

Geometrical Properties of Differential Equations Downloaded from  by on 05/09/18. For personal use only. This page intentionally left blank Applications of Lie Group Analysis in Financial Mathematics Ljudmila A. Bordag University of Applied Sciences Zittau/Görlitz, Germany World Scientific NEW JERSEY LONDON

More information

Ordinary differential equations - Initial value problems

Ordinary differential equations - Initial value problems Education has produced a vast population able to read but unable to distinguish what is worth reading. G.M. TREVELYAN Chapter 6 Ordinary differential equations - Initial value problems In this chapter

More information

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9

Lecture Notes to Accompany. Scientific Computing An Introductory Survey. by Michael T. Heath. Chapter 9 Lecture Notes to Accompany Scientific Computing An Introductory Survey Second Edition by Michael T. Heath Chapter 9 Initial Value Problems for Ordinary Differential Equations Copyright c 2001. Reproduction

More information

Numerical Analysis for Engineers and Scientists

Numerical Analysis for Engineers and Scientists Numerical Analysis for Engineers and Scientists Striking a balance between theory and practice, this graduate-level text is perfect for students in the applied sciences. The author provides a clear introduction

More information

A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations

A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations A New Block Method and Their Application to Numerical Solution of Ordinary Differential Equations Rei-Wei Song and Ming-Gong Lee* d09440@chu.edu.tw, mglee@chu.edu.tw * Department of Applied Mathematics/

More information

Computational Modeling for Physical Sciences

Computational Modeling for Physical Sciences Computational Modeling for Physical Sciences Since the invention of computers the use of computational modeling and simulations have revolutionized the way we study physical systems. Their applications

More information

Numerical Methods for Chemical Engineering

Numerical Methods for Chemical Engineering Numerical Methods for Chemical Engineering Suitable for a first-year graduate course, this textbook unites the applications of numerical mathematics and scientific computing to the practice of chemical

More information

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos Undergraduate Texts in Mathematics Editors J. H. Ewing F. W. Gehring P. R. Halmos Springer Books on Elemeritary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The

More information

Initial-Value Problems for ODEs. Introduction to Linear Multistep Methods

Initial-Value Problems for ODEs. Introduction to Linear Multistep Methods Initial-Value Problems for ODEs Introduction to Linear Multistep Methods Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University

More information

Solving Ordinary Differential equations

Solving Ordinary Differential equations Solving Ordinary Differential equations Taylor methods can be used to build explicit methods with higher order of convergence than Euler s method. The main difficult of these methods is the computation

More information

Screening Exam Topics

Screening Exam Topics Screening Exam Topics Academic Year 2015-2016 The Screening Exam aims to achieve three objectives: (i) To determine if the student has a deep understanding of the basic knowledge of at least two areas

More information

Numerical Methods for Rigid Multibody Dynamics

Numerical Methods for Rigid Multibody Dynamics Numerical Methods for Rigid Multibody Dynamics Claus Führer Centre for Mathematical Sciences Lund University Lappenranta 2012 Unit 0: Preface These notes serve as a skeleton for the compact course. They

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

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

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS PREFACE i Preface If an application of mathematics has a component that varies continuously as a function of time, then it probably involves a differential equation. For this reason, ordinary differential

More information

Torge Geodesy. Unauthenticated Download Date 1/9/18 5:16 AM

Torge Geodesy. Unauthenticated Download Date 1/9/18 5:16 AM Torge Geodesy Wolfgang Torge Geodesy Second Edition W DE G Walter de Gruyter Berlin New York 1991 Author Wolfgang Torge, Univ. Prof. Dr.-Ing. Institut für Erdmessung Universität Hannover Nienburger Strasse

More information

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction

Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction Module 6 : Solving Ordinary Differential Equations - Initial Value Problems (ODE-IVPs) Section 1 : Introduction 1 Introduction In this module, we develop solution techniques for numerically solving ordinary

More information

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by

Numerical Analysis. A Comprehensive Introduction. H. R. Schwarz University of Zürich Switzerland. with a contribution by Numerical Analysis A Comprehensive Introduction H. R. Schwarz University of Zürich Switzerland with a contribution by J. Waldvogel Swiss Federal Institute of Technology, Zürich JOHN WILEY & SONS Chichester

More information

Graduate Texts in Mathematics 22

Graduate Texts in Mathematics 22 Graduate Texts in Mathematics 22 Managing Editors: P. R. Halmos C. C. Moore Donald W. Barnes lohn M. Mack An Aigebraic Introduction to Mathematical Logic Springer Science+Business Media, LLC Donald W.

More information

NUMERICAL SOLUTION OF ODE IVPs. Overview

NUMERICAL SOLUTION OF ODE IVPs. Overview NUMERICAL SOLUTION OF ODE IVPs 1 Quick review of direction fields Overview 2 A reminder about and 3 Important test: Is the ODE initial value problem? 4 Fundamental concepts: Euler s Method 5 Fundamental

More information

Jean-Pierre Serre. Lectures on the. Mordell-Weil Theorem

Jean-Pierre Serre. Lectures on the. Mordell-Weil Theorem Jean-Pierre Serre Lectures on the Mordell-Weil Theorem Aspeds cl Mathematics Aspekte der Mathematik Editor: Klas Diederich All volumes of the series are listed on pages 219-220 Jean-Pierre Serre Lectures

More information

An Introduction to Surface-Micromachining

An Introduction to Surface-Micromachining An Introduction to Surface-Micromachining An Introduction to S urface-micromachining by Robert W. Johnstone M. Parameswaran Engineering Science Simon Fraser University Kluwer Academic Publishers Boston/DordrechtiLondon

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

Circuit Analysis for Power Engineering Handbook

Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Arieh L. Shenkman SPRINGER SCIENCE+BUSINESS MEDIA, B.V A c.i.p. Catalogue record for this book is available

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

ECE257 Numerical Methods and Scientific Computing. Ordinary Differential Equations

ECE257 Numerical Methods and Scientific Computing. Ordinary Differential Equations ECE257 Numerical Methods and Scientific Computing Ordinary Differential Equations Today s s class: Stiffness Multistep Methods Stiff Equations Stiffness occurs in a problem where two or more independent

More information

Dynamic Systems. Simulation of. with MATLAB and Simulink. Harold Klee. Randal Allen SECOND EDITION. CRC Press. Taylor & Francis Group

Dynamic Systems. Simulation of. with MATLAB and Simulink. Harold Klee. Randal Allen SECOND EDITION. CRC Press. Taylor & Francis Group SECOND EDITION Simulation of Dynamic Systems with MATLAB and Simulink Harold Klee Randal Allen CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis

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

Foundations and Applications of Engineering Mechanics

Foundations and Applications of Engineering Mechanics Foundations and Applications of Engineering Mechanics 4843/24, 2nd Floor, Ansari Road, Daryaganj, Delhi - 110002, India Cambridge University Press is part of the University of Cambridge. It furthers the

More information

Numerical Analysis. Introduction to. Rostam K. Saeed Karwan H.F. Jwamer Faraidun K. Hamasalh

Numerical Analysis. Introduction to. Rostam K. Saeed Karwan H.F. Jwamer Faraidun K. Hamasalh Iraq Kurdistan Region Ministry of Higher Education and Scientific Research University of Sulaimani Faculty of Science and Science Education School of Science Education-Mathematics Department Introduction

More information

COSSERAT THEORIES: SHELLS, RODS AND POINTS

COSSERAT THEORIES: SHELLS, RODS AND POINTS COSSERAT THEORIES: SHELLS, RODS AND POINTS SOLID MECHANICS AND ITS APPLICATIONS Volume 79 Series Editor: G.M.L. GLADWELL Department of Civil Engineering University of Waterloo Waterloo, Ontario, Canada

More information

Iterated Defect Correction with B-Splines for a Class of Strongly Nonlinear Two-Point Boundary Value Problems

Iterated Defect Correction with B-Splines for a Class of Strongly Nonlinear Two-Point Boundary Value Problems American Review of Mathematics and Statistics June 2016, Vol. 4, No. 1, pp. 31-44 ISSN: 2374-2348 (Print), 2374-2356 (Online) Copyright The Author(s). All Rights Reserved. Published by American Research

More information

ELEMENTARY ENGINEERING MECHANICS

ELEMENTARY ENGINEERING MECHANICS ELEMENTARY ENGINEERING MECHANICS Other title by the same author Applied Mechanics Made Simple (Heinemann: 'Made Simple' series) Other Macmllian titles of related interest Basic Engineering Mechanics J.

More information

Lecture Notes in Artificial Intelligence

Lecture Notes in Artificial Intelligence Lecture Notes in Artificial Intelligence Subseries of Lecture Notes in Computer Science Edited by J.G. Carbonell and J. Siekmann 1047 Lecture Notes in Computer Science Edited by G. Goos, J. Hartmanis and

More information

BASIC ENGINEERING MECHANICS

BASIC ENGINEERING MECHANICS BASIC ENGINEERING MECHANICS Other titles of interest to engineers An Introduction to Engineering Fluid Mechanics J. A. Fox Principles of Engineering Thermodynamics E. M. Goodger Analysis and Presentation

More information

CS520: numerical ODEs (Ch.2)

CS520: numerical ODEs (Ch.2) .. CS520: numerical ODEs (Ch.2) Uri Ascher Department of Computer Science University of British Columbia ascher@cs.ubc.ca people.cs.ubc.ca/ ascher/520.html Uri Ascher (UBC) CPSC 520: ODEs (Ch. 2) Fall

More information

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester

Review Higher Order methods Multistep methods Summary HIGHER ORDER METHODS. P.V. Johnson. School of Mathematics. Semester HIGHER ORDER METHODS School of Mathematics Semester 1 2008 OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE 1 REVIEW 2 HIGHER ORDER METHODS 3 MULTISTEP METHODS 4 SUMMARY OUTLINE

More information

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes

Jim Lambers MAT 772 Fall Semester Lecture 21 Notes Jim Lambers MAT 772 Fall Semester 21-11 Lecture 21 Notes These notes correspond to Sections 12.6, 12.7 and 12.8 in the text. Multistep Methods All of the numerical methods that we have developed for solving

More information

An Implicit Runge Kutta Solver adapted to Flexible Multibody System Simulation

An Implicit Runge Kutta Solver adapted to Flexible Multibody System Simulation An Implicit Runge Kutta Solver adapted to Flexible Multibody System Simulation Johannes Gerstmayr 7. WORKSHOP ÜBER DESKRIPTORSYSTEME 15. - 18. March 2005, Liborianum, Paderborn, Germany Austrian Academy

More information

Electromagnetic Fields in Electrical Engineering. understanding basic concepts

Electromagnetic Fields in Electrical Engineering. understanding basic concepts Electromagnetic Fields in Electrical Engineering understanding basic concepts Copyright Shaker Publishing 2005 Revised printing 2010 All rights reserved. No part of this publication may be reproduced,

More information

Preface to the Fifth Edition

Preface to the Fifth Edition Preface to the Fifth Edition Since the previous fourth edition has received quite a positive response from students as well as teachers, we have decided to extend the contents and improve some chapters

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. III Estimation and Compensation of Nonlinear Perturbations by Disturbance Observers - Peter C.

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. III Estimation and Compensation of Nonlinear Perturbations by Disturbance Observers - Peter C. ESTIMATION AND COMPENSATION OF NONLINEAR PERTURBATIONS BY DISTURBANCE OBSERVERS Peter C. Müller University of Wuppertal, Germany Keywords: Closed-loop control system, Compensation of nonlinearities, Disturbance

More information

9.6 Predictor-Corrector Methods

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

More information

Graded Project #1. Part 1. Explicit Runge Kutta methods. Goals Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo

Graded Project #1. Part 1. Explicit Runge Kutta methods. Goals Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo 2008-11-07 Graded Project #1 Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo This homework is due to be handed in on Wednesday 12 November 2008 before 13:00 in the post box of the numerical

More information

The family of Runge Kutta methods with two intermediate evaluations is defined by

The family of Runge Kutta methods with two intermediate evaluations is defined by AM 205: lecture 13 Last time: Numerical solution of ordinary differential equations Today: Additional ODE methods, boundary value problems Thursday s lecture will be given by Thomas Fai Assignment 3 will

More information

A FIRST COURSE IN INTEGRAL EQUATIONS

A FIRST COURSE IN INTEGRAL EQUATIONS A FIRST COURSE IN INTEGRAL EQUATIONS This page is intentionally left blank A FIRST COURSE IN INTEGRAL EQUATIONS Abdul-M ajid Wazwaz Saint Xavier University, USA lib World Scientific 1M^ Singapore New Jersey

More information

The Mathematics of Computerized Tomography

The Mathematics of Computerized Tomography The Mathematics of Computerized Tomography The Mathematics of Computerized Tomography F. Natterer University of Münster Federal Republic of Germany B. G. TEUBNER Stuttgart @) JOHN WILEY & SONS Chichester.

More information

Numerical Integration of Stochastic Differential Equations

Numerical Integration of Stochastic Differential Equations Numerical Integration of Stochastic Differential Equations Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume

More information

Study Differential Equations And Dynamical Systems Chgplc

Study Differential Equations And Dynamical Systems Chgplc Study Differential Equations And Dynamical Systems Chgplc Download: differential-equations-and-dynamicalsystems-chgplc.pdf Read: differential equations dynamical systems chgplc What do you think about

More information

Wilfred W. J. Hulsbergen. Coniectures in Arithmetic Algebraic Geometry

Wilfred W. J. Hulsbergen. Coniectures in Arithmetic Algebraic Geometry Wilfred W. J. Hulsbergen Coniectures in Arithmetic Algebraic Geometry As~ tvbthematics Edited by Klas Diederich Vol. E1: Vol. E2: VoI.E3: Vol. E4: Vol. E5: VoI.E6: Vol. E7: Vol. E8: Vol. E 9: Vol. E 10:

More information

Linear Multistep Methods I: Adams and BDF Methods

Linear Multistep Methods I: Adams and BDF Methods Linear Multistep Methods I: Adams and BDF Methods Varun Shankar January 1, 016 1 Introduction In our review of 5610 material, we have discussed polynomial interpolation and its application to generating

More information

Chapter 5 Exercises. (a) Determine the best possible Lipschitz constant for this function over 2 u <. u (t) = log(u(t)), u(0) = 2.

Chapter 5 Exercises. (a) Determine the best possible Lipschitz constant for this function over 2 u <. u (t) = log(u(t)), u(0) = 2. Chapter 5 Exercises From: Finite Difference Methods for Ordinary and Partial Differential Equations by R. J. LeVeque, SIAM, 2007. http://www.amath.washington.edu/ rjl/fdmbook Exercise 5. (Uniqueness for

More information

Theoretical Manual Theoretical background to the Strand7 finite element analysis system

Theoretical Manual Theoretical background to the Strand7 finite element analysis system Theoretical Manual Theoretical background to the Strand7 finite element analysis system Edition 1 January 2005 Strand7 Release 2.3 2004-2005 Strand7 Pty Limited All rights reserved Contents Preface Chapter

More information

Lecture Notes in Mathematics

Lecture Notes in Mathematics Lecture Notes in Mathematics A collection of informal reports and seminars Edited by A. Dold, Heidelberg and B. Eckmann, Zorich 309 David H. Sattinger University of Minnesota, Minneapolis, MN/USA Topics

More information

ENGI9496 Lecture Notes State-Space Equation Generation

ENGI9496 Lecture Notes State-Space Equation Generation ENGI9496 Lecture Notes State-Space Equation Generation. State Equations and Variables - Definitions The end goal of model formulation is to simulate a system s behaviour on a computer. A set of coherent

More information

Fourth Order RK-Method

Fourth Order RK-Method Fourth Order RK-Method The most commonly used method is Runge-Kutta fourth order method. The fourth order RK-method is y i+1 = y i + 1 6 (k 1 + 2k 2 + 2k 3 + k 4 ), Ordinary Differential Equations (ODE)

More information

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations

Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Solving PDEs with PGI CUDA Fortran Part 4: Initial value problems for ordinary differential equations Outline ODEs and initial conditions. Explicit and implicit Euler methods. Runge-Kutta methods. Multistep

More information

A First Course on Kinetics and Reaction Engineering Supplemental Unit S5. Solving Initial Value Differential Equations

A First Course on Kinetics and Reaction Engineering Supplemental Unit S5. Solving Initial Value Differential Equations Supplemental Unit S5. Solving Initial Value Differential Equations Defining the Problem This supplemental unit describes how to solve a set of initial value ordinary differential equations (ODEs) numerically.

More information

Nonlinear Parabolic and Elliptic Equations

Nonlinear Parabolic and Elliptic Equations Nonlinear Parabolic and Elliptic Equations Nonlinear Parabolic and Elliptic Equations c. V. Pao North Carolina State University Raleigh, North Carolina Plenum Press New York and London Library of Congress

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

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

MTH 452/552 Homework 3

MTH 452/552 Homework 3 MTH 452/552 Homework 3 Do either 1 or 2. 1. (40 points) [Use of ode113 and ode45] This problem can be solved by a modifying the m-files odesample.m and odesampletest.m available from the author s webpage.

More information

An Introduction to Numerical Analysis

An Introduction to Numerical Analysis An Introduction to Numerical Analysis Endre Süli and David F. Mayers University of Oxford published by the press syndicate of the university of cambridge The Pitt Building, Trumpington Street, Cambridge,

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections Spring 2013 Back exams, HW solutions, and other useful links can be found at the following website:

More information

Introduction to Computational Stochastic Differential Equations

Introduction to Computational Stochastic Differential Equations Introduction to Computational Stochastic Differential Equations Gabriel J. Lord Catherine E. Powell Tony Shardlow Preface Techniques for solving many of the differential equations traditionally used by

More information

Module 4: Numerical Methods for ODE. Michael Bader. Winter 2007/2008

Module 4: Numerical Methods for ODE. Michael Bader. Winter 2007/2008 Outlines Module 4: for ODE Part I: Basic Part II: Advanced Lehrstuhl Informatik V Winter 2007/2008 Part I: Basic 1 Direction Fields 2 Euler s Method Outlines Part I: Basic Part II: Advanced 3 Discretized

More information

Applied Math for Engineers

Applied Math for Engineers Applied Math for Engineers Ming Zhong Lecture 15 March 28, 2018 Ming Zhong (JHU) AMS Spring 2018 1 / 28 Recap Table of Contents 1 Recap 2 Numerical ODEs: Single Step Methods 3 Multistep Methods 4 Method

More information

Geometric Numerical Integration

Geometric Numerical Integration Geometric Numerical Integration (Ernst Hairer, TU München, winter 2009/10) Development of numerical ordinary differential equations Nonstiff differential equations (since about 1850), see [4, 2, 1] Adams

More information

SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS

SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS BIT 0006-3835/00/4004-0726 $15.00 2000, Vol. 40, No. 4, pp. 726 734 c Swets & Zeitlinger SYMMETRIC PROJECTION METHODS FOR DIFFERENTIAL EQUATIONS ON MANIFOLDS E. HAIRER Section de mathématiques, Université

More information

Die Grundlehren der mathematischen Wissenschaften

Die Grundlehren der mathematischen Wissenschaften Die Grundlehren der mathematischen Wissenschaften in Einzeldarstellungen mit besonderer Beriicksichtigung der Anwendungsgebiete Band 52 H erau.fgegeben von J. L. Doob. E. Heinz F. Hirzebruch. E. Hopf H.

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections Fall 2010 All course materials are available on the RPI Learning Management System (LMS) website.

More information

TOPOLOGICAL QUANTUM FIELD THEORY AND FOUR MANIFOLDS

TOPOLOGICAL QUANTUM FIELD THEORY AND FOUR MANIFOLDS TOPOLOGICAL QUANTUM FIELD THEORY AND FOUR MANIFOLDS MATHEMATICAL PHYSICS STUDIES Editorial Board: Maxim Kontsevich, IHES, Bures-sur-Yvette, France Massimo Porrati, New York University, New York, U.S.A.

More information

OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS

OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS Oscillation Theory for Difference and Functional Differential Equations by Ravi P. Agarwal Department of Mathematics, National University

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers S EVEN TH ED I TI O N Steven C. Chapra Berger Chair in Computing and Engineering Tufts University Raymond P. Canale Professor Emeritus of Civil Engineering University of

More information

Butcher tableau Can summarize an s + 1 stage Runge Kutta method using a triangular grid of coefficients

Butcher tableau Can summarize an s + 1 stage Runge Kutta method using a triangular grid of coefficients AM 205: lecture 13 Last time: ODE convergence and stability, Runge Kutta methods Today: the Butcher tableau, multi-step methods, boundary value problems Butcher tableau Can summarize an s + 1 stage Runge

More information

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations

Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving Ordinary Differential Equations International Mathematics and Mathematical Sciences Volume 212, Article ID 767328, 8 pages doi:1.1155/212/767328 Research Article Diagonally Implicit Block Backward Differentiation Formulas for Solving

More information