Multivariable Calculus with MATLAB

Size: px
Start display at page:

Download "Multivariable Calculus with MATLAB"

Transcription

1 Multivariable Calculus with MATLAB

2 Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics

3 Ronald L. Lipsman Department of Mathematics University of Maryland College Park, MD, USA Jonathan M. Rosenberg Department of Mathematics University of Maryland College Park, MD, USA ISBN DOI / ISBN (ebook) Library of Congress Control Number: Springer International Publishing AG 2017 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. 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. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations. Printed on acid-free paper This Springer imprint is published by Springer Nature The registered company is Springer International Publishing AG The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland

4 z Preface y x 0 The preface of a book gives the authors their best chance to answer an extremely important question: What makes this book special? This book is a reworking and updating for MATLAB of our previous book ( joint with Kevin R. Coombes) Multivariable Calculus with Mathematica, Springer, It represents our attempt to enrich and enliven the teaching of multivariable calculus and mathematical methods courses for scientists and engineers. Most books in these subjects are not substantially different from those of fifty years ago. (Well, they may include fancier graphics and omit several topics, but those are minor changes.) This book is different. We do touch on most of the classical topics; however, we have made a particular effort to illustrate each point with a significant example. More importantly, we have tried to bring fundamental physical applications Kepler s laws, electromagnetism, fluid flow, energy estimation back to a prominent position in the subject. From one perspective, the subject of multivariable calculus only exists because it can be applied to important problems in science. In addition, we have included a discussion of the geometric invariants of curves and surfaces, providing, in effect, a brief introduction to differential geometry. This material provides a natural extension to the traditional syllabus. We believe that we have succeeded in resurrecting material that used to be in the course while introducing new material. A major reason for that success is that we use the computational power of the mathematical software system MATLAB to carry a large share of the load. MATLAB is tightly integrated into every portion of this book. We use its graphical capabilities to draw pictures of curves and surfaces; we use its symbolical capabilities to compute curvature and torsion; we use its numerical capabilities to tackle problems that are well beyond the typical mundane examples of textbooks that treat the subject without using a computer. Finally, and this is something not done in any other books at this level, we give a serious yet elementary explanation of how various numerical algorithms work, and what their advantages and disadvantages are. Again, this is something that could not be accomplished without a software package such as MATLAB. v

5 vi Preface As an additional benefit from introducing MATLAB, we are able to improve students understanding of important elements of the traditional syllabus. Our students are better able to visualize regions in the plane and in space. They develop a better feel for the geometric meaning of the gradient; for the method of steepest descent; for the orthogonality of level curves and gradient flows. Because they have tools for visualizing cross sections of solids, they are better able to find the limits of integration in multiple integrals. To summarize, we think this book is special because, by using it: students obtain a better understanding of the traditional material; students see the deep connections between mathematics and science; students learn more about the intrinsic geometry of curves and surfaces; students acquire skill using MATLAB, a powerful piece of modern mathematical software; instructors can choose from a more exciting variety of problems than in standard textbooks; and both students and instructors are exposed to a more holistic approach to the subject one that embraces not only algebraic/calculus-based solutions to problems, but also numerical, graphical/geometric and qualitative approaches to the subject and its problems. Conventions Throughout the book, MATLAB commands, such as solve, are printed in typewriter boldface. Theorems and general principles, such as: derivatives measure change, are printed in a slanted font. When new terms, such as torsion, are introduced, they are printed in an italic font. File names and URLs (web addresses) are printed in typewriter font. Everything else is printed in a standard font. At the start of each chapter, below the title, is a small illustration. Each is a graphic generated by a MATLAB command. Most are taken from the MATLAB solution to one of the problems in the accompanying problem set. A few are taken from the chapter itself. Finally, in this Preface, the graphic represents a more eclectic choice. We leave it to the industrious reader to identify the source of these graphics, as well as to reproduce the figure. Acknowledgments We above all want to thank our former collaborators for their contributions to this project. Kevin Coombes (now at the Department of Biomedical Informatics at Ohio State University) was a co-author of Multivariable Calculus with Mathematica and kindly agreed to let us adapt that book for MATLAB. Brian Hunt was a co-author of A Guide to MATLAB and taught us many useful MATLAB tricks and

6 Preface vii tips. Paul Green helped develop MATLAB exercises for multivariable calculus that eventually worked their way into this book. Jonathan Rosenberg thanks the National Science Foundation for its support under grant DMS Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation. College Park, MD, USA October 1, 2017 Ronald L. Lipsman Jonathan M. Rosenberg

