Linear displacement is angular displacement cross radius¶
Assuming a body rotating around a fixed axis, the vector of its linear displacement can be expressed as the cross product of the pseudovector of angular displacement and the radius vector of rotation.
Conditions:
The axis is fixed.
Angular displacement pseudovector and radius vector must be orthogonal to one another.
Links:
- displacement_law(angular_displacement_, rotation_radius_)[source]¶
Displacement vector.
- Law:
s = cross(theta, r)
- Latex:
- \[\vec s = \vec \theta \times \vec r\]
- Parameters:
angular_displacement_ –
pseudovector of angular displacement parallel to axis of rotation
Symbol:
theta
Latex: \(\vec \theta\)
Dimension: angle
rotation_radius_ –
radius vector pointing away from the rotational axis and perpendicular to it
Symbol:
r
Latex: \(\vec r\)
Dimension: length
- Returns:
vector of linear displacement
Symbol:
s
Latex: \(\vec s\)
Dimension: length