PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications. Errata Last update: August 2012

Size: px
Start display at page:

Download "PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications. Errata Last update: August 2012"

Transcription

1 PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications Errata Last update: August 202 During the preparation of this tetbook, a great deal of attention was paid to minimize the number of errors that normall occur either in the preparation phase or in the publication phase of a book. Despite that effort, some errors in the manuscript were not detected, as well as other errors that appeared during the publication phase. As such errors become known, the will be reported in this document. This document will be updated as soon as new errors are found. Please refer to the date that appears on the link when ou download, which reflects the date of the last update. The corrections will be listed chronologicall based on their reported dates. This should make it easier for the reader to locate the corrected errors since the last download. A note to the reader: If ou come across an errors, please inform the author b sending an to pen@ .arizona.edu. Thank ou! Page 6; line 5 from the bottom Januar 2009 Change O to B. Attaching a Cartesian reference frame - at B, Page 39; Eample 2.9, 4th line Januar 2009 Replace the second equation with the following equation: Φ 2 = Page 44; Problem 2. Januar 2009 Over-score. appears incorrectl on several Φ s. Make the following changes: In the problem statement: Φ = z + z 2 4z z z 2 (a)... Φ q... (c)... Φ = Φ q q. Page 45; Problem 2.22(a) August 202 Change q = { φ 2 2 to: { } q = φ 2 2 φ 2

2 Page 50; Figure 3.4 Januar 2009 Change the vector component along the -ais from s (ξ) to: s ( ) Page 77; 2nd line Januar 2009 Change Fig. 3.5 to: Fig. 4.3 Page 94; line 3 Januar 2009 % Define spring-damper-actiator constants % Define spring-damper-actuator constants Page 95; equation in the middle of the page Januar 2009 Correct the number in (s,d,a) f = to: (s,d,a) f = Page 99; Equation (4.4), line following equation, and Eq. (4.42) Januar 202 Lambda should be in bold-face: (c) f = D λ (4.4) where λ is an (c) h = D λ (4.42) Page 32; in the middle of the page Januar 2009 Revise the first line of the Jacobian matri in function D to: D = [ jac_j_aq z2 z2 Page 32; near the bottom December 2007 Revise the first line of the MATLAB file to: function gamma = PC_MP_gamma(dees_d) Page 33; near the top Januar 2009 Revise the entries for gamma arra to: gamma = Page 33; near the bottom December 2007 Revise the first and the fourth lines of the MATLAB file to: % file name: PC_FS_A.m % Film Strip Advancer clear all addpath Basics PC_Basics PC_AA Planar Multibod Dnamics: Errata 2

3 Page 36; Figure (d) for Problem 5.3 Januar 2009 The distance b on the figure is misplaced. Replace the figure with the one shown here. b a Page 45; Figure 6.2 Januar 2009 Remove reaction force from (b). O O O (c) f A,B (c ) f B,A A B A B A (a) (b) (c) B Page 48; first line in the first program Januar 2009 % Append to the file P_MP % Append to the file PC_MP Page 49; middle of the page December 2007 Change the MATLAB statement M_diag = to: M = Page 77; second paragraph, first line December 2009 Change joint-coordinate to: point-coordinate Page 26; line 6 in the M-file function Phi = BC_Phi November 2009 Change the line d = r_p{3} - r_p{5}; to: d = r_p{4} - r_p{5}; Page 27; lines & 6 in the M-file function gamma = BC_MP_A_gamma November 2009 Change the line function gamma = BC_MP_A_gamma to: function gamma = BC_gamma Change the line d = r_p{3} - r_p{5}; d_d = r_p_d{3} - r_p_d{5}; to: d = r_p{4} - r_p{5}; d_d = r_p_d{4} - r_p_d{5}; Planar Multibod Dnamics: Errata 3

4 Page 226; Problem 7.9, (a) Januar 2009 Change in term of to in terms of Page 234; middle of the page Januar 202 Change (Eqs. [4.22] to [5.25]) to (Eqs. [4.22] to [5.27]) Page 246; line following Eq. (8.25) Januar 202 Change are the sub-jacobians of to are the transpose of the sub-jacobians of Page 255; Problem 8.8, first line Januar 2009 Change a pin join to a pin joint Page 265; Figure 9.5(b) Januar 202 Add the - aes and the angle φ to the figure: A θ u ξ φ θ 2 ξ 2 Page 266; Equations (9.6) and (9.7) March 202 Both equations require correction. Correct the equations to: r r 0 r 0 φ 0 = θ r 2 r 2 u θ θ 2 r 2 u (9.6) θ 2 φ r B = r (9.7) 2 u 0 0 Planar Multibod Dnamics: Errata 4

5 Page 277; Equation (9.23) November 200 Second and fourth lines have errors. Correct the equation to: * Φ = * Dc + * Dc = * D(B θ + B θ) + * DBθ = D θ + ( * D B + * DB) θ = D θ + D θ = 0 Page 278; Equation (9.25) November 200 The equation is in error. Correct it to: D θ = γ Page 278; Equation (9.26) November 200 First, second and third lines have errors. Correct the equation to: γ = D θ = * D B θ * Dc = * D B θ + * γ Page 298; Last equation March 202 B contains errors. Correct the equation to: r B = r 2 u 0 0 Page 299; Equation (0.9) March 202 This equation contains errors. Correct the equation to: h = B (h M B θ) f + w m r θ r r2 n = 0 0 u 0 f 2 + w 2 m 2 ( r 2 θ + u d2 ) 0 r (f + w m r θ ) + n + r 2 f 2 + w 2 m 2 ( r 2 θ + u d2 ( )) = u f 2 + w 2 m 2 ( ( r 2 θ + u d2 )) (0.9) Page 300; middle of the page December 2007 Change the listed values for h_joint = to: h_joint = Planar Multibod Dnamics: Errata 5

6 Page 324; following the first two lines Januar 202 Change record(:5,:) = to: record(:5,:6) Page 335; Problem.8 December 2007 Change the last line to: (c) Appl the bod coordinate Page 337; Problem.2, fourth line December 2007 Change in Problem.9 to: in Problem.20. Page 344; third line Januar 2009 Change Eqs. (2.6) and (2.9) to: Eqs. (2.6) and (2.9) Page 35; Problem 2., first line December 2007 Change Refer to Problem.3 to: Refer to Problem.4. Page 35; Problem 2.2, first line December 2007 Change Refer to Problem.4 to: Refer to Problem.5. Page 35; Problem 2.3, first line December 2007 Change Refer to Problem.9 to: Refer to Problem.20. Page 35; Problem 2.4, first line December 2007 Change Refer to Problem.20 to: Refer to Problem.2. Page 359; third M-file December 2007 Change the first line of the MATLAB file to: function z_d = E_3_3(t, z) Pages ; the M-file that starts on page December There are several misprint and programming errors in this file. The last two lines that appear on page 367 should be removed. Change the global and the mass matri statements. Add the gravitational constant. There should be no separation line before the % Set time parameters statement. clear all addpath Basics PC_Basics global k_ L 0 d_c_ m_a m_b g r_o M M_arra % Define particle masses and spring-damper characteristics m_a = 3; m_b = 4; ; g = 9.8; k_ = 50; L 0 =.; d_c_ = 20; % Initial velues for coordinates and velocities Planar Multibod Dnamics: Errata 6

7 r_a = [0.5; -]; r_a_d = [0.0; 0.0]; r_o = [0; 0]; r_b = [2; -]; r_b_d = [0.0; 0.0]; % Construct the mass matri (arra) M_arra = [m_a; m_a; m_b; m_b]; M = diag(m_arra); % Initialize z arra z = [r_a; r_b; r_a_d; r_b_d]; % Set time parameters Tspan = [0.0:0.04:.0]; % Integrate [T, zt] = ode45(@e_3_6, Tspan, z); % Animation nt = size(t); plot_trace(nt, r_o, zt) Page 368; the second M-file December 2007 Revise the global statement: function z_d = E_3_6(t, z) global k_ L 0 d_c_ m_a m_b g r_o M M_arra... Page 369; Figure 3.4 December 2007 Due to the errors in the M-file as has been described in Corrections 2 and 3, the figure should be replaced. Page 372; middle of the page December 2007 Add the following short phrase to the end of the paragraph before the M-file function h = BC_h:... b invoking the function BC_radial which is saved in the folder BC_Basics. Page 397; third line of the program November 200 Revise the line c_d = D_all\rhsv; to c_d = [D; D_driver]\rhsv; Planar Multibod Dnamics: Errata 7

PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications. Errata Last update: November 2014

PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications. Errata Last update: November 2014 PLANAR MULTIBODY DYNAMICS Formulation, Programming, and Applications Errata Last update: November 204 During the preparation of this tetbook, a great deal of attention was paid to minimize the number of

More information

Chapter 6: Structural Analysis

Chapter 6: Structural Analysis Chapter 6: Structural Analysis APPLICATIONS Trusses are commonly used to support a roof. For a given truss geometry and load, how can we determine the forces in the truss members and select their sizes?

More information

Engineering Mechanics: Statics STRUCTURAL ANALYSIS. by Dr. Ibrahim A. Assakkaf SPRING 2007 ENES 110 Statics

Engineering Mechanics: Statics STRUCTURAL ANALYSIS. by Dr. Ibrahim A. Assakkaf SPRING 2007 ENES 110 Statics CHAPTER Engineering Mechanics: Statics STRUCTURAL ANALYSIS College of Engineering Department of Mechanical Engineering Tenth Edition 6a by Dr. Ibrahim A. Assakkaf SPRING 2007 ENES 110 Statics Department

More information

Lecture 5: 3-D Rotation Matrices.

Lecture 5: 3-D Rotation Matrices. 3.7 Transformation Matri and Stiffness Matri in Three- Dimensional Space. The displacement vector d is a real vector entit. It is independent of the frame used to define it. d = d i + d j + d k = dˆ iˆ+

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

1 HOMOGENEOUS TRANSFORMATIONS

1 HOMOGENEOUS TRANSFORMATIONS HOMOGENEOUS TRANSFORMATIONS Purpose: The purpose of this chapter is to introduce ou to the Homogeneous Transformation. This simple 4 4 transformation is used in the geometr engines of CAD sstems and in

More information

ON THE INTERPRETATION OF THE LAGRANGE MULTIPLIERS IN THE CONSTRAINT FORMULATION OF CONTACT PROBLEMS; OR WHY ARE SOME MULTIPLIERS ALWAYS ZERO?

ON THE INTERPRETATION OF THE LAGRANGE MULTIPLIERS IN THE CONSTRAINT FORMULATION OF CONTACT PROBLEMS; OR WHY ARE SOME MULTIPLIERS ALWAYS ZERO? Proceedings of the ASME 214 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 214 August 17-2, 214, Buffalo, New York, USA DETC214-3479

More information

Rigid Body Transforms-3D. J.C. Dill transforms3d 27Jan99

Rigid Body Transforms-3D. J.C. Dill transforms3d 27Jan99 ESC 489 3D ransforms 1 igid Bod ransforms-3d J.C. Dill transforms3d 27Jan99 hese notes on (2D and) 3D rigid bod transform are currentl in hand-done notes which are being converted to this file from that

More information

Kinematics. Félix Monasterio-Huelin, Álvaro Gutiérrez & Blanca Larraga. September 5, Contents 1. List of Figures 1.

Kinematics. Félix Monasterio-Huelin, Álvaro Gutiérrez & Blanca Larraga. September 5, Contents 1. List of Figures 1. Kinematics Féli Monasterio-Huelin, Álvaro Gutiérre & Blanca Larraga September 5, 2018 Contents Contents 1 List of Figures 1 List of Tables 2 Acronm list 3 1 Degrees of freedom and kinematic chains of rigid

More information

Robotics I June 11, 2018

Robotics I June 11, 2018 Exercise 1 Robotics I June 11 018 Consider the planar R robot in Fig. 1 having a L-shaped second link. A frame RF e is attached to the gripper mounted on the robot end effector. A B y e C x e Figure 1:

More information

INSTRUCTIONS TO CANDIDATES:

INSTRUCTIONS TO CANDIDATES: NATIONAL NIVERSITY OF SINGAPORE FINAL EXAMINATION FOR THE DEGREE OF B.ENG ME 444 - DYNAMICS AND CONTROL OF ROBOTIC SYSTEMS October/November 994 - Time Allowed: 3 Hours INSTRCTIONS TO CANDIDATES:. This

More information

Exercise 1b: Differential Kinematics of the ABB IRB 120

Exercise 1b: Differential Kinematics of the ABB IRB 120 Exercise 1b: Differential Kinematics of the ABB IRB 120 Marco Hutter, Michael Blösch, Dario Bellicoso, Samuel Bachmann October 5, 2016 Abstract The aim of this exercise is to calculate the differential

More information

PROJECT 1 DYNAMICS OF MACHINES 41514

PROJECT 1 DYNAMICS OF MACHINES 41514 PROJECT DYNAMICS OF MACHINES 454 Theoretical and Experimental Modal Analysis and Validation of Mathematical Models in Multibody Dynamics Ilmar Ferreira Santos, Professor Dr.-Ing., Dr.Techn., Livre-Docente

More information

AE/ME 339. K. M. Isaac Professor of Aerospace Engineering. December 21, 2001 topic13_grid_generation 1

AE/ME 339. K. M. Isaac Professor of Aerospace Engineering. December 21, 2001 topic13_grid_generation 1 AE/ME 339 Professor of Aerospace Engineering December 21, 2001 topic13_grid_generation 1 The basic idea behind grid generation is the creation of the transformation laws between the phsical space and the

More information

Moving Reference Frame Kinematics Homework

Moving Reference Frame Kinematics Homework Chapter 3 Moving Reference Frame Kinematics Homework Freeform c 2016 3-1 3-2 Freeform c 2016 Homework 3. Given: n L-shaped telescoping arm is pinned to ground at point. The arm is rotating counterclockwise

More information

Errata list for An Introduction to Modern Astrophysics, c2007 Second Edition (second printing or later) February 23, 2010

Errata list for An Introduction to Modern Astrophysics, c2007 Second Edition (second printing or later) February 23, 2010 Errata list for An Introduction to Modern Astrophysics, c2007 Second Edition (second printing or later) February 23, 2010 To determine the printing of your text, look on page ii (the page following the

More information

ENGR-1100 Introduction to Engineering Analysis. Lecture 19

ENGR-1100 Introduction to Engineering Analysis. Lecture 19 ENGR-1100 Introduction to Engineering Analysis Lecture 19 SIMPLE TRUSSES, THE METHOD OF JOINTS, & ZERO-FORCE MEMBERS Today s Objectives: Students will be able to: In-Class Activities: a) Define a simple

More information

SRSD 2093: Engineering Mechanics 2SRRI SECTION 19 ROOM 7, LEVEL 14, MENARA RAZAK

SRSD 2093: Engineering Mechanics 2SRRI SECTION 19 ROOM 7, LEVEL 14, MENARA RAZAK SRSD 2093: Engineering Mechanics 2SRRI SECTION 19 ROOM 7, LEVEL 14, MENARA RAZAK SIMPLE TRUSSES, THE METHOD OF JOINTS, & ZERO-FORCE MEMBERS Today s Objectives: Students will be able to: a) Define a simple

More information

APPLIED MECHANICS I Resultant of Concurrent Forces Consider a body acted upon by co-planar forces as shown in Fig 1.1(a).

APPLIED MECHANICS I Resultant of Concurrent Forces Consider a body acted upon by co-planar forces as shown in Fig 1.1(a). PPLIED MECHNICS I 1. Introduction to Mechanics Mechanics is a science that describes and predicts the conditions of rest or motion of bodies under the action of forces. It is divided into three parts 1.

More information

Errata Dynamic General Equilibrium Modelling, Springer: Berlin August 2015

Errata Dynamic General Equilibrium Modelling, Springer: Berlin August 2015 Errata Dynamic General Equilibrium Modelling, Springer: Berlin 2005 17 August 2015 Chapter 1.1 p. 9/10: Figure 1.1 was computed for the parameter values T = 59, α = 0.50, and ρ = 0.35 and not as stated

More information

Transformation of kinematical quantities from rotating into static coordinate system

Transformation of kinematical quantities from rotating into static coordinate system Transformation of kinematical quantities from rotating into static coordinate sstem Dimitar G Stoanov Facult of Engineering and Pedagog in Sliven, Technical Universit of Sofia 59, Bourgasko Shaussee Blvd,

More information

To show how to determine the forces in the members of a truss using the method of joints and the method of sections.

To show how to determine the forces in the members of a truss using the method of joints and the method of sections. 5 Chapter Objectives To show how to determine the forces in the members of a truss using the method of joints and the method of sections. To analyze the forces acting on the members of frames and machines

More information

CS-184: Computer Graphics. Today

CS-184: Computer Graphics. Today CS-184: Computer Graphics Lecture #3: 2D Transformations Prof. James O Brien Universit of California, Berkele V2006-S-03-1.0 Toda 2D Transformations Primitive Operations Scale, Rotate, Shear, Flip, Translate

More information

TENSOR TRANSFORMATION OF STRESSES

TENSOR TRANSFORMATION OF STRESSES GG303 Lecture 18 9/4/01 1 TENSOR TRANSFORMATION OF STRESSES Transformation of stresses between planes of arbitrar orientation In the 2-D eample of lecture 16, the normal and shear stresses (tractions)

More information

Chapter 5: Equilibrium of a Rigid Body

Chapter 5: Equilibrium of a Rigid Body Chapter 5: Equilibrium of a Rigid Body Develop the equations of equilibrium for a rigid body Concept of the free-body diagram for a rigid body Solve rigid-body equilibrium problems using the equations

More information

DYNAMICS OF MACHINERY 41514

DYNAMICS OF MACHINERY 41514 DYNAMICS OF MACHINERY 454 PROJECT : Theoretical and Experimental Modal Analysis and Validation of Mathematical Models in Multibody Dynamics Holistic Overview of the Project Steps & Their Conceptual Links

More information

Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints)

Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints) Page Number Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints) Description of Correction Mechanics of Materials, 8e James M. Gere & Barry J. Goodno ISBN: 9781111577735 11 Figure