7 Contents Preface... v 1 Introduction Benefits of Mathematical Software What s in This Book Chapter Descriptions What s Not in This Book How to Use This Book The MATLAB Interface A Word on Terminology Software Versions... 8 Problem Set A. Review of One-Variable Calculus... 9 Glossary of MATLAB Commands Options to MATLAB Commands References Vectors and Graphics Vectors Applications of Vectors Parametric Curves Graphing Surfaces Parametric Surfaces Problem Set B. Vectors and Graphics Glossary of MATLAB Commands Options to MATLAB Commands Geometry of Curves Parametric Curves Geometric Invariants Arclength The Frenet Frame ix

8 x Contents Curvature and Torsion Differential Geometry of Curves The Osculating Circle Plane Curves Spherical Curves Helical Curves Congruence Two More Examples Problem Set C. Curves Glossary of MATLAB Commands Kinematics Newton s Laws of Motion Kepler s Laws of Planetary Motion Studying Equations of Motion with MATLAB Problem Set D. Kinematics Glossary of MATLAB Commands Reference Directional Derivatives Visualizing Functions of Two Variables Three-Dimensional Graphs Graphing Level Curves The Gradient of a Function of Two Variables Partial Derivatives and the Gradient Directional Derivatives Functions of Three or More Variables Problem Set E. Directional Derivatives Glossary of MATLAB Commands and Options Options to MATLAB Commands Geometry of Surfaces The Concept of a Surface Basic Examples The Implicit Function Theorem Geometric Invariants Curvature Calculations with MATLAB Problem Set F. Surfaces Glossary of MATLAB Commands and Options Options to MATLAB Commands References

9 Contents xi 7 Optimization in Several Variables The One-Variable Case Analytic Methods Numerical Methods Newton s Method Functions of Two Variables Second Derivative Test Steepest Descent Multivariable Newton s Method Three or More Variables Constrained Optimization and Lagrange Multipliers Problem Set G. Optimization Glossary of MATLAB Commands Multiple Integrals Automation and Integration Regions in the Plane Viewing Simple Regions Polar Regions Algorithms for Numerical Integration Algorithms for Numerical Integration in a Single Variable Algorithms for Numerical Multiple Integration Viewing Solid Regions A More Complicated Example Cylindrical Coordinates More General Changes of Coordinates Problem Set H. Multiple Integrals Glossary of MATLAB Commands Multidimensional Calculus The Fundamental Theorem of Line Integrals Green s Theorem Stokes Theorem The Divergence Theorem Vector Calculus and Physics Problem Set I. Multivariable Calculus Glossary of MATLAB Commands Options to MATLAB Commands References

10 xii Contents 10 Physical Applications of Vector Calculus Motion in a Central Force Field Newtonian Gravitation Electricity and Magnetism Fluid Flow Heat and Wave Equations The Heat Equation The Wave Equation Problem Set J. Physical Applications Glossary of MATLAB Commands and Options Options to MATLAB Commands Appendix: Energy Minimization and Laplace s Equation References MATLAB Tips Sample Solutions Problem Set A: Problem Problem Set B: Problem Problem Set C: Problem Problem Set D: Problem Problem Set E: Problem 5, Parts (b) and (c) Problem Set F: Problem 10, Part (e) Problem Set G: Problem 10, Part (b) Problem Set H: Problem 2, Parts (c) and (d) Problem Set I: Problems 4(b) and 5(a) Problem Set J: Problem 3, Parts (a) and (b), but only subpart (ii) Index

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

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

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

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

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

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

Electrochemical Science for a Sustainable Society

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

More information

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

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

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

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

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

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

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

Generalized Locally Toeplitz Sequences: Theory and Applications

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

More information

Springer Biographies

Springer Biographies Springer Biographies More information about this series at http://www.springer.com/series/13617 Wolfgang W. Osterhage Galileo Galilei At the Threshold of the Scientific Age 123 Wolfgang W. Osterhage Wachtberg,

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

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

CISM International Centre for Mechanical Sciences

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

More information

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

SpringerBriefs in Agriculture

SpringerBriefs in Agriculture SpringerBriefs in Agriculture More information about this series at http://www.springer.com/series/10183 Marina Dermastia Assunta Bertaccini Fiona Constable Nataša Mehle Grapevine Yellows Diseases and

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

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

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

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 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

Theoretical Physics 4

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

More information

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

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

Public Participation as a Tool for Integrating Local Knowledge into Spatial Planning

Public Participation as a Tool for Integrating Local Knowledge into Spatial Planning Public Participation as a Tool for Integrating Local Knowledge into Spatial Planning Tal Berman Public Participation as a Tool for Integrating Local Knowledge into Spatial Planning Planning, Participation,

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

Springer Series in Statistics

