Kinematics/3D Coordinate Systems: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Pi zero
{{BookCat}}
 
(No difference)

Latest revision as of 23:49, 18 November 2017

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