GAME PHYSICS ENGINE DEVELOPMENT

Size: px
Start display at page:

Download "GAME PHYSICS ENGINE DEVELOPMENT"

Transcription

1 GAME PHYSICS ENGINE DEVELOPMENT IAN MILLINGTON i > AMSTERDAM BOSTON HEIDELBERG fpf l LONDON. NEW YORK. OXFORD ^. PARIS SAN DIEGO SAN FRANCISCO втс^н Г^ 4.«Mt-fSSKHbe. SINGAPORE. SYDNEY. TOKYO ELSEVIER Morgan Kaufmann is an imprint of Elsevier MORGAN KAUFMANN PUBLISHERS

2 CONTENTS LIST OF FIGURES PREFACE xvi xix A INTRODUCTION I 1.1 WHAT IS GAME PHYSICS? WHAT IS A PHYSICS ENGINE? Advantages of a Physics Engine Weaknesses of a Physics Engine APPROACHES TO PHYSICS ENGINES Types of Object Contact Resolution Impulses and Forces What We're Building THE MATHEMATICS OF PHYSICS ENGINES The Math You Need to Know The Math We'll Review The Math We'll Introduce THE SOURCE CODE IN THIS BOOK How THIS BOOK IS STRUCTURED 11 PART I PARTICLE PHYSICS 13 Zä THE MATHEMATICS OF PARTICLES VECTORS The Handedness of Space 19 Vll

3 viii Contents Vectors and Directions Scalar and Vector Multiplication Vector Addition and Subtraction Multiplying Vectors The Component Product The Scalar Product The Vector Product The Orthonormal Basis CALCULUS Differential Calculus Integral Calculus SUMMARY 42 T H E LAWS OF MOTION A PARTICLE THE FIRST TWO LAWS The First Law The Second Law The Force Equations Adding Mass to Particles Momentum and Velocity The Force of Gravity THE INTEGRATOR The Update Equations The Complete Integrator SUMMARY 54 THE PARTICLE PHYSICS ENGINE BALLISTICS Setting Projectile Properties Implementation FIREWORKS The Fireworks Data The Fireworks Rules The Implementation SUMMARY 66

4 Physics Engine Design ix PART II MASS-AGGREGATE PHYSICS 67 Э ADDING GENERAL FORCES D'ALEMBERT'S PRINCIPLE FORCE GENERATORS Interfaces and Polymorphism Implementation A Gravity Force Generator A Drag Force Generator BUILT-IN GRAVITY AND DAMPING SUMMARY 79 О SPRINGS AND SPRINGLIKE THINGS HOOK'S LAW The Limit of Elasticity Springlike Things SPRINGLIKE FORCE GENERATORS A Basic Spring Generator An Anchored Spring Generator An Elastic Bungee Generator A Buoyancy Force Generator STIFF SPRINGS The Problem of Stiff Springs Faking Stiff Springs SUMMARY 101 HARD CONSTRAINTS ЮЗ 7.1 SIMPLE COLLISION RESOLUTION The Closing Velocity The Coefficient of Restitution The Collision Direction and the Contact Normal Impulses 107

5 x Contents 7.2 COLLISION PROCESSING Collision Detection Resolving Interpenetration Resting Contacts THE CONTACT RESOLVER ALGORITHM Resolution Order Time-Division Engines COLLISIONLIKE THINGS Cables Rods SUMMARY THE MASS-AGGREGATE PHYSICS ENGINE Ш 8.1 OVERVIEW OF THE ENGINE USING THE PHYSICS ENGINE Rope-Bridges and Cables Friction Blob Games SUMMARY 142 PART III RIGID-BODY PHYSICS 143 THE MATHEMATICS OF ROTATIONS ROTATING OBJECTS IN TWO DIMENSIONS The Mathematics of Angles Angular Speed The Origin and the Center of Mass ORIENTATION IN THREE DIMENSIONS Euler Angles Axis-Angle Rotation Matrices Quaternions ANGULAR VELOCITY AND ACCELERATION The Velocity of a Point Angular Acceleration 160

6 Physics Engine Design xi 9.4 IMPLEMENTING THE MATHEMATICS The Matrix Classes Matrix Multiplication The Matrix Inverse and Transpose Converting a Quaternion to a Matrix Transforming Vectors Changing the Basis of a Matrix The Quaternion Class Normalizing Quaternions Combining Quaternions Rotating Updating by the Angular Velocity SUMMARY LAWS OF MOTION FOR RIGID BODIES THE RIGID BODY NEWTON 2 FOR ROTATION Torque The Moment of Inertia The Inertia Tensor in World Coordinates D'ALEMBERT FOR ROTATION Force Generators THE RIGID-BODY INTEGRATION SUMMARY THE RIGID-BODY PHYSICS ENGINE OVERVIEW OF THE ENGINE USING THE PHYSICS ENGINE A Flight Simulator A Sailing Simulator SUMMARY 227

