ω r. Chapter 8 (c) K = 100 ω ζ M ω

Size: px
Start display at page:

Download "ω r. Chapter 8 (c) K = 100 ω ζ M ω"

Transcription

1 Chapter (a) K = 5 ω.4 ζ.46 M ω = 5 = rad / sec = 6.54 = 1 = 1 = rad / sec 4.48 n r r 1 (b) K = 1.39 ω = 139. = 4.6 rad / sec ζ = 6.54 =. 77 M = n r 9.4 ζ 1 ζ = 1 ω = ω 1 ς = 3.7 rad / sec r n (c) K = 1 ω ζ M ω 8- MATLAB cde: % Questin 8-, clear all; clse all; s = tf('s') %a) num_g_a= 5; den_g_a=s*(s+6.54); G_a=num_G_a/den_G_a; CL_a=G_a/(1+G_a) BW = bandwidth(cl_a) bde(cl_a) %b) figure(); num_g_b=1.38; den_g_b=s*(s+6.54); G_b=num_G_b/den_G_b; CL_b=G_b/(1+G_b) BW = bandwidth(cl_b) bde(cl_b) %c) figure(3); num_g_c=1; den_g_c=s*(s+6.54); G_c=num_G_c/den_G_c; = 1 rad / sec = 6.54 =. 37 = = 9.45 ra d / sec n r r Bde diagram (a) k=5: data pints frm tp t bttm indicate bandwidth BW, resnance peak M r, and resnant frequency ω r. Magnitude (db) Phase (deg) Bde Diagram Frequency (rad/sec) System: CL_a Frequency (rad/sec):.855 Magnitude (db): -3 System: CL_a Frequency (rad/sec):.5 Magnitude (db): -9.4 System: CL_a Frequency (rad/sec):.5 Phase (deg): -9. Bde diagram (b) k=1.38: data pints frm tp t bttm indicate bandwidth BW, resnance peak M r, and resnant frequency ω r.

2 CL_c=G_c/(1+G_c) BW = bandwidth(cl_c) bde(cl_c) - Magnitude (db) -4 System: CL_b Frequency (rad/sec): 4.6 Magnitude (db): -3.3 System: CL_b Frequency (rad/sec): 4.6 Bde Diagram Magnitude (db): Phase -45 (deg) System: CL_b Frequency (rad/sec): 4.6 Phase (deg): Frequency (rad/sec) Bde diagram (c) k=1: data pints frm tp t bttm indicate resnance peak M r, bandwidth BW, and resnant frequency ω r. Bde Diagram Magnitude (db) System: CL_c Frequency (rad/sec): 9.99 Magnitude (db): 3.6 System: CL_c Frequency (rad/sec): 14.3 Magnitude (db): Phase (deg) System: CL_c Frequency (rad/sec): 1 Phase (deg): Frequency (rad/sec) 8

3 8-3) If is the input, then where and Therefre: As a result: 8-4 (a) M r = ω =. 944 ( db) 3 rad / sec BW = rad / sec r (b) M r = ω = ( db) 4 rad / sec BW = 6.3 rad / sec r (c) M r = ω = 4.17 ( 1.4 db) 6.5 rad / sec BW = 9.18 rad / sec r (d) M r = ω = 1 ( db) rad / sec BW =.46 rad / sec r (e) M r = ω = 157. ( db). 8 rad / sec BW = 1.1 rad / sec r 8 3

4 (f) M r = = ( unstable) ω 15. rad / sec BW =.44 rad / sec r (g) M r = ω = 39. ( 98. db) 1.5 rad / sec BW =.7 rad / sec r (h) M r = = 4.1 ( 1. 3 db) ω r 3. 5 rad / sec BW = 5.16 rad / sec 8 5) Maximum versht =.1 Thus, ζ =.59 M r 1 = ζ 1 ζ 1 = t =.416 ζ ζ. = 1. sec r ω n Thus, minimum ω n = rad / sec Maximum M r = 15. Minimum BW = n ( ) 1/ 4 ( ) ω 1 ζ + 4ζ 4ζ + =.56 rad/sec 8 6) Maximum versht =. Thus,. = e πζ 1 ζ ζ = M r = ζ 1 ζ = 1.3 t r 1 =.416 ζ ζ =. ω n Thus, minimum ω n = rad/sec Maximum M r = 1.3 Minimum BW = ( ) 4 ( ζ ζ ζ ) = 18.7 rad/sec 1/ 8-7) Maximum versht =.3 Thus, 3. = e πζ 1 ζ ζ = M r = ζ 1 ζ = t r 1 =.416 ζ ζ =. ω n Thus, minimum ω n = rad/sec 8 4

5 Maximum M r = Minimum BW = ( ) 4 ( ζ ζ ζ ) = rad/sec 1/ 8-8) (a) At the gain crssver: Therefre: at ω = 1.5 (b) MATLAB cde: %slving fr k: syms kc mega=1.5 sl=eval(slve('.5*kc^=.779^*((-.5*mega^3+mega)^+(-.375*mega^+.5*kc)^)',kc)) %plting bde with K=1.37 s = tf('s') K=1.37; num_g_a=.5*k; den_g_a=s*(.5*s^+.375*s+1); G_a=num_G_a/den_G_a; CL_a = G_a/(1+G_a) BW = bandwidth(cl_a) bde(cl_a); Bde diagram: data pint shws -3dB pint at 1.5 rad/sec frequency which is the clsed lp bandwidth 8 5

6 Magnitude (db) Bde Diagram System: CL_a Frequency (rad/sec): 1.5 Magnitude (db): -3.1 Phase (deg) Frequency (rad/sec) 8-9) θ = α = 9 θ = 63 Therefre: As a result: 8 6

7 Therefre: T change the crssver frequency requires adding gain as: (b) MATLAB cde: s = tf('s') %(b) K =.95*; num_g_a =.5*K; den_g_a = s*(.5*s^+.375*s+1); G_a = num_g_a/den_g_a; CL_a = G_a/(1+G_a) bde(cl_a); figure(); sistl Peak mag =. can be cnverted t db units by: *Lg(.)= db 8 7

8 By using sistl and imprting the lp transfer functin, the verall gain (.5K) was changed until the magnitude f the resnance in Bde was abut 6.9 db. At.5K=~.95 r K=1.9, this resnance peak was achieved as can be seen in the BODE diagram f the fllwing figure: 6 4 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: 4.48 db Freq: rad/sec Stable lp P.M.: 59.1 deg Freq: 1.11 rad/sec Frequency (rad/sec) Frequency (rad/sec) 8-1) 1 M r = 1.4 = ζ 1 ζ Thus, ζ =.387 Maximum versht = e πζ 1 ζ =.675 (6.75%) 3 ω = 3 rad / sec = ω 1 ζ =. 8367ω rad/sec ω r n n n = = r ad/sec t max = ω n π = π 1 ζ (. 387) = 95. sec At ω =, M =

9 This indicates that the steady state value f the unit step respnse is.9. Unit step Respnse: 8-11) a) The clsed lp transfer functin is: as,which means ξ =.387 Accrding t the transfer functin: ξ ω n =.1 ω n =.19 rad/s As ω n =.1K ; then, K = 1 ω n =.1669 b) As K =.1664, then which means Accrdingly PM = 4 As, then 8 9

10 8-1) T BW (rad/sec) M r ) T BW (rad/sec) M r ) The Ruth array is: 8 1

11 S S.375.5K S 1 1-1/3 S.5K Therefre: As, if GH is rearranged as: then which gives (c) where therefre, MATLAB cde: Bde diagram: s = tf('s') %c) K = ; num_g_a =.5*K; den_g_a = s*(.5*s^+.375*s+1 ); %create clsed-lp system G_a = num_g_a/den_g_a; 8 11

12 CL_a = G_a/(1+G_a) bde(cl_a); Bde Diagram Ntes: 1 - BW is verified by finding - 3dB pint at Freq = 1.5 rad/sec in the Bde graph at calculated k. Magnitude (db) System: CL_a Frequency (rad/sec): 1.5 Magnitude (db): By cmparisn t diagram f typical nd rder ples with different damping ratis, damping rati is apprximated as: ξ = ~.77 Phase (deg) Frequency (rad/sec) 8 1

13 8 15 (a) Ls ( ) = s( s)( s) P ω = 1, P = When ω = : L( jω) = 9 L( jω) = When ω = : L( jω) = 7 L( jω) = ( ) ( ) ( ).6ω jω 1.5ω L( jω ) = = 4.6ω + jω 1.5ω.36ω + ω 1.5ω Setting Im L( jω ) = 1. 5ω = Thus, ω = ± 4.47 rad / sec L( j4.47) = Φ = 7 = ( Z.5P P) 18 = ( Z.5) 18 Thus, Z = = 11 ω 18 The clsed lp system is unstable. The characteristic equatin has tw rts in the right half s plane. MATLAB cde: s = tf('s') %a) figure(1); num_g_a= ; den_g_a=s*(.1*s+1)*(.5*s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 13

14 (b) Ls ( ) = 1 s( s)( s) Based n the analysis cnducted in part (a), the intersect f the negative real axis by the L( jω ) plt is at.8333, and the crrespnding ω is 4.47 rad/sec. δ ι Thus, The clsed lp system is stable. ω Φ 11 = 9 = Z. 5P P 18 = 18Z 9 Z =. MATLAB cde: s = tf('s') %b) figure(1); num_g_a= 1; den_g_a=s*(.1*s+1)*(.5*s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 14

15 (c) Ls ( ) = 1(1+ s) s( s)( 1+. s)( s) P = 1, P =. ω When ω = : L( j) = 9 L( j) = When ω = : L( j ) = 7 L( j ) = When ω = : L( jω) = 7 L( jω) = When ω = : L( jω) = 7 L( jω) = 4 ( ) j ( ) 4 jω ( ω ω ) jω( ω ) 4 ( ) ( ) 1(1 + jω ) 1(1 + ) L( jω ) = =.1ω.8ω + ω 1.17ω.1ω.8ω + ω 1.17ω 4 Setting Im L( jω) =. 1ω. 8ω ω = 4 ω 63ω 1 = Thus, ω = ω = ± 8. 3 rad/sec 4 ( ω ω ) + ω ( ω ) (.1ω.8ω ) + ω ( 1.17ω ) L( j8.3) = = 1 ω =

16 ( ) ( ) Φ = 7 = Z.5P P 18 = Z.5 18 Thus, Z = The clsed lp system is 11 ω unstable. The characteristic equatin has tw rts in the right half s plane. MATLAB cde: s = tf('s') %c) figure(1); num_g_a= 1*(s+1); den_g_a=s*(.1*s+1)*(.*s+1)*(.5*s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 16

17 (d) Ls ( ) = 1 P P ω s ( 1+. s)( s) = = When ω = : L( jω) = 18 L( jω) = When ω = : L( jω) = 36 L( jω) = ( ) 4 3 ( ω ω + j ω ) 4 6 ( ) L( jω ) = = 4 3.1ω ω j.7ω.1ω ω +.49ω Setting Im L( jω ) =, ω =. The Nyquist plt f L( jω ) des nt intersect the real axis except at the rigin where ω =. ( ) ( ) Φ = Z.5P P 18 = Z 1 18 Thus, Z =. 11 ω The clsed lp system is unstable. The characteristic equatin has tw rts in the right half s plane. MATLAB cde: s = tf('s') %d) figure(1); num_g_a= 1; den_g_a=s^* (.*s+1)*(.5*s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 17

18 8 15 (e) 3( s + ) Ls () = P = 1 P= ω s s 3 ( + 3s+ 1) When ω = : L( j) = 9 L( j) = When ω = : L( j ) = 7 L( j ) = 4 ( ) 4 ( ) 4 ( ) 3( jω + ) 3( jω + ) ω 3ω jω L( jω ) = = ω 3ω + jω 4 3ω + ω Setting Im L( jω ) =, 4 ω 3ω = r ω = ω = ± 189. rad/sec. L( j189. ) = 3 ( ) ( ) Φ = Z.5P P 18 = Z.5 18 = 9 Thus, Z = 11 ω MATLAB cde: The clsed lp system is unstable. The characteristic equatin has tw rts in the right half s plane. 8 18

19 s = tf('s') %e) figure(1); num_g_a= 3*(s+); den_g_a=s*(s^3+3*s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 15 (f).1 Ls () = P = 1 P= ω s s s s ( + 1)( + + 1) When ω = : L( j) = 9 L( j) = When ω = : L( j ) = 36 L( j ) = 4 ( ) j ( ) 4 ( ω ω ) jω( ω ) 4 ( ) ( ) L( jω ) = = ω ω + ω 1 ω ω ω + ω 1 ω Settiing Im L( jω ) = ω = r ω =. 5 ω =±. 77 rad / sec L( j. 77) = ( ) ( ) Φ = Z.5P P 18 = Z.5 18 = 9 Thus, Z = The clsed lp system is stable. 11 ω 8 19

20 MATLAB cde: s = tf('s') %f) figure(1); num_g_a=.1; den_g_a=s*(s+1)*(s^+s+1); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 15 (g) 1 Ls () = P = 3 P= ω s s ( + 1)( s + ) When ω = : L( j) = 9 L( j) = When ω = : L( j ) = 36 L( j ) = The phase f L( jω ) is discntinuus at ω = rad/sec. ( ) ( Z ) Φ = = 9 Φ = = 9 Thus, P = = 18 The clsed lp system is unstable. The characteristic equatin has tw rts in the right half s plane. 8

