Approach based on Cartesian coordinates

Size: px
Start display at page:

Download "Approach based on Cartesian coordinates"

Transcription

1 GraSMech course Computer-aided analysis of rigid and flexible multibody systems Approach based on Cartesian coordinates Prof. O. Verlinden Faculté polytechnique de Mons GraSMech Multibody 1 Modelling steps Choose the configuration parameters (q) Set up the kinematics: express position, velocity and acceleration (rotational and translational) in terms of q and its first and second time derivatives Express the forces in terms of q, its time derivatives and time t Build the differential equations of motion Numerical treatment of the equations (lesson 5) GraSMech Multibody 2 General principle The motion of each body is expressed independently 3 configuration parameters per body in planar case 6 (at least) configuration parameters per body in spatial case All joints are treated through constraint equations -> numerous but simple (sparse) equations of motion -> differential-algebraic equations of motion -> systematic and easy to program GraSMech Multibody 3 1

2 Some references Computer-aided Kinematics and Dynamics of Mechanical Systems Edward. J. HAUG (University of Iowa, DADS) Allyn and Bacon, 1989 Volume I: Basic methods Volume II: Advanced and interdisciplinary methods Kinematic and Dynamic Simulation of Multibody Systems. The Real-Time Challenge Javier G. de Jalon (University of San Sebastian) Eduardo Bayo (University of Santa Barbara) Springer-Verlag, 1993 Adams theory in a nutshell Dan Negrut, Brett, Harris (University of Michigan) available from GraSMech Multibody 4 Structure of the presentation Formulation in the case of planar systems Kinematics Equations of motion without constraints Constraints associated with typical joints Equations of motion with constraints Formulation in the case of spatial systems Kinematics (rotation parameters!) Constraints Equations of motion GraSMech Multibody 5 Kinematics of a body (planar case) 3 configuration parameters for each body x i, y i and θ i GraSMech Multibody 6 2

3 Configuration parameters The vector of configuration parameters is of dimension 3xn B GraSMech Multibody 7 System without constraints Only applied efforts are exerted (no joint reaction forces), characterized by the resultant force on body i the resultant moment on body i (wrt center of mass) GraSMech Multibody 8 Examples Spring Damper of damping coefficient c GraSMech Multibody 9 3

4 Equations of motion (Newton-Euler) Translation equilibrium (Newton) Rotation equilibrium 3 equations of motion per body GraSMech Multibody 10 Complete set of equations of motion The n cp equations of motion will be Or in general with a constant and diagonal mass matrix (only for 2D) GraSMech Multibody 11 Constraints Revolute joint: defined between point P of body i and point Q of body j Corresponding constraints GraSMech Multibody 12 4

5 Revolute joint P and Q are defined by their local coordinates Generic form of the equations of constraints => 2 natural routines in the program GraSMech Multibody 13 Example: simple pendulum Revolute joint between O (fixed body 0) O of body 1 Constraint equations GraSMech Multibody 14 Example: double pendulum Joint in O Constraints GraSMech Multibody 15 5

6 Example: double pendulum Joint in A Constraints GraSMech Multibody 16 Prismatic (translational) joint Defined by the position of the axis of motion on each body Point P (ξ P/i, η P/i ) and angle α i Point Q (ξ Q/i, η Q/i ) and angle α j 2 constraints Axis on i parallel to axis on j PQ is parallel to the axis (on i or j) GraSMech Multibody 17 Prismatic (translational) joint Parallelism of the axes PQ parallel to axis with n i axis on i GraSMech Multibody 18 6

7 Example: slider-crank mechanism Prismatic joint between slider (body 3) and ground (body 0) Location of the axis on 0 Location of the axis on 3 GraSMech Multibody 19 Derivation of constraints Complete system: n C constraint equations Jacobian matrix of constraints B (n C xn cp ) Time derivative of constraints (if the constraints are scleronoumous) Second time derivative of constraints GraSMech Multibody 20 Initial constraints Revolute joint Time derivative of constraints Or in matrix form => another expected routine in the program GraSMech Multibody 21 7

8 Revolute joint Second time derivative of constraints GraSMech Multibody 22 Prismatic joint Initial constraint equations Time derivative of constraints (!!! only if we assume θ i +α i =θ j +α j ) GraSMech Multibody 23 Assembly of the jacobian matrix Only 2 bodies are concerned by a joint -> sparsity of the matrix GraSMech Multibody 24 8

9 Example: simple pendulum n B =1 n cp =3 n c =2 Dimension of B=2x3 GraSMech Multibody 25 Example: double pendulum n B =2 n cp =6 n c =4 Dimension of B=4x6 Body 1 (x 1,y 1,θ 1 ) Body 2 (x 2,y 2,θ 2 ) Joint (O) Joint (A) GraSMech Multibody 26 Example: slider-crank mechanism n B =3 n cp =9 n c =8 Dimension of B=8x9 GraSMech Multibody 27 9

10 Constraints - summary All the joints lead to a set of n c constraint equations of the form The time derivatives of the constraint equations is of the form with B the jacobian matrix of constraints GraSMech Multibody 28 Equations of motion with constraints The equations of equilibrium become Joint reaction forces? Link with the constraints? GraSMech Multibody 29 Joint reaction forces The virtual power developed by the joint reaction forces Can be written in matrix form GraSMech Multibody 30 10

