Fastest response, quickest settling time

In summary, the system has a transfer function, K, and the author wants to find the "fastest response, quickest settling time" for the system. The solution manual says K=2.2, but how do they find it? They plot a root locus and find that the K value that puts the rightmost root at the leftmost position is 0.57.
  • #1
Wxfsa
22
0
I have a system with transfer function:
Y6dLuok.png

I need the K value that gives the "fastest response, quickest settling time"
I know that this value is approximately K=2.2, the question tells me so, but how do I find it?
When I plot a root locus for 1 + K* 20 / ( s^3 + 10s^2 + 20s )
I find that the K value that puts the rightmost root at the leftmost position is 0.57

What am I doing wrong, how do I do it?
 
Physics news on Phys.org
  • #2
Root locus is for evaluating open loop plants with a nominal gain added in either the forward path or the feedback loop.
Is this the plant or is this the closed loop system?
 
  • #3
What is written in my original post is the closed loop transfer function.
iSVWiVd.png
 
  • #4
I don't think you can use root locus, as K1 is not setting a DC gain but rather setting the value of a pole in the feedback path
 
  • #5
How would I find best K value, apart from trial and error?
 
  • #6
hmmm, so I just did an analysis in MATLAB and the answer is 0.566666. so i guess you are correct. I did not think root locus would be valid for non DC gains, but i guess I was incorrect.

Where did you find the 'answer' of 2.2?
 
  • #7
The solution manual says so.
 
  • #8
The characteristic equation for your system is given by:
$$
1 + \frac{20}{s(s + 10)}\left(1 + \frac{K_1}{s}\right) = 0 \Leftrightarrow 1 + \frac

{20s + 20K_1}{s^3 + 10s^2} = 0 \Leftrightarrow 1 + L_1(s;K_1) = 0
$$
The problem here is that root-locus analysis/design is usually developed assuming a characteristic equation of the form ##1 + KF(s) = 0##, where ##K## is the parameter you want to plot the root locus for as it varies.

With that in mind:
$$
1 + \frac{20s + 20K_1}{s^3 + 10s^2} = 0 \Leftrightarrow (s^3 + 10s^2 + 20s) + 20K_1 = 0\\
\Leftrightarrow 1 + K_1\frac{20}{s^3 + 10s^2 + 20s} = 0 \Leftrightarrow 1 + K_1 L_2(s) = 0
$$
##L_1## and ##L_2## are completely different systems, but what matters is that they have the same closed-loop poles for some value of ##K_1##, i.e. their root loci are identical. You just have to be careful about what you use ##L_2## for, e.g. don't confuse it for ##L_1## when you have to simulate a reponse to some input etc.

In short: You've used the correct function for plotting the root locus for the system.

Here are some of my thoughts, in no particular order:

What is your definition of settling time? One definition defines the width of the "settling-band" based on a percentage of the steady-state value of the signal, but that doesn't work for signals that tend to zero as ##t \rightarrow \infty##. Another defines it based on a percentage of the input level, and a third defines it based on a percentage of the peak level of the signal.

One thing that's common to them all is that, for a second-order system, the real part of the poles only give an approximate idea of what the settling time of the system is.

If we just initially ignore the fast pole and just approximate your closed-loop system as a second-order system with a zero at ##s = 0##, then its step response will have the form:
$$
c(t) = \frac{\omega_n}{\sqrt{1 - \zeta^2}}e^{-\zeta\omega_n t}\sin\left(\sqrt{1 - \zeta^2}\omega_n t\right)
$$
We could, for instance, define the settling time of the system as the time it takes for ##|c(t)| \leq 0.05##, i.e. 5 % of the input level.

At three time constants ##t = 3\tau = \frac{3}{\zeta\omega_n}##, you have ##e^{-\zeta\omega_n t} = e^{-3}\approx 0.0498##, so the amplitude of the sinusoid has decayed to less than 5 % of its initial value, but that doesn't mean its value is less than 0.05. For ##\zeta## close to 1, i.e. what you get in your example when you adjust ##K_1## so the complex conjugate pair of poles converge on the real axis, the initial amplitude could be huge.

It's a pretty safe bet, though, that if you're comparing a bunch of stable second-order systems with approximately the same time constant, then their outputs will have all settled after five time constants, regardless of damping ratio.

In short: The real part of the closed-loop poles isn't necessarily a good indicator of settling time if you want to compare second-order systems with significant differences in damping ratio.

This is further complicated by the fact that the addition of the fast pole alters the amplitude and introduces a phase shift of ##c(t)##, i.e. the output will have the form:
$$
c(t) = Ae^{-\zeta\omega_n t}\sin\left(\sqrt{1 - \zeta^2}\omega_n t + \phi\right)
$$
where ##A## and ##\phi## will depend on the location of the fast pole, which in turn depends on ##K_1##.

Could you include a picture of the full problem statement? I'd guess you're just supposed to determine ##K_1## by trial and error.
 
Last edited:

What is the meaning of fastest response and quickest settling time?

Fastest response and quickest settling time refer to the ability of a system to quickly and accurately respond to a change in its input and reach a steady state. In other words, it is the time it takes for a system to stabilize after a disturbance or change.

How is fastest response and quickest settling time measured?

Fastest response and quickest settling time are typically measured in terms of rise time, settling time, and overshoot. Rise time is the time it takes for a system to reach its final value for the first time after a change in input. Settling time is the time it takes for a system to reach and stay within a specified error margin of its final value. Overshoot is the amount by which a system exceeds its final value before stabilizing.

What factors affect the fastest response and quickest settling time of a system?

The fastest response and quickest settling time of a system can be affected by various factors, such as the system's design, complexity, and components. Additionally, external factors such as temperature, humidity, and power supply can also impact a system's response and settling time.

Why is fastest response and quickest settling time important in scientific research?

In scientific research, it is essential to have precise and accurate measurements and observations. Fastest response and quickest settling time allow for quick and efficient data collection and analysis, which is crucial in time-sensitive experiments and studies.

How can the fastest response and quickest settling time of a system be improved?

The fastest response and quickest settling time of a system can be improved by optimizing its design, using high-quality components, and reducing external interference. Additionally, implementing control systems, such as feedback loops, can also help improve a system's response and settling time.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
7
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Electrical Engineering
Replies
7
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
8
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Engineering and Comp Sci Homework Help
3
Replies
94
Views
10K
  • Engineering and Comp Sci Homework Help
Replies
15
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
3K
Back
Top