More information

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations MTHSC 3110 Section 2.1 Matrix Operations Notation Let A be an m n matrix, that is, m rows and n columns. We ll refer to the entries of A by their row and column indices. The entry in the i th row and j

More information

Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage.

Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage. Errata for Warner, R. M. (2008). Applied Statistics: From bivariate through multivariate techniques. Thousand Oaks: Sage. Most recent update: March 4, 2009 Please send information about any errors in the

More information

Statics: Lecture Notes for Sections

Statics: Lecture Notes for Sections Chapter 6: Structural Analysis Today s Objectives: Students will be able to: a) Define a simple truss. b) Determine the forces in members of a simple truss. c) Identify zero-force members. READING QUIZ

More information

Engineering Mathematics 2018 : MA6151

Engineering Mathematics 2018 : MA6151 Engineering Mathematics 08 NAME OF THE SUBJECT : Mathematics I SUBJECT CODE : MA65 NAME OF THE METERIAL : Part A questions REGULATION : R 03 WEBSITE : wwwhariganeshcom UPDATED ON : November 07 TEXT BOOK

More information

Conservation of Linear Momentum for a Differential Control Volume

Conservation of Linear Momentum for a Differential Control Volume Conservation of Linear Momentum for a Differential Control Volume When we applied the rate-form of the conservation of mass equation to a differential control volume (open sstem in Cartesian coordinates,

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

Multi-body Singularity Equations IRI Technical Report

Multi-body Singularity Equations IRI Technical Report IRI-TR-10-02 Multi-body Singularity Equations IRI Technical Report On how to obtain the equations for computation with CUIK O. Bohigas-Nadal L. Ros Abstract This technical report explains how to obtain

More information

Exam 2 October 17, 2013

Exam 2 October 17, 2013 Exam 2 Instructions: You have 60 minutes to complete this exam. This is a closed-book, closed-notes exam. You are allowed to use an approved calculator during the exam. Usage of mobile phones and other

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

Analog Circuit Design Discrete & Integrated

Analog Circuit Design Discrete & Integrated This document contains the Errata for the textbook Analog Circuit Design Discrete & Integrated The Hardcover Edition (shown below at the left and published by McGraw-Hill Education) was preceded by a Spiral-Bound

More information

1.2 Driver file fan_driver.m some of the values that are set in this file are not used until later parts of the problem global r r2 rg lthg; global iw

1.2 Driver file fan_driver.m some of the values that are set in this file are not used until later parts of the problem global r r2 rg lthg; global iw HW 8, matlab solution Nathan Barton October 27, 1999 1 Problem 4 The matlab files for the solution are given below. First is the output from the driver file, followed by thedriver file itself and then

More information

MEAM 520. More Velocity Kinematics

MEAM 520. More Velocity Kinematics MEAM 520 More Velocity Kinematics Katherine J. Kuchenbecker, Ph.D. General Robotics, Automation, Sensing, and Perception Lab (GRASP) MEAM Department, SEAS, University of Pennsylvania Lecture 12: October

More information

Figure 1. A planar mechanism. 1

Figure 1. A planar mechanism. 1 ME 352 - Machine Design I Summer Semester 201 Name of Student Lab Section Number EXAM 1. OPEN BOOK AND CLOSED NOTES. Wednesday, July 2nd, 201 Use the blank paper provided for your solutions. Write on one

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

ANALYTICAL GEOMETRY Revision of Grade 10 Analytical Geometry

ANALYTICAL GEOMETRY Revision of Grade 10 Analytical Geometry ANALYTICAL GEOMETRY Revision of Grade 10 Analtical Geometr Let s quickl have a look at the analtical geometr ou learnt in Grade 10. 8 LESSON Midpoint formula (_ + 1 ;_ + 1 The midpoint formula is used

More information

Numerical Methods for Engineers, Second edition: Chapter 1 Errata

Numerical Methods for Engineers, Second edition: Chapter 1 Errata Numerical Methods for Engineers, Second edition: Chapter 1 Errata 1. p.2 first line, remove the Free Software Foundation at 2. p.2 sixth line of the first proper paragraph, fe95.res should be replaced

More information

I xx + I yy + I zz = (y 2 + z 2 )dm + (x 2 + y 2 )dm. (x 2 + z 2 )dm + (x 2 + y 2 + z 2 )dm = 2

I xx + I yy + I zz = (y 2 + z 2 )dm + (x 2 + y 2 )dm. (x 2 + z 2 )dm + (x 2 + y 2 + z 2 )dm = 2 9196_1_s1_p095-0987 6/8/09 1:09 PM Page 95 010 Pearson Education, Inc., Upper Saddle River, NJ. ll rights reserved. This material is protected under all copright laws as the currentl 1 1. Show that the

More information

ME451 Kinematics and Dynamics of Machine Systems

ME451 Kinematics and Dynamics of Machine Systems ME451 Kinematics and Dynamics of Machine Systems Cam-Follower Constraints 3.3 Driving Constraints 3.5 October 11, 2011 Dan Negrut, 2011 ME451, UW-Madison "Computers are useless. They can only give you

More information

Dynamics of multiple pendula without gravity

Dynamics of multiple pendula without gravity Chaotic Modeling and Simulation (CMSIM) 1: 57 67, 014 Dnamics of multiple pendula without gravit Wojciech Szumiński Institute of Phsics, Universit of Zielona Góra, Poland (E-mail: uz88szuminski@gmail.com)

More information

Rigid and Braced Frames

Rigid and Braced Frames RH 331 Note Set 12.1 F2014abn Rigid and raced Frames Notation: E = modulus of elasticit or Young s modulus F = force component in the direction F = force component in the direction FD = free bod diagram

More information

Introduction to Mechanics Vectors in 2 Dimensions

Introduction to Mechanics Vectors in 2 Dimensions Introduction to Mechanics Vectors in 2 Dimensions Lana heridan De Anza College Jan 29, 2018 Last time inertia freel falling objects acceleration due to gravit verview vectors in 2 dimensions some trigonometr

More information

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1.

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1. Thursda, November 5 Green s Theorem Green s Theorem is a 2-dimensional version of the Fundamental Theorem of alculus: it relates the (integral of) a vector field F on the boundar of a region to the integral

More information

Linear Algebra II (finish from last time) Root finding

Linear Algebra II (finish from last time) Root finding Lecture 5: Topics: Linear lgebra II (finish from last time) Root finding -Cross product of two vectors -Finding roots of linear equations -Finding roots of nonlinear equations HW: HW 1, Part 3-4 given

More information

CO-ORDINATE GEOMETRY. 1. Find the points on the y axis whose distances from the points (6, 7) and (4,-3) are in the. ratio 1:2.

CO-ORDINATE GEOMETRY. 1. Find the points on the y axis whose distances from the points (6, 7) and (4,-3) are in the. ratio 1:2. UNIT- CO-ORDINATE GEOMETRY Mathematics is the tool specially suited for dealing with abstract concepts of any ind and there is no limit to its power in this field.. Find the points on the y axis whose

More information

Chapter 5 Equilibrium of a Rigid Body Objectives

Chapter 5 Equilibrium of a Rigid Body Objectives Chapter 5 Equilibrium of a Rigid Bod Objectives Develop the equations of equilibrium for a rigid bod Concept of the free-bod diagram for a rigid bod Solve rigid-bod equilibrium problems using the equations

More information

Name of the Student:

Name of the Student: Engineering Mathematics 016 SUBJECT NAME : Engineering Mathematics - I SUBJECT CODE : MA111 MATERIAL NAME : Universit Questions REGULATION : R008 WEBSITE : wwwhariganeshcom UPDATED ON : Januar 016 TEXTBOOK

More information

Errata for Instructor s Solutions Manual for Gravity, An Introduction to Einstein s General Relativity 1st printing

Errata for Instructor s Solutions Manual for Gravity, An Introduction to Einstein s General Relativity 1st printing Errata for Instructor s Solutions Manual for Gravity, An Introduction to Einstein s General Relativity st printing Updated 7/7/003 (hanks to Scott Fraser who provided almost all of these.) Statement of

More information

CS 335 Graphics and Multimedia. 2D Graphics Primitives and Transformation

CS 335 Graphics and Multimedia. 2D Graphics Primitives and Transformation C 335 Graphics and Multimedia D Graphics Primitives and Transformation Basic Mathematical Concepts Review Coordinate Reference Frames D Cartesian Reference Frames (a) (b) creen Cartesian reference sstems

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Dr Gerhard Roth COMP 40A Winter 05 Version Linear algebra Is an important area of mathematics It is the basis of computer vision Is very widely taught, and there are many resources

More information

Probability: Review. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics

Probability: Review. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics robabilit: Review ieter Abbeel UC Berkele EECS Man slides adapted from Thrun Burgard and Fo robabilistic Robotics Wh probabilit in robotics? Often state of robot and state of its environment are unknown

More information

k is a product of elementary matrices.

k is a product of elementary matrices. Mathematics, Spring Lecture (Wilson) Final Eam May, ANSWERS Problem (5 points) (a) There are three kinds of elementary row operations and associated elementary matrices. Describe what each kind of operation

More information

Statics: Lecture Notes for Sections 10.1,10.2,10.3 1

Statics: Lecture Notes for Sections 10.1,10.2,10.3 1 Chapter 10 MOMENTS of INERTIA for AREAS, RADIUS OF GYRATION Today s Objectives: Students will be able to: a) Define the moments of inertia (MoI) for an area. b) Determine the MoI for an area by integration.