Springer Series in Statistics Springer Series in Statistics Series editors Peter Bickel, CA, USA Peter Diggle, Lancaster, UK Stephen E. Fienberg, Pittsburgh, PA, USA Ursula Gather, Dortmund, Germany Ingram Olkin, Stanford, CA, USA

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

Theory of Nonparametric Tests

Theory of Nonparametric Tests Theory of Nonparametric Tests Thorsten Dickhaus Theory of Nonparametric Tests 123 Thorsten Dickhaus Institute for Statistics University of Bremen Bremen, Germany ISBN 978-3-319-76314-9 ISBN 978-3-319-76315-6

More information

Tritium: Fuel of Fusion Reactors

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

More information

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

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

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

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

Springer INdAM Series

Springer INdAM Series Springer INdAM Series Volume 21 Editor-in-Chief G. Patrizio Series Editors C. Canuto G. Coletti G. Gentili A. Malchiodi P. Marcellini E. Mezzetti G. Moscariello T. Ruggeri More information about this series

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

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg Differential Equations with MATLAB (Third Edition) Updated for MATLAB 2011b (7.13), Simulink 7.8, and Symbolic Math Toolbox 5.7 Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg All

More information

Springer Proceedings in Mathematics & Statistics. Volume 226

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

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

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

Plant and Vegetation. Volume 14. Series editor M.J.A. Werger, Utrecht, The Netherlands

Plant and Vegetation. Volume 14. Series editor M.J.A. Werger, Utrecht, The Netherlands Plant and Vegetation Volume 14 Series editor M.J.A. Werger, Utrecht, The Netherlands Plant and Vegetation is a new Springer series comprising a series of books that present current knowledge and new perspectives

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

Challenges and Advances in Computational Chemistry and Physics

Challenges and Advances in Computational Chemistry and Physics Challenges and Advances in Computational Chemistry and Physics Volume 25 Series editor Jerzy Leszczynski Department of Chemistry and Biochemistry Jackson State University, Jackson, MS, This book series

More information

Hiromitsu Yamagishi Netra Prakash Bhandary Editors. GIS Landslide

Hiromitsu Yamagishi Netra Prakash Bhandary Editors. GIS Landslide GIS Landslide Hiromitsu Yamagishi Netra Prakash Bhandary Editors GIS Landslide 123 Editors Hiromitsu Yamagishi Shin Engineering Consultant Co. Ltd. Sapporo Japan Netra Prakash Bhandary Ehime University

More information

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

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

More information

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

Signaling and Communication in Plants

Signaling and Communication in Plants Signaling and Communication in Plants Series editor František Baluška Department of Plant Cell Biology, IZMB, University of Bonn, Kirschallee 1, D-53115 Bonn, Germany More information about this series

More information

Advanced Structured Materials

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

More information

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

Geotechnologies and the Environment

Geotechnologies and the Environment Geotechnologies and the Environment Volume 14 Series editors Jay D. Gatrell, Vice Provost & Professor of Geography and Environmental Studies, Offi ce of Academic Affairs, Bellarmine University, Louisville,

More information

Modern Birkhäuser Classics

Modern Birkhäuser Classics Modern Birkhäuser Classics Many of the original research and survey monographs, as well as textbooks, in pure and applied mathematics published by Birkhäuser in recent decades have been groundbreaking

More information

Universitext. Series editors Sheldon Axler San Francisco State University. Carles Casacuberta Universitat de Barcelona

Universitext. Series editors Sheldon Axler San Francisco State University. Carles Casacuberta Universitat de Barcelona Universitext Universitext Series editors Sheldon Axler San Francisco State University Carles Casacuberta Universitat de Barcelona Angus MacIntyre Queen Mary, University of London Kenneth Ribet 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

Stochastic and Infinite Dimensional Analysis

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

More information

Progress in Mathematical Physics

Progress in Mathematical Physics Progress in Mathematical Physics Volume 24 Editors-in-Chiej Anne Boutet de Monvel, Universite Paris VII Denis Diderot Gerald Kaiser, The Virginia Center for Signals and Waves Editorial Board D. Bao, University

More information

Radiation Therapy Study Guide

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

More information

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

Mathematics for Physicists and Engineers

Mathematics for Physicists and Engineers Mathematics for Physicists and Engineers Klaus Weltner Sebastian John Wolfgang J. Weber Peter Schuster Jean Grosjean Mathematics for Physicists and Engineers Fundamentals and Interactive Study Guide 2nd

More information

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

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

More information

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

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

Astronomers Universe

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

More information

The Theory of the Top Volume II