21 MATLAB cde: s = tf('s') %g) figure(1); num_g_a= 1; den_g_a=s*(s+1)*(s^+); G_a=num_G_a/den_G_a; nyquist(g_a) Nyquist Plt f L( jω ): 8 15 (h) Ls ( ) = 1( s + 1) ss ( + 1)( s+ 1) P = 1 P = ω When ω = : L( j) = 9 L( j) = When ω = : L( j ) = 18 L( j ) = j ( ) ( ) 1( jω + 1) 1( jω + 1) 11ω ω 1 ω L( jω ) = = 4 11 ω + jω(1 ω ) 11ω + ω 1 ω 8 1

22 Setting Im L( jω ) =, ω = is the nly slutin. Thus, the Nyquist plt f L( jω ) des nt intersect the real axis, except at the rigin. ( ) ( ) Φ = Z.5P P 18 = Z.5 18 = 9 Thus, Z =. 11 ω MATLAB cde: The clsed lp system is stable. s = tf('s') %h) figure(1); num_g_a= 1*(s+1); den_g_a=s*(s+1)*(s+1); G_a=num_G_a/den_G_a; nyquist(g_a) 8

23 Nyquist Plt f L( jω ): 8-16 MATLAB cde: s = tf('s') %a) figure(1); num_g_a= 1; den_g_a=s*(s+)*(s+1); G_a=num_G_a/den_G_a; nyquist(g_a) %b) figure(); num_g_b= 1*(s+1); den_g_b=s*(s+)*(s+5)*(s+15); G_b=num_G_b/den_G_b; nyquist(g_b) %c) figure(3); num_g_c= 1; den_g_c=s^*(s+)*(s+1); G_c=num_G_c/den_G_c; nyquist(g_c) %d) figure(4); num_g_d= 1; den_g_d=(s+)^*(s+5); G_d=num_G_d/den_G_d; 8 3

24 nyquist(g_d) %e) figure(5); num_g_e= 1*(s+5)*(s+1); den_g_e=(s+5)*(s+)^3; G_e=num_G_e/den_G_e; nyquist(g_e) Nyquist graph, part(a): 1.5 Nyquist Diagram 1.5 Imaginary Axis Real Axis Nyquist graph, part(b): 8 4

25 4 Nyquist Diagram 3 1 Imaginary Axis Real Axis Nyquist graph, part(c):.5 Nyquist Diagram.4.3. Imaginary Axis Real Axis Nyquist graph, part(d): 8 5

26 .4 Nyquist Diagram.3..1 Imaginary Axis Real Axis Nyquist graph, part (e):.1 Nyquist Diagram Imaginary Axis Real Axis 8 6

27 8-17 (a) K Gs ( ) = ( s + 5) P = P = ω K G( j) = ( K > ) G( ) = 18 ( K < ) G( j) = 5 G( j ) = 18 (K > ) G( j ) = (K < ) G( j ) = Fr stability, Z =. ( P P) Φ = = 11 ω < K < Φ 11 = Stable K < 5 Φ 11 = 18 Unstable 5 < K < Φ 11 = Stable The system is stable fr 5 < K < (b) K Gs ( ) = ( s + 5) P 3 ω = P = K G( j) = ( K > ) G( ) = 18 ( K < ) G( j) = 15 G( j ) = 7 (K > ) G( j ) = 7 (K < ) G( j ) = 8 7

28 Fr stability, Z =. ( P P) Φ = = 11 ω < K < 1 Φ 11 = Stable K > 1 Φ 11 = 36 K < 15 Φ 11 = 18 Unstable Unstable 15 < K < Φ 11 = Stable The system is stable fr 15 < K < (c) K Gs ( ) = ( s + 5) P 4 ω = P = K G( j) = ( K > ) G( ) = 18 ( K < ) G( j) = 65 G( j ) = (K > ) G( j ) = 18 (K < ) G( j ) = 8 8

29 Fr stability, Z =. ( P P) Φ = = 11 ω < K < 5 Φ 11 = Stable K > 5 Φ 11 = 36 K < 65 Φ 11 = 18 Unstable Unstable 65 < K < Φ 11 = Stable The system is stable fr 65 < K < ) The characteristic equatin: r if, the crss real axis at s =.1. Fr stability if K <, the Nyquist crss the real axis at.s, fr stability, therefre, the rage f stability fr the system is MATLAB cde: s = tf('s') K=1 G= K/(s^+*s+); H=1/(s+1); GH=G*H; sistl 8 9

30 K=1.15 G= K/(s^+*s+); H=1/(s+1); GH=G*H; nyquist(gh) xlim[(-1.5,.5)] ylim[(-1,1)] After generating the feed-frward (G) and feedback (H) transfer functins in the MATLAB cde, these transfer functins are imprted t sistl. Nyquist diagram is added t the results f sistl. The verall gain f the transfer functin is changed until Nyquist diagram passes thrugh -1+j pint. Higher values f K resulted in unstable Nyquist diagram. Therefre K<1.15 determines the range f stability fr the clsed lp system. Nyquist at margin f stability: 4 Nyquist Diagram 3 1 Imaginary Axis Real Axis 8-19) 3 ( ) ( ) s s + s + s+ 1 + K s + s+ 1 = 8 3

31 K( s + s+ 1) 3 ( ) L () s = P = 1 P = eq ω s s s s L ( j) = 9 L ( j ) = 18 eq eq ( ) 4 ( ) j ( ) ( ) ( ) 4 ( ) ( ) ω + ω ω + ω ω ω ω + 1 K j K j L ( jω ) = = eq ω ω + ω 1 ω ω ω + ω 1 ω Setting Im L ( jω ) = eq 4 ω ω + 1= Thus, ω =±1 rad/sec are the real slutins. L ( j 1 ) = K eq Fr stability, Φ 11 = (. 5P + P) 18 = 9 ω When K = 1 the system is marginally stable. K > Φ 11 = 9 Stable K < Φ 11 =+ 9 Unstable 8 31

32 Ruth Tabulatin 4 s 1 K+ 1 K s s s 3 1 K K+ 1 K + 1 K K+ 1 ( K 1) = K + 1 K + 1 K > 1 s K K > When K = 1 the cefficients f the s 1 rw are all zer. The auxiliary equatin is s + 1= The slutins are ω =±1 rad/sec. Thus the Nyquist plt f L ( jω ) intersects the 1 pint when K = 1, when ω = ±1 eq rad/sec. The system is stable fr < K <, except at K = 1. 8-) Slutin is similar t the previus prblem. Let s use Matlab as an alternative apprach MATLAB cde: s = tf('s') figure(1); K=8.9 num_gh= K; den_gh=(s^3+3*s^+3*s+1); GH=num_GH/den_GH; nyquist(gh) xlim([-1.5,.5]) ylim([-1,1]) sistl; 8 3

33 After generating the lp transfer functin and analyzing Nyquist in MATLAB sistl, it was fund that fr values f K higher than ~8.9, the clsed lp system is unstable. Fllwing is the Nyquist diagram at margin f stability. Part(a), Nyquist at margin f stability: 1 Nyquist Diagram Imaginary Axis Real Axis Part(b), Verificatin by Ruth-Hurwitz criterin: Using Ruth criterin, the cefficient table is as fllws: S S 3 K+1 S 1 (8-K)/3 S K+1 The system is stable if the cntent f the 1 st clumn is psitive: (8-K)/3> K<8 8 33

34 K+1> K>-1 which is cnsistent with the results f the Nyquist diagrams. 8-1) Parablic errr cnstant ( ) K = lim s G( s) = lim1 K + K s = 1K = 1 Thus K = 1 a P D P P s s Characteristic Equatin: s + 1K s+ 1 = D G eq 1K s D ( s)= s + 1 Fr stability, P ω = P = Φ 11 = (. 5P + P) 18 = 18 ω The system is stable fr < K D <. 8 34

35 8 (a) The characteristic equatin is 1+ Gs ( ) Gs ( ) Gs ( ) = 1 Gs ( ) = G ( s ) K G ( s ) = = eq ( s+ 4) ( s+ 5) P ω 4 ( ) j ( ) = P = ( ω ω ) jω( ω ) ( ) ( ) K K G ( jω ) = = eq 4 1ω + ω + ω 36 18ω 4 1ω + ω + ω 36 18ω G eq K ( j) = 18 G ( j ) = 18 Setting Im G ( jω ) = eq eq ω = and ω = ± 4.47 rad / sec G ( j4.47 ) K = eq 8 Fr stability, ( P P) Φ = = 11 ω The system is stable fr K < r K < 8 35

36 8 (b) 4 3 Characteristic Equatin: s + 18s + 11s + 36s + 4 K = Ruth Tabulatin s K s s 11 4 K s K K > s 4 K K < Thus fr stability, K < 8 3 (a) Gs ( ) = N ss ( + )( s ) Nyquist Plt Fr stability, N < 3.89 Thus N < 3 since N must be an integer. 8 36

37 (b) 5 Gs ( ) = s(. 6s+. 76)( As+ 1) 3 Characteristic Equatin:. 6As + ( A) s s + 5 = G ( As s s ) ( = ) eq 6s s + 5 Since G eq ( s) has mre zers than ples, we shuld sketch the Nyquist plt f 1/ G ( s) fr stability study. eq ( 5 6ω ) + j7.6ω 3 ( ) 1 = G ( jω ) A.76ω j.6ω eq = 3 ( 5 6ω ) + j7.6ω (.76ω + j.6ω ) 4 6 A(.498ω +.36ω ) 1/ G ( j) = 18 1/ G ( j ) = 9 Setting eq ω = ω = ± rad/sec Fr stability, eq G ( j ) = A eq 1 Im G ( jω ) = eq ( P P) Φ = = ω Fr A > 4.3 Φ = 18 Unstable 11 Fr < A < 4.3 Φ 11 = 18 Stable The system is stable fr < A < 4.3. (c) 8 37

