Question

Nise Ch. 10, Problem 10.(**Ignore book question**) Here is is the questions for each system, (a) Use MATLAB to draw/plot the
C(s) R(s)+ | (s + 2) -ㄒㄧ System I R(s) + C(s) (s + 2)(s+4) System 2 R(s) + K(s -1) C(s) (s- 2) (s + 2) System 3 FIGURE P10.4
Nise Ch. 10, Problem 10.(**Ignore book question**) Here is is the questions for each system, (a) Use MATLAB to draw/plot the root locus (b) Obtain the limits for stable gain. (c) Get bode plot (d) Get gain margin and limits for stable K/gain. (It should be the same as the values obtained from the locus) -Suggestion ) Use the commands like 'rlocus, riocfind' and 'bode, in Matlab.
C(s) R(s)+ | (s + 2) -ㄒㄧ System I R(s) + C(s) (s + 2)(s+4) System 2 R(s) + K(s -1) C(s) (s- 2) (s + 2) System 3 FIGURE P10.4
0 0
Add a comment Improve this question Transcribed image text
Answer #1

matlab for all parts:

clc;

clear all;

s=tf('s');

g1=1/((s+2)*(s+4)*(s+6));

g2=(s^2-4*s+13)/(s*(s+2)*(s+4));

g3=(s-1)*(s-2)/((s+1)*(s+2));

rlocus(g1);

title('root locus of g1')

figure

rlocus(g2);

title('root locus of g2')

figure

rlocus(g3);

title('root locus of g3')

figure

margin(g1);grid

figure

margin(g2);grid

figure

margin(g3);grid

File Edit View Insert Tools Desktop Window Help root locus of g1 14 -12 10 Real Axis (seconds )File Edit View Insert Tools Desktop Window Help root locus of g2 .2 3 -10 Real Axis (seconds )File Edit View Insert Tools Desktop Window Help root locus of g3 05 0.5 1.5 0.5 2.5 05 1.5 25 Real Axis (seconds )File Edit View Insert Tools Desktop Window Help Bode Diagram Gm- 53.8 dB (at 6.63 rad/s), Pm Inf 80 -140 -180 .90 180 10 2 10File Edit View Insert Tools Desktop Window Help Bode Diagram Gm- 2.85 dB (at 1.5 rad/s), Pm- 16.6 deg (at 1.26 rad/s) 10 20 3File Edit View Insert Tools Desktop Window Help Bode Diagram Gm 0 dB (at 141 radis),Pm-0 deg (at 1.41 rads) 0.4 0.4 0.6 0.8

For bode plot the margins are given in the figure.

the gain with rlocfind is :

clc;

clear all;

s=tf('s');

g1=1/((s+2)*(s+4)*(s+6));

g2=(s^2-4*s+13)/(s*(s+2)*(s+4));

g3=(s-1)*(s-2)/((s+1)*(s+2));

rlocus(g1);k1=rlocfind(g1);

figure

rlocus(g2);k2=rlocfind(g2);

figure

rlocus(g3);k3=rlocfind(g3);

the answer is


>> k1

k1 =

468.5750

>> k2

k2 =

1.4686

>> k3

k3 =

1.0240