More information

Example: Inverted pendulum on cart

Example: Inverted pendulum on cart Chapter 11 Eample: Inverted pendulum on cart The figure to the right shows a rigid body attached by an frictionless pin (revolute) joint to a cart (modeled as a particle). Thecart slides on a horizontal

More information

Matrix Mathematics. Errata and Addenda for the Second Edition. Dennis S. Bernstein February 13, 2014

Matrix Mathematics. Errata and Addenda for the Second Edition. Dennis S. Bernstein February 13, 2014 Matrix Mathematics Errata and Addenda for the Second Edition Dennis S. Bernstein dsbaero@umich.edu February 13, 2014 This document contains an updated list of errata for the second edition of Matrix Mathematics.

More information

ROBOTICS Laboratory Problem 02

ROBOTICS Laboratory Problem 02 ROBOTICS 2015-2016 Laboratory Problem 02 Basilio Bona DAUIN PoliTo Problem formulation The planar system illustrated in Figure 1 consists of a cart C sliding with or without friction along the horizontal

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

Miscellaneous (dimension, angle, etc.) - black [pencil] Use different colors in diagrams. Body outline - blue [black] Vector

Miscellaneous (dimension, angle, etc.) - black [pencil] Use different colors in diagrams. Body outline - blue [black] Vector 1. Sstems of orces & s 2142111 Statics, 2011/2 Department of Mechanical Engineering, Chulalongkorn Uniersit bjecties Students must be able to Course bjectie Analze a sstem of forces and moments Chapter