38 G( s) = 5 s(. 6s+. 76)( 5s+ K ) Characteristic Equatin: s(. 6s+. 76)( 5s+ K ) + 5 = G eq Ks(. 6s+. 76) ( s) = 3s s + 5 P 3 ω = P = G ( j) = 9 G ( j ) = 9 eq eq ( ) ( ) ( ) 6 ( ) 3 3 K (.6ω +.76 jω) K.6ω +.76 jω ω + j3ω G ( jω ) = = eq ω j3ω ω + 9ω 4 Setting Im G ( jω ) = ω ω = ω = 516. ω = ± rad/sec eq G ( j7. 18) =. 4 K eq Fr stability, ( P P) Φ = = 11 ω Fr stability, < K <

39 8 4 (a) K t = : Y( s) 1K 1K Gs () = = = Es s s s K s s ( t ) ( ) ( + 1) The ( 1, j) pint is enclsed fr all values f K. The system is unstable fr all values f K. (b) K t = 1. : ( s ) j ( ) ( ) 1K 1K 1ω ω 1 ω Gs () = G( jω ) = 4 s s ω + ω 1 ω Setting Im G( jω) = ω = 1 ω =±1 rad / sec G( j1) = 1K The system is stable fr < K <

40 (c) K t = 1.: ( s ) j ( ) ( ) 1K 1K 1ω ω 1 ω Gs () = G( jω ) = 4 s s ω + ω 1 ω Setting Im G( jω) = ω = 1 ω = ±31. 6 rad/sec G( j316. ) = K Fr stability, < K < 1 8 5) The characteristic equatin fr K = 1 is: 3 s + 1s + 1, K s+ 1, = t G eq ( s) = s 1,Ks t P 3 ω + 1s + 1, = P = 4 t ω + jω( ω ) ( ) 6 1, Kjω 1, K 1, 1 t G ( jω ) = = eq 3 1, 1ω jω 1, 1ω + ω Setting Im G ( jω ) = eq 8 4

41 ω =, ω = 1, ω =±1 rad / sec G ( j1 ) = K eq t Fr stability, ( P P) Φ = = ω The system is stable fr K t >. 8-6) a) b) c) MATLAB cde: s = tf('s') figure(1); J=1; B=1; K=1; Kf= G1= K/(J*s+B); CL1=G1/(1+G1*Kf); H = 1; G1G = CL1/s; L_TF=G1G*H; nyquist(l_tf) sistl 8 41

42 Part (a), Kf=: by pltting the Nyquist diagram in sistl and varying the gain, it was bserved that all values f gain (K) will result in a stable system. Lcatin f ples in rt lcus diagram f the secnd figure will als verify that. Nyquist Diagram Imaginary Axis Real Axis 8 4

43 1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: Inf Freq: Inf Stable lp P.M.: 54.9 deg Freq:.74 rad/sec Frequency (rad/sec) Frequency (rad/sec) Part (b), Kf=.1: The result and apprach is similar t part (a), a sample f Nyquist diagram is presented fr his case as fllws: 15 Nyquist Diagram 1 5 Imaginary Axis Real Axis 8 43

44 Part (c), Kf=.: The result and apprach is similar t part (a), a sample f Nyquist diagram is presented fr his case as fllws: 15 Nyquist Diagram 1 5 Imaginary Axis Real Axis 8-7) MATLAB cde: s = tf('s') figure(1); J=1; B=1; K=1; Kf=. G1= K/(J*s+B); CL1=G1/(1+G1*Kf); H = 1; G1G = CL1/s; L_TF=G1G*H; nyquist(l_tf) After assigning K=1, different values f Kf has been used in the range f.1<k<1 4. The Nyquist diagrams shws the stability f the clsed lp system fr all <K<. A sample f Nyquist diagram is pltted as fllws: 8 44

45 5 Nyquist Diagram 15 1 Imaginary Axis Real Axis 8-8) a) K > system is stable b) < K < 1 and - < K < - < K < 1 system is stable MATLAB cde: s = tf('s') %a) figure(1); K=1 num_gh_a= K*(s+1); den_gh_a=(s-1)^; GH_a=num_GH_a/den_GH_a; nyquist(gh_a) %b) figure(); K=1 num_gh_b= K*(s-1); den_gh_b=(s+1)^; GH_b=num_GH_b/den_GH_b; nyquist(gh_b) 8 45

46 sistl Part(a): Using MATLAB sistl, the transfer functin gain can be iteratively changed in rder t btain different phase margins. By changing the gain s that PM= (margin f stability), K>~ resulted in stable Nyquist diagram fr part(a). Fllwing tw figures illustrate the sistl and Nyquist results at margin f stability fr part (a). Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) 1-1 G.M.: db Freq: 1.73 rad/sec Stable lp P.M.:.688 deg Freq: 1.73 rad/sec Frequency (rad/sec) 1 Frequency (rad/sec) 8 46

47 Nyquist Diagram Imaginary Axis Real Axis Part(b): Similar methdlgy applied as in part (a). K<1 results in clsed lp stability. Fllwing are sistl and Nyquist results at margin f stability (K=1): 1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) Frequency (rad/sec) G.M.: -.36 db Freq: rad/sec Unstable lp P.M.: -4.1 deg Freq:.33 rad/sec Frequency (rad/sec) 8 47

48 1 Nyquist Diagram Imaginary Axis Real Axis 8-9) (a) Let Gs G se Ts d ( ) = ( ) 1 Then G () s = s s 1 1 ( + 1s+ 1) Let 1 1 = 1 r = 1 1/ 1ω + jω 1 ω ( ) 4 1ω + ω ( 1 ω ) 1ω 4 + ω 1 ω = 1, ω 6 1ω 4 + 1, ω 1, = Thus ( ) The real slutin fr ω are ω =±1 rad/sec. 8 48

49 1 ω G = = 1ω 1 ( j1) tan ω = 1 Equating ω Td ω = 1 = ( ) 18 π 84.3π = = 1.47 rad 18 Thus the maximum time delay fr stability is T d = 1.47 sec. (b) T d = 1 sec. s 1Ke 1Ke Gs () = G( jω ) = s s s j jω ( ) 1ω + ω( 1 ω ) At the intersect n the negative real axis, ω = 1.4 rad/sec. G( j1.4) =. 717K. The system is stable fr < K <

50 8 3 (a) K =.1 Ts d 1e Gs ( ) = = G( se ) 1 s s ( + 1s+ 1) Ts d Let 1 1 = 1 r = 1 1/ 1ω + jω 1 ω ( ) 4 1ω + ω ( 1 ω ) 6 4 Thus ω 1ω + 1, ω 1 = The real slutins fr ω is ω =±1. rad/sec. 1 ω G = = 1ω 1 ( j.1) tan ω =.1 Equate ω Td ω =.1 ( ) π = = 1.56 rad We have T d = sec. 18 We have the maximum time delay fr stability is 15.6 sec. 8 3 (b) T d = 1. sec. 1Ke 1Ke Gs () = G( jω ) = s s s j.1s.1 jω ( ) 1ω + ω( 1 ω ) At the intersect n the negative real axis, ω = 676. rad/sec. G( j6. 76) =. 176K 8 5

51 The system is stable fr < K < ) MATLAB cde: s = tf('s') %a) figure(1); K=1 num_gh_a= K; den_gh_a=s*(s+1)*(s+1); GH_a=num_GH_a/den_GH_a; nyquist(gh_a) %b) figure(); K= num_gh_b= K; den_gh_b=s*(s+1)*(s+1); GH_b=num_GH_b/den_GH_b; nyquist(gh_b) sistl; 8 51

52 By using sistl and imprting the lp transfer functin, different values f K has been tested which resulted in a stable system when K<, and unstable system fr K>. Fllwing diagrams crrespnd t margin f stability: 3 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: -.8 db Freq: 1 rad/sec Unstable lp Frequency (rad/sec) -5 P.M.: -.95 deg Freq: 1. rad/sec 1 Frequency (rad/sec) Part(a): small K resulted in stable system as shwn belw fr K=.19: 8 5

53 3 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: 19. db Freq: 1 rad/sec Stable lp Frequency (rad/sec) -5 P.M.: 66.3 deg Freq:.1 rad/sec 1 Frequency (rad/sec) 1 Nyquist Diagram Imaginary Axis Real Axis Part(b): Large K resulted in unstable system as shwn belw fr K=: 8 53

54 3 1-1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: - db Freq: 1 rad/sec Unstable lp Frequency (rad/sec) P.M.: deg Freq:.59 rad/sec 1 Frequency (rad/sec) Nyquist Diagram 3 1 Imaginary Axis Real Axis 8 54

55 The system is stable fr small value f K, since there is n encirclement f the s = -1 The system is unstable fr large value f K, since the lcus encirclement the CCW; which means tw ples are in the right half s-plane. twice in 8-3) (a) The transfer functin (gain) fr the sensr amplifier cmbinatin is 1 V/.1 in = 1 V/in. The velcity f flw f the slutin is 3 1 in / sec v = = 1 in/sec 1. in The time delay between the valve and the sensr is T d = D/ v sec. The lp transfer functin is Gs ( )= s 1Ke Ts d + 1s

56 8 56

57 8-33) (a) The transfer functin (gain) fr the sensr amplifier cmbinatin is 1 V/.1 in = 1 V/in. The velcity f flw f the slutins is 1 in 3 / sec v = = 1 in / sec 1. in The time delay between the valve and sensr is T d = D/ v sec. The lp transfer functin is Gs ( )= s 1Ke Ts d + 1s + 1 (b) K = 1: Ts d Gs () = G() se G( jω ) = 1e ( ω ) 1 jωtd 1 + j1ω Setting 1 ( ω ) ω 1 ω + j1ω = + = ( ) , 4 Thus, ω 1ω = Real slutins: ω =, ω = ± 1 rad / sec 1ω G = = 1 (1) j tan ω ω = 1 Thus, 1 T d 9 π π = = rad 18 Thus, π T d = =. 157 sec Maximum D = vt d = = in 8 57

58 (c) D = 1 in. T d D 1 = = = 1. sec Gs ( ) = v 1 s 1Ke 1. s + 1s + 1 The Nyquist plt f G( jω ) intersects the negative real axis at ω = 1. 9 rad/sec. G( j) =. 773 K Fr stability, the maximum value f K is ) The system (GH) has zer ples in the right f s plane: P=. Accrding t Nyquist criteria (Z=N+P), t ensure the stability which means the number f right ples f 1+ GH= shuld be zer (Z=), we need N clckwise encirclements f Nyquist diagram abut -1+j pint. That is N=-P r in ther wrds, we need P cunter-clckwise encirclement abut -1+j. In this case, we need CCW encirclements. 8-34(a) Accrding t Nyquist diagrams, this happens when K<-1. The three Nyquist diagrams are pltted with K=-1, K=-1, K=1 as examples: MATLAB cde: s = tf('s') %a) figure(1); K=-1 num_g_a = K ; 8 58

59 den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; OL_a = G_a*H_a nyquist(ol_a) Case 1) Nyquist graph, K=-1: margin f stability K<-1 unstable figure(); K=-1 num_g_a = K ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; %CL_a = G_a/(1 + G_a*H_a); OL_a = G_a*H_a nyquist(ol_a) 8 59

60 Case ) Nyquist graph, K=-1: marginally unstable figure(3); K=1 num_g_a = K ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; %CL_a = G_a/(1 + G_a*H_a); OL_a = G_a*H_a nyquist(ol_a) 8 6

61 Case 3) Nyquist graph, K=1: stable case, -1<K n CCW encirclement abut -1+j pint 8 61