Add a comment
Know the answer?
Add Answer to:
Nise Ch. 10, Problem 10.(**Ignore book question**) Here is is the questions for each system, (a) ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use rlocus in MATLAB to plot the root locus for a closed loop control system with the plant trans...

    Use rlocus in MATLAB to plot the root locus for a closed loop control system with the plant transfer function 8. z 2 2)2-0.1z +0.06 For what value of k is the closed loop system stable? 9. The characteristic equation for a control system is given as z2(0.2 +k)z 6k +2-0 Use Routh-Hurwitz criterion to find when the system is stable. 10. Use MATLAB to plot the root locus for the system given in Problem 9. Compare your conclusion in...

  • Figure 1 Problem 3 For the system shown in the above figure, where G(s) a) Draw...

    Figure 1 Problem 3 For the system shown in the above figure, where G(s) a) Draw a Bode diagram of the open-loop transfer function G(s) when K 10. b) On your plot, indicate the crossover frequencies, PM, and GM. Is the closed-loop system stable with K-10? c) Determine the value of K such that the phase margin is 30°. What are the gain margin and the crossover frequencies with this K? Note: You can finish problems 2-3 with the help...

  • Q.2 (10 marks) Consider the system shown in Fig.2 with K(5-3) H(s) = (s – 4)...

    Q.2 (10 marks) Consider the system shown in Fig.2 with K(5-3) H(s) = (s – 4) (s+1)(s+2) (a) Sketch the root locus of the closed-loop system as the gain K varies from zero to infinity. (b) Based on the root locus, determine the range of K such that the system is stable and under-damped. (c) Determine the K value such that the closed-loop system is over-damped and stable. (d) Use MATLAB draw the root locus and confirm the root locus...

  • Problem 4. For the following system determine the following: Refer to Lecture 7/16/19 | Geel K...

    Problem 4. For the following system determine the following: Refer to Lecture 7/16/19 | Geel K (s) - (5-6)(8 +2) H(s) 1 a) How many poles does G(S) = G(S)Gp(s)H(s) have? b) If K = 1 will the closed loop system be stable? Hint: Can do this with matlab with sys = tf([1],conv([1-6], [1 2])); closed_loop_sys = sys/(1+ sys); then use the function roots([1 ... ) on the coefficients of the denominator of closed_loop_sys c) Repeat part (b) for K=...

  • Q.2 (10 marks) Consider the system shown in Fig.2 with K (s+3) 6(s) =56+2) H(s) =...

    Q.2 (10 marks) Consider the system shown in Fig.2 with K (s+3) 6(s) =56+2) H(s) = (s + 4) (a) Sketch the root locus of the system as the velocity gain k varies from zero to infinity. (b). Use root locus, determine the range of K such that the closed-loop system is under-damped (c). Use MATLAB draw the root locus and confirm the root locus found in (a). (Attach the MATLAB plot.) R(s) C(s) Figure 2

  • 1. Steady-State Error question Nise (7.13) For the system in Fig P7.4 find Kp, K,, Kg and state the system type 3) FIGURE P7.4 2. Nise (9.3) For a unity feedback system with 10% OS: KG(s) 1 +KG...

    1. Steady-State Error question Nise (7.13) For the system in Fig P7.4 find Kp, K,, Kg and state the system type 3) FIGURE P7.4 2. Nise (9.3) For a unity feedback system with 10% OS: KG(s) 1 +KG(s) NOTE: the 10% overshoot line is 126.16" with a (-59. a. Find the K value of the system at 10% OS if this corresponds to a point on the root locus of s-1.87+j2.56 NOTE: use the fact that 1 + KG(s)- 0...

  • The system considered in this problem is in the form: 1. Determine the open-loop transfer funct...

    The system considered in this problem is in the form: 1. Determine the open-loop transfer function G(s) corresponding to the following root locus plot. Root Locus 50 40 30 n 20 10 -20 30 F 40 -50 -12 -10 -8 -6 -4 2 Real Axis (seconds 2. Confirm your answer to question 1 in MATLAB (use rlocus (G)). Provide plot and code. The system considered in this problem is in the form: 1. Determine the open-loop transfer function G(s) corresponding...

  • Problem 2: Sketching a root locus plot The bank angle controller for an airplane is given...

    Problem 2: Sketching a root locus plot The bank angle controller for an airplane is given below. R(s) + (+14(s+10) L(s) (a) Use Rules 1-5 to sketch the positive root locus (K20) for this feedback system. Show all your work. You can use the MATLAB function roots () to find the roots of polynomials. To define a complex number s- a tjb in MATLAB, type s- a+ j*b - - (b) Plot the root locus in MATLAB using the rlocus()...

  • please do part D only the matlab. thank you 3. Consider the following system s(s2 +4s...

    please do part D only the matlab. thank you 3. Consider the following system s(s2 +4s 13) (a) Draw the root locus. b) Use Routh's criterion to find the range of the gain K for which the closed-loop system is stable. (continued on next page) (c) The range of K for which the system is stable can also be obtained by finding a point of the root locus that crosses the Imaginary axis. When you have an Im-axis crossing, the...

  • a=8 Q.17,3,3,3, 2, 1, 1] Consider the unity feedback system: 10 (5) (Where "a" is the...

    a=8 Q.17,3,3,3, 2, 1, 1] Consider the unity feedback system: 10 (5) (Where "a" is the right most integer of your UQUID. If Ss(s+a) | this is zero, use the next non-zero integer. For example, if your UQUID is 437056780, then "a" should be 8). Do the following four parts (a, b, c and d) by calculation only i.e. without making Bode plot. a. Find the phase cross-over frequency, gain margin, gain cross-over frequency (this will not be easy!) and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT