Assignment 3 - Kinematics Part 2#
Note
Submit your assignment as a single PDF, including plots and source code (if any). We expect academic honesty. Collaboration is encouraged, but must be declared. Any use of AI must be declared along with any other sources used. This is not an exam. Do your best and show that you put in effort and the assignment will be approved.
Problem 1 - Parameterizations of Rotations#
Fig. 9 ZYX Euler Angles as three successive rotations around the intermediate
The ZYX Euler Angles is a parameterization of a rotation using three successive transformations around the intermediate
where
are called the Euler Angles.
Tasks
Find the intermediate rotation matrices
, , and along with the relative angular velocities expressed in the local frame , , and .Show that the angular velocity of frame
with respect to expressed in frame is given by
where
Show that the transformation
is singular at , . Why does this make Euler Angles a bad choice when modelling rotating systems that can reach any orientation? What parameterization, which tackles this issue, is usually preferred?
Problem 2 - Pendulum on rotating disk#
Fig. 10 Pendulum on a rotating disk#
The pendulum system shown in Fig. 10 consists of a flat surface, a disk that can roll on the surface, and a pendulum attached to the rim of the disk.
We have attached an inertial reference frame
Hint
Equations 6.409 and 6.410 at page 261 in Egeland [Ege02], or Equations 60 and 77 in Rokseth and Gros [RG25], might be useful.
Tasks
Find the linear (translational) velocity of point A. Your answer should be expressed in terms of the parameters of the system, and the variables
and and their time derivatives.Find the linear acceleration of the point A of the parameters of the system, and the variables
and and their first and second order time derivatives.
Problem 3 - Linked Mechanism#
Fig. 11 Linked mechanism#
The linked mechanism in Fig. 11 consists of the two rigid bodies AB and BC. Body AB rotates about the
Hint
Use SymPy reference frames to solve the following problems.
Tasks
Find the position of the points B and C relative to point A, expressed in terms of the reference frame
. The positions should be expressed as functions of .Find the angular velocity of the bodies AB and BC, expressed in terms of the reference frame
.Find the linear velocity of the points B and C, expressed in terms of the reference frame
.Express the linear velocity of point C in the form
.