Kinematics describe geometrical aspects of motion regardless of how motion is created.
Vector Magnitudes
Magnitudes in mechanics are vectors in a 3-dimensional space: Position, Velocity, Acceleration, Force, Torque, etc.
We will denote such quantities by u,v,w
Addition:
wv=u+v=au
Basis
A basis is a maximal set of linearly independent vectors. In the Euclidean three-dimensional space, every basis has 3 vectors:
{a}≡{a1,a2,a3}
Vectors can then be expressed as a linear combination of the elements of a basis:
u=u1aa1+u2aa2+u3aa3
Basis & Coordinates
Once we express a vector magnitude using a basis, we can represent it as a column matrix:
u=u1aa1+u2aa2+u3aa3≡ua=u1au2au3a
Note:
The matrix representation is always related to a basis. This will be denoted by a right superscript.
Vector magnitude equations hold independent of the basis used to represent the vectors.
It is convenient to derive vector equations independent of any basis.
The matrix representation then allows us to make calculations and write computer programs, but they depend on a basis.
Coordinate transformation matrices are orthogonal:
Cab(Cab)⊤=ICba=(Cab)−1=(Cab)⊤
1st order Tensors
A magnitude whose coordinates in different bases are linearly related according to
uib=j∑Cijuja
where Cij are the elements of the coordinate transformation matrix, is called a vector or first order tensor.
Hence we call u,v the tensor forms
2nd order Tensors
A second-order tensor allows transforming one vector into another.
Examples
Cross-product tensor, Su:w=Su⋅v(≡u×v)
Inertia tensor, Ic:Lc=Ic⋅ω
Think of the tensor "." as an operation that maps a vector into another.
When a 2nd order tensor is expressed in a basis, it becomes a 3×3 matrix.
When a 2nd order tensor is expressed in a basis, it becomes a matrix:
Tensor operations are independent of the basis in which the vectors are expressed. Matrix forms are always related to a basis.
u⋅vw=u×v≡≡(ua)Tvawa=S(ua)va
Reference Frame & Coordinate Systems
A reference frame is perspective from which the motion of a body or an object is described by an observer. A reference frame can be defined by a set of at least 3 non-co-linear points in space that are rigidly connected.
A coordinate system is a mathematical entity that allows us to establish a one-to-one correspondence between vector magnitudes and scalars called coordinates. A basis defines a coordinate system.
Therefore, a reference frame is not the same as a coordinate system, one is physical and the other is mathematical.
We will denote reference frames by A,B and bases associated with reference frames by {a},{b}
Time-derivative of a vector
The time derivative of a scalar magnitude is independent of the reference frame in which the magnitude is observed.
The time derivative of a vector magnitude depends, in general, on the reference frame in which the magnitude is observed.
We will use a notation that indicates this explicitly by using a left superscript:
dtAdr=Δt→0limAΔtr(t+Δt)−r(t)
In general,
dtAdr≡dtBBr
(Rate of) Transport Theorem (TT)
Theorem 1 (Rate of Change Transport Theorem): Consider the scenario depicted in the figure, and assume that B only rotates with respect of A. Then there exist a unique vector ωB/A called the angular velocity of B with respect of A such that
This formula is key to derive kinematic models. We will be using it a lot!