Kinematics/2D Coordinate Systems

From testwiki
Jump to navigation Jump to search

Coordinate systems

There are several ways of assigning coordinates to a system. Which one you choose depends on what is happening within the system.

Fixed Rectangular coordinates

In this coordinate system, vectors are expressed as an addition of vectors in the x, and y, direction from a non-rotating origin. Usually i is a unit vector in the x direction, and j is a unit vector in the y 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

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

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

Note: x˙=dxdt , x¨=d2xdt2

Rotating coordinates

Unlike rectangular coordinates which are measured relative to an origin that is fixed and non rotating, the origin of these coordinates can rotate and translate - often following a particle on a body that is being studied.

This system of coordinates is based on three orthogonal unit vectors: the vector i, and the vector j which form a basis for the plane in which the objects we are considering reside, and k about which rotation occurs.

Derivatives of Unit Vectors

The position, velocity, and acceleration vectors of a given point can be expressed using these coordinate systems, but we have to be a bit more careful than we do with fixed frames of reference. Since the frame of reference is rotating, we must take the derivatives of the unit vectors into account when taking the derivative of any of these vectors. If the coordinate frame is rotating at a rate of ω in the counterclockwise direction (that's ωk using the right hand rule) then the derivatives of the unit vectors are as follows:

i˙=ωk×i=ωj

j˙=ωk×j=ωi

Position, Velocity, and Acceleration

Given these identities, we can now figure out how to represent the position, velocity, and acceleration vectors of a particle using this coordinate system.

Position

Position is straightforward:

s=xi+yj

It's just the distance from the origin in the direction of each of the unit vectors.

Velocity

Velocity is the time derivative of position:

v=dsdt=d(xi)dt+d(yj)dt

By the chain rule, this is:

v=x˙i+xi˙+y˙j+yj˙

Which from the identities above we know to be:

v=x˙i+xωj+y˙jyωi=(x˙yω)i+(y˙+xω)j

or equivalently

v=(x˙i+y˙j)+(yj˙+xi˙)=vrel+ω×r

where vrel is the velocity of the particle relative to the coordinate system.

Acceleration

Acceleration is the time derivative of velocity.

We know that:

a=dvdt=dvreldt+d(ω×r)dt

Consider the dvreldt part. vrel has two parts we want to find the derivative of: the relative change in velocity (arel), and the change in the coordinate frame (ω×vrel).

dvreldt=arel+ω×vrel

Next, consider d(ω×r)dt. Using the chain rule:

d(ω×r)dt=ω˙×r+ω×r˙

r˙ we know from above:

d(ω×r)dt=ω˙×r+ω×(ω×r)+ω×vrel

So all together:

a=arel+ω×vrel+ω˙×r+ω×(ω×r)+ω×vrel

And collecting terms:

a=arel+2(ω×vrel)+ω˙×r+ω×(ω×r)

Template:BookCat