11 Joint reaction forces The virtual power developed by the joint reaction forces must be null for any admissible motion The virtual velocities are admissible if they verify the constraints The joint reaction forces must be of the form The Lagrange multipliers λ are the amplitudes of the joint reaction forces while B gives the direction (along the constrained motion) GraSMech Multibody 31 Equations of motion with constraints The (n cp +n C ) equations of motion are in the (n cp +n C ) unknowns q (differential ) and λ (algebraic) Set of differential-algebraic equations (DAE) which can only be integrated by particular methods (stability problems) => lesson 5 GraSMech Multibody 32 Alternative forms With constraints at velocity level better conditioned but drift of constraints With constraints at acceleration level usual form but drift still worse GraSMech Multibody 33 11

12 Examples: simple pendulum n cp =3 n c =2 5 eq. of motion Equations of motion with constraints at position level GraSMech Multibody 34 Examples: simple pendulum n cp =3 n c =2 5 eq. of motion Equations of motion with constraints at acceleration level GraSMech Multibody 35 Examples: simple pendulum Equilibrium of the arm So that the joint reaction force in O corresponds to GraSMech Multibody 36 12

13 Examples: slider-crank mechanism n cp =9 n c =8 17 eq. of motion GraSMech Multibody 37 Theorem of virtual power Alternative formalisms for any virtual motion, which leads to with Q the generalized force, obtained by identification from Example: force F on point P of body i GraSMech Multibody 38 Theorem of virtual power In the planar case, we have The equations have exactly the same form GraSMech Multibody 39 13

14 Lagrange s equations Lagrange s equations are written or with L the Lagrangian=T-V, T the kinetic energy and V the potential energy Q(nc) the generalized forces developed by non conservative forces GraSMech Multibody 40 Lagrange s equations If we replace L by T-V, we get GraSMech Multibody 41 Lagrange s equations The kinetic energy is written from which gives The Lagrange s equations become or GraSMech Multibody 42 14

15 Lagrange s equations in planar case The mass matrix is constant The Lagrange s equations become GraSMech Multibody 43 Canonical or Hamilton s form The canonical momenta are defined by The Lagrange s equations can the be written in an equivalent first-order form (2n cp +n c equations) (formulation used in ADAMS) GraSMech Multibody 44 Spatial case The situation of each body i is expressed by with u i the translation parameters of body i And θ i the rotation parameters of body i, for example (but not necessarily) 3 angles φ ι, θ ι and ψ i GraSMech Multibody 45 15

16 Configuration parameters The vector of configuration parameters of the complete system is of dimension 6xn B GraSMech Multibody 46 Translational kinematics The translational kinematics is trivial GraSMech Multibody 47 Choice of rotation parameters Several solutions exist for the rotation Succession of rotations (Euler angles, Bryant angles, ) Euler parameters (4 parameters), quaternions, conformal rotation vector, Rodrigues parameters Problems of rotation Cannot be added Not integrable GraSMech Multibody 48 16

17 Rotation kinematics We need the expression of And for the velocity or GraSMech Multibody 49 Euler angles Sucession of rotations about local Z (precession φ), X (nutation θ) and Z (spin angle ψ) Singularity when θ=0 or θ=π (axis of φ=axis of ψ) Rotation velocity Parameters used in ADAMS! GraSMech Multibody 50 Bryant angles Sucession of rotations about local axes Z (yaw), Y (pitch) and X (roll) Singularity when θ=+/-π/2 (axis of φ=axis of ψ) Rotation velocity GraSMech Multibody 51 17

18 Euler parameters The rotation of an angle φ about an axis specified by the unit vector n canbewritten with e 0, e 1, e 2 and e 3 the Euler parameters linked by the constraint GraSMech Multibody 52 Euler parameters Let us define the 3x4 matrices E and G The kinematics is given by and Parameters used in LMS/DADS! GraSMech Multibody 53 Equilibrium of a body The equilibrium of body i is given by which becomes after projection and after replacing the accelerations or if the rotation term is projected in i (Φ cstt) GraSMech Multibody 54 18

19 Equations of motion without constraints General form with The mass matrix is no longer diagonal nor constant GraSMech Multibody 55 Principle of virtual power Virtual power developed by inertia forces of body i with GraSMech Multibody 56 Principle of virtual power Virtual power developed by applied forces with GraSMech Multibody 57 19

20 Equations of motion By applying We get with GraSMech Multibody 58 Lagrange s equations Lagrange s equations are the same as the ones obtained by TVP From which we deduce GraSMech Multibody 59 Spatial constraints Constraints defined between frames i.a and j.b Generic constraint equations GraSMech Multibody 60 20

21 Example: spherical joint 3 constraint equations (same x,y and z coordinates) GraSMech Multibody 61 Example: prismatic joint along X 5 constraint equations (same X axis and same orientation) ξ=x GraSMech Multibody 62 Example: revolute joint about Z 5 constraint equations (same Z axis and same origin) ξ=z GraSMech Multibody 63 21

22 Other examples Cylindrical joint (4 constraints) Universal joint (4 constraints) GraSMech Multibody 64 Distance constraint Fixed distance between i.a and j.b Composite joint: realized by a bar (with negligible mass) connected to i.a and j.b by spherical joints GraSMech Multibody 65 Other kinds of joints Point on curve (eventually straight) Point on surface (eventually plane) Surface on surface with or without slip (non holonomic) Gears Rack and pinion GraSMech Multibody 66 22

23 Derivation of constraints The derivative of a constraint between frames i.a and j.b can be written Example which leads to GraSMech Multibody 67 From Derivation of constraints as the derivative of the constraint can also be expressed with GraSMech Multibody 68 Link with the jacobian matrix By projecting we get from which we can deduce B by identication with => the matrix B can be built from vectors associated with constraints GraSMech Multibody 69 23