More information

2D Geometric Transformations. (Chapter 5 in FVD)

2D Geometric Transformations. (Chapter 5 in FVD) 2D Geometric Transformations (Chapter 5 in FVD) 2D geometric transformation Translation Scaling Rotation Shear Matri notation Compositions Homogeneous coordinates 2 2D Geometric Transformations Question:

More information

SIMPLE TRUSSES, THE METHOD OF JOINTS, & ZERO-FORCE MEMBERS

SIMPLE TRUSSES, THE METHOD OF JOINTS, & ZERO-FORCE MEMBERS SIMPLE TRUSSES, THE METHOD OF JOINTS, & ZERO-FORCE MEMBERS Today s Objectives: Students will be able to: a) Define a simple truss. b) Determine the forces in members of a simple truss. c) Identify zero-force

More information

Dealing with Rotating Coordinate Systems Physics 321. (Eq.1)

Dealing with Rotating Coordinate Systems Physics 321. (Eq.1) Dealing with Rotating Coordinate Systems Physics 321 The treatment of rotating coordinate frames can be very confusing because there are two different sets of aes, and one set of aes is not constant in

More information

3. ANALYTICAL KINEMATICS

3. ANALYTICAL KINEMATICS In planar mechanisms, kinematic analysis can be performed either analytically or graphically In this course we first discuss analytical kinematic analysis nalytical kinematics is based on projecting the

