Control Systems/Examples/Second Order Systems

From testwiki
Revision as of 23:16, 29 January 2022 by 194.230.145.51 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Second Order Systems: Examples

Example 1

A damped control system for aiming a hydrophonic array on a minesweeper vessel has the following open-loop transfer function from the driveshaft to the array.

G(s)=KJs2+Kds

The gain parameter K can be varied. The moment of inertia, J, of the array and the force due to viscous drag of the water, Kd are known constants and given as:

  • J=9Nms2rad1
  • Kd=2Nmsrad1

Tasks

  1. The system is arranged as a closed loop system with unity feedback. Find the value of K such that, when the input is a unit step, the closed loop response has at most a 50% overshoot (approximately). You may use standard response curves. Should K be greater or less than this value for less overshoot?
  2. Find the corresponding time-domain response of the system.
  3. The system is now given an input of constant angular velocity, V. For the limiting value of K found above, calculate the maximum value of V such that the array follows the input with at most 5° error.

Task 1

First, let us draw the block diagram of the system. We know the open-loop transfer function, and that there is unit feedback. Therefore, we have:

R(s) instead of X(s)

The closed-loop gain is given by:

H(s) =G(s)1+G(s)
  =KJs2+KdsJs2+Kds+KJs2+Kds
  =KJs2+Kds+K

We now need to express the closed-loop transfer function in the standard second order form.

ωn2s2+2ζωns+ωn2 =KJs2+Kds+K
  =KJs2+KdJs+KJ

We can now express the natural frequency ωn and damping ratio, ζ:

ωn2=KJ=K9
2ζωn=KdJ
ζ=Kd2JJK=Kd21KJ=13K

We now look at the standard response curves for second order systems.

We see that for 50% overshoot, we need ζ=0.2 or more.

ζ=13K15
K259

This is the maximum permissible value, thus K should be less than this value for less overshoot. We can now evaluate the natural frequency fully:

ωn=59

Task 2

The output of the second order system is given by the following equation:

y(t) =111ζ2eζωntsin(1ζ2ωnt+sin11ζ2)
  =110.96et/9sin(50.969t+sin10.96)
  =11.02et/9sin(0.544t+0.436π)

We can plot the output of this system:

Task 3

The tracking error signal, E(s), is equal to the output's deviation from the input.

E(s)=R(s)Y(s)

Now, we can find the gain from the reference input, R(s) to the error tracking signal:

E(s)R(s)=R(s)Y(s)R(s)

The gain from the input to the error tracking signal of a unity feedback system like this is simply 11+G(s).

E(s)R(s) =11+K9s2+2s
  =9s2+2s9s2+2s+2.78

Now, R(s) is given by the Laplace transform of a ramp of slope V:

R(s)=vs2

We now use the final value theorem to find the value of E(s) in the steady state:

limte(t) =lims0sE(s)
  =lims0s9s2+2s9s2+2s+2.78Vs2
  =2V2.78

We require this to be less than 5=5π180rad

V2.782×5π180=0.12rad/s

Template:BookCat