24 Reaction force related to a constraint Reaction efforts related to constraint k The associated virtual power must be null if the constraint is verified => Constraint forces can be treated as external forces GraSMech Multibody 70 Example With constraint we have constraint along X and the corresponding effort is Force along X GraSMech Multibody 71 Equations of motion with constraints We know that The (6xn B +n C ) equations become With Euler angles, we have (8xn B +n C ) equations 7xn B differential equations n B +n C constraint equations GraSMech Multibody 72 24

25 Case of time-dependent constraints Time dependent (rheonomous) constraints are of the form Equations of motion with constraints at position level Equations of motion with constraints at velocity level GraSMech Multibody 73 Case of non holonomic constraints Non holonomic constraints are generally of the form and are not integrable Equations of motion become GraSMech Multibody 74 Conclusions Highly systematic approach => easy to implement (used in ADAMS and DADS) Numerous but sparse equations Differential-algebraic equations with potential integration problems GraSMech Multibody 75 25

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

Video 3.1 Vijay Kumar and Ani Hsieh

Video 3.1 Vijay Kumar and Ani Hsieh Video 3.1 Vijay Kumar and Ani Hsieh Robo3x-1.3 1 Dynamics of Robot Arms Vijay Kumar and Ani Hsieh University of Pennsylvania Robo3x-1.3 2 Lagrange s Equation of Motion Lagrangian Kinetic Energy Potential

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

Physical Dynamics (SPA5304) Lecture Plan 2018

Physical Dynamics (SPA5304) Lecture Plan 2018 Physical Dynamics (SPA5304) Lecture Plan 2018 The numbers on the left margin are approximate lecture numbers. Items in gray are not covered this year 1 Advanced Review of Newtonian Mechanics 1.1 One Particle

More information

Robotics & Automation. Lecture 25. Dynamics of Constrained Systems, Dynamic Control. John T. Wen. April 26, 2007

Robotics & Automation. Lecture 25. Dynamics of Constrained Systems, Dynamic Control. John T. Wen. April 26, 2007 Robotics & Automation Lecture 25 Dynamics of Constrained Systems, Dynamic Control John T. Wen April 26, 2007 Last Time Order N Forward Dynamics (3-sweep algorithm) Factorization perspective: causal-anticausal

More information

Physical Dynamics (PHY-304)

Physical Dynamics (PHY-304) Physical Dynamics (PHY-304) Gabriele Travaglini March 31, 2012 1 Review of Newtonian Mechanics 1.1 One particle Lectures 1-2. Frame, velocity, acceleration, number of degrees of freedom, generalised coordinates.

More information

WEEK 1 Dynamics of Machinery

WEEK 1 Dynamics of Machinery WEEK 1 Dynamics of Machinery References Theory of Machines and Mechanisms, J.J. Uicker, G.R.Pennock ve J.E. Shigley, 2003 Makine Dinamiği, Prof. Dr. Eres SÖYLEMEZ, 2013 Uygulamalı Makine Dinamiği, Jeremy

More information

Video 2.1a Vijay Kumar and Ani Hsieh

Video 2.1a Vijay Kumar and Ani Hsieh Video 2.1a Vijay Kumar and Ani Hsieh Robo3x-1.3 1 Introduction to Lagrangian Mechanics Vijay Kumar and Ani Hsieh University of Pennsylvania Robo3x-1.3 2 Analytical Mechanics Aristotle Galileo Bernoulli

More information

General Theoretical Concepts Related to Multibody Dynamics

General Theoretical Concepts Related to Multibody Dynamics General Theoretical Concepts Related to Multibody Dynamics Before Getting Started Material draws on two main sources Ed Haug s book, available online: http://sbel.wisc.edu/courses/me751/2010/bookhaugpointers.htm

More information

ME751 Advanced Computational Multibody Dynamics

ME751 Advanced Computational Multibody Dynamics ME751 Advanced Computational Multibody Dynamics Inverse Dynamics Equilibrium Analysis Various Odd Ends March 18, 2010 Dan Negrut, 2010 ME751, UW-Madison Action speaks louder than words but not nearly as

More information

Deriving 1 DOF Equations of Motion Worked-Out Examples. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 3 Fall 2017

Deriving 1 DOF Equations of Motion Worked-Out Examples. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 3 Fall 2017 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 3 Fall 2017 Masses with Rectilinear Motion Follow Palm, p.63, 67-72 and Sect.2.6. Refine your skill in drawing correct free

More information

Elastic Multibody Dynamics

Elastic Multibody Dynamics H. Bremer Elastic Multibody Dynamics A Direct Ritz Approach Springer TABLE OF CONTENTS 1. INTRODUCTION 1 1.1 Background 1 1.2 Contents 5 2. AXIOMS AND PRINCIPLES 7 2.1 Axioms 7 2.2 Principles - the "Differential"

More information

Introduction to SAMCEF MECANO

Introduction to SAMCEF MECANO Introduction to SAMCEF MECANO 1 Outline Introduction Generalized coordinates Kinematic constraints Time integration Description and paramerization of finite rotations Acknowledgements Michel Géradin (ULg)

More information

LECTURE 14: DEVELOPING THE EQUATIONS OF MOTION FOR TWO-MASS VIBRATION EXAMPLES

LECTURE 14: DEVELOPING THE EQUATIONS OF MOTION FOR TWO-MASS VIBRATION EXAMPLES LECTURE 14: DEVELOPING THE EQUATIONS OF MOTION FOR TWO-MASS VIBRATION EXAMPLES Figure 3.47 a. Two-mass, linear vibration system with spring connections. b. Free-body diagrams. c. Alternative free-body