More information

1.1 The Equations of Motion

1.1 The Equations of Motion 1.1 The Equations of Motion In Book I, balance of forces and moments acting on an component was enforced in order to ensure that the component was in equilibrium. Here, allowance is made for stresses which

More information

Dynamics and control of mechanical systems

Dynamics and control of mechanical systems JU 18/HL Dnamics and control of mechanical sstems Date Da 1 (3/5) 5/5 Da (7/5) Da 3 (9/5) Da 4 (11/5) Da 5 (14/5) Da 6 (16/5) Content Revie of the basics of mechanics. Kinematics of rigid bodies coordinate

More information

Infinitesimal Rotations

Infinitesimal Rotations Universit of Connecticut DigitalCommons@UConn Chemistr Education Materials Department of Chemistr Januar 007 Infinitesimal Rotations Carl W. David Universit of Connecticut, Carl.David@uconn.edu Follow

More information

Final exam.

Final exam. EE364a Convex Optimization I March 14 15 or March 15 16, 2008. Prof. S. Boyd Final exam You may use any books, notes, or computer programs (e.g., Matlab, cvx), but you may not discuss the exam with anyone

More information

Transformations. Chapter D Transformations Translation

Transformations. Chapter D Transformations Translation Chapter 4 Transformations Transformations between arbitrary vector spaces, especially linear transformations, are usually studied in a linear algebra class. Here, we focus our attention to transformation