7 xii Contents PART IV COLLISION DETECTION COLLISION DETECTION COLLISION DETECTION PIPELINE COARSE COLLISION DETECTION BOUNDING VOLUMES Hierarchies Building the Hierarchy Sub-Object Hierarchies SPATIAL DATA STRUCTURES Binary Space Partitioning Oct-Trees and Quad-Trees Grids Multi-Resolution Maps SUMMARY GENERATING CONTACTS COLLISION GEOMETRY Primitive Assemblies Generating Collision Geometry CONTACT GENERATION Contact Data Point-Face Contacts Edge-Edge Contacts Edge-Face Contacts Face-Face Contacts Early-Outs PRIMITIVE COLLISION ALGORITHMS Colliding Two Spheres Colliding a Sphere and a Plane Colliding a Box and a Plane Colliding a Sphere and a Box Colliding Two Boxes Efficiency and General Polyhedra SUMMARY 297

8 Physics Engine Design xiii PART V CONTACT PHYSICS COLLISION RESOLUTION IMPULSES AND IMPULSIVE TORQUES Impulsive Torque Rotating Collisions Handling Rotating Collisions COLLISION IMPULSES Change to Contact Coordinates Velocity Change by Impulse Impulse Change by Velocity Calculating the Desired Velocity Change Calculating the Impulse Applying the Impulse RESOLVING INTERPENETRATION Choosing a Resolution Method Implementing Nonlinear Projection Avoiding Excessive Rotation THE COLLISION RESOLUTION PROCESS The Collision Resolution Pipeline Preparing Contact Data Resolving Penetration Resolving Velocity Alternative Update Algorithms SUMMARY RESTING CONTACTS AND FRICTION RESTING FORCES Force Calculations MICRO-COLLISIONS Removing Accelerated Velocity Lowering the Restitution The New Velocity Calculation TYPES OF FRICTION Static and Dynamic Friction Isotropic and Anisotropic Friction IMPLEMENTING FRICTION Friction as Impulses 363

9 xiv Contents Modifying the Velocity Resolution Algorithm Putting It All Together FRICTION AND SEQUENTIAL CONTACT RESOLUTION SUMMARY STABILITY AND OPTIMIZATION STABILITY Quaternion Drift Interpenetration on Slopes Integration Stability The Benefit of Pessimistic Collision Detection Changing Mathematical Accuracy OPTIMIZATIONS Sleep Margins of Error for Penetration and Velocity Contact Grouping Code Optimizations SUMMARY PUTTING IT ALL TOGETHER OVERVIEW OF THE ENGINE USING THE PHYSICS ENGINE Ragdolls Fracture Physics Explosive Physics LIMITATIONS OF THE ENGINE Stacks Reaction Force Friction Joint Assemblies Stiff Springs SUMMARY 419 PART VI WHAT COMES NEXT? OTHER TYPES OF PHYSICS SIMULTANEOUS CONTACT RESOLUTION 423

10 Physics Engine Design xv Thejacobian The Linear Complementary Problem REDUCED COORDINATE APPROACHES SUMMARY 429 APPENDICES COMMON INERTIA TENSORS 431 A.l DISCRETE MASSES 431 A.2 CONTINUOUS MASSES 432 В D A.3 COMMON SHAPES 432 A.3.1 Cuboid 432 A.3.2 Sphere 432 A.3.3 Cylinder 433 A.3.4 Cone 433 USEFUL FRICTION COEFFICIENTS FOR GAMES 434 OTHER PROGRAMMING LANGUAGES 435 C.l С 435 C.2 JAVA 436 C.3 COMMON LANGUAGE RUNTIME (.NET) 436 C.4 LUA 436 MATHEMATICS SUMMARY 438 D.l VECTORS 438 D.2 QUATERNIONS 439 D.3 MATRICES 440 D.4 INTEGRATION 441 D.5 PHYSICS 442 D.6 OTHER FORMULAE 443 BIBLIOGRAPHY 445 INDEX 447

GAME PHYSICS SECOND EDITION. дяййтаййг 1 *

GAME PHYSICS SECOND EDITION. дяййтаййг 1 * GAME PHYSICS SECOND EDITION DAVID H. EBERLY дяййтаййг 1 * К AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO MORGAN ELSEVIER Morgan Kaufmann Publishers

More information

System Dynamics for Engineering Students Concepts and Applications

System Dynamics for Engineering Students Concepts and Applications System Dynamics for Engineering Students Concepts and Applications Nicolae Lobontiu University of Alaska Anchorage "Ж AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE

More information

PSE Game Physics. Session (6) Angular momentum, microcollisions, damping. Oliver Meister, Roland Wittmann

PSE Game Physics. Session (6) Angular momentum, microcollisions, damping. Oliver Meister, Roland Wittmann PSE Game Physics Session (6) Angular momentum, microcollisions, damping Oliver Meister, Roland Wittmann 23.05.2014 Session (6)Angular momentum, microcollisions, damping, 23.05.2014 1 Outline Angular momentum

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

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity 2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity Energy 7 4 Kinematics Free fall Collisions 3 5 Dynamics

More information

The Finite Element Method for Solid and Structural Mechanics

The Finite Element Method for Solid and Structural Mechanics The Finite Element Method for Solid and Structural Mechanics Sixth edition O.C. Zienkiewicz, CBE, FRS UNESCO Professor of Numerical Methods in Engineering International Centre for Numerical Methods in

More information

Analysis Handbook. Metal Fatigue. for Computer-Aided Engineering. Barkey. Yung-Li Lee. Practical Problem-Solving Techniques. Hong-Tae Kang. Mark E.

