Rotational Spring Arbitrary Motion

AI Thread Summary
The discussion focuses on modeling the rotational behavior of two bodies connected by virtual torsional springs. The user seeks to calculate the moments resulting from these springs during arbitrary rotations, initially considering simple rotations around specific axes. They propose using Euler angles to describe the moments but note that this approach may lead to inconsistencies due to the dependence on the order of rotations. To address this, they suggest using Euler's eigenaxis as the rotational axis for the spring, allowing for a more consistent calculation of the spring moment. The conversation emphasizes the need for a robust method to compute these moments in various rotational scenarios.
MichaelDeSanta
Messages
2
Reaction score
0
What I want to do is model the rotational behaviour of two bodies (1 and 2). They are connected by three virtual rotational springs (representing a link between them). For a normal (translational) spring the forces on body 1 in X, Y, and Z would be easily calculated as:
$$
\mathbf{F}_1 = -\mathbf{K}(\mathbf{q}_1 -\mathbf{q}_2)
$$
with ##\mathbf{q}_1 = \begin{bmatrix} q_{1x} & q_{1y} & q_{1z} \end{bmatrix}^T## and ##\mathbf{q}_2 = \begin{bmatrix} q_{2x} & q_{2y} & q_{2z} \end{bmatrix}^T## the displacements of body 1 and 2, respectively. And ##\mathbf{K}## the 3x3 diagonal matrix containing the spring constants. The translational motion of the bodies is then described as:
$$
\mathbf{m}_1 \ddot{\mathbf{q}}_1 = -\mathbf{K}(\mathbf{q}_1 -\mathbf{q}_2)\\
\mathbf{m}_2 \ddot{\mathbf{q}}_2 = -\mathbf{K}(\mathbf{q}_2 -\mathbf{q}_1)
$$
with ##\mathbf{m}_1## and ##\mathbf{m}_2## the diagnonal mass matrices of body 1 and 2.

Now, I want to do something similar for the rotational motion as a result of the torsional springs. So, the motion of by 1 and 2 is described by:
$$
\dot{\boldsymbol{\omega}}_1 \mathbf{I}_1 + \boldsymbol{\omega}_1 \times \mathbf{I}_1 \boldsymbol{\omega}_1 = \mathbf{M}_1 \\
\dot{\boldsymbol{\omega}}_2 \mathbf{I}_2 + \boldsymbol{\omega}_2 \times \mathbf{I}_2 \boldsymbol{\omega}_2 = \mathbf{M}_2
$$

with ##\boldsymbol{\omega}## the angular velocities of the bodies (expressed in a body frame), ##\mathbf{I}## the moments of inertia (expressed in a body frame) and ##\mathbf{M}_1## and ##\mathbf{M}_2## are the moments resulting from the torsional springs.

I'm looking for a method to calculate these moments.

I was thinking about the following. Consider two reference frames, A and B, connected to body 1 and 2, respectively

For a simple rotation ##\psi## around the ##Z_B##-axis the moment due to the spring will be in the negative ##Z_B## direction:
$$
M_B = \begin{bmatrix} 0 \\ 0 \\ -k_z \psi \end{bmatrix}
$$
And for body A the moment will have opposite sign.

My question is how this can be extended to an arbitrary rotation. For example, using a ZYX Euler rotation, denoted by angles ##\psi##, ##\theta##and ##\phi## (commonly called yaw, pitch, roll), the moment could be described as:
$$
M_B = \begin{bmatrix} -k_x \phi \\ -k_y \theta \\ -k_z \psi \end{bmatrix}
$$

However, this gives the impression that the moment is dependent on the order of rotation. Any rotation can be represented by 12 different sets of angles. For example, if an XYX rotation was considered (with angles corresponding to the same orientation of the B-frame) then the moment would be different than before (no moment in the Z-axis), while the rotation is the same.
 
Physics news on Phys.org
Would it be a good idea to use Euler's eigenaxis ##\vec{e} = \begin{bmatrix} e_x & e_y & e_z \end{bmatrix}^T## as the rotational axis for the spring? And then compute the spring moment as the product of the spring constant and the rotation around the Euler axis?

##
\vec{M} = -\mathbf{K}\vec{e}\theta
##
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top