More information

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via.

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via. Matrix Arithmetic There is an arithmetic for matrices that can be viewed as extending the arithmetic we have developed for vectors to the more general setting of rectangular arrays: if A and B are m n

More information

Mathematics of Cryptography Part I

Mathematics of Cryptography Part I CHAPTER 2 Mathematics of Crptograph Part I (Solution to Practice Set) Review Questions 1. The set of integers is Z. It contains all integral numbers from negative infinit to positive infinit. The set of

More information

Identification of muscle forces in human lower limbs during sagittal plane movements Part I: Human body modelling

Identification of muscle forces in human lower limbs during sagittal plane movements Part I: Human body modelling Acta of ioenineerin and iomechanics Vol. No. 00 Identification of muscle forces in human lower limbs durin saittal plane movements Part I: uman bod modellin WOJCIEC LAJER KRZYSZOF DZIEWIECKI ZENON MAZUR

More information

Errata for Robot Vision

Errata for Robot Vision Errata for Robot Vision This is a list of known nontrivial bugs in Robot Vision 1986 by B.K.P. Horn, MIT Press, Cambridge, MA ISBN 0-262-08159-8 and McGraw-Hill, New York, NY ISBN 0-07-030349-5. If you

More information

x 1 To help us here we invoke MacLaurin, 1 + t = 1 + t/2 + O(t 2 ) for small t, and write

