Some Other Approaches To Designing Controllers
Why Do We Need Another Control Method?
What Influences Closed Loop Pole Position?
A More General Approach
A Model-Reference Approach
Problems
You are at: Design Techniques - Compensators - Pole Placement
Click here to return to the Table of Contents
Why Do We Need Another Control Method?

        There are many different ways you can control systems, and you should have learned about most of them by now.  There are PID controllers of all sorts, and you can use lead or lag compensation.  Why bother with another method?

        The best answer to the question is that even with all of the methods we have considered there are still things that we want to do that we don't have good insight for.  For example, pilots flying aircraft often want the aircraft to respond as though it has a certain natural frequency and a certain damping ratio.  Flying an aircraft with those parameters seems somehow easier to them.  The "raw" aircraft - without any control system - may have parameters that are violently different from what a pilot wants.  The control system designer has the problem of making the aircraft feel right, and for the aircraft to feel right it has to have closed loop poles at particular points in the s plane.


Goals For This Lesson

        As you proceed through this lesson, keep this goal in mind.  Your goal is the following:


What Influences Closed Loop Pole Position?

        Let us consider a simple system for which you need to design a controller.  We've looked at this same system in the lesson on lead compensation, so you can review the system there.

        Next we will look at the root locus that is obtained when the controller is a proportional controller.  Before we do that, let us assume that we want to have closed loop poles at these locations:

 s = -4 + j4 and s = -4 - j4

 Here is the root locus.

        What we really need here is a different kind of insight.  Looking at that root locus will not help us, and it also seems fairly obvious we won't get the kind of insight we need from a frequency response analysis?  What can we do?
        Now, consider what happens if we use a P-D controller.  (That's a proportional plus derivative controller!)

        The question here is "Can we put the poles where we want with this system?".  To understand the answer to that question, consider the following.

        Given what we want, and the formula for what we have, we can get what we want if we make the following correspondences: We can solve the two equations that result.
Some Reflections On Results So Far

        Let us think about what we have done.

        If the open loop poles are complex, then there is nothing in the mathematics that would prevent us from applying the same technique.         If the desired closed loop poles are complex, again there is nothing in the mathematics that would prevent us from applying the same technique.         If the system being controlled is higher order, then applying the technique gets somewhat more complicated.
        Can we get what we want here?
A More General Approach

        Let us look at what we have to do to get all three poles where we want them.  We'll continue to work with the last system we used, shown below.  We will modify our approach.  The controller will now include a second derivative term.

        There is, however, one other unanswered question that we need to consider.         The real problem here is that the P-D controller requires us to generate a signal that has two parts.  One part is proportional to the error.  That's not a problem.  The other part is proportional to the time derivative of the error.  That could be a problem.

        There are some systems, like motors, where it is possible to use something like a tachometer to measure rotational velocity.  So, at least for those systems we can get a voltage signal proportional to a time derivative.  Are there any others.

        What are we to do?  If you can't differentiate reliably - and experience shows that doing more than the first derivative is fraught with peril - then what are the alternatives?

        Actually, there has been a lot of thought put into devising answers to that question.  Some answers are the following:

        Both of these approaches really make an assumption that the derivatives are really the states of the system, and that's not an unreasonable tack to take.

The Model Approach

 In another lesson you should have learned about state representations for systems where you had a given transfer function.  (Click here to review that section.)  The block diagram below has a transfer function of:

This is the block diagram.

We'll discuss a strategy that uses this block diagram.

        Here is an approach that might be used for controlling a third order system.

        Once you've performed the operations described above, you should have a model system that behaves exactly the same as the system being controlled.  That being the case, you should be able to go within the model and measure the various states.  Here's the most important concepts here:         That's the concept in a nutshell.         Well, here's the most probable things to go wrong.


        Clearly, this approach requires that you really have a very good handle on your system.  If you don't you will need something that adapts to varying conditions, and that's taking us beyond the scope of this lesson.


What If?

        What if the model approach doesn't work.  There are other approaches, and in future versions of these lessons they will be covered in more detail.  For now, you will have to read up on things like observers - which are systems designed to estimate states within a system using observed/measured inputs and outputs.  Observers are not exactly model-based systems, and can be used when your system description is not exact.


Problems
Links To Related Lessons
Send us your comments on these lessons.