Double integrator

From The Right Wiki
Jump to navigationJump to search
Feedback system with a PD controller and a double integrator plant
Feedback system with a PD controller and a double integrator plant

In systems and control theory, the double integrator is a canonical example of a second-order control system.[1] It models the dynamics of a simple mass in one-dimensional space under the effect of a time-varying force input u.

Differential equations

The differential equations which represent a double integrator are:

q¨=u(t)
y=q(t)

where both q(t),u(t) Let us now represent this in state space form with the vector x(t)=[qq˙]

x˙(t)=dxdt=[q˙q¨]

In this representation, it is clear that the control input u is the second derivative of the output x. In the scalar form, the control input is the second derivative of the output q.

State space representation

The normalized state space model of a double integrator takes the form

x˙(t)=[0100]x(t)+[01]u(t)
y(t)=[10]x(t).

According to this model, the input u is the second derivative of the output y, hence the name double integrator.

Transfer function representation

Taking the Laplace transform of the state space input-output equation, we see that the transfer function of the double integrator is given by

Y(s)U(s)=1s2.

Using the differential equations dependent on q(t),y(t),u(t) and x(t), and the state space representation:

References

  1. Venkatesh G. Rao and Dennis S. Bernstein (2001). "Naive control of the double integrator" (PDF). IEEE Control Systems Magazine. Retrieved 2012-03-04.