62 8-34 (b) Fr K<-1 (unstable), there will be 1 real ple in the right hand side f s-plane fr the clsed lp system, by running the fllwing cde. K=-1 num_g_a = K ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; OL_a = G_a*H_a nyquist(ol_a) CL=1/(1+OL_a) ple(cl) K = -1 Transfer functin: -1 s s^3 + 3 s^ + 4 s + Transfer functin: s^3 + 3 s^ + 4 s s^3 + 3 s^ - 6 s - 18 ans = Fr K=-1 (marginally unstable), there will be negative cmplex cnjugate ples and a ple at zer fr the clsed lp system, by running the fllwing cde. K=-1 num_g_a = K ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); 8 6

63 G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; OL_a = G_a*H_a nyquist(ol_a) CL=1/(1+OL_a) ple(cl) K = -1 Transfer functin: -s s^3 + 3 s^ + 4 s + Transfer functin: s^3 + 3 s^ + 4 s s^3 + 3 s^ + 3 s ans = i i Nte: yu may als wish t use MATLAB sistl. See alternative slutin t

64 8-34(c) The Characteristic Equatin is: s s + (4+K) s + +K Using Ruth criterins, the cefficient table is as fllws: s K s 3 K+ s 1 K+1 s K+ The system is stable if the cntent f the 1 st clumn is psitive: K+1> K>-1 K+> K>-1 which is cnsistent with the results f the Nyquist diagrams. Fr K>-1 system is stable. 8-35) (a) M r = ω r =. 6, rad / sec, BW = 15. rad / sec (b) 1 M r = ζ 1 ζ 4 =. 6 ζ ζ = The slutin fr ζ <. 77 is ζ = ω 1 ζ = rad / sec Thus ω = = rad / sec r n ω n G () s = = = L s s+ s( s ) s(1 +.5 s) ( ζω ) n BW = 15.1 rad/sec 8 64

65 8-36) Assuming a unity feedback lp (H=1), G(s)H(s)=G(s) (a) Gs ( ) = 5 s( s)( s) 8 65

66 8 36 (b) Gs ( ) = 1 s( s)( s) (c) 5 Gs ( ) = ( s+ 1.)( s+ 4)( s+ 1) 8 66

67 (d) Gs ( ) = 1( s + 1) ss ( + )( s+ 1) 8 36 (e).5 Gs () = s s ( + s+ 1) 8 67

68 (f) Gs () = s s 1e s ( + 1s+ 5) 8 68

69 (g) Gs ( ) = 1e s ( + 1s+ 1) s s 8 36 (h) 1( s + 5) Gs () = s s ( + 5s+ 5) (a) 8 69

70 MATLAB cde: s = tf('s') num_g_a= 5; den_g_a=s*(.5*s+1)*(.1*s+1); G_a=num_G_a/den_G_a margin(g_a) Bde diagram: (b) MATLAB cde: s = tf('s') num_g_a= 1; den_g_a=s*(1+.5*s)*(1+.1*s); G_a=num_G_a/den_G_a margin(g_a) 8 7

71 (c) MATLAB cde: s = tf('s') num_g_a= 5; den_g_a=s*(s+1.)*(s+4)*(s+1); G_a=num_G_a/den_G_a margin(g_a) 8 71

72 (d) MATLAB cde: s = tf('s') num_g_a= 1*(s+1); den_g_a=s*(s+)*(s+1); G_a=num_G_a/den_G_a margin(g_a) 8 7

73 (e) MATLAB cde: s = tf('s') num_g_a=.5; den_g_a=s*(s^+s+1); G_a=num_G_a/den_G_a margin(g_a) 8 73

74 (f) MATLAB cde: s = tf('s') num_g_a= 1*exp(-s); den_g_a=s*(s^+1*s+5); G_a=num_G_a/den_G_a margin(g_a) 8 74

75 (g) MATLAB cde: s = tf('s') num_g_a= 1*exp(-s); den_g_a=s*(s^+1*s+1); G_a=num_G_a/den_G_a margin(g_a) 8 75

76 (h) MATLAB cde: s = tf('s') num_g_a= 1*(s+5); den_g_a=s*(s^+5*s+5); G_a=num_G_a/den_G_a margin(g_a) 8 76

77 8 77

78 8-37) MATLAB cde: s = tf('s') num_gh_a= 5*(s+1); den_gh_a=s*(s+)*(s^+*s+16); GH_a=num_GH_a/den_GH_a margin(gh_a) 8 78

79 8-38) MATLAB cde: s = tf('s') num_g_a= 5*(s+1); den_g_a=s*(s+)*(s^+*s+16); G_a=num_G_a/den_G_a margin(g_a) Bde diagram: PM=11 deg, GM= rad/sec Bde Diagram Gm = 3.91 db (at 4. rad/sec), Pm = 11 deg (at 1.8 rad/sec) Magnitude (db) Phase (deg) Frequency (rad/sec) 8-38 Alternative slutin MATLAB cde: s = tf('s') %a) figure(1); num_g_a = 1 ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); 8 79

80 G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; CL_a = G_a/(1 + G_a*H_a); margin(cl_a) sistl Bde diagram: fr k=1 Bde Diagram Gm = Inf, Pm = Inf Magnitude (db) Phase (deg) Frequency (rad/sec) Using MATLAB sistl, the transfer functin gain can be iteratively changed in rder t btain different phase margins. By changing the gain K between very small and very big numbers, it was fund that the clsed lp system are stable (psitive PM) fr every psitive K in this system. K=

81 1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) -1-1 G.M.: Inf Freq: Inf Stable lp P.M.: Inf Freq: NaN Frequency (rad/sec) Frequency (rad/sec) K= Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: Inf Freq: Inf Stable lp P.M.: 7.67 deg Freq: 7.89 rad/sec Frequency (rad/sec) Frequency (rad/sec) 8 81

82 In rder t test the negative range f K, 1 was multiplied t the lp transfer functin thrugh the fllwing cde, and sistl was used again. figure(1); num_g_a = -1 ; den_g_a =(s+1); num_h_a = (s+); den_h_a = (s^+*s+); G_a=num_G_a/den_G_a; H_a = num_h_a/den_h_a; CL_a = G_a/(1 + G_a*H_a); margin(cl_a) sistl at K= 1, margin f stability is bserved as PM~=: K= Rt Lcus Editr fr Open Lp 1 (OL1) -4-4 Bde Editr fr Clsed Lp 1 (CL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) G.M.: -.69 db Freq: rad/sec Unstable lp Frequency (rad/sec) 45 P.M.: deg Freq:.137 rad/sec Frequency (rad/sec) The system is stable fr K> 1 as fllws: K=.6 8 8

83 1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: 4.37 db Freq: rad/sec Stable lp Frequency (rad/sec) 9 45 P.M.: Inf Freq: NaN Frequency (rad/sec) And the system is unstable fr K< 1: K= 3 1 Rt Lcus Editr fr Open Lp 1 (OL1) Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: db Freq: rad/sec Unstable lp Frequency (rad/sec) 9 45 P.M.: -19 deg Freq: 1.84 rad/sec Frequency (rad/sec) *Cmbining the individual ranges fr K, the system will be stable in the range f K>

84 8 39 See sample MATLAB cde in Part e. The MATLAB cdes are identical t prblem (a) Gs ( ) = K s( s)( s) The Bde plt is dne with K = 1. GM = 1.58 db Fr GM = db, K must be reduced by 1.58 db. Thus K =.8337 PM = 6.4. Fr PM = 45 K shuld be increased by 5.6 db. Or, K = 1.91 (b) K( s + 1) Gs ( ) = s( s)( 1+. s)( s) Bde plt is dne with K = 1. The GM = db. Fr GM = db, K 1. PM = Fr PM = 45 K shuld be increased by 8.9 db. Or, K =

85 8 39 (c) See the tp plt K Gs ( ) = ( s + 3) 3 The Bde plt is dne with K = 1. GM = db PM = infinity. Fr GM = db K can be increased by 6.69 db r K = 1.6. Fr PM = 45 deg. K can be increased by 8.71 db, r K = 7.6. (d) See the middle plt K Gs ( ) = ( s + 3) 4 The Bde plt is dne with K = 1. GM = 5.1 db PM = infinity. Fr GM = db K can be increased by 3.1 db r K = 3.4 Fr PM = 45 deg. K can be increased by 38.4 db, r K = (e) See the bttm plt The Bde plt is dne with K =

86 s Ke Gs ( ) = s s s ( ) GM=.97 db; PM = 6.58 deg Fr GM = db K must be decreased by 17.3 db r MATLAB cde: s = tf('s') num_g_a= exp(-s); den_g_a=s*(.1*s^+.1*s+1); G_a=num_G_a/den_G_a margin(g_a) K =.141. Fr PM = 45 deg. K must be decreased by.9 db r K =

87 8 39 (f) K (1 +.5 s) Gs () = s s ( + s+ 1) The Bde plt is dne with K = 1. GM = 6.6 db PM =.4 deg Fr GM = db K must be decreased by db r K =.55. Fr PM = 45 deg K must be decreased by 3.55 db r K = (a) Gs ( ) = 1K s( s)( s) The gain phase plt is dne with K = 1. GM = 1.58 db PM = 3.95 deg. Fr GM = 1 db, K must be decreased by 8.4 db r K =.38. Fr PM = 45 deg, K must be decreased by 14 db, r K =.. Fr M r = 1., K must be decreased t

88 Sample MATLAB cde: s = tf('s') num_g_a= 1; den_g_a=s*(1+.1*s)*(.5*s+1); G_a=num_G_a/den_G_a nichls(g_a) (b) 8 88

89 5K( s + 1) Gs ( ) = s( s)( 1+. s)( s) The Gain phase plt is dne with K = 1. GM = 6 db PM =.31 deg. Fr GM = 1 db, K must be decreased by 4 db r K =.631. Fr PM = 45 deg, K must be decrease by 5 db. Fr M r = 1., K must be decreased t (c) 1K Gs () = s s s ( ) The gain phase plt is dne fr K = 1. GM = db M r = PM = deg Fr GM = 1 db, K must be decreased by 1 db r K =.316. Fr PM = 45 deg, K must be decreased by 5.3 db, r K =.543. Fr M r = 1., K must be decreased t.13. (d) 8 89

90 Gs ( ) = Ke s ( ) s s s The gain phase plt is dne fr K = 1. GM =.97 db M r = 39. PM = 6.58 deg Fr GM = 1 db, K must be decreased by 7.3 db, K =.445. Fr PM = 45 deg, K must be decreased by.9 db, r K =.71. Fr M = 1., K = 61.. r 8 9

91 8-41 MATLAB cde: s = tf('s') %a) num_gh_a= 1*(s+1)*(s+); den_gh_a=s^*(s+3)*(s^+*s+5); GH_a=num_GH_a/den_GH_a; CL_a = GH_a/(1+GH_a) figure(1); bde(cl_a) %b) figure(); rlcus(gh_a) %c) num_gh_c= 53*(s+1)*(s+); den_gh_c=s^*(s+3)*(s^+*s+5); GH_c=num_GH_c/den_GH_c; figure(3); nyquist(gh_c) xlim([- 1]) ylim([ ]) %d) num_gh_d= (s+1)*(s+); den_gh_d=s^*(s+3)*(s^+*s+5); GH_d=num_GH_d/den_GH_d; CL_d = GH_d/(1+GH_d) figure(4); margin(cl_d) sistl Part (a), Bde diagram: 8 91

