Processing math: 100%

General Definitions

This section collects the laws and equations that will be used to build the instance models.

RefnameGD:rectVel
LabelRectilinear (1D) velocity as a function of time for constant acceleration
Unitsms
Equationv(t)=vi+act
Description
  • v(t) is the 1D speed (ms)
  • vi is the initial speed (ms)
  • ac is the constant acceleration (ms2)
  • t is the time (s)
Sourcehibbeler2004 (pg. 8)
RefByGD:velVec and GD:rectPos

Detailed derivation of rectilinear velocity:

Assume we have rectilinear motion of a particle (of negligible size and shape, from A:pointMass); that is, motion in a straight line. The velocity is v and the acceleration is a. The motion in TM:acceleration is now one-dimensional with a constant acceleration, represented by ac. The initial velocity (at t=0, from A:timeStartZero) is represented by vi. From TM:acceleration in 1D, and using the above symbols we have:

ac=dvdt

Rearranging and integrating, we have:

vvi1dv=t0acdt

Performing the integration, we have the required equation:

v(t)=vi+act

RefnameGD:rectPos
LabelRectilinear (1D) position as a function of time for constant acceleration
Unitsm
Equationp(t)=pi+vit+act22
Description
  • p(t) is the 1D position (m)
  • pi is the initial position (m)
  • vi is the initial speed (ms)
  • t is the time (s)
  • ac is the constant acceleration (ms2)
Sourcehibbeler2004 (pg. 8)
RefByGD:posVec

Detailed derivation of rectilinear position:

Assume we have rectilinear motion of a particle (of negligible size and shape, from A:pointMass); that is, motion in a straight line. The position is p and the velocity is v. The motion in TM:velocity is now one-dimensional. The initial position (at t=0, from A:timeStartZero) is represented by pi. From TM:velocity in 1D, and using the above symbols we have:

v=dpdt

Rearranging and integrating, we have:

ppi1dp=t0vdt

From GD:rectVel, we can replace v:

ppi1dp=t0vi+actdt

Performing the integration, we have the required equation:

p(t)=pi+vit+act22

RefnameGD:velVec
LabelVelocity vector as a function of time for 2D motion under constant acceleration
Unitsms
Equationv(t)=[vxi+axctvyi+ayct]
Description
  • v(t) is the velocity (ms)
  • vxi is the x-component of initial velocity (ms)
  • axc is the x-component of constant acceleration (ms2)
  • t is the time (s)
  • vyi is the y-component of initial velocity (ms)
  • ayc is the y-component of constant acceleration (ms2)
Source
RefBy

Detailed derivation of velocity vector:

For a two-dimensional Cartesian coordinate system (A:twoDMotion and A:cartSyst), we can represent the velocity vector as v(t)=[vxvy] and the acceleration vector as a(t)=[axay]. The acceleration is assumed to be constant (A:constAccel) and the constant acceleration vector is represented as ac=[axcayc]. The initial velocity (at t=0, from A:timeStartZero) is represented by vi=[vxivyi]. Since we have a Cartesian coordinate system, GD:rectVel can be applied to each coordinate of the velocity vector to yield the required equation:

v(t)=[vxi+axctvyi+ayct]

RefnameGD:posVec
LabelPosition vector as a function of time for 2D motion under constant acceleration
Unitsm
Equationp(t)=[pxi+vxit+axct22pyi+vyit+ayct22]
Description
  • p(t) is the position (m)
  • pxi is the x-component of initial position (m)
  • vxi is the x-component of initial velocity (ms)
  • t is the time (s)
  • axc is the x-component of constant acceleration (ms2)
  • pyi is the y-component of initial position (m)
  • vyi is the y-component of initial velocity (ms)
  • ayc is the y-component of constant acceleration (ms2)
Source
RefByIM:calOfLandingDist and IM:calOfLandingTime

Detailed derivation of position vector:

For a two-dimensional Cartesian coordinate system (A:twoDMotion and A:cartSyst), we can represent the position vector as p(t)=[pxpy], the velocity vector as v(t)=[vxvy], and the acceleration vector as a(t)=[axay]. The acceleration is assumed to be constant (A:constAccel) and the constant acceleration vector is represented as ac=[axcayc]. The initial velocity (at t=0, from A:timeStartZero) is represented by vi=[vxivyi]. Since we have a Cartesian coordinate system, GD:rectPos can be applied to each coordinate of the position vector to yield the required equation:

p(t)=[pxi+vxit+axct22pyi+vyit+ayct22]