Advanced Computer Graphics Spring 2008

Slides:



Advertisements
Similar presentations
Manipulator Dynamics Amirkabir University of Technology Computer Engineering & Information Technology Department.
Advertisements

ME Robotics Dynamics of Robot Manipulators Purpose: This chapter introduces the dynamics of mechanisms. A robot can be treated as a set of linked.
Chapter 10: Rotation. Rotational Variables Radian Measure Angular Displacement Angular Velocity Angular Acceleration.
Test 3 today, at 7 pm and 8:15 pm, in Heldenfels 109 Chapters
Ch. 7: Dynamics.
Rotational Energy. Rigid Body  Real objects have mass at points other than the center of mass.  Each point in an object can be measured from an origin.
Manipulator Dynamics Amirkabir University of Technology Computer Engineering & Information Technology Department.
Mechanics of Rigid Bodies
Final exam: room 105 HECC, 8-10 am, Wednesday, December 12 th.
Computer graphics & visualization Rigid Body Simulation.
Constrained Motion of Connected Particles
Lagrange Equations Use kinetic and potential energy to solve for motion! References
Dynamics. Chapter 1 Introduction to Dynamics What is Dynamics? Dynamics is the study of systems in which the motion of the object is changing (accelerating)
Physics 311 Classical Mechanics Welcome! Syllabus. Discussion of Classical Mechanics. Topics to be Covered. The Role of Classical Mechanics in Physics.
Copyright Kaplan AEC Education, 2005 Dynamics Outline Overview DYNAMICS, p. 193 KINEMATICS OF A PARTICLE, p. 194 Relating Distance, Velocity and the Tangential.
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Chapter 9: Rotational Dynamics
12/01/2014PHY 711 Fall Lecture 391 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 39 1.Brief introduction.
Advanced mechanics Physics 302. Instructor: Dr. Alexey Belyanin Office: MIST 426 Office Phone: (979)
A PPLIED M ECHANICS Lecture 01 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Systems of Particles.
Angular Momentum; General Rotation
Rotational Motion 2 Coming around again to a theater near you.
Chapter 11 General Rotation.
Rotating Coordinate Systems For Translating Systems: We just got Newton’s 2 nd Law (in the accelerated frame): ma = F where F = F - ma 0 ma 0  A non-inertial.
Chapter 17 PLANE MOTION OF RIGID BODIES: ENERGY AND MOMENTUM METHODS
Plane Motion of Rigid Bodies: Forces and Accelerations
D’Alembert’s Principle the sum of the work done by
ME451 Kinematics and Dynamics of Machine Systems Introduction to Dynamics 6.1 October 09, 2013 Radu Serban University of Wisconsin-Madison.
Moment Of Inertia.
1 Dynamics Differential equation relating input torques and forces to the positions (angles) and their derivatives. Like force = mass times acceleration.
© Fox, Pritchard, & McDonald Introduction to Fluid Mechanics Chapter 5 Introduction to Differential Analysis of Fluid Motion.
Robotics II Copyright Martin P. Aalund, Ph.D.
1 Rotation of a Rigid Body Readings: Chapter How can we characterize the acceleration during rotation? - translational acceleration and - angular.
1 Work in Rotational Motion Find the work done by a force on the object as it rotates through an infinitesimal distance ds = r d  The radial component.
Chapter 14 Systems of Particles.
Lecture 3: Dynamic Models
ICNS 132 : Linear Momentum, Impulse and Collision Weerachai Siripunvaraporn Department of Physics, Faculty of Science Mahidol University &msn :
Structure and Synthesis of Robot Motion Dynamics Subramanian Ramamoorthy School of Informatics 2 February, 2009.
Chapter 1: Survey of Elementary Principles
Advanced Computer Graphics Spring 2014 K. H. Ko School of Mechatronics Gwangju Institute of Science and Technology.
Sect. 4.9: Rate of Change of a Vector Use the concept of an infinitesimal rotation to describe the time dependence of rigid body motion. An arbitrary.
Particle Kinematics Direction of velocity vector is parallel to path Magnitude of velocity vector is distance traveled / time Inertial frame – non accelerating,
Chapter 4 Dynamic Analysis and Forces 4.1 INTRODUCTION In this chapters …….  The dynamics, related with accelerations, loads, masses and inertias. In.
1 Angular Momentum Chapter 11 © 2012, 2016 A. Dzyubenko © 2004, 2012 Brooks/Cole © 2004, 2012 Brooks/Cole Phys 221
Dynamics of a System of Particles Prof. Claude A Pruneau Notes compiled by L. Tarini Physics and Astronomy Department Wayne State University PHY 6200 Theoretical.
9/2/2015PHY 711 Fall Lecture 41 PHY 711 Classical Mechanics and Mathematical Methods 10-10:50 AM MWF Olin 103 Plan for Lecture 4: Chapter 2 – Physics.
Advanced Computer Graphics Rigid Body Simulation
Kinetics of Particles: Newton’s Second Law
Figure 1. Spring characteristics
Energy and Energy Transfer
Figure 1. Spring characteristics
Lecture Rigid Body Dynamics.
Lecture 16 Newton Mechanics Inertial properties,Generalized Coordinates Ruzena Bajcsy EE
Chapter 18 KINETICS OF RIGID BODIES IN THREE DIMENSIONS
Kinetics of Rigid Bodies in Three Dimensions
CHAPTER 4: Systems of Particles
Systems of Particles.
Chapter 4 – Kinetics of Systems of Particles
Hamiltonian Mechanics
Systems of Particles.
Kinematics of Rigid Bodies in Three Dimensions
Manipulator Dynamics 2 Instructor: Jacob Rosen
Rigid Body Dynamics ~ f = p h g
Systems of Particles.
© Sharif University of Technology - CEDRA By: Professor Ali Meghdari
Figure 1. Spring characteristics
Physics 319 Classical Mechanics
Introduction to Fluid Mechanics
Engineering Mechanics
Presentation transcript:

Advanced Computer Graphics Spring 2008 K. H. Ko Department of Mechatronics Gwangju Institute of Science and Technology

Today’s Topics Rigid Body Motion Newtonian Dynamics Lagrangian Dynamics Euler’s Equations of Motion

Introduction Lagrangian Dynamics A framework for setting up the equations of motion for objects when constraints are present. The equations of motion are derived from the kinetic energy function and naturally incorporate the constraints. We could reduce the computational time of the simulation compared to a general-purpose system using Newtonian dynamics.

Newtonian Dynamics Dynamics describes how the particle must move when external forces are acting on it. We specify the acceleration and integrate to obtain the velocity and position. This is not always possible in a closed form. So many problems require numerical methods to approximate the solution.

Lagrangian Dynamics Inertial Frame Consider the motion of a mass over time F = ma = mv’ = mx’’. a: acceleration, v: velocity, x: position These quantities are measured with respect to some coordinate system, which is referred to as the inertial frame. It can be fixed, can have a constant velocity and no rotation. Any other frame of reference is referred to as a noninertial frame.

Lagrangian Dynamics The simplicity of Newton’s second law can disguise the complexity of the problem. F = ma We must represent all relevant forces for F. External forces and constraining forces that apply to the mass. This motivates what is called Lagrangian dynamics.

Lagrangian Dynamics Equations of Motion for a Particle on a Curve Given a curve x(q), q: parameter The Lagrangian equation of motion for a single particle constrained to a curve x(q) Fq is referred to as a generalized force. The force term in the equation eliminates the constraining forces

Lagrangian Dynamics Equations of Motion for a Particle on a Surface Given a curve x(q1,q2) The Lagrangian equation of motion for a single particle constrained to a curve x(q) I = 1,2

Lagrangian Dynamics Determining Constraint Forces The degrees of freedom may very well be greater than three. When constrained to a curve, you have two degrees of freedom and two equations governing the motion. A Lagrangian equation occurs for each degree of freedom. The construction that led to the Lagrangian equations applies equally well to additional parameters, even if those parameters are not freely varying. The generalized forces in these equations must include terms from the forces of constraint. These additional equations allow us to determine the actual constraint forces.

Lagrangian Dynamics Time-Varying Frames or Constraints If the frame of reference varies over time or if the constraining curve or surface varies over time, the Lagrangian equations of motion still apply. The Lagrangian formulation is the natural extension of Newton’s second law when the motion is constrained to a manifold (curve or surface).

Lagrangian Dynamics Equations of Motion for a System of Particles For each particle, we find a Largrangian equation of motion under each constraint of interest. The Lagrangian equations of motion are obtained by summing those for the individual particles, leading to

Lagrangian Dynamics Equations of Motion for a Continuum of Mass The Lagrangian equations of motion are also valid for a continuum of mass.

Lagrangian Dynamics Equations of Motion for a Continuum of Mass Using a transformation to local coordinates, V = vcen + wⅹr The first term is the energy due to the linear velocity of the center of mass. The last terms are the energies due to the angular velocity about principal direction lines through the center of mass.

Euler’s Equations of Motion Sometimes a physical application is more naturally modeled in terms of rotation s about axes in a coordinate system. A spinning top. The top rotates about its axis of symmetry. Simultaneously the entire top is rotating about a vertical axis.

Euler’s Equations of Motion Coordinate Systems

Euler’s Equations of Motion The angular velocity in world coordinates is

Euler’s Equations of Motion The angular velocity in body coordinates is

Euler’s Equations of Motion μi : the principal moments,