Analysis Handbook. Metal Fatigue. for Computer-Aided Engineering. Barkey. Yung-Li Lee. Practical Problem-Solving Techniques. Hong-Tae Kang. Mark E. Metal Fatigue Analysis Handbook Practical Problem-Solving Techniques for Computer-Aided Engineering Yung-Li Lee Mark E. Barkey Hong-Tae Kang ms- ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD

More information

ENGINEERING MECHANICS

ENGINEERING MECHANICS ENGINEERING MECHANICS BASUDEB BHATTACHARYYA Assistant Professor Department of Applied Mechanics Bengal Engineering and Science University Shibpur, Howrah OXJFORD UNIVERSITY PRESS Contents Foreword Preface

More information

Differential Equations with Mathematica

Differential Equations with Mathematica Differential Equations with Mathematica THIRD EDITION Martha L. Abell James P. Braselton ELSEVIER ACADEMIC PRESS Amsterdam Boston Heidelberg London New York Oxford Paris San Diego San Francisco Singapore

More information

APPLIED PARTIAL DIFFERENTIAL EQUATIONS

APPLIED PARTIAL DIFFERENTIAL EQUATIONS APPLIED PARTIAL DIFFERENTIAL EQUATIONS AN I N T R O D U C T I O N ALAN JEFFREY University of Newcastle-upon-Tyne ACADEMIC PRESS An imprint of Elsevier Science Amsterdam Boston London New York Oxford Paris

More information

Stream Ciphers and Number Theory

Stream Ciphers and Number Theory Stream Ciphers and Number Theory Revised Edition Thomas W. Cusick The State University of New York at Buffalo, NY, U.S.A. Cunsheng Ding The Hong Kong University of Science and Technology China Ari Renvall

More information

CS-184: Computer Graphics

CS-184: Computer Graphics CS-184: Computer Graphics Lecture #25: Rigid Body Simulations Tobias Pfaff 537 Soda (Visual Computing Lab) tpfaff@berkeley.edu Reminder Final project presentations next week! Game Physics Types of Materials

More information

STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY

STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY Third edition N.G. VAN KAMPEN Institute for Theoretical Physics of the University at Utrecht ELSEVIER Amsterdam Boston Heidelberg London New York Oxford Paris

More information

Tensor Calculus, Relativity, and Cosmology

Tensor Calculus, Relativity, and Cosmology Tensor Calculus, Relativity, and Cosmology A First Course by M. Dalarsson Ericsson Research and Development Stockholm, Sweden and N. Dalarsson Royal Institute of Technology Stockholm, Sweden ELSEVIER ACADEMIC

More information

THE MECHANICAL UNIVERSE

THE MECHANICAL UNIVERSE THE MECHANICAL UNIVERSE MECHANICS AND HEAT, ADVANCED EDITION STEVEN С FRAUTSCHI PROFESSOR OF THEORETICAL PHYSICS CALIFORNIA INSTITUTE OF TECHNOLOGY RICHARD P. OLENICK ASSISTANT PROFESSOR OF PHYSICS, UNIVERSITY

More information

Fundamentals of Nuclear Reactor Physics

Fundamentals of Nuclear Reactor Physics Fundamentals of Nuclear Reactor Physics E. E. Lewis Professor of Mechanical Engineering McCormick School of Engineering and Applied Science Northwestern University AMSTERDAM BOSTON HEIDELBERG LONDON NEW

More information

Video Lecture #2 Introductory Conservation of Momentum Problem using Unit Vectors

Video Lecture #2 Introductory Conservation of Momentum Problem using Unit Vectors AP Physics C Video Lecture Notes Chapter 09-10 Thank You, Emily Rencsok, for these notes. Video Lecture #1 Introduction to Momentum and Derivation of Conservation of Momentum Video Lecture #2 Introductory

More information

Dynamic Systems. Modeling and Analysis. Hung V. Vu. Ramin S. Esfandiari. THE McGRAW-HILL COMPANIES, INC. California State University, Long Beach

Dynamic Systems. Modeling and Analysis. Hung V. Vu. Ramin S. Esfandiari. THE McGRAW-HILL COMPANIES, INC. California State University, Long Beach Dynamic Systems Modeling and Analysis Hung V. Vu California State University, Long Beach Ramin S. Esfandiari California State University, Long Beach THE McGRAW-HILL COMPANIES, INC. New York St. Louis San

More information

Modesto Junior College Course Outline of Record PHYS 101

Modesto Junior College Course Outline of Record PHYS 101 Modesto Junior College Course Outline of Record PHYS 101 I. OVERVIEW The following information will appear in the 2011-2012 catalog PHYS 101 General Physics: Mechanics 5 Units Prerequisite: Satisfactory

More information

STATICS AND DYNAMICS

STATICS AND DYNAMICS ENGINEERING MECHANICS STATICS AND DYNAMICS FOURTEENTH EDITION R. C. HIBBELER PEARSON Hoboken Boston Columbus San Francisco New York Indianapolis London Toronto Sydney Singapore Tokyo Montreal Dubai Madrid

More information

Modeling and Solving Constraints. Erin Catto Blizzard Entertainment

Modeling and Solving Constraints. Erin Catto Blizzard Entertainment Modeling and Solving Constraints Erin Catto Blizzard Entertainment Basic Idea Constraints are used to simulate joints, contact, and collision. We need to solve the constraints to stack boxes and to keep

More information

COURSE OUTLINE General Physics I