More information

Chapter 4 Statics and dynamics of rigid bodies

Chapter 4 Statics and dynamics of rigid bodies Chapter 4 Statics and dynamics of rigid bodies Bachelor Program in AUTOMATION ENGINEERING Prof. Rong-yong Zhao (zhaorongyong@tongji.edu.cn) First Semester,2014-2015 Content of chapter 4 4.1 Static equilibrium

More information

Dynamics of Flexible Multibody Systems Using Virtual Work and Linear Graph Theory

Dynamics of Flexible Multibody Systems Using Virtual Work and Linear Graph Theory Multibody System Dynamics 4: 355 381, 2000. 2000 Kluwer Academic Publishers. Printed in the Netherlands. 355 Dynamics of Flexible Multibody Systems Using Virtual Work and Linear Graph Theory PENGFEI SHI

More information

LAGRANGIAN AND HAMILTONIAN

LAGRANGIAN AND HAMILTONIAN LAGRANGIAN AND HAMILTONIAN A. Constraints and Degrees of Freedom. A constraint is a restriction on the freedom of motion of a system of particles in the form of a condition. The number of independent ways

More information

A MULTI-BODY ALGORITHM FOR WAVE ENERGY CONVERTERS EMPLOYING NONLINEAR JOINT REPRESENTATION

A MULTI-BODY ALGORITHM FOR WAVE ENERGY CONVERTERS EMPLOYING NONLINEAR JOINT REPRESENTATION Proceedings of the ASME 2014 33rd International Conference on Ocean, Offshore and Arctic Engineering OMAE2014 June 8-13, 2014, San Francisco, California, USA OMAE2014-23864 A MULTI-BODY ALGORITHM FOR WAVE

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

. D CR Nomenclature D 1

. D CR Nomenclature D 1 . D CR Nomenclature D 1 Appendix D: CR NOMENCLATURE D 2 The notation used by different investigators working in CR formulations has not coalesced, since the topic is in flux. This Appendix identifies the

More information

Dynamics. describe the relationship between the joint actuator torques and the motion of the structure important role for

Dynamics. describe the relationship between the joint actuator torques and the motion of the structure important role for Dynamics describe the relationship between the joint actuator torques and the motion of the structure important role for simulation of motion (test control strategies) analysis of manipulator structures

More information

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations.

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations. Outline of Multi-Degree-of-Freedom Systems Formulation of Equations of Motions. Newton s 2 nd Law Applied to Free Masses. D Alembert s Principle. Basic Equations of Motion for Forced Vibrations of Linear

More information

In this section of notes, we look at the calculation of forces and torques for a manipulator in two settings:

In this section of notes, we look at the calculation of forces and torques for a manipulator in two settings: Introduction Up to this point we have considered only the kinematics of a manipulator. That is, only the specification of motion without regard to the forces and torques required to cause motion In this

More information

Chapter 2 Homogeneous Transformation Matrix

Chapter 2 Homogeneous Transformation Matrix Chapter 2 Homogeneous Transformation Matrix Abstract The transformation of frames is a fundamental concept in the modeling and programming of a robot. In this Chapter, we present a notation that allows

More information

Lecture Note 12: Dynamics of Open Chains: Lagrangian Formulation

Lecture Note 12: Dynamics of Open Chains: Lagrangian Formulation ECE5463: Introduction to Robotics Lecture Note 12: Dynamics of Open Chains: Lagrangian Formulation Prof. Wei Zhang Department of Electrical and Computer Engineering Ohio State University Columbus, Ohio,

More information

Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik. Robot Dynamics. Dr.-Ing. John Nassour J.

Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik. Robot Dynamics. Dr.-Ing. John Nassour J. Artificial Intelligence & Neuro Cognitive Systems Fakultät für Informatik Robot Dynamics Dr.-Ing. John Nassour 25.1.218 J.Nassour 1 Introduction Dynamics concerns the motion of bodies Includes Kinematics

More information

The Jacobian. Jesse van den Kieboom

The Jacobian. Jesse van den Kieboom The Jacobian Jesse van den Kieboom jesse.vandenkieboom@epfl.ch 1 Introduction 1 1 Introduction The Jacobian is an important concept in robotics. Although the general concept of the Jacobian in robotics

More information

A Numerical Integration Scheme For The Dynamic Motion Of Rigid Bodies Using The Euler Parameters

A Numerical Integration Scheme For The Dynamic Motion Of Rigid Bodies Using The Euler Parameters International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 30-9364, ISSN (Print): 30-9356 Volume Issue 8 ǁ August 014 ǁ PP30-37 A Numerical Integration Scheme For The Dynamic Motion

More information

GENERAL FORMULATION OF AN EFFICIENT RECURSIVE ALGORITHM BASED ON CANONICAL MOMENTA FOR FORWARD DYNAMICS OF CLOSED-LOOP MULTIBODY SYSTEMS

GENERAL FORMULATION OF AN EFFICIENT RECURSIVE ALGORITHM BASED ON CANONICAL MOMENTA FOR FORWARD DYNAMICS OF CLOSED-LOOP MULTIBODY SYSTEMS Proceedings of the XI DINAME, 28th February-4th March, 2005 - Ouro Preto - MG - Brazil Edited by D.A. Rade and V. Steffen Jr GENERAL FORMULATION OF AN EFFICIENT RECURSIVE ALGORITHM BASED ON CANONICAL MOMENTA

More information

Name: Fall 2014 CLOSED BOOK

