Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1.2 The Physical Plant and Controller as a Single System

The closed-loop model is the design object

Consider a parameterized linear plant

x˙(t)=A(p)x(t)+B(p)u(t)+E(p)d(t),y(t)=C(p)x(t),\dot{x}(t)=A(p)x(t)+B(p)u(t)+E(p)d(t), \qquad y(t)=C(p)x(t),

where pp contains physical decisions such as geometry, stiffness, mass distribution, motor constants, or actuator placement. With state feedback u(t)=K(c)x(t)u(t)=-K(c)x(t), where cc denotes controller parameters, the closed-loop dynamics are

x˙(t)=[A(p)B(p)K(c)]x(t)+E(p)d(t).\dot{x}(t)=\left[A(p)-B(p)K(c)\right]x(t)+E(p)d(t).

The system poles, transient response, disturbance amplification, and control effort are properties of A(p)B(p)K(c)A(p)-B(p)K(c)—not of AA, BB, or KK in isolation. Physical variables may alter both natural dynamics A(p)A(p) and control authority B(p)B(p). Controller variables then reshape how those physical properties appear in operation.

Design effects travel in both directions between plant and controller.

Physical meaning of the coupling

The integrated view reveals recurring mechanisms:

Physical decisionControl consequenceSystem consequence
Lower structural massFaster motion, often more flexible modesEfficiency may improve while robustness margins shrink
Larger actuatorMore force and bandwidthBetter regulation but higher mass, heat, and cost
Higher gear ratioMore output torqueReduced speed range and reflected inertia
Softer suspension springBetter passive isolationMore travel and low-frequency control demand
Sensor relocationDifferent signal quality and modal visibilityEstimation quality and achievable damping change

The controller also changes what constitutes a good plant. Strong feedback can reduce the need for passive damping, but only if sensing, authority, bandwidth, energy, and reliability are adequate. Preview control can favor a different suspension than purely reactive feedback. A robust controller may prefer physical designs with less nominal performance but smaller uncertainty amplification.

System boundaries matter

Calling the plant and controller “one system” does not mean every variable must be optimized at once. It means the model boundary must include the consequences needed for a valid decision. For an electric actuator, that boundary may include power electronics, thermal dynamics, a battery, communication delay, and a supervisory controller. Omitting them can make an apparently optimal design physically impossible.

Three kinds of decisions

It is useful to separate:

A compact system objective is therefore

J=J ⁣(p,c,s,x(),u(),d()),J=J\!\left(p,c,s,x(\cdot),u(\cdot),d(\cdot)\right),

with dynamics and constraints determining which combinations are feasible.

Activity 1.2: move the boundary