x 1 To help us here we invoke MacLaurin, 1 + t = 1 + t/2 + O(t 2 ) for small t, and write On the Deormation o an Elastic Fiber We consider the case illustrated in Figure. The bold solid line is a iber in its reerence state. When we subject its two ends to the two orces, (, ) and (, ) the respective

More information

Statics and Strength of Materials For Architecture and Building Construction

Statics and Strength of Materials For Architecture and Building Construction Insstructor s Manual to accompan Statics and Strength of Materials For rchitecture and Building Construction Fourth Edition Barr S. Onoue Upper Saddle River, New Jerse Columbus, Ohio Copright 2012 b Pearson

More information

Octave. Tutorial. Daniel Lamprecht. March 26, Graz University of Technology. Slides based on previous work by Ingo Holzmann

Octave. Tutorial. Daniel Lamprecht. March 26, Graz University of Technology. Slides based on previous work by Ingo Holzmann Tutorial Graz University of Technology March 26, 2012 Slides based on previous work by Ingo Holzmann Introduction What is? GNU is a high-level interactive language for numerical computations mostly compatible

More information

hwhat is mechanics? hscalars and vectors hforces are vectors htransmissibility of forces hresolution of colinear forces hmoments and couples

hwhat is mechanics? hscalars and vectors hforces are vectors htransmissibility of forces hresolution of colinear forces hmoments and couples orces and Moments CIEG-125 Introduction to Civil Engineering all 2005 Lecture 3 Outline hwhat is mechanics? hscalars and vectors horces are vectors htransmissibilit of forces hresolution of colinear forces

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

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

Plane Trusses Trusses

Plane Trusses Trusses TRUSSES Plane Trusses Trusses- It is a system of uniform bars or members (of various circular section, angle section, channel section etc.) joined together at their ends by riveting or welding and constructed

More information

CHAPTER 8: Matrices and Determinants

CHAPTER 8: Matrices and Determinants (Exercises for Chapter 8: Matrices and Determinants) E.8.1 CHAPTER 8: Matrices and Determinants (A) means refer to Part A, (B) means refer to Part B, etc. Most of these exercises can be done without a

More information

Graphics Example: Type Setting

Graphics Example: Type Setting D Transformations Graphics Eample: Tpe Setting Modern Computerized Tpesetting Each letter is defined in its own coordinate sstem And positioned on the page coordinate sstem It is ver simple, m she thought,

More information

Midterm 1 revision source for MATH 227, Introduction to Linear Algebra