Name: Fall 2014 CLOSED BOOK Name: Fall 2014 1. Rod AB with weight W = 40 lb is pinned at A to a vertical axle which rotates with constant angular velocity ω =15 rad/s. The rod position is maintained by a horizontal wire BC. Determine

More information

Benchmarking of augmented Lagrangian and Hamiltonian formulations for multibody system dynamics

Benchmarking of augmented Lagrangian and Hamiltonian formulations for multibody system dynamics Benchmarking of augmented Lagrangian and Hamiltonian formulations for multibody system dynamics ECCOMAS Thematic Conference on Multibody Dynamics June 29 - July 2, 215, Barcelona, Catalonia, Spain Benchmarking

More information

DIFFERENTIAL KINEMATICS. Geometric Jacobian. Analytical Jacobian. Kinematic singularities. Kinematic redundancy. Inverse differential kinematics

DIFFERENTIAL KINEMATICS. Geometric Jacobian. Analytical Jacobian. Kinematic singularities. Kinematic redundancy. Inverse differential kinematics DIFFERENTIAL KINEMATICS relationship between joint velocities and end-effector velocities Geometric Jacobian Analytical Jacobian Kinematic singularities Kinematic redundancy Inverse differential kinematics

More information

Kinematics, Dynamics, and Vibrations FE Review Session. Dr. David Herrin March 27, 2012

Kinematics, Dynamics, and Vibrations FE Review Session. Dr. David Herrin March 27, 2012 Kinematics, Dynamics, and Vibrations FE Review Session Dr. David Herrin March 7, 0 Example A 0 g ball is released vertically from a height of 0 m. The ball strikes a horizontal surface and bounces back.

More information

Inverse differential kinematics Statics and force transformations

Inverse differential kinematics Statics and force transformations Robotics 1 Inverse differential kinematics Statics and force transformations Prof Alessandro De Luca Robotics 1 1 Inversion of differential kinematics! find the joint velocity vector that realizes a desired

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

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

202 Index. failure, 26 field equation, 122 force, 1

202 Index. failure, 26 field equation, 122 force, 1 Index acceleration, 12, 161 admissible function, 155 admissible stress, 32 Airy's stress function, 122, 124 d'alembert's principle, 165, 167, 177 amplitude, 171 analogy, 76 anisotropic material, 20 aperiodic

More information

ME451 Kinematics and Dynamics of Machine Systems

ME451 Kinematics and Dynamics of Machine Systems ME451 Kinematics and Dynamics of Machine Systems Introduction to Dynamics 6.3.4, 6.6 November 25, 2014 Dan Negrut ME451, Fall 2014 University of Wisconsin-Madison Quote of the day: Marge, don't discourage

More information

ME451 Kinematics and Dynamics of Machine Systems

ME451 Kinematics and Dynamics of Machine Systems ME451 Kinematics and Dynamics of Machine Systems Introduction to Dynamics 6.1 October 30, 2014 Dan Negrut ME451, Fall 2014 University of Wisconsin-Madison Quote of the day: Computer science education cannot

More information

Multibody simulation

Multibody simulation Multibody simulation Dynamics of a multibody system (Newton-Euler formulation) Dimitar Dimitrov Örebro University June 8, 2012 Main points covered Newton-Euler formulation forward dynamics inverse dynamics

More information

Classical Mechanics III (8.09) Fall 2014 Assignment 3

Classical Mechanics III (8.09) Fall 2014 Assignment 3 Classical Mechanics III (8.09) Fall 2014 Assignment 3 Massachusetts Institute of Technology Physics Department Due September 29, 2014 September 22, 2014 6:00pm Announcements This week we continue our discussion

More information

Differential Kinematics

Differential Kinematics Differential Kinematics Relations between motion (velocity) in joint space and motion (linear/angular velocity) in task space (e.g., Cartesian space) Instantaneous velocity mappings can be obtained through

More information

Planar Multi-body Dynamics of a Tracked Vehicle using Imaginary Wheel Model for Tracks

Planar Multi-body Dynamics of a Tracked Vehicle using Imaginary Wheel Model for Tracks Defence Science Journal, Vol. 67, No. 4, July 2017, pp. 460-464, DOI : 10.14429/dsj.67.11548 2017, DESIDOC Planar Multi-body Dynamics of a Tracked Vehicle using Imaginary Wheel Model for Tracks Ilango

More information

Position and orientation of rigid bodies

Position and orientation of rigid bodies Robotics 1 Position and orientation of rigid bodies Prof. Alessandro De Luca Robotics 1 1 Position and orientation right-handed orthogonal Reference Frames RF A A p AB B RF B rigid body position: A p AB

More information

Quaternion-Based Tracking Control Law Design For Tracking Mode

Quaternion-Based Tracking Control Law Design For Tracking Mode A. M. Elbeltagy Egyptian Armed forces Conference on small satellites. 2016 Logan, Utah, USA Paper objectives Introduction Presentation Agenda Spacecraft combined nonlinear model Proposed RW nonlinear attitude

More information

Physics 106b/196b Problem Set 9 Due Jan 19, 2007

Physics 106b/196b Problem Set 9 Due Jan 19, 2007 Physics 06b/96b Problem Set 9 Due Jan 9, 2007 Version 3: January 8, 2007 This problem set focuses on dynamics in rotating coordinate systems (Section 5.2), with some additional early material on dynamics

More information

Advanced Dynamics. - Lecture 4 Lagrange Equations. Paolo Tiso Spring Semester 2017 ETH Zürich