92 5 Bde Diagram Magnitude (db) Phase (deg) Part (b), Rt lcus diagram: Frequency (rad/sec) 3 Rt Lcus 1 Imaginary Axis Real Axis Part (c), Gain and frequency that instability ccurs: Gain=53, Freq = 4.98 rad/sec, as seen in the data pint in the figure: 8 9

93 1.5 Nyquist Diagram 1 Imaginary Axis.5 System: GH_a Real: -1 Imag:.174 Frequency (rad/sec): Real Axis Part (d), Gain and frequency that instability ccurs: Gain=.17 at PM = deg: By running sistl cmmand in MATLAB, the transfer functins are imprted and the gain is iteratively changed until the phase margin f PM= deg is achieved. The crrespnding Gain is K=.17. Part (e): The crrespnding gain margin is GM =.7 db is seen in the figure 8 93

94 8 4 (a) Gain crssver frequency =.9 rad/sec PM = deg Phase crssver frequency =.31 rad/sec GM = 1.13 db (b) Gain crssver frequency = 6.63 rad/sec Phase crssver frequency =.31 rad/sec PM = 7.8 deg GM = db (c) Gain crssver frequency = 19.1 rad/sec Phase crssver frequency =.31 rad/sec PM = 4.7 deg GM = 1.13 db (d) Fr GM = 4 db, reduce gain by (4 1.13) db = 18.7 db, r gain =.116 nminal value. (e) Fr PM = 45 deg, the magntude curve reads 1 db. This means that the lp gain can be increased by 1 db frm the nminal value. Or gain = 3.16 nminal value. (f) The system is type 1, since the slpe f G( jω ) is db/decade as ω. (g) GM = 1.7 db. PM = deg. (h) The gain crssver frequency is.9 rad/sec. The phase margin is deg. Set ωt d π = 9. T = =. rad d 18 Thus, the maximum time delay is T d = sec. 8 94

95 8 43 (a) The gain is increased t fur times its nminal value. The magnitude curve is raised by 1.4 db. Gain crssver frequency = 1 rad/sec Phase crssver frequency =.31 rad/sec PM = 46 deg GM = 9.9 db (b) The GM that crrespnds t the nminal gain is 1.13 db. T change the GM t db we need t increase the gain by 1.13 db, r times the nminal gain. (c) The GM is 1.13 db. The frward path gain fr stability is 1.13 db, r (d) The PM fr the nminal gain is deg. Fr PM = 6 deg, the gain crssver frequency must be mved t apprximately 8.5 rad/sec, at which pint the gain is 1 db. Thus, the gain must be increased by 1 db, r by a factr f (e) With the gain at twice its nminal value, the system is stable. Since the system is type 1, the steady state errr due t a step input is. (f) With the gain at times its nminal value, the system is unstable. Thus the steady state errr wuld be infinite. (g) With a pure time delay f.1 sec, the magnitude curve is nt changed, but the the phase curve is subject t a negative phase f 1. ω rad. The PM is PM = gain crssver frequency = = deg The new phase crssver frequency is apprximately 9 rad/sec, where the riginal phase curve is reduced by.9 rad r 51.5 deg. The magnitude f the gain curve at this frequency is 1 db. Thus, the gain margin is 1 db. (h) When the gain is set at 1 times its nminal value, the magnitude curve is raised by db. The new gain crssver frequency is apprximately 17 rad/sec. The phase at this frequency is 3 deg. Thus, setting ωt d 3 π = 17T = = d Thus T d =. 38 sec. 8 95

96 8-44 MATLAB cde: s = tf('s') %using pade cammand fr PADE apprximatin f expnential term num_g_a= pade((8*exp(-.1*s)),); den_g_a=s*(s+4)*(s+1); G_a=num_G_a/den_G_a; CL_a = G_a/(1+G_a) OL_a = G_a*1; %(a) figure(1) nyquist(ol_a) %(b) and (c) figure(); margin(cl_a) Part (a), Nyquist diagram: 8 Nyquist Diagram 6 4 Imaginary Axis Real Axis Part (b) and (c), Bde diagram: Using Margin cmmand, the gain and phase margins are btained as GM = 6.3 db, PM = 4.6 deg: 8 96

97 5 Bde Diagram Gm = 6.3 db (at 4. rad/sec), Pm = 4.6 deg (at.9 rad/sec) Magnitude (db) Phase (deg) Frequency (rad/sec) 8 97

98 8 45 (a) Bde Plt: Fr stability: 166 (44.4 db) < K < 779 (77 db) Phase crssver frequencies: 7 rad/sec and 85 rad/sec 8 98

99 Nyquist Plt: 8 99

100 8 45 (b) Rt Lci. 8 1

101 8 46 (a) Nyquist Plt Bde Plt 8 11

102 Rt Lcus 8 1

103 8-47 MATLAB cde: %a) k=1 num_gh= k*(s+1)*(s+5); den_gh=s*(s+.1)*(s+8)*(s+)*(s+5); GH=num_GH/den_GH; CL = GH/(1+GH) figure(1); bde(cl) figure(); OL = GH; nyquist(gh) xlim([-1.5.5]); ylim([-1 1]); sistl Part (a), Bde diagram: 8 13

104 Bde Diagram Magnitude (db) Phase (deg) Part (a), Nyquist diagram: Frequency (rad/sec) 1 Nyquist Diagram Imaginary Axis Real Axis Part (a), range f K fr stability: By running sistl cmmand in MATLAB, the transfer functins are imprted and the gain is iteratively changed until the phase margin f PM= deg is achieved (where K = ) which is the margin f stability. The stable rang fr K is K>8.16x1 4 : 8 14

105 Part (b), Rt-lcus diagram, K and ω at the pints where the rt lci crss the jω-axis: As can be seen in the figure at K=8.13x1 4 and ω =33.8 rad/sec, the ples crss the jω axis. Bth f these values are cnsistent with the results f part(a) frm sistl. 8 15

106 15 Rt Lcus 1 5 System: CL Gain: 8.13e+4 Ple: i Damping: -.33 Oversht (%): 11 Frequency (rad/sec): 33.8 Imaginary Axis -5-1 System: CL Gain: 7.99e+4 Ple: i Damping:.134 Oversht (%): 99.6 Frequency (rad/sec): Real Axis 8 16

107 8 48 Bde Diagram When K = 1, GM = db, PM = 9 deg. The critical value f K fr stability is

108 8 49 (a) Frward path transfer functin: Θ ( s) L Gs ( ) = = KG ( s) = a p E( s) K K ( Bs + K) a i Δ where ( )( ) 3 ( ) Δ =.1s s+.35 s s = s s + s + s ( s + 5) Gs () = s s s s ( ) (b) Bde Diagram: 8 18

109 Gain crssver frequency = 5.85 rad/sec PM =.65 deg. Phase crssver frequency = rad/sec GM = 1.51 db 8 19

110 8 49 (c) Clsed lp Frequency Respnse: M r = 17. 7, ω = rad / sec, BW = 9.53 rad / sec r 8 11

111 8-5 (a) (b) (c) t (e) MATLAB cde: s = tf('s') m =.11; r =.15; d =.3; g = 9.8; L = 1.; J = 9.99*1^-6 K=1 num_gh= K*m*g*d; den_gh=l*(j/r^+m)*s^; GH=num_GH/den_GH; CL = GH/(1+GH) %c) figure(1); nyquist(gh) xlim([-1.5.5]); ylim([-1 1]); %d) figure(); margin(cl) Part (c): since the system is a duble integratr (1/s ), the phase is always -18 deg, and the system is always marginally stable fr any K, leading t a cmplicated cntrl prblem

112 1 Nyquist Diagram Imaginary Axis Real Axis Part (d), Bde diagram: As explained in sectin (c), since the system is always marginally stable, GM=inf and PM =, as can be seen by MATLAB MARGIN cmmand, resulting in the fllwing figure: 8 11

113 Magnitude (db) Bde Diagram Gm = Inf db (at Inf rad/sec), Pm = deg (at.647 rad/sec) System: CL Frequency (rad/sec):.71 Magnitude (db): -3.5 System: CL Frequency (rad/sec):.458 Magnitude (db): 143 Phase (deg) Frequency (rad/sec) Part (e), M r,= 143 db, ω r =.458 rad/sec, and BW=.71 rad/sec as can be seen in the data pints in the abve figure (a) When K = 1, the gain crssver frequency is 8 rad/sec. (b) When K = 1, the phase crssver frequency is rad/sec. (c) When K = 1, GM = 1 db. (d) When K = 1, PM = 57 deg. (e) When K = 1, M r = 1.. (f) When K = 1, ω r = 3 rad/sec. (g) When K = 1, BW = 15 rad/sec. (h) When K = 1 db (.316), GM = db (i) When K = 1 db (3.16), the system is marginally stable. The frequency f scillatin is rad/sec. (j) The system is type 1, since the gain phase plt f G( jω ) appraches infinity at 9 deg. Thus, the steady state errr due t a unit step input is zer

114 8-5 When K = 5 db, the gain phase plt f G( jω ) is raised by 5 db. (a) The gain crssver frequency is ~1 rad/sec. (b) The phase crssver frequency is ~ rad/sec. (c) GM = 5 db. (d) PM = ~34.5 deg. (e) When K = 5, M r = ~ (smallest circle tangent t an M circle). (f) ω = 15 rad/sec r (g) BW = 3 rad/sec (h) When K = 3 db, the GM is 4 db (shift the graph f K=1, 3 dbs dwn). When K = 1 db, the gain phase plt f G( jω ) is raised by 1 db. (a) The gain crssver frequency is rad/sec. (b) The phase crssver frequency is rad/sec. (c) GM = db. (d) PM = deg. (e) When K = 1, M r = ~ 1.1 (smallest circle tangent t an M circle). (f) ω r = 5 rad/sec (g) BW = ~4 rad/sec (h) When K = 3 db, the GM is 4 db (shift the graph f K=1, 3 dbs dwn) Since the functin has expnential term, PADE cmmand has been used t btain the transfer functin. G( s) H ( s) =.1s 8e s( s + 4)( s + 1) MATLAB cde: s = tf('s') %a) 8 114

115 num_gh= pade(8*exp(-.1*s),); den_gh=s*(s+4)*(s+1); GH=num_GH/den_GH; CL = GH/(1+GH) BW = bandwidth(cl) bde(cl) %b) figure(); nichls(gh) Part(a), Nichlas diagram: 4 Nichls Chart Open-Lp Gain (db) Open-Lp Phase (deg) Part(b), Bde diagram: 8 115

116 5 Bde Diagram Magnitude (db) Phase (deg) Frequency (rad/sec) 8-54) Nte: G CL G = 1 + G T draw the Bde and plar plts use the clsed lp transfer functin, G CL, and find BW. Use G t btain the gain-phase plts and Gm and Pm. Use the Bde plt t graphically btain M r. Sample MATLAB cde: s = tf('s') %a) num_g= 1+.1*s; den_g=s*(s+1)*(.1*s+1); G=num_G/den_G figure(1) nyquist(g) figure() margin(g) GCL = G/(1+G) BW = bandwidth(gcl) figure(3) bde(gcl) 8 116

117 Transfer functin:.1 s s^ s^ + s Transfer functin:.1 s^ s^ s^ + s s^6 +. s^ s^ s^ s^ + s BW =

118 8 118

119 8-55) (a) The phase margin with K = 1 and T d = sec is apprximately 57 deg. Fr a PM f 4 deg, the time delay prduces a phase lag f 17 deg. The gain crssver frequency is 8 rad/sec. Thus, ω T d 17 π = 17 = =.967 rad / sec Thus ω = 8 rad / sec T d = =. 371 sec 8 (b) With K = 1, fr marginal stability, the time delay must prduce a phase lag f 57 deg. Thus, at ω = 8 rad/sec, ω T d 57 π = 57 = = rad T d = = 144. sec