The Theory of the Top Volume II Felix Klein Arnold Sommerfeld The Theory of the Top Volume II Development of the Theory in the Case of the Heavy Symmetric Top Raymond J. Nagem Guido Sandri Translators Preface to Volume I by Michael Eckert

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

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

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

Qing-Hua Qin. Advanced Mechanics of Piezoelectricity

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

More information

Statistics for Social and Behavioral Sciences

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

More information

ATOMIC SPECTROSCOPY: Introduction to the Theory of Hyperfine Structure

ATOMIC SPECTROSCOPY: Introduction to the Theory of Hyperfine Structure ATOMIC SPECTROSCOPY: Introduction to the Theory of Hyperfine Structure ATOMIC SPECTROSCOPY: Introduction to the Theory of Hyperfine Structure ANATOLI ANDREEV M.V. Lomonosov Moscow State University Moscow.

More information

Pi: The Next Generation

Pi: The Next Generation Pi: The Next Generation . David H. Bailey Jonathan M. Borwein Pi: The Next Generation A Sourcebook on the Recent History of Pi and Its Computation David H. Bailey Lawrence Berkeley National Laboratory

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

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version Maple in Calculus by Harald Pleym Maple Worksheets Supplementing Preface Edwards and Penney CALCULUS 6th Edition Early Transcendentals - Matrix Version These worksheets provide a comprehensive Maple supplement

More information

Maximum Principles in Differential Equations

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

More information

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

Springer Series in Solid-State Sciences

Springer Series in Solid-State Sciences Springer Series in Solid-State Sciences Volume 186 Series editors Bernhard Keimer, Stuttgart, Germany Roberto Merlin, Ann Arbor, MI, USA Hans-Joachim Queisser, Stuttgart, Germany Klaus von Klitzing, Stuttgart,

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

Conference Proceedings of the Society for Experimental Mechanics Series

Conference Proceedings of the Society for Experimental Mechanics Series Conference Proceedings of the Society for Experimental Mechanics Series Series Editor Kristin B. Zimmerman, Ph.D. Society for Experimental Mechanics, Inc., Bethel, CT, USA More information about this series

More information

in this web service Cambridge University Press

in this web service Cambridge University Press CONTINUUM MECHANICS This is a modern textbook for courses in continuum mechanics. It provides both the theoretical framework and the numerical methods required to model the behavior of continuous materials.

More information

Core Books in Advanced Mathematics. Vectors

Core Books in Advanced Mathematics. Vectors Core Books in Advanced Mathematics Vectors Core Books in Advanced Mathematics General Editor: C. PLUMPTON, Moderator in Mathematics, University of London School Examinations Department; formerly Reader

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

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

Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical University

Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical University 5th WSEAS / IASME International Conference on ENGINEERING EDUCATION (EE'8), Heraklion, Greece, July -4, 8 Teaching Linear Algebra, Analytic Geometry and Basic Vector Calculus with Mathematica at Riga Technical

More information

UNDERSTANDING PHYSICS

UNDERSTANDING PHYSICS UNDERSTANDING PHYSICS UNDERSTANDING PHYSICS Student Guide David Cassidy Gerald Holton James Rutherford 123 David Cassidy Gerald Holton Professor of Natural Science Mallinckrodt Professor of Physics and

More information

Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn

Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn Chapter 1: Functions and Derivatives: The Graphical View 1. Functions, Calculus Style 2. Graphs 3. A Field

More information

Advanced Topics in Relation Algebras

Advanced Topics in Relation Algebras Advanced Topics in Relation Algebras Steven Givant Advanced Topics in Relation Algebras Relation Algebras, Volume 2 123 Steven Givant Department of Mathematics Mills College Oakland, CA, USA ISBN 978-3-319-65944-2

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

Electroanalysis in Biomedical and Pharmaceutical Sciences

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

More information

Multiversal Journeys. Multiversal Journeys. Lawrence M. Krauss, Arizona State University Mark Trodden, University of Pennsylvania

Multiversal Journeys. Multiversal Journeys. Lawrence M. Krauss, Arizona State University Mark Trodden, University of Pennsylvania Multiversal Journeys Founding Editor: Editorial Advisory Board: Farzad Nekoogar, President Multiversal Journeys Thomas Buchert, Université Claude Bernard, Lyon, France Lawrence M. Krauss, Arizona State

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

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

Northwestern CT Community College Course Syllabus. Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221

Northwestern CT Community College Course Syllabus. Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221 Northwestern CT Community College Course Syllabus Course Title: CALCULUS-BASED PHYSICS I with Lab Course #: PHY 221 Course Description: 4 credits (3 class hours and 3 laboratory hours per week) Physics

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

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition

Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Physics for Scientists & Engineers with Modern Physics Douglas C. Giancoli Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

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