Path and Boundary Constraints
Path constraints¶
A path constraint must hold throughout the time interval:
Examples include actuator saturation, displacement and angle limits, structural loads, temperature, speed, and safety envelopes.
Boundary constraints¶
Boundary constraints apply at the start, end, or designated points:
They can enforce initial states, final positions, periodicity, terminal performance, endpoint compatibility, or mission completion. Boundary inequalities are also possible.
Path constraints apply throughout time; boundary constraints apply at selected points.
For example,
is an actuator path constraint, while
is a terminal boundary constraint.
Physical-design constraints¶
Some path-like constraints depend only on the plant design and the trajectory it produces—not on an instantaneous operating limit such as actuator saturation. It is common in the CCD literature to separate these out as a dedicated physical-constraint function,
distinct from the general path constraint above. captures requirements such as material stress or fatigue limits, buckling, deflection, and packaging or geometric envelopes—quantities that describe whether the hardware itself is physically realizable and durable, as opposed to quantities that describe instantaneous operating behavior such as actuator saturation or a safety envelope. The distinction is one of engineering bookkeeping rather than mathematics: both are inequality constraints evaluated along the trajectory, and a complete CCD formulation must respect both.
An example makes the distinction concrete. In a quarter-car active-suspension co-design study, the plant vector expands well beyond an abstract stiffness and damping pair to the physical spring and damper geometry—wire diameter, coil diameter, pitch, number of active coils, valve diameter, damper piston diameter, and damper stroke. The resulting set includes a spring-buckling constraint, a fatigue criterion combining mean and alternating shear stress, a damper-fluid thermal limit, a maximum damper seal pressure, and several packaging and clearance constraints tying the spring and damper geometry to the available pocket length in the vehicle. The examples section later in this chapter revisits this system in detail.