120 8 56 (a) The phase margin with K = 5 db and T d = is apprximately 34.5 deg. Fr a PM f 3 deg, the time delay must prduce a phase lag f 4.5 deg. The gain crssver frequency is 1 rad/sec. Thus, ω T d 4.5 π. 785 = 4.5 = =. 785 rad Thus T d = =. 785 sec 18 1 (b) With K = 5 db, fr marginal stability, the time delay must prduce a phase lag f 34.5 deg. Thus at ω = 1 rad/sec, ω T d 34.5 π. 6 = 34.5 = =. 6 rad Thus T d = =. 6 sec ) Fr a GM f 5 db, the time delay must prduce a phase lag f 34.5 deg at ω = 1 rad/sec. Thus, ω T d 34.5 π. 6 = 34.5 = =. 6 rad Thus T d = =. 6 sec (a) Frward path Transfer Functin: s Y( s) e Gs ( ) = = Es ( ) ( 1+ 1s)( 1+ 5s) Frm the Bde diagram, phase crssver frequency =.1 rad/sec GM = 1.55 db 8 1

121 gain crssver frequency = rad/sec PM = infinite (b) Gs () = 1 ( 1+ 1s)( 1+ 5s)( 1+ s+ s ) Frm the Bde diagram, phase crssver frequency =.6 rad/sec GM = 5 db gain crssver frequency = rad/sec PM = infinite (c) Gs () = 1 s ( 1+ s)( 1+ 1s)( 1+ s) Frm the Bde diagram, phase crssver frequency =.6 rad/sec GM = 5.44 db gain crssver frequency = rad/sec PM = infinite Sample MATLAB cde s = tf('s') %a) num_g=exp(-*s); den_g=(1*s+1)*(5*s+1); G=num_G/den_G figure(1) margin(g) 8 11

122 8 58 (cntinued) Bde diagrams fr all three parts. 8 1

123 8 59 (a) Frward path Transfer Functin: s e Gs ( ) = ( 1+ 1s)( 1+ 5s) Frm the Bde diagram, phase crssver frequency =.37 rad/sec GM = 31.8 db gain crssver frequency = rad/sec PM = infinite (b) Gs () = 1 ( 1+ 1s)( 1+ 5s)( 1+ s+.5s ) Frm the Bde diagram, phase crssver frequency =.367 rad/sec gain crssver frequency = rad/sec GM = 3.7 db PM = infinite (c) ( 1 5. s) Gs ( ) = ( 1+ 1s)( 1+ 5s)( 1+. 5s) Frm the Bde diagram, phase crssver frequency =.3731 rad/sec GM = db gain crssver frequency = rad/sec PM = infinite 8 13

124 Plts 8 59 (a c) 8 14

125 8 6 Sensitivity Plt: 8 15

126 S G M max = ω = rad/sec max 8-61) (a) (b) (c)&(d) MATLAB cde: s = tf('s') %c) K = 1 num_gh= K*(1.151*s+.1774); den_gh=(s^3+.739*s^+.91*s); GH=num_GH/den_GH; CL = GH/(1+GH) sistl %(d) figure(1) margin(cl) Part (c), range f K fr stability: Sistl Result shws that by changing K between and inf., all the rts f clsed lp system remain in the left hand side plane and PM remains psitive. Therefre, the system is stable fr all psitive K. 8 16

127 3 x 14 Rt Lcus Editr fr Open Lp 1 (OL1) 1 Open-Lp Bde Editr fr Open Lp 1 (OL1) Bde Editr fr Clsed Lp 1 (CL1) G.M.: Inf Freq: Inf Stable lp P.M.:.149 deg Freq:.6e+4 rad/sec Frequency (rad/sec) Frequency (rad/sec) Part (d), Bde, GM & PM fr K=1: 8 17

128 Bde Diagram Gm = Inf db (at Inf rad/sec), Pm = 61.3 deg (at 1.59 rad/sec) Magnitude (db) Phase (deg) Frequency (rad/sec) 8 18

Root locus ( )( ) The given TFs are: 1. Using Matlab: >> rlocus(g) >> Gp1=tf(1,poly([0-1 -2])) Transfer function: s^3 + 3 s^2 + 2 s

Root locus ( )( ) The given TFs are: 1. Using Matlab: >> rlocus(g) >> Gp1=tf(1,poly([0-1 -2])) Transfer function: s^3 + 3 s^2 + 2 s The given TFs are: 1 1() s = s s + 1 s + G p, () s ( )( ) >> Gp1=tf(1,ply([0-1 -])) Transfer functin: 1 ----------------- s^ + s^ + s Rt lcus G 1 = p ( s + 0.8 + j)( s + 0.8 j) >> Gp=tf(1,ply([-0.8-*i

More information

ME 3600 Control Systems Frequency Domain Analysis

ME 3600 Control Systems Frequency Domain Analysis ME 3600 Cntl Systems Fequency Dmain Analysis The fequency espnse f a system is defined as the steady-state espnse f the system t a sinusidal (hamnic) input. F linea systems, the esulting utput is itself

More information

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 )

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 ) + - Hmewrk 0 Slutin ) In the circuit belw: a. Find the magnitude and phase respnse. b. What kind f filter is it? c. At what frequency is the respnse 0.707 if the generatr has a ltage f? d. What is the

More information

Lead/Lag Compensator Frequency Domain Properties and Design Methods