Advanced Dynamics. - Lecture 4 Lagrange Equations. Paolo Tiso Spring Semester 2017 ETH Zürich Advanced Dynamics - Lecture 4 Lagrange Equations Paolo Tiso Spring Semester 2017 ETH Zürich LECTURE OBJECTIVES 1. Derive the Lagrange equations of a system of particles; 2. Show that the equation of motion

More information

Geometric Mechanics and Global Nonlinear Control for Multi-Body Dynamics

Geometric Mechanics and Global Nonlinear Control for Multi-Body Dynamics Geometric Mechanics and Global Nonlinear Control for Multi-Body Dynamics Harris McClamroch Aerospace Engineering, University of Michigan Joint work with Taeyoung Lee (George Washington University) Melvin

More information

Torque and Rotation Lecture 7

Torque and Rotation Lecture 7 Torque and Rotation Lecture 7 ˆ In this lecture we finally move beyond a simple particle in our mechanical analysis of motion. ˆ Now we consider the so-called rigid body. Essentially, a particle with extension

More information

Figure 5.28 (a) Spring-restrained cylinder, (b) Kinematic variables, (c) Free-body diagram

Figure 5.28 (a) Spring-restrained cylinder, (b) Kinematic variables, (c) Free-body diagram Lecture 30. MORE GENERAL-MOTION/ROLLING- WITHOUT-SLIPPING EXAMPLES A Cylinder, Restrained by a Spring and Rolling on a Plane Figure 5.28 (a) Spring-restrained cylinder, (b) Kinematic variables, (c) Free-body

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

Robotics I Kinematics, Dynamics and Control of Robotic Manipulators. Velocity Kinematics

Robotics I Kinematics, Dynamics and Control of Robotic Manipulators. Velocity Kinematics Robotics I Kinematics, Dynamics and Control of Robotic Manipulators Velocity Kinematics Dr. Christopher Kitts Director Robotic Systems Laboratory Santa Clara University Velocity Kinematics So far, we ve

More information

Robotics I. Classroom Test November 21, 2014

Robotics I. Classroom Test November 21, 2014 Robotics I Classroom Test November 21, 2014 Exercise 1 [6 points] In the Unimation Puma 560 robot, the DC motor that drives joint 2 is mounted in the body of link 2 upper arm and is connected to the joint

More information

RIGID BODY MOTION (Section 16.1)

RIGID BODY MOTION (Section 16.1) RIGID BODY MOTION (Section 16.1) There are cases where an object cannot be treated as a particle. In these cases the size or shape of the body must be considered. Rotation of the body about its center

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

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics

Physics 235 Chapter 7. Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Chapter 7 Hamilton's Principle - Lagrangian and Hamiltonian Dynamics Many interesting physics systems describe systems of particles on which many forces are acting. Some of these forces are immediately

More information

112 Dynamics. Example 5-3

112 Dynamics. Example 5-3 112 Dynamics Gravity Joint 1 Figure 6-7: Remotely driven two d.o.r. planar manipulator. Note that, since no external force acts on the endpoint, the generalized forces coincide with the joint torques,

More information

Analytical Dynamics: Lagrange s Equation and its Application A Brief Introduction

Analytical Dynamics: Lagrange s Equation and its Application A Brief Introduction Analytical Dynamics: Lagrange s Equation and its Application A Brief Introduction D. S. Stutts, Ph.D. Associate Professor of Mechanical Engineering Missouri University of Science and Technology Rolla,

More information

In most robotic applications the goal is to find a multi-body dynamics description formulated

In most robotic applications the goal is to find a multi-body dynamics description formulated Chapter 3 Dynamics Mathematical models of a robot s dynamics provide a description of why things move when forces are generated in and applied on the system. They play an important role for both simulation

More information

Lecture Notes Multibody Dynamics B, wb1413

Lecture Notes Multibody Dynamics B, wb1413 Lecture Notes Multibody Dynamics B, wb1413 A. L. Schwab & Guido M.J. Delhaes Laboratory for Engineering Mechanics Mechanical Engineering Delft University of Technolgy The Netherlands June 9, 29 Contents

More information

Physics 106a, Caltech 4 December, Lecture 18: Examples on Rigid Body Dynamics. Rotating rectangle. Heavy symmetric top

Physics 106a, Caltech 4 December, Lecture 18: Examples on Rigid Body Dynamics. Rotating rectangle. Heavy symmetric top Physics 106a, Caltech 4 December, 2018 Lecture 18: Examples on Rigid Body Dynamics I go through a number of examples illustrating the methods of solving rigid body dynamics. In most cases, the problem

More information

Ch. 5: Jacobian. 5.1 Introduction

Ch. 5: Jacobian. 5.1 Introduction 5.1 Introduction relationship between the end effector velocity and the joint rates differentiate the kinematic relationships to obtain the velocity relationship Jacobian matrix closely related to the

More information

A Rosenbrock Nystrom state space implicit approach for the dynamic analysis of mechanical systems: II method and numerical examples

A Rosenbrock Nystrom state space implicit approach for the dynamic analysis of mechanical systems: II method and numerical examples 73 A Rosenbrock Nystrom state space implicit approach for the dynamic analysis of mechanical systems: II method and numerical examples D Negrut *, A Sandu, E J Haug 3, F A Potra 4 and C Sandu 5 MSCsoftware,

More information

Lecture 31. EXAMPLES: EQUATIONS OF MOTION USING NEWTON AND ENERGY APPROACHES

Lecture 31. EXAMPLES: EQUATIONS OF MOTION USING NEWTON AND ENERGY APPROACHES Lecture 31. EXAMPLES: EQUATIONS OF MOTION USING NEWTON AND ENERGY APPROACHES Figure 5.29 (a) Uniform beam moving in frictionless slots and attached to ground via springs at A and B. The vertical force