Midterm 1 revision source for MATH 227, Introduction to Linear Algebra Midterm revision source for MATH 227, Introduction to Linear Algebra 5 March 29, LJB page 2: Some notes on the Pearson correlation coefficient page 3: Practice Midterm Exam page 4: Spring 27 Midterm page

More information

DC-motor modelling and parameter identification

DC-motor modelling and parameter identification DC-motor modelling and parameter identification This version: November 1, 2017 Name: LERTEKNIK REG P-number: Date: AU T O MA RO TI C C O N T L Passed: LINKÖPING Chapter 1 Introduction The purpose of this

More information

Medical Imaging Signals and Systems Jerry L. Prince and Jonathan M. Links Upper Saddle River, NJ: Pearson Prentice Hall, 2006

Medical Imaging Signals and Systems Jerry L. Prince and Jonathan M. Links Upper Saddle River, NJ: Pearson Prentice Hall, 2006 i Medical Imaging Signals and Systems Jerry L. Prince and Jonathan M. Links Upper Saddle River, NJ: Pearson Prentice Hall, 2006 Errata, Version 1.02, August 8, 2006 This errata applies to the first printing

More information

Math Theory of Number Homework 1

Math Theory of Number Homework 1 Math 4050 Theory of Number Homework 1 Due Wednesday, 015-09-09, in class Do 5 of the following 7 problems. Please only attempt 5 because I will only grade 5. 1. Find all rational numbers and y satisfying

More information

ME 101: Engineering Mechanics

ME 101: Engineering Mechanics ME 0: Engineering Mechanics Rajib Kumar Bhattacharja Department of Civil Engineering ndian nstitute of Technolog Guwahati M Block : Room No 005 : Tel: 8 www.iitg.ernet.in/rkbc Area Moments of nertia Parallel

More information

Town of Taos Request for Proposal Historic Preservation GIS Geodatabase Project April 2007

Town of Taos Request for Proposal Historic Preservation GIS Geodatabase Project April 2007 Town of Taos Request for Proposal Historic Preservation GIS Geodatabase Project April 2007 1. Background The Town of Taos is requesting proposals from qualified firms or a team of firms who can develop

More information

Approach based on Cartesian coordinates

Approach based on Cartesian coordinates GraSMech course 2005-2006 Computer-aided analysis of rigid and flexible multibody systems Approach based on Cartesian coordinates Prof. O. Verlinden Faculté polytechnique de Mons Olivier.Verlinden@fpms.ac.be

More information

20k rad/s and 2 10k rad/s,

20k rad/s and 2 10k rad/s, ME 35 - Machine Design I Summer Semester 0 Name of Student: Lab Section Number: FINAL EXAM. OPEN BOOK AND CLOSED NOTES. Thursday, August nd, 0 Please show all your work for your solutions on the blank

More information

Advanced Introduction to Machine Learning: Homework 2 MLE, MAP and Naive Bayes

Advanced Introduction to Machine Learning: Homework 2 MLE, MAP and Naive Bayes 10-715 Advanced Introduction to Machine Learning: Homework 2 MLE, MAP and Naive Baes Released: Wednesda, September 12, 2018 Due: 11:59 p.m. Wednesda, September 19, 2018 Instructions Late homework polic:

More information

Dynamically Spring Balanced Slider-Crank Mechanism for Reciprocating Machines

Dynamically Spring Balanced Slider-Crank Mechanism for Reciprocating Machines SSRG International Journal of Mechanical Engineering (SSRG-IJME) volume Issue 6 June 015 Dnamicall Spring Balanced Slider-Crank Mechanism for Reciprocating Machines Doru Groza 1 Csaba Antona Department

More information

PROBLEMS In each of Problems 1 through 12:

PROBLEMS In each of Problems 1 through 12: 6.5 Impulse Functions 33 which is the formal solution of the given problem. It is also possible to write y in the form 0, t < 5, y = 5 e (t 5/ sin 5 (t 5, t 5. ( The graph of Eq. ( is shown in Figure 6.5.3.

More information

Space-Time Localized Radial Basis Function Collocation Methods for PDEs

Space-Time Localized Radial Basis Function Collocation Methods for PDEs Space-Time Localized Radial Basis Function Collocation Methods for PDEs Alfa Heryudono Department of Mathematics University of Massachusetts Dartmouth ICERM Topical Workshop Providence August 27 This research

More information

Robotics I. Test November 29, 2013

Robotics I. Test November 29, 2013 Exercise 1 [6 points] Robotics I Test November 9, 013 A DC motor is used to actuate a single robot link that rotates in the horizontal plane around a joint axis passing through its base. The motor is connected

More information

MATHEMATICS. r Statement I Statement II p q ~p ~q ~p q q p ~(p ~q) F F T T F F T F T T F T T F T F F T T T F T T F F F T T

MATHEMATICS. r Statement I Statement II p q ~p ~q ~p q q p ~(p ~q) F F T T F F T F T T F T T F T F F T T T F T T F F F T T MATHEMATICS Directions : Questions number to 5 are Assertion-Reason type questions. Each of these questions contains two statements : Statement- (Assertion) and Statement- (Reason). Each of these questions

More information