Lead/Lag Compensator Frequency Domain Properties and Design Methods Lectures 6 and 7 Lead/Lag Cmpensatr Frequency Dmain Prperties and Design Methds Definitin Cnsider the cmpensatr (ie cntrller Fr, it is called a lag cmpensatr s K Fr s, it is called a lead cmpensatr Ntatin

More information

Chapter 8. Root Locus Techniques

Chapter 8. Root Locus Techniques Chapter 8 Rt Lcu Technique Intrductin Sytem perfrmance and tability dt determined dby cled-lp l ple Typical cled-lp feedback cntrl ytem G Open-lp TF KG H Zer -, - Ple 0, -, -4 K 4 Lcatin f ple eaily fund

More information

Frequency Response Techniques

Frequency Response Techniques 4th Edition T E N Frequency Response Techniques SOLUTION TO CASE STUDY CHALLENGE Antenna Control: Stability Design and Transient Performance First find the forward transfer function, G(s). Pot: K 1 = 10

More information

Introduction to Smith Charts

Introduction to Smith Charts Intrductin t Smith Charts Dr. Russell P. Jedlicka Klipsch Schl f Electrical and Cmputer Engineering New Mexic State University as Cruces, NM 88003 September 2002 EE521 ecture 3 08/22/02 Smith Chart Summary

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

T(s) 1+ T(s) 2. Phase Margin Test for T(s) a. Unconditionally Stable φ m = 90 o for 1 pole T(s) b. Conditionally Stable Case 1.

T(s) 1+ T(s) 2. Phase Margin Test for T(s) a. Unconditionally Stable φ m = 90 o for 1 pole T(s) b. Conditionally Stable Case 1. Lecture 49 Danger f Instability/Oscillatin When Emplying Feedback In PWM Cnverters A. Guessing Clsed Lp Stability Frm Open Lp Frequency Respnse Data. T(s) versus T(s) + T(s) 2. Phase Margin Test fr T(s)

More information

Systems Analysis and Control

Systems Analysis and Control Systems Analysis and Control Matthew M. Peet Arizona State University Lecture 21: Stability Margins and Closing the Loop Overview In this Lecture, you will learn: Closing the Loop Effect on Bode Plot Effect

More information

Review Problems 3. Four FIR Filter Types

Review Problems 3. Four FIR Filter Types Review Prblems 3 Fur FIR Filter Types Fur types f FIR linear phase digital filters have cefficients h(n fr 0 n M. They are defined as fllws: Type I: h(n = h(m-n and M even. Type II: h(n = h(m-n and M dd.

More information

Frequency Response Analysis: A Review

Frequency Response Analysis: A Review Prcess Dynamics and Cntrl Subject: Frequency Respnse Analysis Prfessr Cstas Kiparissides Department f Chemical Engineering Aristtle University f Thessalniki December 6, 204 Frequency Respnse Analysis:

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax .7.4: Direct frequency dmain circuit analysis Revisin: August 9, 00 5 E Main Suite D Pullman, WA 9963 (509) 334 6306 ice and Fax Overview n chapter.7., we determined the steadystate respnse f electrical

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

Solution to HW14 Fall-2002

Solution to HW14 Fall-2002 Slutin t HW14 Fall-2002 CJ5 10.CQ.003. REASONING AND SOLUTION Figures 10.11 and 10.14 shw the velcity and the acceleratin, respectively, the shadw a ball that underges unirm circular mtin. The shadw underges

More information

Lab 11 LRC Circuits, Damped Forced Harmonic Motion

Lab 11 LRC Circuits, Damped Forced Harmonic Motion Physics 6 ab ab 11 ircuits, Damped Frced Harmnic Mtin What Yu Need T Knw: The Physics OK this is basically a recap f what yu ve dne s far with circuits and circuits. Nw we get t put everything tgether

More information

ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2

ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2 ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2 P9.5 A speed cntrl fr gsline engine is shwn in Figure P9.5 in the textbk. () Determine the necessry gin if the stedy-stte speed errr is required t be

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers

LHS Mathematics Department Honors Pre-Calculus Final Exam 2002 Answers LHS Mathematics Department Hnrs Pre-alculus Final Eam nswers Part Shrt Prblems The table at the right gives the ppulatin f Massachusetts ver the past several decades Using an epnential mdel, predict the

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Lecture 7: Damped and Driven Oscillations

Lecture 7: Damped and Driven Oscillations Lecture 7: Damped and Driven Oscillatins Last time, we fund fr underdamped scillatrs: βt x t = e A1 + A csω1t + i A1 A sinω1t A 1 and A are cmplex numbers, but ur answer must be real Implies that A 1 and

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Tw Dimensins; Vectrs Vectrs and Scalars Additin f Vectrs Graphical Methds (One and Tw- Dimensin) Multiplicatin f a Vectr b a Scalar Subtractin f Vectrs Graphical Methds Adding Vectrs

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

Section I5: Feedback in Operational Amplifiers

Section I5: Feedback in Operational Amplifiers Sectin I5: eedback in Operatinal mplifiers s discussed earlier, practical p-amps hae a high gain under dc (zer frequency) cnditins and the gain decreases as frequency increases. This frequency dependence

More information

Homework 7 - Solutions

Homework 7 - Solutions Homework 7 - Solutions Note: This homework is worth a total of 48 points. 1. Compensators (9 points) For a unity feedback system given below, with G(s) = K s(s + 5)(s + 11) do the following: (c) Find the

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 00 Circuit Analysis Lessn 6 Chapter 4 Sec 4., 4.5, 4.7 Series LC Circuit C Lw Pass Filter Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 00 Circuit Analysis Lessn 5 Chapter 9 &

More information

Exercise 3 Identification of parameters of the vibrating system with one degree of freedom

Exercise 3 Identification of parameters of the vibrating system with one degree of freedom Exercise 3 Identificatin f parameters f the vibrating system with ne degree f freedm Gal T determine the value f the damping cefficient, the stiffness cefficient and the amplitude f the vibratin excitatin

More information

Thermodynamics and Equilibrium

Thermodynamics and Equilibrium Thermdynamics and Equilibrium Thermdynamics Thermdynamics is the study f the relatinship between heat and ther frms f energy in a chemical r physical prcess. We intrduced the thermdynamic prperty f enthalpy,

More information

Series and Parallel Resonances

Series and Parallel Resonances Series and Parallel esnances Series esnance Cnsider the series circuit shwn in the frequency dmain. The input impedance is Z Vs jl jl I jc C H s esnance ccurs when the imaginary part f the transfer functin

More information

LEARNING : At the end of the lesson, students should be able to: OUTCOMES a) state trigonometric ratios of sin,cos, tan, cosec, sec and cot

LEARNING : At the end of the lesson, students should be able to: OUTCOMES a) state trigonometric ratios of sin,cos, tan, cosec, sec and cot Mathematics DM 05 Tpic : Trignmetric Functins LECTURE OF 5 TOPIC :.0 TRIGONOMETRIC FUNCTIONS SUBTOPIC :. Trignmetric Ratis and Identities LEARNING : At the end f the lessn, students shuld be able t: OUTCOMES

More information

Math 105: Review for Exam I - Solutions

Math 105: Review for Exam I - Solutions 1. Let f(x) = 3 + x + 5. Math 105: Review fr Exam I - Slutins (a) What is the natural dmain f f? [ 5, ), which means all reals greater than r equal t 5 (b) What is the range f f? [3, ), which means all

More information

CHAPTER 5. Solutions for Exercises

CHAPTER 5. Solutions for Exercises HAPTE 5 Slutins fr Exercises E5. (a We are given v ( t 50 cs(00π t 30. The angular frequency is the cefficient f t s we have ω 00π radian/s. Then f ω / π 00 Hz T / f 0 ms m / 50 / 06. Furthermre, v(t attains

More information

9. Frequency-Domain Analysis

9. Frequency-Domain Analysis 9.1 Sinusidal resnses 9. Frequency-Dmain Analysis We give meaning t the steady-state resnse f systems t sinusidal inuts, which is called as the frequency resnse. Fr the resnse, the transfer functin is

More information

Function notation & composite functions Factoring Dividing polynomials Remainder theorem & factor property

Function notation & composite functions Factoring Dividing polynomials Remainder theorem & factor property Functin ntatin & cmpsite functins Factring Dividing plynmials Remainder therem & factr prperty Can d s by gruping r by: Always lk fr a cmmn factr first 2 numbers that ADD t give yu middle term and MULTIPLY

More information

(2) Even if such a value of k was possible, the neutrons multiply

(2) Even if such a value of k was possible, the neutrons multiply CHANGE OF REACTOR Nuclear Thery - Curse 227 POWER WTH REACTVTY CHANGE n this lessn, we will cnsider hw neutrn density, neutrn flux and reactr pwer change when the multiplicatin factr, k, r the reactivity,

More information

ANSWER KEY FOR MATH 10 SAMPLE EXAMINATION. Instructions: If asked to label the axes please use real world (contextual) labels

ANSWER KEY FOR MATH 10 SAMPLE EXAMINATION. Instructions: If asked to label the axes please use real world (contextual) labels ANSWER KEY FOR MATH 10 SAMPLE EXAMINATION Instructins: If asked t label the axes please use real wrld (cntextual) labels Multiple Chice Answers: 0 questins x 1.5 = 30 Pints ttal Questin Answer Number 1

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

1 (20 pts) Nyquist Exercise

1 (20 pts) Nyquist Exercise EE C128 / ME134 Problem Set 6 Solution Fall 2011 1 (20 pts) Nyquist Exercise Consider a close loop system with unity feedback. For each G(s), hand sketch the Nyquist diagram, determine Z = P N, algebraically

More information

Lecture 6: Phase Space and Damped Oscillations

Lecture 6: Phase Space and Damped Oscillations Lecture 6: Phase Space and Damped Oscillatins Oscillatins in Multiple Dimensins The preius discussin was fine fr scillatin in a single dimensin In general, thugh, we want t deal with the situatin where:

More information

Figure 1a. A planar mechanism.

Figure 1a. A planar mechanism. ME 5 - Machine Design I Fall Semester 0 Name f Student Lab Sectin Number EXAM. OPEN BOOK AND CLOSED NOTES. Mnday, September rd, 0 Write n ne side nly f the paper prvided fr yur slutins. Where necessary,

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 2100 Circuit Analysis Lessn 25 Chapter 9 & App B: Passive circuit elements in the phasr representatin Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 2100 Circuit Analysis Lessn

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

Digital Control Systems

Digital Control Systems Digital Control Systems Lecture Summary #4 This summary discussed some graphical methods their use to determine the stability the stability margins of closed loop systems. A. Nyquist criterion Nyquist

More information

DINGWALL ACADEMY NATIONAL QUALIFICATIONS. Mathematics Higher Prelim Examination 2009/2010 Paper 1 Assessing Units 1 & 2. Time allowed - 1 hour 30

DINGWALL ACADEMY NATIONAL QUALIFICATIONS. Mathematics Higher Prelim Examination 2009/2010 Paper 1 Assessing Units 1 & 2. Time allowed - 1 hour 30 INGWLL EMY Mathematics Higher Prelim Eaminatin 009/00 Paper ssessing Units & NTIONL QULIFITIONS Time allwed - hur 0 minutes Read carefull alculatrs ma NOT be used in this paper. Sectin - Questins - 0 (0

More information

Thermodynamics Partial Outline of Topics

Thermodynamics Partial Outline of Topics Thermdynamics Partial Outline f Tpics I. The secnd law f thermdynamics addresses the issue f spntaneity and invlves a functin called entrpy (S): If a prcess is spntaneus, then Suniverse > 0 (2 nd Law!)

More information

Cop yri ht 2006, Barr Mabillard.

Cop yri ht 2006, Barr Mabillard. Trignmetry II Cpyright Trignmetry II Standards 006, Test Barry ANSWERS Mabillard. 0 www.math0s.cm . If csα, where sinα > 0, and 5 cs α + β value f sin β, where tan β > 0, determine the exact 9 First determine

More information

MEM 355 Performance Enhancement of Dynamical Systems

MEM 355 Performance Enhancement of Dynamical Systems MEM 355 Performance Enhancement of Dynamical Systems Frequency Domain Design Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University 5/8/25 Outline Closed Loop Transfer Functions

More information

Trigonometric Ratios Unit 5 Tentative TEST date

Trigonometric Ratios Unit 5 Tentative TEST date 1 U n i t 5 11U Date: Name: Trignmetric Ratis Unit 5 Tentative TEST date Big idea/learning Gals In this unit yu will extend yur knwledge f SOH CAH TOA t wrk with btuse and reflex angles. This extensin

More information

ECE 5318/6352 Antenna Engineering. Spring 2006 Dr. Stuart Long. Chapter 6. Part 7 Schelkunoff s Polynomial

ECE 5318/6352 Antenna Engineering. Spring 2006 Dr. Stuart Long. Chapter 6. Part 7 Schelkunoff s Polynomial ECE 538/635 Antenna Engineering Spring 006 Dr. Stuart Lng Chapter 6 Part 7 Schelkunff s Plynmial 7 Schelkunff s Plynmial Representatin (fr discrete arrays) AF( ψ ) N n 0 A n e jnψ N number f elements in

More information

Finding the Earth s magnetic field

Finding the Earth s magnetic field Labratry #6 Name: Phys 1402 - Dr. Cristian Bahrim Finding the Earth s magnetic field The thery accepted tday fr the rigin f the Earth s magnetic field is based n the mtin f the plasma (a miture f electrns

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

Synchronous Motor V-Curves

Synchronous Motor V-Curves Synchrnus Mtr V-Curves 1 Synchrnus Mtr V-Curves Intrductin Synchrnus mtrs are used in applicatins such as textile mills where cnstant speed peratin is critical. Mst small synchrnus mtrs cntain squirrel

More information

CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION

CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION CHAPTER 7 : BODE PLOTS AND GAIN ADJUSTMENTS COMPENSATION Objectives Students should be able to: Draw the bode plots for first order and second order system. Determine the stability through the bode plots.

More information

39th International Physics Olympiad - Hanoi - Vietnam Theoretical Problem No. 1 /Solution. Solution

39th International Physics Olympiad - Hanoi - Vietnam Theoretical Problem No. 1 /Solution. Solution 39th Internatinal Physics Olympiad - Hani - Vietnam - 8 Theretical Prblem N. /Slutin Slutin. The structure f the mrtar.. Calculating the distance TG The vlume f water in the bucket is V = = 3 3 3 cm m.

More information

Functions. EXPLORE \g the Inverse of ao Exponential Function

Functions. EXPLORE \g the Inverse of ao Exponential Function ifeg Seepe3 Functins Essential questin: What are the characteristics f lgarithmic functins? Recall that if/(x) is a ne-t-ne functin, then the graphs f/(x) and its inverse,/'~\x}, are reflectins f each

More information

SPH3U1 Lesson 06 Kinematics

SPH3U1 Lesson 06 Kinematics PROJECTILE MOTION LEARNING GOALS Students will: Describe the mtin f an bject thrwn at arbitrary angles thrugh the air. Describe the hrizntal and vertical mtins f a prjectile. Slve prjectile mtin prblems.

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

Dispersion Ref Feynman Vol-I, Ch-31

Dispersion Ref Feynman Vol-I, Ch-31 Dispersin Ref Feynman Vl-I, Ch-31 n () = 1 + q N q /m 2 2 2 0 i ( b/m) We have learned that the index f refractin is nt just a simple number, but a quantity that varies with the frequency f the light.

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

Corrections for the textbook answers: Sec 6.1 #8h)covert angle to a positive by adding period #9b) # rad/sec

Corrections for the textbook answers: Sec 6.1 #8h)covert angle to a positive by adding period #9b) # rad/sec U n i t 6 AdvF Date: Name: Trignmetric Functins Unit 6 Tentative TEST date Big idea/learning Gals In this unit yu will study trignmetric functins frm grade, hwever everything will be dne in radian measure.

More information

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~ Sectin 6-2: Simplex Methd: Maximizatin with Prblem Cnstraints f the Frm ~ Nte: This methd was develped by Gerge B. Dantzig in 1947 while n assignment t the U.S. Department f the Air Frce. Definitin: Standard

More information

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations STAPLE Physics 201 Name Final Exam May 14, 2013 This is a clsed bk examinatin but during the exam yu may refer t a 5 x7 nte card with wrds f wisdm yu have written n it. There is extra scratch paper available.

More information

MATHEMATICS SYLLABUS SECONDARY 5th YEAR

MATHEMATICS SYLLABUS SECONDARY 5th YEAR Eurpean Schls Office f the Secretary-General Pedaggical Develpment Unit Ref. : 011-01-D-8-en- Orig. : EN MATHEMATICS SYLLABUS SECONDARY 5th YEAR 6 perid/week curse APPROVED BY THE JOINT TEACHING COMMITTEE

More information

37 Maxwell s Equations

37 Maxwell s Equations 37 Maxwell s quatins In this chapter, the plan is t summarize much f what we knw abut electricity and magnetism in a manner similar t the way in which James Clerk Maxwell summarized what was knwn abut

More information

Lim f (x) e. Find the largest possible domain and its discontinuity points. Why is it discontinuous at those points (if any)?

Lim f (x) e. Find the largest possible domain and its discontinuity points. Why is it discontinuous at those points (if any)? THESE ARE SAMPLE QUESTIONS FOR EACH OF THE STUDENT LEARNING OUTCOMES (SLO) SET FOR THIS COURSE. SLO 1: Understand and use the cncept f the limit f a functin i. Use prperties f limits and ther techniques,

More information

x x

x x Mdeling the Dynamics f Life: Calculus and Prbability fr Life Scientists Frederick R. Adler cfrederick R. Adler, Department f Mathematics and Department f Bilgy, University f Utah, Salt Lake City, Utah

More information

Interference is when two (or more) sets of waves meet and combine to produce a new pattern.

Interference is when two (or more) sets of waves meet and combine to produce a new pattern. Interference Interference is when tw (r mre) sets f waves meet and cmbine t prduce a new pattern. This pattern can vary depending n the riginal wave directin, wavelength, amplitude, etc. The tw mst extreme

More information

205MPa and a modulus of elasticity E 207 GPa. The critical load 75kN. Gravity is vertically downward and the weight of link 3 is W3

205MPa and a modulus of elasticity E 207 GPa. The critical load 75kN. Gravity is vertically downward and the weight of link 3 is W3 ME 5 - Machine Design I Fall Semester 06 Name f Student: Lab Sectin Number: Final Exam. Open bk clsed ntes. Friday, December 6th, 06 ur name lab sectin number must be included in the spaces prvided at

More information

STABILITY ANALYSIS TECHNIQUES

STABILITY ANALYSIS TECHNIQUES ECE4540/5540: Digital Control Systems 4 1 STABILITY ANALYSIS TECHNIQUES 41: Bilinear transformation Three main aspects to control-system design: 1 Stability, 2 Steady-state response, 3 Transient response

More information

Chapter 5: Diffusion (2)

Chapter 5: Diffusion (2) Chapter 5: Diffusin () ISSUES TO ADDRESS... Nn-steady state diffusin and Fick s nd Law Hw des diffusin depend n structure? Chapter 5-1 Class Eercise (1) Put a sugar cube inside a cup f pure water, rughly

More information

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are:

and the Doppler frequency rate f R , can be related to the coefficients of this polynomial. The relationships are: Algrithm fr Estimating R and R - (David Sandwell, SIO, August 4, 2006) Azimith cmpressin invlves the alignment f successive eches t be fcused n a pint target Let s be the slw time alng the satellite track

More information

( ) kt. Solution. From kinetic theory (visualized in Figure 1Q9-1), 1 2 rms = 2. = 1368 m/s

( ) kt. Solution. From kinetic theory (visualized in Figure 1Q9-1), 1 2 rms = 2. = 1368 m/s .9 Kinetic Mlecular Thery Calculate the effective (rms) speeds f the He and Ne atms in the He-Ne gas laser tube at rm temperature (300 K). Slutin T find the rt mean square velcity (v rms ) f He atms at

More information

Lyapunov Stability Stability of Equilibrium Points

Lyapunov Stability Stability of Equilibrium Points Lyapunv Stability Stability f Equilibrium Pints 1. Stability f Equilibrium Pints - Definitins In this sectin we cnsider n-th rder nnlinear time varying cntinuus time (C) systems f the frm x = f ( t, x),

More information

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems.

Building to Transformations on Coordinate Axis Grade 5: Geometry Graph points on the coordinate plane to solve real-world and mathematical problems. Building t Transfrmatins n Crdinate Axis Grade 5: Gemetry Graph pints n the crdinate plane t slve real-wrld and mathematical prblems. 5.G.1. Use a pair f perpendicular number lines, called axes, t define

More information

SOLUTIONS SET 1 MATHEMATICS CLASS X

SOLUTIONS SET 1 MATHEMATICS CLASS X Tp Careers & Yu SOLUTIONS SET MTHEMTICS CLSS X. 84 7 Prime factrs f 84 are, and 7.. Sum f zeres 5 + 4 Prduct f zeres 5 4 0 Required plynmial x ( )x + ( 0) x + x 0. Given equatin is x + y 0 Fr x, y L.H.S

More information

Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals of Diffusion

Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals of Diffusion Materials Engineering 272-C Fall 2001, Lecture 7 & 8 Fundamentals f Diffusin Diffusin: Transprt in a slid, liquid, r gas driven by a cncentratin gradient (r, in the case f mass transprt, a chemical ptential

More information

DINGWALL ACADEMY NATIONAL QUALIFICATIONS. Mathematics Higher Prelim Examination 2010/2011 Paper 1 Assessing Units 1 & 2.

DINGWALL ACADEMY NATIONAL QUALIFICATIONS. Mathematics Higher Prelim Examination 2010/2011 Paper 1 Assessing Units 1 & 2. INGWLL EMY Mathematics Higher Prelim Eaminatin 00/0 Paper ssessing Units & NTIONL QULIFITIONS Time allwed - hur 0 minutes Read carefull alculatrs ma NOT be used in this paper. Sectin - Questins - 0 (0

More information

Phys102 Second Major-102 Zero Version Coordinator: Al-Shukri Thursday, May 05, 2011 Page: 1

Phys102 Second Major-102 Zero Version Coordinator: Al-Shukri Thursday, May 05, 2011 Page: 1 Crdinatr: Al-Shukri Thursday, May 05, 2011 Page: 1 1. Particles A and B are electrically neutral and are separated by 5.0 μm. If 5.0 x 10 6 electrns are transferred frm particle A t particle B, the magnitude

More information

Three charges, all with a charge of 10 C are situated as shown (each grid line is separated by 1 meter).

Three charges, all with a charge of 10 C are situated as shown (each grid line is separated by 1 meter). Three charges, all with a charge f 0 are situated as shwn (each grid line is separated by meter). ) What is the net wrk needed t assemble this charge distributin? a) +0.5 J b) +0.8 J c) 0 J d) -0.8 J e)

More information

1 (s + 3)(s + 2)(s + a) G(s) = C(s) = K P + K I

1 (s + 3)(s + 2)(s + a) G(s) = C(s) = K P + K I MAE 43B Linear Control Prof. M. Krstic FINAL June 9, Problem. ( points) Consider a plant in feedback with the PI controller G(s) = (s + 3)(s + )(s + a) C(s) = K P + K I s. (a) (4 points) For a given constant

More information

Lecture 5: Frequency domain analysis: Nyquist, Bode Diagrams, second order systems, system types

Lecture 5: Frequency domain analysis: Nyquist, Bode Diagrams, second order systems, system types Lecture 5: Frequency domain analysis: Nyquist, Bode Diagrams, second order systems, system types Venkata Sonti Department of Mechanical Engineering Indian Institute of Science Bangalore, India, 562 This

More information

Q1. A) 48 m/s B) 17 m/s C) 22 m/s D) 66 m/s E) 53 m/s. Ans: = 84.0 Q2.

