Path: StraightLine/ConstantAccel
% Estimate DV using constant acceleration approximation
The average velocity is just the distance over the time, the peak velocity is
twice that, and the delta-V is twice the peak.
--------------------------------------------------------------------------
Forms:
DV = ConstantAccelDV( d )
DV = ConstantAccelDV( dF, tF )
--------------------------------------------------------------------------
-------
Inputs
-------
d (.) Data structure
.dF Distance
.tF Time
-- or --
dF (1,1) Distance
tF (1,1) Time
-------
Outputs
-------
DV (1,1) Delta-V
--------------------------------------------------------------------------
Back to the StraightLine Module page