More information

Multibody simulation

Multibody simulation Multibody simulation Dynamics of a multibody system (Euler-Lagrange formulation) Dimitar Dimitrov Örebro University June 16, 2012 Main points covered Euler-Lagrange formulation manipulator inertia matrix

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

Lecture Schedule Week Date Lecture (M: 2:05p-3:50, 50-N202)

Lecture Schedule Week Date Lecture (M: 2:05p-3:50, 50-N202) J = x θ τ = J T F 2018 School of Information Technology and Electrical Engineering at the University of Queensland Lecture Schedule Week Date Lecture (M: 2:05p-3:50, 50-N202) 1 23-Jul Introduction + Representing

More information

Lecture «Robot Dynamics»: Dynamics and Control

Lecture «Robot Dynamics»: Dynamics and Control Lecture «Robot Dynamics»: Dynamics and Control 151-0851-00 V lecture: CAB G11 Tuesday 10:15 12:00, every week exercise: HG E1.2 Wednesday 8:15 10:00, according to schedule (about every 2nd week) Marco

More information

PHYSICS 110A : CLASSICAL MECHANICS

PHYSICS 110A : CLASSICAL MECHANICS PHYSICS 110A : CLASSICAL MECHANICS 1. Introduction to Dynamics motion of a mechanical system equations of motion : Newton s second law ordinary differential equations (ODEs) dynamical systems simple 2.

More information

Lecture Note 4: General Rigid Body Motion

Lecture Note 4: General Rigid Body Motion ECE5463: Introduction to Robotics Lecture Note 4: General Rigid Body Motion Prof. Wei Zhang Department of Electrical and Computer Engineering Ohio State University Columbus, Ohio, USA Spring 2018 Lecture

More information

The Principle of Virtual Power Slide companion notes

The Principle of Virtual Power Slide companion notes The Principle of Virtual Power Slide companion notes Slide 2 In Modules 2 and 3 we have seen concepts of Statics and Kinematics in a separate way. In this module we shall see how the static and the kinematic

More information

(W: 12:05-1:50, 50-N202)

(W: 12:05-1:50, 50-N202) 2016 School of Information Technology and Electrical Engineering at the University of Queensland Schedule of Events Week Date Lecture (W: 12:05-1:50, 50-N202) 1 27-Jul Introduction 2 Representing Position

More information

4.1 Introduction Issues of applied dynamics CHAPTER 4. DYNAMICS 191

4.1 Introduction Issues of applied dynamics CHAPTER 4. DYNAMICS 191 Chapter 4 Dynamics Dynamics is the branch of mechanics that is concerned with the study of motion and the relation between the forces and motion. The central focus of our study is the dynamics of systems

More information

B.Sc. (Semester - 5) Subject: Physics Course: US05CPHY01 Classical Mechanics

B.Sc. (Semester - 5) Subject: Physics Course: US05CPHY01 Classical Mechanics 1 B.Sc. (Semester - 5) Subject: Physics Course: US05CPHY01 Classical Mechanics Question Bank UNIT: I Multiple choice questions: (1) The gravitational force between two masses is (a) Repulsive (b) Attractive

More information

Fundamental principles

Fundamental principles Dynamics and control of mechanical systems Date Day 1 (03/05) - 05/05 Day (07/05) Day 3 (09/05) Day 4 (11/05) Day 5 (14/05) Day 6 (16/05) Content Review of the basics of mechanics. Kinematics of rigid

More information

Rigid Body Dynamics, SG2150 Solutions to Exam,

Rigid Body Dynamics, SG2150 Solutions to Exam, KTH Mechanics 011 10 Calculational problems Rigid Body Dynamics, SG150 Solutions to Eam, 011 10 Problem 1: A slender homogeneous rod of mass m and length a can rotate in a vertical plane about a fied smooth

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

13. Rigid Body Dynamics II

13. Rigid Body Dynamics II University of Rhode Island DigitalCommons@URI Classical Dynamics Physics Course Materials 2015 13. Rigid Body Dynamics II Gerhard Müller University of Rhode Island, gmuller@uri.edu Creative Commons License

More information

ANALYTICAL MECHANICS. LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS

ANALYTICAL MECHANICS. LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS ANALYTICAL MECHANICS LOUIS N. HAND and JANET D. FINCH CAMBRIDGE UNIVERSITY PRESS Preface xi 1 LAGRANGIAN MECHANICS l 1.1 Example and Review of Newton's Mechanics: A Block Sliding on an Inclined Plane 1

More information

Planar Rigid Body Kinematics Homework