Q1. A) 48 m/s B) 17 m/s C) 22 m/s D) 66 m/s E) 53 m/s. Ans: = 84.0 Q2. Phys10 Final-133 Zer Versin Crdinatr: A.A.Naqvi Wednesday, August 13, 014 Page: 1 Q1. A string, f length 0.75 m and fixed at bth ends, is vibrating in its fundamental mde. The maximum transverse speed

More information

Chapter 30. Inductance

Chapter 30. Inductance Chapter 30 nductance 30. Self-nductance Cnsider a lp f wire at rest. f we establish a current arund the lp, it will prduce a magnetic field. Sme f the magnetic field lines pass thrugh the lp. et! be the

More information

Stability of CL System

Stability of CL System Stability of CL System Consider an open loop stable system that becomes unstable with large gain: At the point of instability, K( j) G( j) = 1 0dB K( j) G( j) K( j) G( j) K( j) G( j) =± 180 o 180 o Closed

More information

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y=

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y= Intrductin t Vectrs I 21 Intrductin t Vectrs I 22 I. Determine the hrizntal and vertical cmpnents f the resultant vectr by cunting n the grid. X= y= J. Draw a mangle with hrizntal and vertical cmpnents

More information

ChE 471: LECTURE 4 Fall 2003

ChE 471: LECTURE 4 Fall 2003 ChE 47: LECTURE 4 Fall 003 IDEL RECTORS One f the key gals f chemical reactin engineering is t quantify the relatinship between prductin rate, reactr size, reactin kinetics and selected perating cnditins.

More information

제어이론복습 강의보조자료. 박상혁

제어이론복습 강의보조자료. 박상혁 제어이론복습 강의보조자료 박상혁 ark@kau.ac.kr u inut t t utut : y t t u Linear System with zer C Linear System with zer C Linear System with zer C N k utut g t d g t : utut by imulse inut u gt u k g t k u g nvlutin

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 4: Mdel checing fr ODE mdels In Petre Department f IT, Åb Aademi http://www.users.ab.fi/ipetre/cmpmd/ Cntent Stichimetric matrix Calculating the mass cnservatin relatins

More information

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!**

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!** Tpics lists: UV-Vis Absrbance Spectrscpy Lab & ChemActivity 3-6 (nly thrugh 4) I. UV-Vis Absrbance Spectrscpy Lab Beer s law Relates cncentratin f a chemical species in a slutin and the absrbance f that

More information

ENGI 4430 Parametric Vector Functions Page 2-01

ENGI 4430 Parametric Vector Functions Page 2-01 ENGI 4430 Parametric Vectr Functins Page -01. Parametric Vectr Functins (cntinued) Any nn-zer vectr r can be decmpsed int its magnitude r and its directin: r rrˆ, where r r 0 Tangent Vectr: dx dy dz dr

More information

Pre-Calculus Individual Test 2017 February Regional

Pre-Calculus Individual Test 2017 February Regional The abbreviatin NOTA means Nne f the Abve answers and shuld be chsen if chices A, B, C and D are nt crrect. N calculatr is allwed n this test. Arcfunctins (such as y = Arcsin( ) ) have traditinal restricted

More information

Preparation work for A2 Mathematics [2017]

Preparation work for A2 Mathematics [2017] Preparatin wrk fr A2 Mathematics [2017] The wrk studied in Y12 after the return frm study leave is frm the Cre 3 mdule f the A2 Mathematics curse. This wrk will nly be reviewed during Year 13, it will

More information

Calculus Placement Review. x x. =. Find each of the following. 9 = 4 ( )

Calculus Placement Review. x x. =. Find each of the following. 9 = 4 ( ) Calculus Placement Review I. Finding dmain, intercepts, and asympttes f ratinal functins 9 Eample Cnsider the functin f ( ). Find each f the fllwing. (a) What is the dmain f f ( )? Write yur answer in

More information

Root Locus Methods. The root locus procedure

Root Locus Methods. The root locus procedure Root Locus Methods Design of a position control system using the root locus method Design of a phase lag compensator using the root locus method The root locus procedure To determine the value of the gain

More information

4. Find a, b, and c. 6. Find x and y.

4. Find a, b, and c. 6. Find x and y. Grace Brethren Christian Schl Entering Trig/Analysis: Page f Summer Packet fr Students entering Trig/Analysis Review prblems frm Gemetry: Shw yur wrk!. Twice the cmplement f angle A is 35 less than the

More information

Measurement of Radial Loss and Lifetime. of Microwave Plasma in the Octupo1e. J. C. Sprott PLP 165. Plasma Studies. University of Wisconsin DEC 1967

Measurement of Radial Loss and Lifetime. of Microwave Plasma in the Octupo1e. J. C. Sprott PLP 165. Plasma Studies. University of Wisconsin DEC 1967 Measurement f Radial Lss and Lifetime f Micrwave Plasma in the Octup1e J. C. Sprtt PLP 165 Plasma Studies University f Wiscnsin DEC 1967 1 The number f particles in the tridal ctuple was measured as a

More information

ELECTRON CYCLOTRON HEATING OF AN ANISOTROPIC PLASMA. December 4, PLP No. 322

ELECTRON CYCLOTRON HEATING OF AN ANISOTROPIC PLASMA. December 4, PLP No. 322 ELECTRON CYCLOTRON HEATING OF AN ANISOTROPIC PLASMA by J. C. SPROTT December 4, 1969 PLP N. 3 These PLP Reprts are infrmal and preliminary and as such may cntain errrs nt yet eliminated. They are fr private

More information