Lecture 5: Robot Dynamics and Simulation

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 5: Robot Dynamics and Simulation ME 328: Medical Robotics Winter 2019 Lecture 5: Robot dynamics and simulation Allison Okamura Stanford University Robot dynamics equations of motion describe the relationship between forces/torques and motion (in joint space or workspace variables) two possible goals: ˙ ¨ 1. Given motion variables (e.g. ✓~ , ✓~ , ✓~ or ~x, ~ x,˙ ~x¨ ), what joint torques ( ~⌧ ) or end-effector forces ( f~ ) would have been the cause? (this is inverse dynamics) ~ 2. Given joint torques ( ~⌧ ) or end-effector forces ( f ), ˙ ¨ what motions (e.g. ✓~ , ✓~ , ✓~ or ~x, ~x, ˙ ~x¨ ) would result? (this is forward dynamics) developing equations of motion using Lagrange’s equation The Lagrangian is L = T V − where T is the kinetic energy of the system and V is the potential energy of the system d @L @L Lagrange’s equation is = Qj dt @q˙ − @q ✓ j ◆ j @q where j =1 , 2 ,...,n , and q˙ = j is the generalized j @t velocity and Q j is the nonconservative generalized force corresponding to the generalized coordinate qj what are generalized coordinates? • equations of motion can be formalized in a number of different coordinate systems • n independent coordinates are necessary to describe the motion of a system having n degrees of freedom • any set of n independent coordinates is called generalized coordinates: q1,q2,...qn • these coordinates may be lengths, angles, etc. generalized forces • When external forces act on the system, the configuration changes: generalized coordinates q j change by δ q j , j =1, 2,...,n • If U j is the work done in changing q j by δ q j , the Uj corresponding generalized force is Q j = , where j =1, 2,...,n δqj • Q j is a force/moment and q j is a linear/angular displacement. This can include dissipation (damping). d @L @L ( ) = Qj,wherej =1, 2,...,n dt @q˙j − @qj where@q does Lagrange’s j whereq ˙j = @t is the generalized velocity and Qj is the nonconservative generalized forceequation corresponding to come the generalized from? coordinate qj. Where does it come from? Hamilton’s principle of least action: a system moves from q(t1)toq(t2) in such a way that the following integral takes on the least possible value. S = t2 L(q, q,˙ t)dt t1 R The calculus of variations is used to obtain Lagrange’s equations of mo- tion. We’re concerned with minimizing t2 f (y(t), y˙(t); t) dt t1 R The minimization leads to the equation @f d @f =0 @y − dt @y˙ If there is more than one set of variables in the functional f (e.g. yi andy ˙i) then you get one equation for each set. To use for coupled systems, we need potential and kinetic energy expressions in matrix form. Define: xi, displacement of mass mi Fi, force applied in the direction of xi at mass mi 3 This can be rewritten in matrix form: 1 T T = 2 ˙x M ˙x where: x˙ 1(t) x˙ 2(t) ˙x = 2 . 3 . 6 7 6 x˙ (t) 7 6 n 7 M =4diag(m15,m2,...,mn) In general, the mass matrix M might not be diagonal, for example if we use a di↵erent set of generalized coordinates, such as the relative displace- ments of the masses, rather than the absolute (ground-referenced) displace- ment. We can also use generalized coordinates: 1 T V = 2 q Kq K generalized sti↵ness matrix ! 1 T T = 2 ˙q M ˙q M generalized mass matrix ! Note: In general,usingM needLagrange’s not be diagonal equation to Using Lagrange’sderive Equation equations to derive of Equations motion of Motion d @L @L ( ) = Qj,wherej =1, 2,...,n dt @q˙j − @qj L = T V − Substitute: @L = @T @V @q˙j @q˙j − @q˙j Last term is zero because P.E. is not dependent on velocities @L = @T ! @q˙j @q˙j @L = @T @V @qj @qj − @qj d @T @T @V ( ) + = Qj,wherej =1, 2,...,n dt @q˙j − @qj @qj Qj is a nonconservative generalized force corresponding to coordinate qj, e.g. damping For a conservative system, d ( @T ) @T + @V = 0, where j =1, 2,...,n dt @q˙j − @qj @qj 5 Example: Torsional System Let q1 = ✓1, q2 = ✓2, q3 = ✓3 Kinetic energy: 1 ˙2 1 ˙2 1 ˙2 T = 2 J1✓1 + 2 J2✓2 + 2 J3✓3 Potential energy: V = 1 k ✓2 + 1 k (✓ ✓ )2 + 1 k (✓ ✓ )2 2 1 1 2 2 2 − 1 2 3 3 − 2 External moments are M1, M2, M3 Generalized force: th If Fxk,Fyk,Fzk are the external forces acting on the k mass of the system in the x, y, z directions: Q = (F @xk + F @yk + F @zk ) j k xk @qj yk @qj zk @qj th WherePxk, yk, zk are the displacements of the k mass in the x, y, z direc- tions. For a torsional system F is replaced by M, moment. Q = 3 M @✓k = 3 M @✓k j k=1 k @qj k=1 k @✓j P P Q = M @✓1 + M @✓2 + M @✓3 = M 1 1 @✓1 2 @✓1 3 @✓1 1 Q = M @✓1 + M @✓2 + M @✓3 = M 2 1 @✓2 2 @✓2 3 @✓2 2 6 adding dissipation since the left side of Lagrange’s equation only includes terms for potential and kinetic energy, any dissipative terms (e.g., damping) must be added on the right hand side (and Q j are now only the input forces/torques) d @L @L @R = Q dt @q˙ − @q j − @q˙ ✓ j ◆ j j 1 R = b q˙2 2 j j j X is a simplified form of Rayleigh’s dissipation function example: double pendulum (review on your own) Double Pendulum Example Double Pendulum Example Velocity of m1: v1 = l1✓˙1 2 2 1 Velocity of m2: v2 =(v2x + v2y)Double2 Pendulum Example v2x = l1✓˙1 cos(✓1)+l2✓˙2 cos(✓2) v2y = l1✓˙1 sin(✓1)+l2✓˙2 sin(✓2) Kinetic energy: 1 ˙ 2 1 ˙ ˙ 2 ˙ ˙ 2 T = 2 m1(l1✓1) + 2 m2((l1✓1 cos(✓1)+l2✓2 cos(✓2)) +(l1✓1 sin(✓1)+l2✓2 sin(✓2)) ) Velocity of m1: v1 = l1✓˙1 2 2 1 Velocity of m2: v2 =(v2x + v2y) 2 v2x = l1✓˙1 cos(✓1)+l2✓˙2 cos(✓2) v2y = l1✓˙1 sin(example:✓1)+l2✓˙2 sin(✓2 ) double pendulum Velocity of m1: v1 = l1✓˙1 2 2 1 Kinetic energy: Velocity of m2: v2 =(v2x + v2y) 2 1 ˙ 2 1 ˙ v2x = l1✓˙1 cos(˙ ✓1)+l2✓˙2 2cos(✓2) ˙ ˙ 2 T = 2 m1(l1✓1) + 2 m2((l1✓1 cos(✓1)+l2✓2 cos(✓2)) +(l1✓1 sin(✓1)+l2✓2 sin(✓2)) ) v2y = l1✓˙1 sin(✓1)+l2✓˙2 sin(✓2) Potential energy Kinetic energy: T = 1 m (l ✓˙ )2+ 1 m ((l ✓˙ cos(✓ )+l ✓˙ cos(✓ ))2+(l ✓˙ sin(✓ )+l ✓˙ sin(✓ ))2) V = m gl (1 cos(✓ )) + m g(l (1 2 cos(1 1 ✓1 ))2 + l2 (11 1 cos(1✓ )))2 2 2 1 1 1 2 2 2 1 1 − 1 2 1 − 1 2 − 2 3 The Lagrangian is: L = T V 1 − 2 ˙2 1 2 ˙2 Potential˙ energy˙ PotentialL = 2 (m1+ energym2)l1✓1+ 2 m2l2✓2+m2l1l2✓1✓2 cos(✓1 ✓2)+(m1+m2)gl1 cos(✓1)+ V = m1gl1(1 cos(✓1))− + m2g(l1(1 cos(✓1)) + l2(1 cos(✓2))) Vm2=glm2 cos(gl✓(12) cos(✓ )) + m g(l (1 cos(− ✓ )) + l (1 cos(− ✓ ))) − 1 1 − 1 2 1 − 1 2 − 2 For ✓1: 3 @L 2 ˙ 2 ˙ ˙ ˙ = m1l1✓1 + m2l1✓1 + m2l1l2✓2 cos(✓1 ✓2) @✓1 3 − d @L 2 ¨ ¨ ˙ ˙ ˙ dt ˙ =(m1+m2)l1✓1+m2l1l2✓2 cos(✓1 ✓2) m2l1l2✓2 sin(✓1 ✓2)(✓1 ✓2) @✓1 − − − − ⇣ ⌘ @L = l1g(m1 + m2)sin(✓1) m2l1l2✓˙1✓˙2 sin(✓1 ✓2) @✓1 − − − Thus, the di↵erential equation for ✓1 becomes: (m + m )l2✓¨ + m l l ✓¨ cos(✓ ✓ )+m l l ✓˙2 sin(✓ ✓ )+l g(m + 1 2 1 1 2 1 2 2 1 − 2 2 1 2 2 1 − 2 1 1 m2)sin(✓1)=0 Divide through by l1 and this simplifies to: (m +m )l ✓¨ +m l ✓¨ cos(✓ ✓ )+m l ✓˙2 sin(✓ ✓ )+g(m +m )sin(✓ )= 1 2 1 1 2 2 2 1− 2 2 2 2 1− 2 1 2 1 0 Similarly, for ✓2: @L 2 ˙ ˙ ˙ = m2l2✓2 + m2l1l2✓1 cos(✓1 ✓2) @✓2 − d @L ¨ ¨ ˙ ˙ ˙ dt ˙ = m2l2✓2 + m2l1l2✓1 cos(✓1 ✓2) m2l1l2✓1 sin(✓1 ✓2)(✓1 ✓2) @✓2 − − − − ⇣ ⌘ @L = m2l1l2✓˙1✓˙2 sin(✓1 ✓2) l2m2g sin ✓2 @✓2 − − Thus, the di↵erential equation for ✓2 becomes: m l2✓¨ + m l l ✓¨ cos(✓ ✓ ) m l l ✓˙2 sin(✓ ✓ )+l m g sin ✓ =0 2 2 2 2 1 2 1 1 − 2 − 2 1 2 1 1 − 2 2 2 2 Divide through by l2 and this simplifies to: m l ✓¨ + m l ✓¨ cos(✓ ✓ ) m l ✓˙2 sin(✓ ✓ )+m g sin ✓ =0 2 2 2 2 1 1 1 − 2 − 2 1 1 1 − 2 2 2 So, we have developed a very complicated set of coupled equations of motion from a very simple system! ⇡ For the initial conditions ✓1 = 2 and ✓2 = ⇡, you get the response be- low. If you perturbed these initial conditions slightly, you would get a very di↵erent response. This is evidence of a chaotic system. If you linearized the equations or added damping, you would get a much more predictable 4 The Lagrangian is: L = T V − L = 1 (m +m )l2✓˙2+ 1 m l2✓˙2+m l l ✓˙ ✓˙ cos(✓ ✓ )+(m +m )gl cos(✓ )+ 2 1 example:2 1 1 2 2 2 2 double2 1 2 1 2 pendulum1− 2 1 2 1 1 m2gl2 cos(✓2) For ✓1: @L 2 ˙ 2 ˙ ˙ ˙ = m1l1✓1 + m2l1✓1 + m2l1l2✓2 cos(✓1 ✓2) @✓1 − d @L 2 ¨ ¨ ˙ ˙ ˙ dt ˙ =(m1+m2)l1✓1+m2l1l2✓2 cos(✓1 ✓2) m2l1l2✓2 sin(✓1 ✓2)(✓1 ✓2) @✓1 − − − − ⇣ ⌘ @L = l1g(m1 + m2)sin(✓1) m2l1l2✓˙1✓˙2 sin(✓1 ✓2) @✓1 − − − Thus, the di↵erential equation for ✓1 becomes: (m + m )l2✓¨ + m l l ✓¨ cos(✓ ✓ )+m l l ✓˙2 sin(✓ ✓ )+l g(m + 1 2 1 1 2 1 2 2 1 − 2 2 1 2 2 1 − 2 1 1 m2)sin(✓1)=0 Divide through by l1 and this simplifies to: (m +m )l ✓¨ +m l ✓¨ cos(✓ ✓ )+m l ✓˙2 sin(✓ ✓ )+g(m +m )sin(✓ )= 1 2 1 1 2 2 2 1− 2 2 2 2 1− 2 1 2 1 0 Similarly, for ✓2: @L 2 ˙ ˙ ˙ = m2l2✓2 + m2l1l2✓1 cos(✓1 ✓2) @✓2 − d @L ¨ ¨ ˙ ˙ ˙ dt ˙ = m2l2✓2 + m2l1l2✓1 cos(✓1 ✓2) m2l1l2✓1 sin(✓1 ✓2)(✓1 ✓2) @✓2 − − − − ⇣ ⌘ @L = m2l1l2✓˙1✓˙2 sin(✓1 ✓2) l2m2g sin ✓2 @✓2 − − Thus, the di↵erential equation for ✓2 becomes: m l2✓¨ + m l l ✓¨ cos(✓ ✓ ) m l l ✓˙2 sin(✓ ✓ )+l m g sin ✓ =0 2 2 2 2 1 2 1 1 − 2 − 2 1 2 1 1 − 2 2 2 2 Divide through by l2 and this simplifies to: m l ✓¨ + m l ✓¨ cos(✓ ✓ ) m l ✓˙2 sin(✓ ✓ )+m g sin ✓ =0 2 2 2 2 1 1 1 − 2 − 2 1 1 1 − 2 2 2 So, we have developed a very complicated set of coupled equations of motion from a very simple system! ⇡ For the initial conditions ✓1 = 2 and ✓2 = ⇡, you get the response be- low.
Recommended publications
  • Lecture 10: Impulse and Momentum
    ME 230 Kinematics and Dynamics Wei-Chih Wang Department of Mechanical Engineering University of Washington Kinetics of a particle: Impulse and Momentum Chapter 15 Chapter objectives • Develop the principle of linear impulse and momentum for a particle • Study the conservation of linear momentum for particles • Analyze the mechanics of impact • Introduce the concept of angular impulse and momentum • Solve problems involving steady fluid streams and propulsion with variable mass W. Wang Lecture 10 • Kinetics of a particle: Impulse and Momentum (Chapter 15) - 15.1-15.3 W. Wang Material covered • Kinetics of a particle: Impulse and Momentum - Principle of linear impulse and momentum - Principle of linear impulse and momentum for a system of particles - Conservation of linear momentum for a system of particles …Next lecture…Impact W. Wang Today’s Objectives Students should be able to: • Calculate the linear momentum of a particle and linear impulse of a force • Apply the principle of linear impulse and momentum • Apply the principle of linear impulse and momentum to a system of particles • Understand the conditions for conservation of momentum W. Wang Applications 1 A dent in an automotive fender can be removed using an impulse tool, which delivers a force over a very short time interval. How can we determine the magnitude of the linear impulse applied to the fender? Could you analyze a carpenter’s hammer striking a nail in the same fashion? W. Wang Applications 2 Sure! When a stake is struck by a sledgehammer, a large impulsive force is delivered to the stake and drives it into the ground.
    [Show full text]
  • Impact Dynamics of Newtonian and Non-Newtonian Fluid Droplets on Super Hydrophobic Substrate
    IMPACT DYNAMICS OF NEWTONIAN AND NON-NEWTONIAN FLUID DROPLETS ON SUPER HYDROPHOBIC SUBSTRATE A Thesis Presented By Yingjie Li to The Department of Mechanical and Industrial Engineering in partial fulfillment of the requirements for the degree of Master of Science in the field of Mechanical Engineering Northeastern University Boston, Massachusetts December 2016 Copyright (©) 2016 by Yingjie Li All rights reserved. Reproduction in whole or in part in any form requires the prior written permission of Yingjie Li or designated representatives. ACKNOWLEDGEMENTS I hereby would like to appreciate my advisors Professors Kai-tak Wan and Mohammad E. Taslim for their support, guidance and encouragement throughout the process of the research. In addition, I want to thank Mr. Xiao Huang for his generous help and continued advices for my thesis and experiments. Thanks also go to Mr. Scott Julien and Mr, Kaizhen Zhang for their invaluable discussions and suggestions for this work. Last but not least, I want to thank my parents for supporting my life from China. Without their love, I am not able to complete my thesis. TABLE OF CONTENTS DROPLETS OF NEWTONIAN AND NON-NEWTONIAN FLUIDS IMPACTING SUPER HYDROPHBIC SURFACE .......................................................................... i ACKNOWLEDGEMENTS ...................................................................................... iii 1. INTRODUCTION .................................................................................................. 9 1.1 Motivation ........................................................................................................
    [Show full text]
  • Post-Newtonian Approximation
    Post-Newtonian gravity and gravitational-wave astronomy Polarization waveforms in the SSB reference frame Relativistic binary systems Effective one-body formalism Post-Newtonian Approximation Piotr Jaranowski Faculty of Physcis, University of Bia lystok,Poland 01.07.2013 P. Jaranowski School of Gravitational Waves, 01{05.07.2013, Warsaw Post-Newtonian gravity and gravitational-wave astronomy Polarization waveforms in the SSB reference frame Relativistic binary systems Effective one-body formalism 1 Post-Newtonian gravity and gravitational-wave astronomy 2 Polarization waveforms in the SSB reference frame 3 Relativistic binary systems Leading-order waveforms (Newtonian binary dynamics) Leading-order waveforms without radiation-reaction effects Leading-order waveforms with radiation-reaction effects Post-Newtonian corrections Post-Newtonian spin-dependent effects 4 Effective one-body formalism EOB-improved 3PN-accurate Hamiltonian Usage of Pad´eapproximants EOB flexibility parameters P. Jaranowski School of Gravitational Waves, 01{05.07.2013, Warsaw Post-Newtonian gravity and gravitational-wave astronomy Polarization waveforms in the SSB reference frame Relativistic binary systems Effective one-body formalism 1 Post-Newtonian gravity and gravitational-wave astronomy 2 Polarization waveforms in the SSB reference frame 3 Relativistic binary systems Leading-order waveforms (Newtonian binary dynamics) Leading-order waveforms without radiation-reaction effects Leading-order waveforms with radiation-reaction effects Post-Newtonian corrections Post-Newtonian spin-dependent effects 4 Effective one-body formalism EOB-improved 3PN-accurate Hamiltonian Usage of Pad´eapproximants EOB flexibility parameters P. Jaranowski School of Gravitational Waves, 01{05.07.2013, Warsaw Relativistic binary systems exist in nature, they comprise compact objects: neutron stars or black holes. These systems emit gravitational waves, which experimenters try to detect within the LIGO/VIRGO/GEO600 projects.
    [Show full text]
  • Apollonian Circle Packings: Dynamics and Number Theory
    APOLLONIAN CIRCLE PACKINGS: DYNAMICS AND NUMBER THEORY HEE OH Abstract. We give an overview of various counting problems for Apol- lonian circle packings, which turn out to be related to problems in dy- namics and number theory for thin groups. This survey article is an expanded version of my lecture notes prepared for the 13th Takagi lec- tures given at RIMS, Kyoto in the fall of 2013. Contents 1. Counting problems for Apollonian circle packings 1 2. Hidden symmetries and Orbital counting problem 7 3. Counting, Mixing, and the Bowen-Margulis-Sullivan measure 9 4. Integral Apollonian circle packings 15 5. Expanders and Sieve 19 References 25 1. Counting problems for Apollonian circle packings An Apollonian circle packing is one of the most of beautiful circle packings whose construction can be described in a very simple manner based on an old theorem of Apollonius of Perga: Theorem 1.1 (Apollonius of Perga, 262-190 BC). Given 3 mutually tangent circles in the plane, there exist exactly two circles tangent to all three. Figure 1. Pictorial proof of the Apollonius theorem 1 2 HEE OH Figure 2. Possible configurations of four mutually tangent circles Proof. We give a modern proof, using the linear fractional transformations ^ of PSL2(C) on the extended complex plane C = C [ f1g, known as M¨obius transformations: a b az + b (z) = ; c d cz + d where a; b; c; d 2 C with ad − bc = 1 and z 2 C [ f1g. As is well known, a M¨obiustransformation maps circles in C^ to circles in C^, preserving angles between them.
    [Show full text]
  • New Rotational Dynamics- Inertia-Torque Principle and the Force Moment the Character of Statics Guagsan Yu* Harbin Macro, Dynamics Institute, P
    Computa & tio d n ie a l l p M Yu, J Appl Computat Math 2015, 4:3 p a Journal of A t h f e o m l DOI: 10.4172/2168-9679.1000222 a a n t r ISSN: 2168-9679i c u s o J Applied & Computational Mathematics Research Article Open Access New Rotational Dynamics- Inertia-Torque Principle and the Force Moment the Character of Statics GuagSan Yu* Harbin Macro, Dynamics Institute, P. R. China Abstract Textual point of view, generate in a series of rotational dynamics experiment. Initial research, is wish find a method overcome the momentum conservation. But further study, again detected inside the classical mechanics, the error of the principle of force moment. Then a series of, momentous the error of inside classical theory, all discover come out. The momentum conservation law is wrong; the newton third law is wrong; the energy conservation law is also can surpass. After redress these error, the new theory namely perforce bring. This will involve the classical physics and mechanics the foundation fraction, textbooks of physics foundation part should proceed the grand modification. Keywords: Rigid body; Inertia torque; Centroid moment; Centroid occurrence change? The Inertia-torque, namely, such as Figure 3 the arm; Statics; Static force; Dynamics; Conservation law show, the particle m (the m is also its mass) is a r 1 to O the slewing radius, so it the Inertia-torque is: Introduction I = m.r1 (1.1) Textual argumentation is to bases on the several simple physics experiment, these experiments pass two videos the document to The Inertia-torque is similar with moment of force, to the same of proceed to demonstrate.
    [Show full text]
  • Conservation of Total Momentum TM1
    L3:1 Conservation of total momentum TM1 We will here prove that conservation of total momentum is a consequence Taylor: 268-269 of translational invariance. Consider N particles with positions given by . If we translate the whole system with some distance we get The potential energy must be una ected by the translation. (We move the "whole world", no relative position change.) Also, clearly all velocities are independent of the translation Let's consider to be in the x-direction, then Using Lagrange's equation, we can rewrite each derivative as I.e., total momentum is conserved! (Clearly there is nothing special about the x-direction.) L3:2 Generalized coordinates, velocities, momenta and forces Gen:1 Taylor: 241-242 With we have i.e., di erentiating w.r.t. gives us the momentum in -direction. generalized velocity In analogy we de✁ ne the generalized momentum and we say that and are conjugated variables. Note: Def. of gen. force We also de✁ ne the generalized force from Taylor 7.15 di ers from def in HUB I.9.17. such that generalized rate of change of force generalized momentum Note: (generalized coordinate) need not have dimension length (generalized velocity) velocity momentum (generalized momentum) (generalized force) force Example: For a system which rotates around the z-axis we have for V=0 s.t. The angular momentum is thus conjugated variable to length dimensionless length/time 1/time mass*length/time mass*(length)^2/time (torque) energy Cyclic coordinates = ignorable coordinates and Noether's theorem L3:3 Cyclic:1 We have de ned the generalized momentum Taylor: From EL we have 266-267 i.e.
    [Show full text]
  • Newtonian Mechanics Is Most Straightforward in Its Formulation and Is Based on Newton’S Second Law
    CLASSICAL MECHANICS D. A. Garanin September 30, 2015 1 Introduction Mechanics is part of physics studying motion of material bodies or conditions of their equilibrium. The latter is the subject of statics that is important in engineering. General properties of motion of bodies regardless of the source of motion (in particular, the role of constraints) belong to kinematics. Finally, motion caused by forces or interactions is the subject of dynamics, the biggest and most important part of mechanics. Concerning systems studied, mechanics can be divided into mechanics of material points, mechanics of rigid bodies, mechanics of elastic bodies, and mechanics of fluids: hydro- and aerodynamics. At the core of each of these areas of mechanics is the equation of motion, Newton's second law. Mechanics of material points is described by ordinary differential equations (ODE). One can distinguish between mechanics of one or few bodies and mechanics of many-body systems. Mechanics of rigid bodies is also described by ordinary differential equations, including positions and velocities of their centers and the angles defining their orientation. Mechanics of elastic bodies and fluids (that is, mechanics of continuum) is more compli- cated and described by partial differential equation. In many cases mechanics of continuum is coupled to thermodynamics, especially in aerodynamics. The subject of this course are systems described by ODE, including particles and rigid bodies. There are two limitations on classical mechanics. First, speeds of the objects should be much smaller than the speed of light, v c, otherwise it becomes relativistic mechanics. Second, the bodies should have a sufficiently large mass and/or kinetic energy.
    [Show full text]
  • Newton Euler Equations of Motion Examples
    Newton Euler Equations Of Motion Examples Alto and onymous Antonino often interloping some obligations excursively or outstrikes sunward. Pasteboard and Sarmatia Kincaid never flits his redwood! Potatory and larboard Leighton never roller-skating otherwhile when Trip notarizes his counterproofs. Velocity thus resulting in the tumbling motion of rigid bodies. Equations of motion Euler-Lagrange Newton-Euler Equations of motion. Motion of examples of experiments that a random walker uses cookies. Forces by each other two examples of example are second kind, we will refer to specify any parameter in. 213 Translational and Rotational Equations of Motion. Robotics Lecture Dynamics. Independence from a thorough description and angular velocity as expected or tofollowa userdefined behaviour does it only be loaded geometry in an appropriate cuts in. An interface to derive a particular instance: divide and author provides a positive moment is to express to output side can be run at all previous step. The analysis of rotational motions which make necessary to decide whether rotations are. For xddot and whatnot in which a very much easier in which together or arena where to use them in two backwards operation complies with respect to rotations. Which influence of examples are true, is due to independent coordinates. On sameor adjacent joints at each moment equation is also be more specific white ellipses represent rotations are unconditionally stable, for motion break down direction. Unit quaternions or Euler parameters are known to be well suited for the. The angular momentum and time and runnable python code. The example will be run physics examples are models can be symbolic generator runs faster rotation kinetic energy.
    [Show full text]
  • Post-Newtonian Approximations and Applications
    Monash University MTH3000 Research Project Coming out of the woodwork: Post-Newtonian approximations and applications Author: Supervisor: Justin Forlano Dr. Todd Oliynyk March 25, 2015 Contents 1 Introduction 2 2 The post-Newtonian Approximation 5 2.1 The Relaxed Einstein Field Equations . 5 2.2 Solution Method . 7 2.3 Zones of Integration . 13 2.4 Multi-pole Expansions . 15 2.5 The first post-Newtonian potentials . 17 2.6 Alternate Integration Methods . 24 3 Equations of Motion and the Precession of Mercury 28 3.1 Deriving equations of motion . 28 3.2 Application to precession of Mercury . 33 4 Gravitational Waves and the Hulse-Taylor Binary 38 4.1 Transverse-traceless potentials and polarisations . 38 4.2 Particular gravitational wave fields . 42 4.3 Effect of gravitational waves on space-time . 46 4.4 Quadrupole formula . 48 4.5 Application to Hulse-Taylor binary . 52 4.6 Beyond the Quadrupole formula . 56 5 Concluding Remarks 58 A Appendix 63 A.1 Solving the Wave Equation . 63 A.2 Angular STF Tensors and Spherical Averages . 64 A.3 Evaluation of a 1PN surface integral . 65 A.4 Details of Quadrupole formula derivation . 66 1 Chapter 1 Introduction Einstein's General theory of relativity [1] was a bold departure from the widely successful Newtonian theory. Unlike the Newtonian theory written in terms of fields, gravitation is a geometric phenomena, with space and time forming a space-time manifold that is deformed by the presence of matter and energy. The deformation of this differentiable manifold is characterised by a symmetric metric, and freely falling (not acted on by exter- nal forces) particles will move along geodesics of this manifold as determined by the metric.
    [Show full text]
  • Chapter 04 Rotational Motion
    Chapter 04 Rotational Motion P. J. Grandinetti Chem. 4300 P. J. Grandinetti Chapter 04: Rotational Motion Angular Momentum Angular momentum of particle with respect to origin, O, is given by l⃗ = ⃗r × p⃗ Rate of change of angular momentum is given z by cross product of ⃗r with applied force. p m dl⃗ dp⃗ = ⃗r × = ⃗r × F⃗ = ⃗휏 r dt dt O y Cross product is defined as applied torque, ⃗휏. x Unlike linear momentum, angular momentum depends on origin choice. P. J. Grandinetti Chapter 04: Rotational Motion Conservation of Angular Momentum Consider system of N Particles z m5 m 2 Rate of change of angular momentum is m3 ⃗ ∑N l⃗ ∑N ⃗ m1 dL d 훼 dp훼 = = ⃗r훼 × dt dt dt 훼=1 훼=1 y which becomes m4 x ⃗ ∑N dL ⃗ net = ⃗r훼 × F dt 훼 Total angular momentum is 훼=1 ∑N ∑N ⃗ ⃗ L = l훼 = ⃗r훼 × p⃗훼 훼=1 훼=1 P. J. Grandinetti Chapter 04: Rotational Motion Conservation of Angular Momentum ⃗ ∑N dL ⃗ net = ⃗r훼 × F dt 훼 훼=1 Taking an earlier expression for a system of particles from chapter 1 ∑N ⃗ net ⃗ ext ⃗ F훼 = F훼 + f훼훽 훽=1 훽≠훼 we obtain ⃗ ∑N ∑N ∑N dL ⃗ ext ⃗ = ⃗r훼 × F + ⃗r훼 × f훼훽 dt 훼 훼=1 훼=1 훽=1 훽≠훼 and then obtain 0 > ⃗ ∑N ∑N ∑N dL ⃗ ext ⃗ rd ⃗ ⃗ = ⃗r훼 × F + ⃗r훼 × f훼훽 double sum disappears from Newton’s 3 law (f = *f ) dt 훼 12 21 훼=1 훼=1 훽=1 훽≠훼 P.
    [Show full text]
  • Analytical Mechanics
    A Guided Tour of Analytical Mechanics with animations in MAPLE Rouben Rostamian Department of Mathematics and Statistics UMBC [email protected] December 2, 2018 ii Contents Preface vii 1 An introduction through examples 1 1.1 ThesimplependulumàlaNewton ...................... 1 1.2 ThesimplependulumàlaEuler ....................... 3 1.3 ThesimplependulumàlaLagrange.. .. .. ... .. .. ... .. .. .. 3 1.4 Thedoublependulum .............................. 4 Exercises .......................................... .. 6 2 Work and potential energy 9 Exercises .......................................... .. 12 3 A single particle in a conservative force field 13 3.1 The principle of conservation of energy . ..... 13 3.2 Thescalarcase ................................... 14 3.3 Stability....................................... 16 3.4 Thephaseportraitofasimplependulum . ... 16 Exercises .......................................... .. 17 4 TheKapitsa pendulum 19 4.1 Theinvertedpendulum ............................. 19 4.2 Averaging out the fast oscillations . ...... 19 4.3 Stabilityanalysis ............................... ... 22 Exercises .......................................... .. 23 5 Lagrangian mechanics 25 5.1 Newtonianmechanics .............................. 25 5.2 Holonomicconstraints............................ .. 26 5.3 Generalizedcoordinates .......................... ... 29 5.4 Virtual displacements, virtual work, and generalized force....... 30 5.5 External versus reaction forces . ..... 32 5.6 The equations of motion for a holonomic system . ...
    [Show full text]
  • Fundamental Governing Equations of Motion in Consistent Continuum Mechanics
    Fundamental governing equations of motion in consistent continuum mechanics Ali R. Hadjesfandiari, Gary F. Dargush Department of Mechanical and Aerospace Engineering University at Buffalo, The State University of New York, Buffalo, NY 14260 USA [email protected], [email protected] October 1, 2018 Abstract We investigate the consistency of the fundamental governing equations of motion in continuum mechanics. In the first step, we examine the governing equations for a system of particles, which can be considered as the discrete analog of the continuum. Based on Newton’s third law of action and reaction, there are two vectorial governing equations of motion for a system of particles, the force and moment equations. As is well known, these equations provide the governing equations of motion for infinitesimal elements of matter at each point, consisting of three force equations for translation, and three moment equations for rotation. We also examine the character of other first and second moment equations, which result in non-physical governing equations violating Newton’s third law of action and reaction. Finally, we derive the consistent governing equations of motion in continuum mechanics within the framework of couple stress theory. For completeness, the original couple stress theory and its evolution toward consistent couple stress theory are presented in true tensorial forms. Keywords: Governing equations of motion, Higher moment equations, Couple stress theory, Third order tensors, Newton’s third law of action and reaction 1 1. Introduction The governing equations of motion in continuum mechanics are based on the governing equations for systems of particles, in which the effect of internal forces are cancelled based on Newton’s third law of action and reaction.
    [Show full text]