Planar Rigid Body Kinematics Homework Chapter 2 Planar Rigid ody Kinematics Homework Freeform c 2016 2-1 2-2 Freeform c 2016 Homework 2. Given: The pulley shown below freely rotates about point C and interacts with two rubber belts (one horizontal,

More information

Chapter 10 Rotational Kinematics and Energy. Copyright 2010 Pearson Education, Inc.

Chapter 10 Rotational Kinematics and Energy. Copyright 2010 Pearson Education, Inc. Chapter 10 Rotational Kinematics and Energy 10-1 Angular Position, Velocity, and Acceleration 10-1 Angular Position, Velocity, and Acceleration Degrees and revolutions: 10-1 Angular Position, Velocity,

More information

Classical Mechanics and Statistical/Thermodynamics. August 2018

Classical Mechanics and Statistical/Thermodynamics. August 2018 Classical Mechanics and Statistical/Thermodynamics August 2018 1 Handy Integrals: Possibly Useful Information 0 x n e αx dx = n! α n+1 π α 0 0 e αx2 dx = 1 2 x e αx2 dx = 1 2α 0 x 2 e αx2 dx = 1 4 π α

More information

Nonholonomic Constraints Examples

Nonholonomic Constraints Examples Nonholonomic Constraints Examples Basilio Bona DAUIN Politecnico di Torino July 2009 B. Bona (DAUIN) Examples July 2009 1 / 34 Example 1 Given q T = [ x y ] T check that the constraint φ(q) = (2x + siny

More information

Physics 5153 Classical Mechanics. Canonical Transformations-1

Physics 5153 Classical Mechanics. Canonical Transformations-1 1 Introduction Physics 5153 Classical Mechanics Canonical Transformations The choice of generalized coordinates used to describe a physical system is completely arbitrary, but the Lagrangian is invariant

More information

Multibody dynamics of mechanism with secondary system

Multibody dynamics of mechanism with secondary system University of Iowa Iowa Research Online Theses and Dissertations Spring 212 Multibody dynamics of mechanism with secondary system Jun Hyeak Choi University of Iowa Copyright 212 Jun Choi This thesis is

More information

7. FORCE ANALYSIS. Fundamentals F C

7. FORCE ANALYSIS. Fundamentals F C ME 352 ORE NLYSIS 7. ORE NLYSIS his chapter discusses some of the methodologies used to perform force analysis on mechanisms. he chapter begins with a review of some fundamentals of force analysis using

More information

Trajectory Planning from Multibody System Dynamics

Trajectory Planning from Multibody System Dynamics Trajectory Planning from Multibody System Dynamics Pierangelo Masarati Politecnico di Milano Dipartimento di Ingegneria Aerospaziale Manipulators 2 Manipulator: chain of

More information

Robot Control Basics CS 685

Robot Control Basics CS 685 Robot Control Basics CS 685 Control basics Use some concepts from control theory to understand and learn how to control robots Control Theory general field studies control and understanding of behavior

More information

A Second Order Extension of the Generalized α Method for Constrained Systems in Mechanics

A Second Order Extension of the Generalized α Method for Constrained Systems in Mechanics A Second Order Extension of the Generalized α Method for Constrained Systems in Mechanics Laurent O. Jay 1 and Dan Negrut 2 1 Department of Mathematics, The University of Iowa, 14 MacLean Hall, Iowa City,

More information

DYNAMICS OF PARALLEL MANIPULATOR

DYNAMICS OF PARALLEL MANIPULATOR DYNAMICS OF PARALLEL MANIPULATOR The 6nx6n matrices of manipulator mass M and manipulator angular velocity W are introduced below: M = diag M 1, M 2,, M n W = diag (W 1, W 2,, W n ) From this definitions

More information

Contents. Dynamics and control of mechanical systems. Focus on

Contents. Dynamics and control of mechanical systems. Focus on Dynamics and control of mechanical systems Date Day 1 (01/08) Day 2 (03/08) Day 3 (05/08) Day 4 (07/08) Day 5 (09/08) Day 6 (11/08) Content Review of the basics of mechanics. Kinematics of rigid bodies

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

8 Velocity Kinematics

8 Velocity Kinematics 8 Velocity Kinematics Velocity analysis of a robot is divided into forward and inverse velocity kinematics. Having the time rate of joint variables and determination of the Cartesian velocity of end-effector

More information

A Rosenbrock-Nystrom State Space Implicit Approach for the Dynamic Analysis of Mechanical Systems: I Theoretical Formulation

A Rosenbrock-Nystrom State Space Implicit Approach for the Dynamic Analysis of Mechanical Systems: I Theoretical Formulation A Rosenbrock-Nystrom State Space Implicit Approach for the Dynamic Analysis of Mechanical Systems: I Theoretical Formulation Adrian Sandu Department of Computer Science, Michigan Technological 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

Screw Theory and its Applications in Robotics

Screw Theory and its Applications in Robotics Screw Theory and its Applications in Robotics Marco Carricato Group of Robotics, Automation and Biomechanics University of Bologna Italy IFAC 2017 World Congress, Toulouse, France Table of Contents 1.

More information

41514 Dynamics of Machinery

41514 Dynamics of Machinery 41514 Dynamics of Machinery Theory, Experiment, Phenomenology and Industrial Applications Ilmar (Iumár) Ferreira Santos 1. Course Structure 2. Objectives 3. Theoretical and Experimental Example 4. Industrial

More information

Robot Dynamics II: Trajectories & Motion

Robot Dynamics II: Trajectories & Motion Robot Dynamics II: Trajectories & Motion Are We There Yet? METR 4202: Advanced Control & Robotics Dr Surya Singh Lecture # 5 August 23, 2013 metr4202@itee.uq.edu.au http://itee.uq.edu.au/~metr4202/ 2013

More information

A modular modeling approach to simulate interactively multibody systems with a Baumgarte/Uzawa formulation

A modular modeling approach to simulate interactively multibody systems with a Baumgarte/Uzawa formulation A modular modeling approach to simulate interactively multibody systems with a Baumgarte/Uzawa formulation Pierre Joli a,, Nicolas Séguy a, Zhi-Qiang Feng b a Laboratoire IBISC, Université d Evry-Val d

More information

Euler-Lagrange's equations in several variables

Euler-Lagrange's equations in several variables Euler-Lagrange's equations in several variables So far we have studied one variable and its derivative Let us now consider L2:1 More:1 Taylor: 226-227 (This proof is slightly more general than Taylor's.)

More information