COURSE OUTLINE General Physics I Butler Community College Science, Technology, Engineering, and Math Division Robert Carlson Revised Fall 2008 Implemented Spring 2009 Textbook Update Fall 2015 COURSE OUTLINE General Physics I Course Description

More information

Elementary Mechanics Using Matlab

Elementary Mechanics Using Matlab Anders Malthe-S0renssen Elementary Mechanics Using Matlab A Modern Course Combining Analytical and Numerical Techniques ^ Springer Contents 1 Introduction 1 1.1 Physics 1 1.2 Mechanics 2 1.3 Integrating

More information

Thursday Simulation & Unity

Thursday Simulation & Unity Rigid Bodies Simulation Homework Build a particle system based either on F=ma or procedural simulation Examples: Smoke, Fire, Water, Wind, Leaves, Cloth, Magnets, Flocks, Fish, Insects, Crowds, etc. Simulate

More information

STATICS & DYNAMICS. Engineering Mechanics. Gary L. Gray. Francesco Costanzo. Michael E. Plesha. University of Wisconsin-Madison

STATICS & DYNAMICS. Engineering Mechanics. Gary L. Gray. Francesco Costanzo. Michael E. Plesha. University of Wisconsin-Madison Engineering Mechanics STATICS & DYNAMICS SECOND EDITION Francesco Costanzo Department of Engineering Science and Mechanics Penn State University Michael E. Plesha Department of Engineering Physics University

More information

Assignment 4: Rigid Body Dynamics

Assignment 4: Rigid Body Dynamics Assignment 4: Rigid Body Dynamics Due April 4 at :59pm Introduction Rigid bodies are a fundamental element of many physical simulations, and the physics underlying their motions are well-understood. In

More information

Measurement p. 1 What Is Physics? p. 2 Measuring Things p. 2 The International System of Units p. 2 Changing Units p. 3 Length p. 4 Time p. 5 Mass p.

Measurement p. 1 What Is Physics? p. 2 Measuring Things p. 2 The International System of Units p. 2 Changing Units p. 3 Length p. 4 Time p. 5 Mass p. Measurement p. 1 What Is Physics? p. 2 Measuring Things p. 2 The International System of Units p. 2 Changing Units p. 3 Length p. 4 Time p. 5 Mass p. 7 Review & Summary p. 8 Problems p. 8 Motion Along

More information

Exploring Monte Carlo Methods

Exploring Monte Carlo Methods Exploring Monte Carlo Methods William L Dunn J. Kenneth Shultis AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO ELSEVIER Academic Press Is an imprint

More information

Physics Curriculum. * Optional Topics, Questions, and Activities. Topics

Physics Curriculum. * Optional Topics, Questions, and Activities. Topics * Optional Topics, Questions, and Activities Physics Curriculum Topics 1. Introduction to Physics a. Areas of science b. Areas of physics c. Scientific method * d. SI System of Units e. Graphing 2. Kinematics

More information

An Introduction to Stochastic Modeling

An Introduction to Stochastic Modeling F An Introduction to Stochastic Modeling Fourth Edition Mark A. Pinsky Department of Mathematics Northwestern University Evanston, Illinois Samuel Karlin Department of Mathematics Stanford University Stanford,

More information

Geophysical Data Analysis: Discrete Inverse Theory

Geophysical Data Analysis: Discrete Inverse Theory Geophysical Data Analysis: Discrete Inverse Theory MATLAB Edition William Menke Lamont-Doherty Earth Observatory and Department of Earth and Environmental Sciences Columbia University. ' - Palisades, New

More information

1 2 Models, Theories, and Laws 1.5 Distinguish between models, theories, and laws 2.1 State the origin of significant figures in measurement

1 2 Models, Theories, and Laws 1.5 Distinguish between models, theories, and laws 2.1 State the origin of significant figures in measurement Textbook Correlation Textbook Correlation Physics 1115/2015 Chapter 1 Introduction, Measurement, Estimating 1.1 Describe thoughts of Aristotle vs. Galileo in describing motion 1 1 Nature of Science 1.2

More information

Optimising the Computational Simulation of Mechanical Models: Designing a Real-Time Mass-Aggregate Physics Engine

Optimising the Computational Simulation of Mechanical Models: Designing a Real-Time Mass-Aggregate Physics Engine Optimising the Computational Simulation of Mechanical Models: Designing a Real-Time Mass-Aggregate Physics Engine Jordan Spoooner July 16, 2015 What is a Physics Engine? Engine: Computer software that

More information

PSE Game Physics. Session (3) Springs, Ropes, Linear Momentum and Rotations. Atanas Atanasov, Philipp Neumann, Martin Schreiber

PSE Game Physics. Session (3) Springs, Ropes, Linear Momentum and Rotations. Atanas Atanasov, Philipp Neumann, Martin Schreiber PSE Game Physics Session (3) Springs, Ropes, Linear Momentum and Rotations Atanas Atanasov, Philipp Neumann, Martin Schreiber 20.05.2011 Session (3)Springs, Ropes, Linear Momentum and Rotations, 20.05.2011

More information

With Modern Physics For Scientists and Engineers

With Modern Physics For Scientists and Engineers With Modern Physics For Scientists and Engineers Third Edition Richard Wolfson Middlebury College Jay M. Pasachoff Williams College ^ADDISON-WESLEY An imprint of Addison Wesley Longman, Inc. Reading, Massachusetts

More information

