Kinematics/3D Coordinate Systems

From testwiki
Jump to navigation Jump to search

Fixed Rectangular Coordinate Frame

In this coordinate system, vectors are expressed as an addition of vectors in the x, y, and z direction from a non-rotating origin. Usually i is a unit vector in the x direction, j is a unit vector in the y direction, and k is a unit vector in the z direction.

The position vector, s (or r), the velocity vector, v, and the acceleration vector, a are expressed using rectangular coordinates in the following way:

s=xi+yj+zk

v=s˙=x˙i+y˙j+z˙k

a=s¨=x¨i+y¨j+z¨k

Note: x˙=dxdt , x¨=d2xdt2

Rotating Coordinate Frame

Template:BookCat