Game Physics: Basic Concepts

Game Physics: Basic Concepts CMSC 498M: Chapter 8a Game Physics Reading: Game Physics, by David H Eberly, 2004 Physics for Game Developers, by David M Bourg, 2002 Overview: Basic physical quantities: Mass, center of mass, moment of

More information

Physical Simulation. October 19, 2005

Physical Simulation. October 19, 2005 Physical Simulation October 19, 2005 Objects So now that we have objects, lets make them behave like real objects Want to simulate properties of matter Physical properties (dynamics, kinematics) [today

More information

Richard A. Mould. Basic Relativity. With 144 Figures. Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Hong Kong Barcelona Budapest

Richard A. Mould. Basic Relativity. With 144 Figures. Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Hong Kong Barcelona Budapest Richard A. Mould Basic Relativity With 144 Figures Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Hong Kong Barcelona Budapest Contents Preface vii PARTI 1. Principles of Relativity 3 1.1

More information

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements.

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements. PHYSICS Course Structure Unit Topics Marks I Physical World and Measurement 1 Physical World 2 Units and Measurements II Kinematics 3 Motion in a Straight Line 23 4 Motion in a Plane III Laws of Motion

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Rigid body physics Particle system Most simple instance of a physics system Each object (body) is a particle Each particle

More information

The... of a particle is defined as its change in position in some time interval.

The... of a particle is defined as its change in position in some time interval. Distance is the. of a path followed by a particle. Distance is a quantity. The... of a particle is defined as its change in position in some time interval. Displacement is a.. quantity. The... of a particle

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Essential physics for game developers Introduction The primary issues Let s move virtual objects Kinematics: description

More information

STATICS Chapter 1 Introductory Concepts

STATICS Chapter 1 Introductory Concepts Contents Preface to Adapted Edition... (v) Preface to Third Edition... (vii) List of Symbols and Abbreviations... (xi) PART - I STATICS Chapter 1 Introductory Concepts 1-1 Scope of Mechanics... 1 1-2 Preview

More information

Contents. I Introduction 1. Preface. xiii

Contents. I Introduction 1. Preface. xiii Contents Preface xiii I Introduction 1 1 Continuous matter 3 1.1 Molecules................................ 4 1.2 The continuum approximation.................... 6 1.3 Newtonian mechanics.........................

More information

GAME PHYSICS (INFOMGP) FINAL EXAM

GAME PHYSICS (INFOMGP) FINAL EXAM GAME PHYSICS (INFOMGP) FINAL EXAM 15/JUN/ 016 LECTURER: AMIR VAXMAN Student name: Student number: This exam is 3 hours long and consists of 5 exercises. The points add up to 100. Answer only in English.

More information

AP Physics 1. Course Overview

AP Physics 1. Course Overview Radnor High School Course Syllabus AP Physics 1 Credits: Grade Weighting: Yes Prerequisites: Co-requisites: Length: Format: 1.0 Credit, weighted Honors chemistry or Advanced Chemistry Honors Pre-calculus

More information

Mechanics. In the Science Program, Mechanics contributes to the following program goals described in the Exit Profile:

Mechanics. In the Science Program, Mechanics contributes to the following program goals described in the Exit Profile: Mechanics Objectives: 00UR Discipline: Physics Ponderation: 3-2-3 Course Code: 203-NYA-05 Prerequisite: Sec. V Physics 534, Mathematics 536 (or equivalent) Course Credit: 2 2/3 Corequisite: 00UP (Calculus

More information

ENGINEERING MECHANICS: STATICS AND DYNAMICS

ENGINEERING MECHANICS: STATICS AND DYNAMICS ENGINEERING MECHANICS: STATICS AND DYNAMICS Dr. A.K. Tayal ENGINEERING MECHANICS STATICS AND DYNAMICS A.K. Tayal Ph. D. Formerly Professor Department of Mechanical Engineering Delhi College of Engineering

More information

Principles of Computer Game Design and Implementation. Lecture 17

Principles of Computer Game Design and Implementation. Lecture 17 Principles of Computer Game Design and Implementation Lecture 17 We already learned Collision response Newtonian mechanics An application of Newtonian dynamics in targeting Collision recipe Ball-plain

More information

SAN DIEGO COMMUNITY COLLEGE DISTRICT CITY, MESA, AND MIRAMAR COLLEGES ASSOCIATE DEGREE COURSE OUTLINE

SAN DIEGO COMMUNITY COLLEGE DISTRICT CITY, MESA, AND MIRAMAR COLLEGES ASSOCIATE DEGREE COURSE OUTLINE PHYS 195 CIC Approval: 04/27/2006 BOT APPROVAL: 05/25/2006 STATE APPROVAL: EFFECTIVE TERM: Fall 2006 SECTION I SAN DIEGO COMMUNITY COLLEGE DISTRICT CITY, MESA, AND MIRAMAR COLLEGES ASSOCIATE DEGREE COURSE

More information

APPLIED MATHEMATICS AM 02

APPLIED MATHEMATICS AM 02 AM SYLLABUS (2013) APPLIED MATHEMATICS AM 02 SYLLABUS Applied Mathematics AM 02 Syllabus (Available in September) Paper I (3 hrs)+paper II (3 hrs) Applied Mathematics (Mechanics) Aims A course based on

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

Nonlinear Problems of Elasticity

Nonlinear Problems of Elasticity Stuart S. Antman Nonlinear Problems of Elasticity With 105 Illustrations Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Hong Kong Barcelona Budapest Contents Preface vn Chapter I. Background

More information

Projects. Assignments. Plan. Motivational Films. Motivational Film 1/6/09. Dynamics II. Forces, Collisions and Impulse

Projects. Assignments. Plan. Motivational Films. Motivational Film 1/6/09. Dynamics II. Forces, Collisions and Impulse Projects Dynamics II Forces, Collisions and Impulse Presentations: Dates: Week 0: Mon, Feb 6 Week 0: Wed, Feb 8 Finals Week: Tues, Feb 4 (:30 :30) room TBA 5 minutes / presentation Schedule now on Web

More information

APPLIED MATHEMATICS IM 02

APPLIED MATHEMATICS IM 02 IM SYLLABUS (2013) APPLIED MATHEMATICS IM 02 SYLLABUS Applied Mathematics IM 02 Syllabus (Available in September) 1 Paper (3 hours) Applied Mathematics (Mechanics) Aims A course based on this syllabus

More information

The Hydraulics of Open Channel Flow: An Introduction

The Hydraulics of Open Channel Flow: An Introduction The Hydraulics of Open Channel Flow: An Introduction Basic principles, sediment motion, hydraulic modelling, design of hydraulic structures Second Edition Hubert Chanson Department of Civil Engineering

More information

Kinematics (special case) Dynamics gravity, tension, elastic, normal, friction. Energy: kinetic, potential gravity, spring + work (friction)

Kinematics (special case) Dynamics gravity, tension, elastic, normal, friction. Energy: kinetic, potential gravity, spring + work (friction) Kinematics (special case) a = constant 1D motion 2D projectile Uniform circular Dynamics gravity, tension, elastic, normal, friction Motion with a = constant Newton s Laws F = m a F 12 = F 21 Time & Position

More information

Computational Fluid Dynamics

Computational Fluid Dynamics Computational Fluid Dynamics A Practical Approach Jiyuan Tu RMIT University, Australia Guan Heng Yeoh Australian Nuclear Science and Technology Organisation Chaoqun Liu University of Texas, Arlington ^fl

More information

41514 Dynamics of Machinery

41514 Dynamics of Machinery 41514 Dynamics of Machinery Theory, Experiment, Phenomenology and Industrial Applications Ilmar Ferreira Santos 1. Recapitulation Mathematical Modeling & Steps 2. Example System of Particle 3. Example

More information

Physics I. Unit 1 Methods in Science (Systems of Units) Competencies (Do) Students should be able to demonstrate scientific methods.

Physics I. Unit 1 Methods in Science (Systems of Units) Competencies (Do) Students should be able to demonstrate scientific methods. Physics I Unit 1 Methods in Science (Systems of Units) Estimated Time Frame Big Ideas for Units 10 Days Tools are needed for the study of Physics, such as measurement, conversions, significant figures,

More information

Feature Extraction and Image Processing

Feature Extraction and Image Processing Feature Extraction and Image Processing Second edition Mark S. Nixon Alberto S. Aguado :*авш JBK IIP AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO

More information

Rigid Body Dynamics and Beyond

Rigid Body Dynamics and Beyond Rigid Body Dynamics and Beyond 1 Rigid Bodies 3 A rigid body Collection of particles Distance between any two particles is always constant What types of motions preserve these constraints? Translation,

More information

Physics for Scientists and Engineers 4th Edition, 2017

Physics for Scientists and Engineers 4th Edition, 2017 A Correlation of Physics for Scientists and Engineers 4th Edition, 2017 To the AP Physics C: Mechanics Course Descriptions AP is a trademark registered and/or owned by the College Board, which was not

More information

DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS

DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS Morris W. Hirsch University of California, Berkeley Stephen Smale University of California, Berkeley Robert L. Devaney Boston University

More information

AP Physics C Mechanics Objectives

AP Physics C Mechanics Objectives AP Physics C Mechanics Objectives I. KINEMATICS A. Motion in One Dimension 1. The relationships among position, velocity and acceleration a. Given a graph of position vs. time, identify or sketch a graph

More information

TABLE OF CONTENTS. Preface...

TABLE OF CONTENTS. Preface... TABLE OF CONTENTS Preface...................................... xiv 1 Introduction........................................ 1 1.1 Engineering and Statics.............................. 1 1.2 A Brief History

More information

Wave Propagation in Anisotropic, Anelastic, Porous and Electromagnetic Media

Wave Propagation in Anisotropic, Anelastic, Porous and Electromagnetic Media SECTION I. SEISMIC EXPLORATION Volume 38 WAVE FIELDS IN REAL MEDIA: Wave Propagation in Anisotropic, Anelastic, Porous and Electromagnetic Media (SECOND EDITION, REVISED AND EXTENDED) by Jose M. CARCIONE

More information

Rotational & Rigid-Body Mechanics. Lectures 3+4

Rotational & Rigid-Body Mechanics. Lectures 3+4 Rotational & Rigid-Body Mechanics Lectures 3+4 Rotational Motion So far: point objects moving through a trajectory. Next: moving actual dimensional objects and rotating them. 2 Circular Motion - Definitions

More information

Chapter 8: Momentum, Impulse, & Collisions. Newton s second law in terms of momentum:

Chapter 8: Momentum, Impulse, & Collisions. Newton s second law in terms of momentum: linear momentum: Chapter 8: Momentum, Impulse, & Collisions Newton s second law in terms of momentum: impulse: Under what SPECIFIC condition is linear momentum conserved? (The answer does not involve collisions.)

More information

Applied Mathematics B Study Guide

Applied Mathematics B Study Guide Science, Engineering and Technology Portfolio School of Life and Physical Sciences Foundation Studies (Applied Science/Engineering) Applied Mathematics B Study Guide Topics Kinematics Dynamics Work, Energy

More information

Table of Contents. Preface...xvii. Part 1. Level

Table of Contents. Preface...xvii. Part 1. Level Preface...xvii Part 1. Level 1... 1 Chapter 1. The Basics of Linear Elastic Behavior... 3 1.1. Cohesion forces... 4 1.2. The notion of stress... 6 1.2.1. Definition... 6 1.2.2. Graphical representation...

More information

Simulation in Computer Graphics Elastic Solids. Matthias Teschner

Simulation in Computer Graphics Elastic Solids. Matthias Teschner Simulation in Computer Graphics Elastic Solids Matthias Teschner Outline Introduction Elastic forces Miscellaneous Collision handling Visualization University of Freiburg Computer Science Department 2

More information

Nanomaterials, Nanotechnologies and Design

Nanomaterials, Nanotechnologies and Design Nanomaterials, Nanotechnologies and Design An Introduction for Engineers and Architects Michael F. Ashby Paulo J. Ferreira Daniel L. Schodek ^ШШШ ' & Ш-И ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW

More information

Fundamentals of Applied Probability and Random Processes

Fundamentals of Applied Probability and Random Processes Fundamentals of Applied Probability and Random Processes,nd 2 na Edition Oliver C. Ibe University of Massachusetts, LoweLL, Massachusetts ip^ W >!^ AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS

More information

Upon successful completion of this course, students should be competent to perform the following tasks:

Upon successful completion of this course, students should be competent to perform the following tasks: Course Information Course Prefix/Number: PHY 221 Course Title: University Physics Lecture Hours/Week: 3.0 Lab Hours/Week: 3.0 Credit Hours/Semester: 4.0 VA Statement/Distance Learning Attendance Textbook

More information

FUNDAMENTALS OF AERODYNAMICS

FUNDAMENTALS OF AERODYNAMICS *A \ FUNDAMENTALS OF AERODYNAMICS Second Edition John D. Anderson, Jr. Professor of Aerospace Engineering University of Maryland H ' McGraw-Hill, Inc. New York St. Louis San Francisco Auckland Bogota Caracas

More information

AP Physics C: Mechanics: Syllabus 2

AP Physics C: Mechanics: Syllabus 2 AP Physics C: Mechanics: Syllabus 2 Scoring Components SC1 The course covers instruction in kinematics. 3 SC2 The course covers instruction in Newton s laws of 4 motion. SC3 The course covers instruction

More information

AP PHYSICS 1 Learning Objectives Arranged Topically

AP PHYSICS 1 Learning Objectives Arranged Topically AP PHYSICS 1 Learning Objectives Arranged Topically with o Big Ideas o Enduring Understandings o Essential Knowledges o Learning Objectives o Science Practices o Correlation to Knight Textbook Chapters

More information

Get Discount Coupons for your Coaching institute and FREE Study Material at Force System

Get Discount Coupons for your Coaching institute and FREE Study Material at   Force System Get Discount Coupons for your Coaching institute and FEE Study Material at www.pickmycoaching.com Mechanics Force System When a member of forces simultaneously acting on the body, it is known as force

More information

EXPERIENCE COLLEGE BEFORE COLLEGE

EXPERIENCE COLLEGE BEFORE COLLEGE Mechanics, Heat, and Sound (PHY302K) College Unit Week Dates Big Ideas Subject Learning Outcomes Assessments Apply algebra, vectors, and trigonometry in context. Employ units in problems. Course Mathematics

More information

Alabama Department of Postsecondary Education

Alabama Department of Postsecondary Education Adopted: 1980 Reviewed: 1985, 2007 Revised: 1990, 1998, 2001, 2008, 2011 Alabama Department of Postsecondary Education Representing Alabama s Public Two-Year College System Jefferson State Community College

More information

DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS

DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS DIFFERENTIAL EQUATIONS, DYNAMICAL SYSTEMS, AND AN INTRODUCTION TO CHAOS Morris W. Hirsch University of California, Berkeley Stephen Smale University of California, Berkeley Robert L. Devaney Boston University

More information

Modesto Junior College Course Outline of Record PHYS 142

Modesto Junior College Course Outline of Record PHYS 142 Modesto Junior College Course Outline of Record PHYS 142 I. OVERVIEW The following information will appear in the 2011-2012 catalog PHYS 142 Mechanics, Heat, & Waves 5 Units Formerly listed as: PHYS -

More information

27. Impact Mechanics of Manipulation

27. Impact Mechanics of Manipulation 27. Impact Mechanics of Manipulation Matt Mason matt.mason@cs.cmu.edu http://www.cs.cmu.edu/~mason Carnegie Mellon Lecture 27. Mechanics of Manipulation p.1 Lecture 27. Impact Chapter 1 Manipulation 1

More information

Cavity Expansion Methods in Geomechanics

Cavity Expansion Methods in Geomechanics Cavity Expansion Methods in Geomechanics by Hai-Sui Yu School of Civil Engineering, University of Nottingham, U. K. KLUWER ACADEMIC PUBLISHERS DORDRECHT / BOSTON / LONDON TABLE OF CONTENTS Foreword Preface

More information

Tentative Physics 1 Standards

Tentative Physics 1 Standards Tentative Physics 1 Standards Mathematics MC1. Arithmetic: I can add, subtract, multiply, and divide real numbers, take their natural and common logarithms, and raise them to real powers and take real

More information

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for 2017-2018 UNIT NAME OF UNIT WEIGHTAGE 1. 2. 3. Physical World and Measurement Kinemetics Laws of Motion

More information

E 490 FE Exam Prep. Engineering Mechanics

E 490 FE Exam Prep. Engineering Mechanics E 490 FE Exam Prep Engineering Mechanics 2008 E 490 Course Topics Statics Newton s Laws of Motion Resultant Force Systems Moment of Forces and Couples Equilibrium Pulley Systems Trusses Centroid of an

More information

Integral Section List for OCR Specification

Integral Section List for OCR Specification Integral Section List for OCR Specification 161 Sections are listed below, covering all of AS/A level Mathematics and Further Mathematics, categorised by Module and Topic Module Topic Section Name OCR

More information

The Finite Element Method for Mechonics of Solids with ANSYS Applicotions

The Finite Element Method for Mechonics of Solids with ANSYS Applicotions The Finite Element Method for Mechonics of Solids with ANSYS Applicotions ELLIS H. DILL 0~~F~~~~"P Boca Raton London New Vork CRC Press is an imprint 01 the Taylor & Francis Group, an Informa business

More information

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question.

No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Math 304 Final Exam (May 8) Spring 206 No books, no notes, no calculators. You must show work, unless the question is a true/false, yes/no, or fill-in-the-blank question. Name: Section: Question Points

More information

Digital Control Engineering Analysis and Design

Digital Control Engineering Analysis and Design Digital Control Engineering Analysis and Design M. Sami Fadali Antonio Visioli AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO Academic Press is

More information

Quantum Mechanics: Foundations and Applications

Quantum Mechanics: Foundations and Applications Arno Böhm Quantum Mechanics: Foundations and Applications Third Edition, Revised and Enlarged Prepared with Mark Loewe With 96 Illustrations Springer-Verlag New York Berlin Heidelberg London Paris Tokyo

More information

DIVIDED SYLLABUS ( ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL

DIVIDED SYLLABUS ( ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL DIVIDED SYLLABUS (2015-16 ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL Unit I: Physical World and Measurement Physics Need for measurement: Units of measurement; systems of units; SI units, fundamental

More information

Analytical Mechanics for Relativity and Quantum Mechanics

Analytical Mechanics for Relativity and Quantum Mechanics Analytical Mechanics for Relativity and Quantum Mechanics Oliver Davis Johns San Francisco State University OXPORD UNIVERSITY PRESS CONTENTS Dedication Preface Acknowledgments v vii ix PART I INTRODUCTION:

More information

PHYSICS 221, FALL 2011 EXAM #2 SOLUTIONS WEDNESDAY, NOVEMBER 2, 2011

PHYSICS 221, FALL 2011 EXAM #2 SOLUTIONS WEDNESDAY, NOVEMBER 2, 2011 PHYSICS 1, FALL 011 EXAM SOLUTIONS WEDNESDAY, NOVEMBER, 011 Note: The unit vectors in the +x, +y, and +z directions of a right-handed Cartesian coordinate system are î, ĵ, and ˆk, respectively. In this

More information

Scalar product Work Kinetic energy Work energy theorem Potential energy Conservation of energy Power Collisions

Scalar product Work Kinetic energy Work energy theorem Potential energy Conservation of energy Power Collisions BLOOM PUBLIC SCHOOL Vasant Kunj, New Delhi Lesson Plan Class: XI Subject: Physics Month: August No of Periods: 11 Chapter No. 6: Work, energy and power TTT: 5 WT: 6 Chapter : Work, energy and power Scalar

More information

PHYSICS I RESOURCE SHEET

PHYSICS I RESOURCE SHEET PHYSICS I RESOURCE SHEET Cautions and Notes Kinematic Equations These are to be used in regions with constant acceleration only You must keep regions with different accelerations separate (for example,

More information

Chapter 8. Rotational Equilibrium and Rotational Dynamics. 1. Torque. 2. Torque and Equilibrium. 3. Center of Mass and Center of Gravity

Chapter 8. Rotational Equilibrium and Rotational Dynamics. 1. Torque. 2. Torque and Equilibrium. 3. Center of Mass and Center of Gravity Chapter 8 Rotational Equilibrium and Rotational Dynamics 1. Torque 2. Torque and Equilibrium 3. Center of Mass and Center of Gravity 4. Torque and angular acceleration 5. Rotational Kinetic energy 6. Angular

More information

LINEAR AND NONLINEAR PROGRAMMING

LINEAR AND NONLINEAR PROGRAMMING LINEAR AND NONLINEAR PROGRAMMING Stephen G. Nash and Ariela Sofer George Mason University The McGraw-Hill Companies, Inc. New York St. Louis San Francisco Auckland Bogota Caracas Lisbon London Madrid Mexico

More information