Reduction of Multiple Subsystems

Size: px
Start display at page:

Download "Reduction of Multiple Subsystems"

Transcription

1 F I V E Reduction of Multiple Subytem SOLUTIONS TO CASE STUDIES CHALLENGES Antenna Control: Deigning a Cloed-Loop Repone a. Drawing the block diagram of the ytem: u i + - Pot 0 Π Pre amp K Power amp Motor, load and gear 0.6 (+.32) u o Thu, T() = 76.39K K b. Drawing the ignal flow-diagram for each ubytem and then interconnecting them yield: u i 0 Π K x x 0.2 u o pot pre amp gear power amp - 0 Π motor and load pot

2 Solution to Cae Studie Challenge 27 ẋ =. = x 3 ẋ 3 = -50x 3 +50K( 0 π (q i 0.2x )) = Kx - 50x Kθ i θ o = 0.2x In vector-matrix notation, ẋ = K 0-50 x K θ i θ o = x c. T = 0 π (K)(50) (0.8) (0.2) = 3 G L = 50 Nontouching loop: G L G L2 = 98 2 ; G L 2 =.32 ; G L 3 = (K)(50) (0.8) 0 (0.2) π = 76.39K 3 = - [G L + G L2 + G L3 ] + [G L G L2 ] = + 50 = K T() = T 76.39K = K 0 π 0.6K d. The equivalent forward path tranfer function i G() = (+.32) Therefore, T() = The pole are located at ± j.454. ω n = 2.55 =.597 rad/; 2ζω n =.32, therefore, ζ = 0.43.

3 28 Chapter 5: Reduction of Multiple Subytem %OS = e ζπ / ζ x00 = 24%; T = = ζω n 0.66 = 6.06 econd; T π π p = ω n -ζ 2 =.454 = 2.6 econd; Uing Figure 4.6, the normalized rie time i.486. Dividing by the natural frequency, T r =.486 = 0.93 econd e. f. Since G() = %OS - ln ( 0.5K (+.32), T() = 0.5K K. Alo, ζ = 00 ) π 2 + ln 2 ( %OS = 0.57 for 5% 00 ) overhoot; ω n = 0.5K ; and 2ζω n =.32. Therefore, ω n =.32 2ζ =.32 2(0.547) Solving for K, K=3.2. =.277 = 0.5K. UFSS Vehicle: Pitch-Angle Control Repreentation a. Ue the oberver canonical form for the vehicle dynamic o that the output yaw rate i a tate variable. u x 4 x 3 x y b. Uing the ignal flow graph to write the tate equation:

4 Solution to Cae Studie Challenge 29 x Ý = x Ý 2 = x x 4 x Ý 3 = (0.25* 0.437)x 4 x Ý 4 = 2x +2 2x 4 2u In vector-matrix form: x Ý = x + u y = [ 0 0 0]x c. Program: numg=-0.25*[ 0.437]; deng=poly([ ]); 'G()' G=tf(numg,deng) numh=[- 0]; denh=[0 ]; 'H()' H=tf(numh,denh) 'Ge()' Ge=feedback(G,H) 'T()' T=feedback(-*Ge,) [numt,dent]=tfdata(t,'v'); [Acc,Bcc,Ccc,Dcc]=tf2(numt,dent) Computer repone: an = G() Tranfer function: ^ ^ ^ an = H() Tranfer function: - an = Ge() Tranfer function: ^ ^ ^

5 30 Chapter 5: Reduction of Multiple Subytem an = T() Tranfer function: ^ ^ ^ Acc = Bcc = Ccc = Dcc = ANSWERS TO REVIEW QUESTIONS. Signal, ytem, umming junction, pickoff point 2. Cacade, parallel, feedback 3. Product of individual tranfer function, um of individual tranfer function, forward gain divided by one plu the product of the forward gain time the feedback gain 4. Equivalent form for moving block acro umming junction and pickoff point 5. A K i varied from 0 to, the ytem goe from overdamped to critically damped to underdamped. When the ytem i underdamped, the ettling time remain contant. 6. Since the real part remain contant and the imaginary part increae, the radial ditance from the origin i increaing. Thu the angle θ i increaing. Since ζ= co θ the damping ratio i decreaing. 7. Node (ignal), branche (ytem) 8. Signal flowing into a node are added together. Signal flowing out of a node are the um of ignal flowing into a node. 9. One 0. Phae-variable form, cacaded form, parallel form, Jordan canonical form, oberver canonical form. The Jordan canonical form and the parallel form reult from a partial fraction expanion. 2. Parallel form

6 Anwer to Review Quetion 3 3. The ytem pole, or eigenvalue 4. The ytem pole including all repetition of the repeated root 5. Solution of the tate variable are achieved through decoupled equation. i.e. the equation are olvable individually and not imultaneouly. 6. State variable can be identified with phyical parameter; eae of olution of ome repreentation 7. Sytem with zero 8. State-vector tranformation are the tranformation of the tate vector from one bai ytem to another. i.e. the ame vector repreented in another bai. 9. A vector which under a matrix tranformation i collinear with the original. In other word, the length of the vector ha changed, but not it angle. 20. An eigenvalue i that multiple of the original vector that i the tranformed vector. 2. Reulting ytem matrix i diagonal. SOLUTIONS TO PROBLEMS. a. Combine the inner feedback and the parallel pair. Multiply the block in the forward path and apply the feedback formula to get, 50(-2) T() = b. Program: 'G()' G=tf(,[ 0 0]) 'G2()' G2=tf(50,[ ]) 'G3()' G3=tf(2,[ 0]) 'G4()' G4=tf([ 0],) 'G5()' G5=2 'Ge()=G2()/(+G2()G3())' Ge=G2/(+G2*G3) 'Ge2()=G4()-G5()' Ge2=G4-G5 'Ge3()=G()Ge()Ge2()' Ge3=G*Ge*Ge2

7 32 Chapter 5: Reduction of Multiple Subytem 'T()=Ge3()/(+Ge3())' T=feedback(Ge3,); T=minreal(T) Computer repone: an = G() Tranfer function: --- ^2 an = G2() Tranfer function: an = G3() Tranfer function: 2 - an = G4() Tranfer function: an = G5() G5 = an = 2 Ge()=G2()/(+G2()G3()) Tranfer function: 50 ^ ^3 + 2 ^ an = Ge2()=G4()-G5() Tranfer function: - 2

8 Solution to Problem 33 an = Ge3()=G()Ge()Ge2() Tranfer function: 50 ^3-50 ^ ^5 + 2 ^4 + 0 ^ ^2 an = T()=Ge3()/(+Ge3()) Tranfer function: ^3 + ^ Puh G () to the left pat the pickoff point. H + - G + G 2 G 3 G + G Thu, T() = + G H G + 2 G G = ( G G + 2 )G 3 3 ( + G H ) 3. a. Split G 3 and combine with G 2 and G 4. Alo ue feedback formula on G 6 loop.

9 34 Chapter 5: Reduction of Multiple Subytem Puh G 2 +G 3 to the left pat the pickoff point. Uing the feedback formula and combining parallel block, Multiplying the block of the forward path and applying the feedback formula,

10 Solution to Problem Puh G 2 () to the left pat the umming junction. Collape the umming junction and add the parallel tranfer function. Puh G ()G 2 () + G 5 () to the right pat the umming junction.

11 36 Chapter 5: Reduction of Multiple Subytem Collape umming junction and add feedback path. Applying the feedback formula, G3() + G() G2() T() = G2() G4() + [ G3() + G() G2()] H + G 3() G () G 2() + G () + G () G () HG [ () G() G()] G() G() 3 2 = a. Puh G 7 to the left pat the pickoff point. Add the parallel block, G 3 +G 4.

12 Solution to Problem 37 Puh G 3 +G 4 to the right pat the umming junction. Collape the minor loop feedback.

13 38 Chapter 5: Reduction of Multiple Subytem Puh G 7(G 3 +G 4 ) +G 6 G 7 to the left pat the pickoff point. Puh G to the right pat the umming junction. Add the parallel feedback path to get the ingle negative feedback, H() = G 5 G 7 + G 2(+G 6 G 7 ) G 7 (G 3 +G 4 ) - G 8 G. Thu,

14 Solution to Problem 39 T() = b. Program: G=tf([0 ],[ 7]); %G=/+7 input tranducer G2=tf([0 0 ],[ 2 3]); %G2=/^2+2+3 G3=tf([0 ],[ 4]); %G3=/+4 G4=tf([0 ],[ 0]); %G4=/ G5=tf([0 5],[ 7]); %G5=5/+7 G6=tf([0 0 ],[ 5 0]); %G6=/^2+5+0 G7=tf([0 3],[ 2]); %G7=3/+2 G8=tf([0 ],[ 6]); %G8=/+6 G9=tf([],[]); %Add G9= tranducer at the input T=append(G,G2,G3,G4,G5,G6,G7,G8,G9); Q=[ ]; input=9; output=7; T=connect(T,Q,input,output); T=tf(T)

15 40 Chapter 5: Reduction of Multiple Subytem Computer repone: Tranfer function: 6 ^ ^ ^ ^ e004 ^ e004 ^ e e ^ ^ ^ ^ e004 ^ e004 ^ e005 ^4 +.98e005 ^ e005 ^ e e Combine G 6 and G 7 yielding G 6 G 7. Add G 4 and obtain the following diagram: Next combine G 3 and G 4 +G 6 G 7. Puh G 5 to the left pat the pickoff point.

16 Solution to Problem 4 Notice that the feedback i in parallel form. Thu the equivalent feedback, H eq () = G 2 G 5 + G 3 (G 4 +G 6 G 7 ) + G 8. Since the forward path tranfer function i G() = G eq () = G G 5, the cloedloop tranfer function i Hence, G eq () T() = +G eq ()H eq (). 7. Puh 2 to the right pat the pickoff point.

17 42 Chapter 5: Reduction of Multiple Subytem Combine umming junction. Combine parallel 2 and. Apply feedback formula to unity feedback with G() =. Combine cacade pair and add feedback around /(+).

18 Solution to Problem 43 Combine parallel pair and feedback in forward path. Combine cacade pair and apply final feedback formula yielding T() = Puh G 3 to the left pat the pickoff point. Puh G 6 to the left pat the pickoff point.

19 44 Chapter 5: Reduction of Multiple Subytem Hence, Thu the tranfer function i the product of the function, or θ 22 () θ () G G 2 G 4 G 5 G 6 G 7 = - G 4 G 5 + G 4 G 5 G 6 + G G 2 G 3 - G G 2 G 3 G 4 G 5 + G G 2 G 3 G 4 G 5 G 6 9. Combine the feedback with G 6 and combine the parallel G 2 and G 3. Move G 2 +G 3 to the left pat the pickoff point.

20 Solution to Problem 45 Combine feedback and parallel pair in the forward path yielding an equivalent forward-path tranfer function of G e () = G 2 +G 3 +G (G 2 +G 3 ) G 5 + G 4 G 2 +G 3 G 6 +G 6 G e () But, T() = +G e ()G 7 (). Thu, 0. Puh G3() to the left pat the pickoff point.

21 46 Chapter 5: Reduction of Multiple Subytem Puh G2()G3() to the left pat the pickoff point. Puh G() to the right pat the umming junction.

22 Solution to Problem 47 Collaping the umming junction and adding the feedback tranfer function, where G T() = ()G 2 ()G 3 () + G ()G 2 ()G 3 ()H eq (). T() = H eq () = H 3 () G 3 () + H () G 2 ()G 3 () + H 2 () G ()G 3 () + H 4 () G () Therefore, 2ζω n = 2, and ω n = 5. Hence, ζ = 0.4. %OS = e ζπ / ζ 2 x00 = 6.3%; T = 4 π =0.667; T ζω p = n ω n -ζ 2 = C() = A = 5 ( ) = A + B + C = B 2 + C B =, C = 3 C() = = + 3 ( +.5) = ( +.5) +.5 ( +.5) = ( +.5) ( +.5) c(t) = e.5t (co 2.75t +.5 in 2.75t) 2.75 Puh 2 to the left pat the pickoff point and combine the parallel combination of 2 and /.

23 48 Chapter 5: Reduction of Multiple Subytem Puh (2+)/ to the right pat the umming junction and combine umming junction. 4. 2(2 +) Hence, T() = + 2(2 +)H eq (), where H eq() = K SinceG() = ( + 30), T() = G() + G() = K K. Therefore, 2ζω n = 30. Thu, ζ = 5/ω n = (i.e. 20% overhoot). Hence, ω n = = K. Therefore K = T() = K 2 + α + K ; ζ = K = ω n 2 = 324. α = 2ζω n = 40. %OS ln( 00 ) π 2 + ln 2 ( %OS 00 ) = ;T = 4 ζω n = 0.2. Therefore, ω n = K The equivalent forward-path tranfer function i G() = [ + (0 K 2 + 2)]. Hence, T() = G() + G() = 0K 2. Since + (0 K 2 + 2) + 0K T = 4 Re = 2, Re = 2; and T p = π =, Im = π. The pole are thu at 2+jπ. Hence, Im ω n = 2 2 +π 2 = 0K. Thu, K =.387. Alo, (0K 2 + 2)/2 = Re = 2. Hence, K 2 = /5. a. For the inner loop, G e () = 20 ( +2), and H e() = 0.2. Therefore, T e () = G e () + G e ()H e () 20 (+6). Combining with the equivalent tranfer function of the parallel pair, G p() = 20, the ytem =

24 Solution to Problem i reduced to an equivalent unity feedback ytem with G() = G p () T e () = (+6) G() +G() = Hence, T() = b. ω 2 n = 400; 2ζω n = 6. Therefore, ω n = 20, and ζ = 0.4. %OS = e ζπ / ζ 2 x00 = 25.38; 4 π T = =0.5; T ζω p = n ω n -ζ 2 =0.7. From Figure 4.6, ω nt r =.463. Hence, T r = ω d = Im = ω n - ζ 2 = T() = ; from which, 2ζω n = 200 and ω n = = 70. Hence, π ζ = %OS = e -ζπ/ -ζ 2 x00 = 0.8%; T p = = ω n ζ Alo,T = 4 = ζω n For the generator, E g () = K f I f (). But, I f () = E i() R f +L f. Therefore, E g() E i () = 2 +. For the motor, conider R a = 2 Ω, the um of both reitor. Alo, J e = J a +J L ( 2 )2 = = ; D e = D L ( 2 )2 =. Therefore, θ m () E g () = K t R a J e (+ J e (D e + K tk a R a )) 0.5 = (+.5). But, θ o() θ m () = 2. Thu, θ o () E g () = 0.25 (+.5). Finally, θ o () E i () = E g() E i () θ o () E g () = 0.5 (+)(+.5). 20. For the mechanical ytem, J( N 2 N ) 2 2 θ 2 () = T( N 2 N ). For the potentiometer, E i () = 0 θ 2() 2π θ 2 () = π 5 E R i(). For the network, E o () = E i () R+ C = E i () + RC + RC, or E i () = E o ()., or

25 50 Chapter 5: Reduction of Multiple Subytem 2. Therefore, θ 2 () = π + 5 E RC o() 5N E o () T() = JπN 2 +. RC. Subtitute into mechanical equation and obtain, The equivalent mechanical ytem i found by reflecting mechanical impedance to the pring. Writing the equation of motion: ( )θ () 5θ 2 () = 4T() 5θ () + ( )θ 2 () = 0 Solving for θ 2 (), θ 2 () = ( ) 4T() 5 0 ( ) 5 5 ( ) = 20T() The angular rotation of the pot i 0.2 that of θ 2, or θ p () T() = ( ) For the pot: E p () θ p () = 50 5( 2π ) = 5 π For the electrical network: Uing voltage diviion,

26 Solution to Problem 5 Subtituting the previouly obtained value, E o () E p () = 200,000 = , E o () T() = θ () p E () p T() θ p () E () o E p () = 0 π ( ) 22. a. r 50 x 4 x x 2 2

27 52 Chapter 5: Reduction of Multiple Subytem b. x 3 x x 3 x 2 x x 5 x 4 x 5 x 4 - G - r x 5 G 2 G x 5 x G x G 3 x 4 G 4 - G 7

28 Solution to Problem 53 c. x 5 x 4 x 3 x G 8 - G 6 r x 5 G x x 4 G 3 x G x G 2 G 4 - G a. x x 3 = = x 3 = 2x 4 6x 3 + r y = x +

29 54 Chapter 5: Reduction of Multiple Subytem r x 3 x y b. x x 3 = = 3 + x 3 + r = 3x 4 5x 3 + r y = x + 2 c. x x 3 = 7x + + r = 3x + 2 x 3 + 2r = x + 2x 3 + r y = x x 3

30 Solution to Problem a. Since G() = = C() R(), c + 24 c + 9c + 504c = 0r Let, c = x c = c = x3 Therefore, x x 3 = = x 3 = 504x 9 24x 3 +0r y = x r x 0 3 x y

31 56 Chapter 5: Reduction of Multiple Subytem r 0 b. G() = ( + 7 ) ( +8 ) ( + 9 ) x x x y Therefore, x x 3 = 9x + = 8 + x 3 = 7x 3 +0r y = x 25. a. Since G() = = C() R(), c +5 c + 66 c +80 c = 20r Let, c = x c = c = x3 c = x4 Therefore, x x 3 x 4 = = x 3 = x 4 = 80 66x 3 5x r y = x

32 Solution to Problem 57 r 20 x 4 x 3 x y b. G() = ( 20 ) ( + 2 ) ( + 5 ) ( ). Hence, +8 x r 20 x x x y From which, x x 3 x 4 = 8x + = 5 + x 3 = 2x 3 + x 4 = 20r 26. y = x = + [G 2 G 3 G 4 + G 3 G 4 + G 4 + ] + [G 3 G 4 + G 4 ]; T = G G 2 G 3 G 4 ; =. Therefore, T() = T G G 2 G 3 G 4 = 2 + G 2 G 3 G 4 + 2G 3 G 4 + 2G Cloed-loop gain: G 2 G 4 G 6 G 7 H 3 ; G 2 G 5 G 6 G 7 H 3; G 3 G 4 G 6 G 7 H 3; G 3 G 5 G 6 G 7 H 3; G 6 H ; G 7 H 2 Forward-path gain: T = G G 2 G 4 G 6 G 7 ; T 2 = G G 2 G 5 G 6 G 7; T 3 = G G 3 G 4 G 6 G 7; T 4 = G G 3 G 5 G 6 G 7 Nontouching loop 2 at a time: G 6 H G 7 H 2 = - [H 3 G 6 G 7 (G 2 G 4 + G 2 G 5 + G 3 G 4 + G 3 G 5 ) + G 6 H + G 7 H 2 ] + [G 6 H G 7 H 2 ] = 2 = 3 = 4 =

33 58 Chapter 5: Reduction of Multiple Subytem 28. T() = T + T T T 4 4 = G G 2 G 4 G 6 G 7 + G G 2 G 5 G 6 G 7 + G G 3 G 4 G 6 G 7 + G G 3 G 5 G 6 G 7 - H 3 G 6 G 7 (G 2 G 4 + G 2 G 5 + G 3 G 4 + G 3 G 5 ) - G 6 H - G 7 H 2 + G 6 H G 7 H 2 Cloed-loop gain: - 2 ; - ; - ; -2 Forward-path gain: T = ; T 2 = 2 Nontouching loop: None = - ( ) = 2 = G() = T + T = + ( ) = T() = - G G 2 G 3 G 4 G 5 (-G 2 H )(-G 4 H 2 ) G 2 G 3 G 4 G 5 G 6 G 7 G 8 (-G 2 H )(-G 4 H 2 )(-G 7 H 4 ) = G G 2 G 3 G 4 G 5 (-G 7 H 4 ) -G 2 H -G 4 H 2 +G 2 G 4 H H 2 -G 7 H 4 +G 2 G 7 H H 4 +G 4 G 7 H 2 H 4 -G 2 G 4 G 7 H H 2 H 4 -G 2 G 3 G 4 G 5 G 6 G 7 G a. G() = ( +)( + 2) ( + 3) 2 ( + 4) = 2 ( + 3)

34 Solution to Problem 59 Writing the tate and output equation, ẋ = -3x + ẋ 2 = -3 + r ẋ 3 = -4x 3 + r In vector-matrix form, y = 2x x 3 b. G() = G() = x = x + r [ ] y = ( + 2) = 3/ 4 + ( + 5) 2 ( + 7) 2 ( + 5) / 4 ( + 7) x r -5-5 x 4 x y Writing the tate and output equation, ẋ = -5x + ẋ 2 = -5 + r ẋ 3 = -7x 3 + x 4 ẋ 4 = -7x 4 + r In vector matrix form, y = x x 3 - x 4

35 60 Chapter 5: Reduction of Multiple Subytem ẋ = x r y = x c. Writing the tate and output equation, In vector-matrix form, ẋ = - 2x + ẋ 2 = r ẋ 3 = - 4x 3 + r ẋ 4 = - 5x 4 + r y = 6 x x x 4

36 Solution to Problem 6 3. a. Writing the tate equation, ẋ = ẋ 2 = - 7x r In vector matrix form, y = 3x + b.

37 62 Chapter 5: Reduction of Multiple Subytem Writing the tate equation, x x 3 = = x 3 = x 2 5x 3 + r y = 6x x 3 In vector matrix form, c x = 0 0 X + 0 r 2 5 y = [ 6 2 ]x ẋ = ẋ 2 = x 3 ẋ 3 = x 4 ẋ 4 = - 4x - 6-5x 3-3x 4 + r y = x x 3 + x 4 In vector matrix form,

38 Solution to Problem a. Controller canonical form: From the phae-variable form in Problem 5.3(a), revere the order of the tate variable and obtain, ẋ 2 = x ẋ = - 7-2x + r y = 3 + x Putting the equation in order, ẋ = - 2x r ẋ 2 = x y = x + 3 In vector-matrix form, x 2 7 = 0 x + 0 r y = [ 3]x Oberver canonical form: +3 G() = Divide each term by Cro multiplying, Thu, Drawing the ignal-flow graph, G( ) = 2 and get = C( ) R( ) ( ) R() = ( ) C() (R() - 2C()) + 2 (3R() - 7C()) = C()

39 64 Chapter 5: Reduction of Multiple Subytem R() 3-2 Writing the tate and output equation, -7 ẋ = - 2x + + r ẋ 2 = - 7x + 3r In vector matrix form, y = x x = x + 3 r y = [ 0]x b. Controller canonical form: From the phae-variable form in Problem 5.3(b), revere the order of the tate variable and obtain, x 3 x = = x = x 3 2 5x Putting the equation in order, In vector-matrix form, y = 6x x x x 3 = 5x 2 x 3 = x = y = x x 3

40 Solution to Problem x = 0 0 x + 0 r y = [ 2 6]x Oberver canonical form: G() = Divide each term by 3 and get Cro-multiplying, Thu, G() = = C() R() R() = C() (R() 5c()) + 2 (2R() 2C()) + 3 (6R() C()) = C() Drawing the ignal-flow graph, 2 R() 6 X 3 () X 2 () X () C() -5-2 Writing the tate and output equation, x x 3 - = 5x + + r = 2x + x 3 + 2r = x + 6r y = [ 0 0]x

41 66 Chapter 5: Reduction of Multiple Subytem In vector-matrix form, 5 0 x = 2 0 x + 2 r y = [ 0 0]x c. Controller canonical form: From the phae-variable form in Problem 5.3(c), revere the order of the tate variable and obtain, ẋ 4 = x 3 ẋ 3 = ẋ 2 = x ẋ = - 4x 4-6x x + r Putting the equation in order, y = x 4 + 7x x In vector-matrix form, Oberver canonical form: G() = ẋ = - 3x - 5-6x 3-4x 4 + r ẋ 2 = x ẋ 3 = ẋ 4 = x 3 y = x x 3 + x x = X + r y = [ 2 7 ]x Divide each term by 2 and get G( ) = = C( ) R( )

42 Solution to Problem 67 Cro multiplying, ( ) R() = ( ) C() Thu, (R() - 3C()) + 2 (2R() - 5C()) + 3 (7R() - 6C()) + 4 (R() - 4C()) = C() Drawing the ignal-flow graph, R() Writing the tate and output equation, ẋ = - 3x + + r ẋ 2 = - 5x + x 3 + 2r ẋ 3 = - 6x + x 4 +7r In vector matrix form, ẋ 4 = - 4x + r y = x

43 68 Chapter 5: Reduction of Multiple Subytem 33. a. r x x x c= y Writing the tate equation, - x x 3 = 7x + = 5 + x 3 = 50x 2x r y = x In vector-matrix form, b x = 0 5 x + 0 r y = [ 0 0]x

44 Solution to Problem 69 r x 3 0 x 2 x c= y Writing the tate equation, x x 3 = = 25x 8 +0x 3 = x + r y = x In vector-matrix form, x = x + 0 r 0 0 y = [ 0 0]x c. r 00 - x c= y - Tach feedback before integrator - ẋ = ẋ 2 = (r-x ) = -00x r y = x

45 70 Chapter 5: Reduction of Multiple Subytem In vector-matrix form, x = x r y = 0 x d. Since (+) 2 = 2 +2+, we draw the ignal-flow a follow: r 0 x x c= y Writing the tate equation, ẋ = ẋ 2 = -x (r-c) = -x (r - (2x + ) = -2x r y = 2x + In vector-matrix form, x = x r 34. a. Phae-variable form: y = 2 x 0 T() = x x x r= u c= y -3 Writing the tate equation, -2-0

46 Solution to Problem 7 ẋ = ẋ 2 = x 3 ẋ 3 = -0x -2-3x 3 + 0u In vector-matrix form, x y = x = x u b. Parallel form: y= 0 0 x G() = x r=u r=u -0 x 2 c=y - 5 x Writing the tate equation, ẋ = 5(u - x - - x 3 ) = -5x -5-5x 3 +5u ẋ 2 = -0(u - x - - x 3 ) - = 0x x 3-0u ẋ 3 = 5(u - x - - x 3 ) - 2x 3 = -5x -5-7x 3 +5u In vector-matrix form, y = x + + x 3

47 72 Chapter 5: Reduction of Multiple Subytem x = x + 0 u y = [ ]x 35. a. T() = 0( ) Drawing the ignal-flow diagram, r 0 6 x 4 x x y Writing the tate and output equation, In vector-matrix form, x x 3 x = = x 3 = x 4 = 80x x 3 6x 4 + 0r y = 6x x x = x + r y = [ 6 5 0]x

48 Solution to Problem 73 b. G() = 0( + 2)( + 3) ( +)( + 4)( + 5)( + 6) = / / Drawing the ignal-flow diagram and including the unity-feedback path, r = u x x 2 y x x Writing the tate and output equation, x = 3 (u x x 3 x 4 ) x x 3 x 4 = 0 3 (u x x 3 x 4 ) 4 =5(u x x 3 x 4 ) 5x 3 = 2(u x x 3 x 4 ) 2x 4 In vector-matrix form, y = x + + x 3 + x 4

49 74 Chapter 5: Reduction of Multiple Subytem x 0 = x + 0 u y = [ ]x Program: '(a)' 'G()' G=zpk([-2-3],[ ],0) 'T()' T=feedback(G,,-) [numt,dent]=tfdata(t,'v'); 'Find controller canonical form' [Acc,Bcc,Ccc,Dcc]=tf2(numt,dent) A=flipud(Acc); 'Tranform to phae-variable form' Apv=fliplr(A) Bpv=flipud(Bcc) Cpv=fliplr(Ccc) '(b)' 'G()' G=zpk([-2-3],[ ],0) 'T()' T=feedback(G,,-) [numt,dent]=tfdata(t,'v'); 'Find controller canonical form' [Acc,Bcc,Ccc,Dcc]=tf2(numt,dent) 'Tranform to modal form' [A,B,C,D]=canon(Acc,Bcc,Ccc,Dcc,'modal') Computer repone: an = (a) an = G() Zero/pole/gain: 0 (+2) (+3) (+) (+4) (+5) (+6) an = T() Zero/pole/gain: 0 (+2) (+3) (+.264) (+3.42) (^ ) an =

50 Solution to Problem 75 Find controller canonical form Acc = Bcc = Ccc = Dcc = an = Tranform to phae-variable form Apv = Bpv = Cpv = an = (b) an = G() Zero/pole/gain: 0 (+2) (+3) (+) (+4) (+5) (+6) an = T() Zero/pole/gain:

51 76 Chapter 5: Reduction of Multiple Subytem 0 (+2) (+3) (+.264) (+3.42) (^ ) an = Find controller canonical form Acc = Bcc = Ccc = Dcc = an = Tranform to modal form A = B = C = D =

52 Solution to Problem 77 r x 4 3 x x 2 x - c= y - - Writing the tate equation, ẋ = ẋ 2 = - x + x 3 ẋ 3 = x 4 ẋ 4 = x - + r In vector-matrix form, y = -x + x = x r y = c = [- 0 0] x 38. a. θ.. + 5θ. + 6θ - 3θ. 2-4θ 2 = 0 or θ - 4θ + θ 2 + 5θ 2 + 5θ 2 = T... θ =. - 5θ - 6θ + 3θ 2 + 4θ 2 θ.. 2 = 3θ. + 4θ - 5θ. 2-5θ 2 + T Letting, θ = x ; θ. = ; θ 2 = x 3 ; θ. 2 = x 4,

53 78 Chapter 5: Reduction of Multiple Subytem x 2 x T 3-5 x 4 4 x 3-5 where x = θ. b. Uing the ignal-flow diagram, ẋ = ẋ 2 = -6x x 3 + 3x 4 ẋ 3 = x 4 ẋ 4 = 4x + 3-5x 3-5x 4 + T In vector-matrix form, ẋ = y = x x T y = x 39. Program: numg=7; deng=poly([0-9 -2]); G=tf(numg,deng); T=feedback(G,) [numt,dent]=tfdata(t,'v') [A,B,C,D]=tf2(numt,dent); %Obtain controller canonical form '(a)' %Diplay label A=flipud(A); %Convert to phae-variable form A=fliplr(A) %Convert to phae-variable form B=flipud(B) %Convert to phae-variable form C=fliplr(C) %Convert to phae-variable form

54 Solution to Problem 79 '(b)' [a,b,c,d]=canon(a,b,c,d) %Diplay label %Convert to parallel form Computer repone: Tranfer function: ^3 + 2 ^ numt = dent = an = (a) A = B = C = an =

55 80 Chapter 5: Reduction of Multiple Subytem (b) a = b = c = d = ẋ = A x + B r () y = C x (2) ẋ 2 = A 2 + B 2 y (3) y 2 = C 2 (4) Subtituting Eq. (2) into Eq. (3), ẋ = A x + B r ẋ 2 = B 2 C x + A 2 In vector-matrix notation, y 2 = C 2 x = A B 2 C - O A 2 x + B O r 4. y 2 = O C 2 x ẋ = A x + B r () y = C x (2)

56 Solution to Problem 8 ẋ 2 = A 2 + B 2 r (3) In vector-matrix form, y 2 = C 2 (4) x = A - O x + B r O A 2 B 2 y = y + y 2 = C C 2 x 42. ẋ = A x + B e () y = C x (2) ẋ 2 = A 2 + B 2 y (3) p = C 2 (4) Subtituting e = r - p into Eq. () and ubtituting Eq. (2) into (3), we obtain, Subtituting Eq. (8) into Eq. (5), ẋ = A x + B (r - p) (5) y = C x (6) ẋ 2 = A 2 + B 2 C x (7) p = C 2 (8) ẋ = A x - B C 2 + B r ẋ 2 = B 2 C x + A 2 In vector-matrix form, x = A y = C x - B C 2 x + B B 2 C A 2 0 r 43. y = C 0 z = P APz + P Bu y = CPz x

57 82 Chapter 5: Reduction of Multiple Subytem P = 2 0 ; P = P AP = ; P - B = 4 ; CP = [ ] Eigenvalue are -, -2, and -3 ince, Solving for the eigenvector, Ax = λx or, λι - A = (λ + 3) (λ + 2) (λ + ) For λ = -, = 0, x = x 3. For λ = -2, x = = x 3 2. For λ = -3, x = - 2, = x 3. Thu, ż = P - APz + P - Bu ; y = CPz, where 46. Eigenvalue are, -2, and 3 ince,

58 Solution to Problem 83 Solving for the eigenvector, Ax = λx or, λi - A = (λ - 3) (λ + 2) (λ - ) For λ =, x = = x 3 2. For λ = -2, x = 2x 3, = -3x 3. For λ = 3, x = x 3, = -2x 3. Thu, ż = P - APz + P - Bu ; y = CPz, where 47. Program: A=[-0-3 7; ; ]; B=[;3;2]; C=[ -2 4]; [P,d]=eig(A); Ad=inv(P)*A*P Bd=inv(P)*B Cd=C*P Computer repone: Ad = Bd = Cd = a. Combine G () and G 2 (). Then puh K to the right pat the umming junction:

59 84 Chapter 5: Reduction of Multiple Subytem R() K K G () G () 2 C() 2 K Puh K K 2 to the right pat the umming junction: R() K K 2 G () G () 2 C() 2 K K 2 K Hence, T() = K K 2 G ()G 2 () + K + 2 K K 2 + K K 2 G ()G 2 () b. Rearranging the block diagram to how commanded pitch rate a the input and actual pitch rate a the output:

60 Solution to Problem 85 K Commanded pitch - rate + - K G () G () 2 Actual pitch rate 2 Puhing K 2 to the right pat the umming junction; and puhing to the left pat the pick-off point yield, K Commanded pitch rate K 2 G () G () 2 Actual pitch rate K 2 Finding the cloed-loop tranfer function: K 2 G ()G 2 () T() = + K + K 2 + K 2 G ()G 2 () K 2 G ()G 2 () = + G ()G 2 ()( 2 + K 2 + K K 2 )

61 86 Chapter 5: Reduction of Multiple Subytem c. Rearranging the block diagram to how commanded pitch acceleration a the input and actual pitch acceleration a the output: K K 2 Commanded pitch acceleration G () K 2 G () 2 2 Actual pitch acceleration Puhing 2 to the left pat the pick-off point yield, K K 2 2 K 2 Commanded pitch acceleration G () G () 2 Actual pitch acceleration Finding the cloed-loop tranfer function: T() = 2 G ()G 2 () + 2 G ()G 2 () + K K K 2 2 G ()G 2 () = + G ()G 2 ()( 2 + K 2 + K K 2 ) 49. K Etablih a inuoidal model for the carrier: T() = 2 +a 2

62 Solution to Problem 87 r K x -a K 2 Etablih a inuoidal model for the meage: T() = 2 +b 2 r 2 K 2 x 4 x 3 -b Writing the tate equation, ẋ = ẋ 2 = - a 2 x + K r ẋ 3 = x 4 ẋ 4 = - b 2 x 3 + K 2 r y = x x 3 The equivalent forward tranfer function i G() = K K 2 (+a ) i H() = K 3 + K 4 +a 2. Hence, the cloed-loop tranfer function i G() T() = + G()H() a. The equivalent forward tranfer function i. The equivalent feedback tranfer function K K 2 (+a 2 ) = 3 + (a +a 2 ) 2 + (a a 2 +K K 2 K 3 +K K 2 K 4 ) + K K 2 K 3 a 2 5 G e = + 2 K = G T = e = 5 K + G e K 5 K

63 88 Chapter 5: Reduction of Multiple Subytem b. Draw the ignal-flow diagram: K 5 u x x x x y Writing the tate and output equation from the ignal-flow diagram: In vector-matrix form:. x.. x 3. x 4 = = 3 + x 3 = x 4 - = 5Kx 5x 3 2x 4 +5Ku y = x ẋ = x + u K K y = [ 0 0 0]x c. Program: for K=::5 numt=5*k; dent=[ 5 5 5*K]; T=tf(numt,dent); hold on; ubplot(2,3,k); tep(t,0:0.0:20) title(['k=',int2tr(k)]) end

64 Solution to Problem 89 Computer repone: 52. a. Draw the ignal-flow diagram: u x0 6 x 4 x x0 6 x y -2x0 7 - Write tate and output equation from the ignal-flow diagram:

65 90 Chapter 5: Reduction of Multiple Subytem In vector-matrix form:. x.. x 3. x 4 = = x 3 = 2*0 7 x 4*0 6 82x 3 +5*0 6 x 4 = 00x 720x 4 +00u y = x ẋ = x + u 2*0 7 4* * y = [ 0 0 0]x b. Program: numg=666.67*0.06*5e6; deng=conv([ 720],[ 82 4e6 2e7]); 'G()' G=tf(numg,deng) 'T()' T=feedback(G,) tep(t) Computer repone: an = G() Tranfer function:.5e ^ ^ e006 ^ e e00 an = T() Tranfer function:.5e ^ ^ e006 ^ e e00

66 Solution to Problem a. Phae-variable from: G() = -272( ) Drawing the ignal-flow diagram: u x 3-7. x y Writing the tate and output equation:. x.. x 3 = = x 3 = 23.48x x 3 272u y = 84x x 3 In vector-matrix form:

67 92 Chapter 5: Reduction of Multiple Subytem x. = 0 0 x + 0 u y = [ 84.9 ]x -272( b. Controller canonical form: G() = ) Drawing the ignal-flow diagram:.9 u x x x 3 84 y Writing the tate and output equation:. x.. x 3 = 7.x 34.58x x 3 272u = x = y = x x 3 In vector-matrix form: x. = 0 0 x + 0 u y = [.9 84]x c. Oberver canonical form: Divide by highet power of and obtain G() = Cro multiplying,

68 Solution to Problem 93 [ ]R() = [ ]C() Rearranging, C() = [ -272R() - 7.C()] + 2 [ -56.8R() C()] + 3 [ R() C()] Drawing the ignal-flow diagram, where r = u and y = c: u x x 3 2 x y d. Draw ignal-flow ignoring the polynomial in the numerator: u -272 x x 3 2 x Write the tate equation:. x.. x 3 = 4.9x. + =.8 + x 3 = 4x 3 272u

69 94 Chapter 5: Reduction of Multiple Subytem The output equation i But, and.. x = 4.9 x... y = x +. 9 x +84x. +. x. = 4.9x + = 4. 9( 4.9x + ) x 3 () (2) (3) Subtituting Eq. (2) and (3) into () yield, In vector-matrix form: y = 98.7x.2 + x x. = 0.8 x + 0 u y = [ ]x e. Expand a partial fraction: G = Draw ignal-flow diagram: u x x 2 y -4.9 x 3 Write tate and output equation:. x.. x 3 = 4x u. = u = 4. 9x u y = x + + x 3 In vector-matrix form:

70 Solution to Problem x. = x u y = [ ]x 54. Puh Pitch Gain to the right pat the pickoff point. Collape the umming junction and add the feedback tranfer function. Apply the feedback formula and obtain, 55. G() T() = + G()H() = 0.25( ) Program: numg=-0.25*[ 0.435] deng=conv([.23],[ ]) 'G' G=tf(numg,deng) 'G2' G2=tf(2,[ 2]) G3=- 'H' H=tf([- 0],) 'Inner Loop' Ge=feedback(G*G2,H) 'Cloed-Loop' T=feedback(G3*Ge,)

71 96 Chapter 5: Reduction of Multiple Subytem Computer repone: numg = deng = an = G Tranfer function: ^ ^ an = G2 Tranfer function: G3 = - an = H Tranfer function: - an = Inner Loop Tranfer function: ^ ^ ^ an = Cloed-Loop

72 Solution to Problem 97 Tranfer function: ^ ^ ^

73 98 Chapter 5: Reduction of Multiple Subytem Linear Deadzone Backlah Linear 57. a. Since V L () = V g () V R (), the umming junction ha V g () a the poitive input and V R () a the negative input, and V L () a the error. Since I() = V L () (/(L)), G() = /(L). Alo, ince V R () = I()R, the feedback i H() = R. Summarizing, the circuit can be modeled a a negative feedback ytem, where G() = /(L), H() = R, input = V g (), output = I(), and error = V L (), where the negative input to the umming junction i V R (). b. T() = I() V g () = G() + G()H() = L + = L R c. Uing circuit analyi, I() = V g () L + R. L + R. Hence, I() = V g () L + R. SOLUTIONS TO DESIGN PROBLEMS 58. J e = J a +J L ( 20 )2 = 2+2 = 4; D e = D a +D L ( 20 )2 = 2+D L ( 20 )2. Therefore, the forward-path tranfer function i,

74 Anwer to Deign Problem 99 G() = (000) Hence, ζ = which D L = (+ 4 (D e+2)) - ln ( %OS 00 ) 20. Thu, T() = G +G = π 2 + ln 2 ( %OS 00 ) = 0.456; ω n = (D e+2) ; 2ζω n = D e Therefore D e = 0.9; from a. T() = ; from which, 2ζω n = and ω n = 5. Hence, ζ = 0.. Therefore, %OS = e ζπ / ζ 2 x00 = 72.92% ; T = 4 = 8. ζω n 25K b. T() = 2 ; from which, 2ζω +(+25K 2 )+25K n = +25K 2 and ω n = 5 ζ = K. Hence, - ln ( %OS 00 ) 4 π 2 + ln 2 ( %OS = Alo, T = = 0.2, Thu, ζω 00 ) ζω n = 20; from which K 2 = 39 n 25 and ω n = Hence, K = K The equivalent forward path tranfer function i G e () = (+(+K 2 )). Thu, T() = G e () +G e () K 2 +(+K 2 )+K. Prior to tachometer compenation (K 2 = 0), T() = 00. Thu, after tachometer compenation, T() = K 2 ++K. Therefore K = ω n 2 = (+K 2 )+00. Hence, ω n = 0; 2ζω n = +K 2. = Therefore, K 2 = 2ζω n - = 2(0.5)(0) - = At the N 2 haft, with rotation,θ L () (J eq 2 + D eq )θ L () + F()r = T eq () F() = (M 2 + f v )X() Thu, (J eq 2 + D eq )θ L () + (M 2 + f v )X()r = T eq () But, X() = rθ L (). Hence, where [(J eq + Mr 2 ) 2 + (D eq + f v r 2 )]θ L () = T eq ()

75 200 Chapter 5: Reduction of Multiple Subytem J eq = J a (2) 2 + J = 5 D eq = D a (2) 2 + D = 4 + D r = 2 Thu, the total load inertia and load damping i Reflecting J L and D L to the motor yield, Thu, the motor tranfer function i θ m () E a () J L = J eq + Mr 2 = 5 + 4M D L = D eq + f v r 2 = 4 + D + ()(2) 2 = 8 + D J m = (5 + 4M) (8 + D) ; D 4 m = 4 K t R a J m ( + (D m + K tk a )) J m R a J m = ( + (D m +)) J m The gear are (0/20)() = /2. Thu, the forward-path tranfer function i J G e () = (500) m ( + (D m +)) 2 J m Finding the cloed-loop tranfer function yield, For T = 2, D m + J m Or, ω n = = 250 J m J m = (5 + 4M) ; D 4 m = T() = G e () + G e () = 250/ J m 2 + D m J m J m = 4. For 20% overhoot, ζ = Thu, 2ζω n = 2(0.456)ω n = D m + J m = 4 ; from which J m =3 and hence, D m = 5. But, (8 + D). Thu, M =.75 and D = 96. 4

76 Solution to Deign Problem Deired force a. 00 Input tranducer Input voltage+ - K 000 Fup ( ) ( )( ) Controller Actuator Pantograph dynamic Y h -Y cat Spring diplacement Spring F out 00 Senor b. G() = Y h () Y cat () F up () = ( ) ( )( ) (+53.85) G e () = (K/00)*(/000)*G()*82.3e3 = ( ) (^ ) (+53.85) T() = Ge/(+Ge) = (^ ) ( ) e04 = e e06 c. For G() = (yh-ycat)/fup Phae-variable form Ap = e Bp = Cp = Uing thi reult to draw the ignal-flow diagram,

77 202 Chapter 5: Reduction of Multiple Subytem K f deired v 0.0 up = x x 4 x x f out x0 6 Writing the tate and output equation But, x x 3 x 4 = = x 3 = x = 23.59x x x + 0.0f deired 0.0 f out Subtituting f out into the tate equation yield x 4 f out = 42.45* 82300x *82300 = x x x f deired Putting the tate and output equation into vector-matrix form x = x y = f out = [ ]x f deired

Modeling in the Frequency Domain

Modeling in the Frequency Domain T W O Modeling in the Frequency Domain SOLUTIONS TO CASE STUDIES CHALLENGES Antenna Control: Tranfer Function Finding each tranfer function: Pot: V i θ i 0 π ; Pre-Amp: V p V i K; Power Amp: E a V p 50

More information

Analysis of Stability &

Analysis of Stability & INC 34 Feedback Control Sytem Analyi of Stability & Steady-State Error S Wonga arawan.won@kmutt.ac.th Summary from previou cla Firt-order & econd order ytem repone τ ωn ζω ω n n.8.6.4. ζ ζ. ζ.5 ζ ζ.5 ct.8.6.4...4.6.8..4.6.8

More information

Mathematical modeling of control systems. Laith Batarseh. Mathematical modeling of control systems

Mathematical modeling of control systems. Laith Batarseh. Mathematical modeling of control systems Chapter two Laith Batareh Mathematical modeling The dynamic of many ytem, whether they are mechanical, electrical, thermal, economic, biological, and o on, may be decribed in term of differential equation

More information

Today s Lecture. Block Diagrams. Block Diagrams: Examples. Block Diagrams: Examples. Closed Loop System 06/03/2017

Today s Lecture. Block Diagrams. Block Diagrams: Examples. Block Diagrams: Examples. Closed Loop System 06/03/2017 06/0/07 UW Britol Indutrial ontrol UFMF6W-0- ontrol Sytem ngineering UFMUY-0- Lecture 5: Block Diagram and Steady State rror Today Lecture Block diagram to repreent control ytem Block diagram manipulation

More information

ME 375 FINAL EXAM Wednesday, May 6, 2009

ME 375 FINAL EXAM Wednesday, May 6, 2009 ME 375 FINAL EXAM Wedneday, May 6, 9 Diviion Meckl :3 / Adam :3 (circle one) Name_ Intruction () Thi i a cloed book examination, but you are allowed three ingle-ided 8.5 crib heet. A calculator i NOT allowed.

More information

EE C128 / ME C134 Problem Set 1 Solution (Fall 2010) Wenjie Chen and Jansen Sheng, UC Berkeley

EE C128 / ME C134 Problem Set 1 Solution (Fall 2010) Wenjie Chen and Jansen Sheng, UC Berkeley EE C28 / ME C34 Problem Set Solution (Fall 200) Wenjie Chen and Janen Sheng, UC Berkeley. (0 pt) BIBO tability The ytem h(t) = co(t)u(t) i not BIBO table. What i the region of convergence for H()? A bounded

More information

S E V E N. Steady-State Errors SOLUTIONS TO CASE STUDIES CHALLENGES

S E V E N. Steady-State Errors SOLUTIONS TO CASE STUDIES CHALLENGES S E V E N Steady-State Error SOLUTIONS TO CASE STUDIES CHALLENGES Antenna Control: Steady-State Error Deign via Gain 76.39 a. G( (50)(.3). Syte i Type. Step input: e( ) 0; Rap input: e( ) v 76.39.59 ;

More information

6.447 rad/sec and ln (% OS /100) tan Thus pc. the testing point is s 3.33 j5.519

6.447 rad/sec and ln (% OS /100) tan Thus pc. the testing point is s 3.33 j5.519 9. a. 3.33, n T ln(% OS /100) 2 2 ln (% OS /100) 0.517. Thu n 6.7 rad/ec and the teting point i 3.33 j5.519. b. Summation of angle including the compenating zero i -106.691, The compenator pole mut contribute

More information

Control Systems Engineering ( Chapter 7. Steady-State Errors ) Prof. Kwang-Chun Ho Tel: Fax:

Control Systems Engineering ( Chapter 7. Steady-State Errors ) Prof. Kwang-Chun Ho Tel: Fax: Control Sytem Engineering ( Chapter 7. Steady-State Error Prof. Kwang-Chun Ho kwangho@hanung.ac.kr Tel: 0-760-453 Fax:0-760-4435 Introduction In thi leon, you will learn the following : How to find the

More information

Lecture 4. Chapter 11 Nise. Controller Design via Frequency Response. G. Hovland 2004

Lecture 4. Chapter 11 Nise. Controller Design via Frequency Response. G. Hovland 2004 METR4200 Advanced Control Lecture 4 Chapter Nie Controller Deign via Frequency Repone G. Hovland 2004 Deign Goal Tranient repone via imple gain adjutment Cacade compenator to improve teady-tate error Cacade

More information

State Space: Observer Design Lecture 11

State Space: Observer Design Lecture 11 State Space: Oberver Deign Lecture Advanced Control Sytem Dr Eyad Radwan Dr Eyad Radwan/ACS/ State Space-L Controller deign relie upon acce to the tate variable for feedback through adjutable gain. Thi

More information

SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuits II. R 4 := 100 kohm

SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuits II. R 4 := 100 kohm SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuit II Solution to Aignment 3 February 2003. Cacaded Op Amp [DC&L, problem 4.29] An ideal op amp ha an output impedance of zero,

More information

Massachusetts Institute of Technology Dynamics and Control II

Massachusetts Institute of Technology Dynamics and Control II I E Maachuett Intitute of Technology Department of Mechanical Engineering 2.004 Dynamic and Control II Laboratory Seion 5: Elimination of Steady-State Error Uing Integral Control Action 1 Laboratory Objective:

More information

Function and Impulse Response

Function and Impulse Response Tranfer Function and Impule Repone Solution of Selected Unolved Example. Tranfer Function Q.8 Solution : The -domain network i hown in the Fig... Applying VL to the two loop, R R R I () I () L I () L V()

More information

Module 4: Time Response of discrete time systems Lecture Note 1

Module 4: Time Response of discrete time systems Lecture Note 1 Digital Control Module 4 Lecture Module 4: ime Repone of dicrete time ytem Lecture Note ime Repone of dicrete time ytem Abolute tability i a baic requirement of all control ytem. Apart from that, good

More information

Question 1 Equivalent Circuits

Question 1 Equivalent Circuits MAE 40 inear ircuit Fall 2007 Final Intruction ) Thi exam i open book You may ue whatever written material you chooe, including your cla note and textbook You may ue a hand calculator with no communication

More information

CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS

CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS CHAPTER 5 : REDUCTION OF MULTIPLE SUBSYSTEMS Objectives Students should be able to: Reduce a block diagram of multiple subsystems to a single block representing the transfer function from input to output

More information

EE/ME/AE324: Dynamical Systems. Chapter 8: Transfer Function Analysis

EE/ME/AE324: Dynamical Systems. Chapter 8: Transfer Function Analysis EE/ME/AE34: Dynamical Sytem Chapter 8: Tranfer Function Analyi The Sytem Tranfer Function Conider the ytem decribed by the nth-order I/O eqn.: ( n) ( n 1) ( m) y + a y + + a y = b u + + bu n 1 0 m 0 Taking

More information

ECE-320 Linear Control Systems. Spring 2014, Exam 1. No calculators or computers allowed, you may leave your answers as fractions.

ECE-320 Linear Control Systems. Spring 2014, Exam 1. No calculators or computers allowed, you may leave your answers as fractions. ECE-0 Linear Control Sytem Spring 04, Exam No calculator or computer allowed, you may leave your anwer a fraction. All problem are worth point unle noted otherwie. Total /00 Problem - refer to the unit

More information

Digital Control System

Digital Control System Digital Control Sytem Summary # he -tranform play an important role in digital control and dicrete ignal proceing. he -tranform i defined a F () f(k) k () A. Example Conider the following equence: f(k)

More information

ME 375 FINAL EXAM SOLUTIONS Friday December 17, 2004

ME 375 FINAL EXAM SOLUTIONS Friday December 17, 2004 ME 375 FINAL EXAM SOLUTIONS Friday December 7, 004 Diviion Adam 0:30 / Yao :30 (circle one) Name Intruction () Thi i a cloed book eamination, but you are allowed three 8.5 crib heet. () You have two hour

More information

CHAPTER 4 DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL

CHAPTER 4 DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL 98 CHAPTER DESIGN OF STATE FEEDBACK CONTROLLERS AND STATE OBSERVERS USING REDUCED ORDER MODEL INTRODUCTION The deign of ytem uing tate pace model for the deign i called a modern control deign and it i

More information

FRTN10 Exercise 3. Specifications and Disturbance Models

FRTN10 Exercise 3. Specifications and Disturbance Models FRTN0 Exercie 3. Specification and Diturbance Model 3. A feedback ytem i hown in Figure 3., in which a firt-order proce if controlled by an I controller. d v r u 2 z C() P() y n Figure 3. Sytem in Problem

More information

ME 375 EXAM #1 Tuesday February 21, 2006

ME 375 EXAM #1 Tuesday February 21, 2006 ME 375 EXAM #1 Tueday February 1, 006 Diviion Adam 11:30 / Savran :30 (circle one) Name Intruction (1) Thi i a cloed book examination, but you are allowed one 8.5x11 crib heet. () You have one hour to

More information

EE Control Systems LECTURE 6

EE Control Systems LECTURE 6 Copyright FL Lewi 999 All right reerved EE - Control Sytem LECTURE 6 Updated: Sunday, February, 999 BLOCK DIAGRAM AND MASON'S FORMULA A linear time-invariant (LTI) ytem can be repreented in many way, including:

More information

Pusan National University

Pusan National University Chapter 12. DESIGN VIA STATE SPACE Puan National Univerity oratory Table of Content v v v v v v v v Introduction Controller Deign Controllability Alternative Approache to Controller Deign Oberver Deign

More information

SKEE 3143 CONTROL SYSTEM DESIGN. CHAPTER 3 Compensator Design Using the Bode Plot

SKEE 3143 CONTROL SYSTEM DESIGN. CHAPTER 3 Compensator Design Using the Bode Plot SKEE 3143 CONTROL SYSTEM DESIGN CHAPTER 3 Compenator Deign Uing the Bode Plot 1 Chapter Outline 3.1 Introduc4on Re- viit to Frequency Repone, ploang frequency repone, bode plot tability analyi. 3.2 Gain

More information

376 CHAPTER 6. THE FREQUENCY-RESPONSE DESIGN METHOD. D(s) = we get the compensated system with :

376 CHAPTER 6. THE FREQUENCY-RESPONSE DESIGN METHOD. D(s) = we get the compensated system with : 376 CHAPTER 6. THE FREQUENCY-RESPONSE DESIGN METHOD Therefore by applying the lead compenator with ome gain adjutment : D() =.12 4.5 +1 9 +1 we get the compenated ytem with : PM =65, ω c = 22 rad/ec, o

More information

ECE 3510 Root Locus Design Examples. PI To eliminate steady-state error (for constant inputs) & perfect rejection of constant disturbances

ECE 3510 Root Locus Design Examples. PI To eliminate steady-state error (for constant inputs) & perfect rejection of constant disturbances ECE 350 Root Locu Deign Example Recall the imple crude ervo from lab G( ) 0 6.64 53.78 σ = = 3 23.473 PI To eliminate teady-tate error (for contant input) & perfect reection of contant diturbance Note:

More information

Digital Control System

Digital Control System Digital Control Sytem - A D D A Micro ADC DAC Proceor Correction Element Proce Clock Meaurement A: Analog D: Digital Continuou Controller and Digital Control Rt - c Plant yt Continuou Controller Digital

More information

Bogoliubov Transformation in Classical Mechanics

Bogoliubov Transformation in Classical Mechanics Bogoliubov Tranformation in Claical Mechanic Canonical Tranformation Suppoe we have a et of complex canonical variable, {a j }, and would like to conider another et of variable, {b }, b b ({a j }). How

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial :. PT_EE_A+C_Control Sytem_798 Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubanewar olkata Patna Web: E-mail: info@madeeay.in Ph: -4546 CLASS TEST 8-9 ELECTRICAL ENGINEERING Subject

More information

MODERN CONTROL SYSTEMS

MODERN CONTROL SYSTEMS MODERN CONTROL SYSTEMS Lecture 1 Root Locu Emam Fathy Department of Electrical and Control Engineering email: emfmz@aat.edu http://www.aat.edu/cv.php?dip_unit=346&er=68525 1 Introduction What i root locu?

More information

Homework 7 Solution - AME 30315, Spring s 2 + 2s (s 2 + 2s + 4)(s + 20)

Homework 7 Solution - AME 30315, Spring s 2 + 2s (s 2 + 2s + 4)(s + 20) 1 Homework 7 Solution - AME 30315, Spring 2015 Problem 1 [10/10 pt] Ue partial fraction expanion to compute x(t) when X 1 () = 4 2 + 2 + 4 Ue partial fraction expanion to compute x(t) when X 2 () = ( )

More information

ECE382/ME482 Spring 2004 Homework 4 Solution November 14,

ECE382/ME482 Spring 2004 Homework 4 Solution November 14, ECE382/ME482 Spring 2004 Homework 4 Solution November 14, 2005 1 Solution to HW4 AP4.3 Intead of a contant or tep reference input, we are given, in thi problem, a more complicated reference path, r(t)

More information

S I X SOLUTIONS TO CASE STUDIES CHALLENGES. Antenna Control: Stability Design via Gain K s s s+76.39K. T(s) =

S I X SOLUTIONS TO CASE STUDIES CHALLENGES. Antenna Control: Stability Design via Gain K s s s+76.39K. T(s) = S I X Stability SOLUTIONS TO CASE STUDIES CHALLENGES Antenna Control: Stability Design via Gain From the antenna control challenge of Chapter 5, Make a Routh table: 76.39K s 3 +151.32s 2 +198s+76.39K s

More information

Root Locus Contents. Root locus, sketching algorithm. Root locus, examples. Root locus, proofs. Root locus, control examples

Root Locus Contents. Root locus, sketching algorithm. Root locus, examples. Root locus, proofs. Root locus, control examples Root Locu Content Root locu, ketching algorithm Root locu, example Root locu, proof Root locu, control example Root locu, influence of zero and pole Root locu, lead lag controller deign 9 Spring ME45 -

More information

into a discrete time function. Recall that the table of Laplace/z-transforms is constructed by (i) selecting to get

into a discrete time function. Recall that the table of Laplace/z-transforms is constructed by (i) selecting to get Lecture 25 Introduction to Some Matlab c2d Code in Relation to Sampled Sytem here are many way to convert a continuou time function, { h( t) ; t [0, )} into a dicrete time function { h ( k) ; k {0,,, }}

More information

Automatic Control Systems. Part III: Root Locus Technique

Automatic Control Systems. Part III: Root Locus Technique www.pdhcenter.com PDH Coure E40 www.pdhonline.org Automatic Control Sytem Part III: Root Locu Technique By Shih-Min Hu, Ph.D., P.E. Page of 30 www.pdhcenter.com PDH Coure E40 www.pdhonline.org VI. Root

More information

CONTROL SYSTEMS. Chapter 5 : Root Locus Diagram. GATE Objective & Numerical Type Solutions. The transfer function of a closed loop system is

CONTROL SYSTEMS. Chapter 5 : Root Locus Diagram. GATE Objective & Numerical Type Solutions. The transfer function of a closed loop system is CONTROL SYSTEMS Chapter 5 : Root Locu Diagram GATE Objective & Numerical Type Solution Quetion 1 [Work Book] [GATE EC 199 IISc-Bangalore : Mark] The tranfer function of a cloed loop ytem i T () where i

More information

Lecture 5 Introduction to control

Lecture 5 Introduction to control Lecture 5 Introduction to control Tranfer function reviited (Laplace tranform notation: ~jω) () i the Laplace tranform of v(t). Some rule: ) Proportionality: ()/ in () 0log log() v (t) *v in (t) () * in

More information

The Root Locus Method

The Root Locus Method The Root Locu Method MEM 355 Performance Enhancement of Dynamical Sytem Harry G. Kwatny Department of Mechanical Engineering & Mechanic Drexel Univerity Outline The root locu method wa introduced by Evan

More information

55:041 Electronic Circuits

55:041 Electronic Circuits 55:04 Electronic ircuit Frequency epone hapter 7 A. Kruger Frequency epone- ee page 4-5 of the Prologue in the text Important eview co Thi lead to the concept of phaor we encountered in ircuit In Linear

More information

ECE-202 FINAL December 13, 2016 CIRCLE YOUR DIVISION

ECE-202 FINAL December 13, 2016 CIRCLE YOUR DIVISION ECE-202 Final, Fall 16 1 ECE-202 FINAL December 13, 2016 Name: (Pleae print clearly.) Student Email: CIRCLE YOUR DIVISION DeCarlo- 8:30-9:30 Talavage-9:30-10:30 2021 2022 INSTRUCTIONS There are 35 multiple

More information

Homework 12 Solution - AME30315, Spring 2013

Homework 12 Solution - AME30315, Spring 2013 Homework 2 Solution - AME335, Spring 23 Problem :[2 pt] The Aerotech AGS 5 i a linear motor driven XY poitioning ytem (ee attached product heet). A friend of mine, through careful experimentation, identified

More information

ME2142/ME2142E Feedback Control Systems

ME2142/ME2142E Feedback Control Systems Root Locu Analyi Root Locu Analyi Conider the cloed-loop ytem R + E - G C B H The tranient repone, and tability, of the cloed-loop ytem i determined by the value of the root of the characteritic equation

More information

Chapter 9: Controller design. Controller design. Controller design

Chapter 9: Controller design. Controller design. Controller design Chapter 9. Controller Deign 9.. Introduction 9.2. Eect o negative eedback on the network traner unction 9.2.. Feedback reduce the traner unction rom diturbance to the output 9.2.2. Feedback caue the traner

More information

MEM 355 Performance Enhancement of Dynamical Systems Root Locus Analysis

MEM 355 Performance Enhancement of Dynamical Systems Root Locus Analysis MEM 355 Performance Enhancement of Dynamical Sytem Root Locu Analyi Harry G. Kwatny Department of Mechanical Engineering & Mechanic Drexel Univerity Outline The root locu method wa introduced by Evan in

More information

Introduction to Laplace Transform Techniques in Circuit Analysis

Introduction to Laplace Transform Techniques in Circuit Analysis Unit 6 Introduction to Laplace Tranform Technique in Circuit Analyi In thi unit we conider the application of Laplace Tranform to circuit analyi. A relevant dicuion of the one-ided Laplace tranform i found

More information

Automatic Control Systems

Automatic Control Systems Automatic Control Sytem Lecture- Block Diagram Reduction Emam Fathy Department of Electrical and Control Engineering email: emfmz@yahoo.com Introduction A Block Diagram i a horthand pictorial repreentation

More information

CONTROL SYSTEMS. Chapter 2 : Block Diagram & Signal Flow Graphs GATE Objective & Numerical Type Questions

CONTROL SYSTEMS. Chapter 2 : Block Diagram & Signal Flow Graphs GATE Objective & Numerical Type Questions ONTOL SYSTEMS hapter : Bloc Diagram & Signal Flow Graph GATE Objective & Numerical Type Quetion Quetion 6 [Practice Boo] [GATE E 994 IIT-Kharagpur : 5 Mar] educe the ignal flow graph hown in figure below,

More information

Wolfgang Hofle. CERN CAS Darmstadt, October W. Hofle feedback systems

Wolfgang Hofle. CERN CAS Darmstadt, October W. Hofle feedback systems Wolfgang Hofle Wolfgang.Hofle@cern.ch CERN CAS Darmtadt, October 9 Feedback i a mechanim that influence a ytem by looping back an output to the input a concept which i found in abundance in nature and

More information

Chapter 4 Interconnection of LTI Systems

Chapter 4 Interconnection of LTI Systems Chapter 4 Interconnection of LTI Sytem 4. INTRODUCTION Block diagram and ignal flow graph are commonly ued to decribe a large feedback control ytem. Each block in the ytem i repreented by a tranfer function,

More information

Lecture 6: Resonance II. Announcements

Lecture 6: Resonance II. Announcements EES 5 Spring 4, Lecture 6 Lecture 6: Reonance II EES 5 Spring 4, Lecture 6 Announcement The lab tart thi week You mut how up for lab to tay enrolled in the coure. The firt lab i available on the web ite,

More information

Chapter 7. Root Locus Analysis

Chapter 7. Root Locus Analysis Chapter 7 Root Locu Analyi jw + KGH ( ) GH ( ) - K 0 z O 4 p 2 p 3 p Root Locu Analyi The root of the cloed-loop characteritic equation define the ytem characteritic repone. Their location in the complex

More information

Root Locus Diagram. Root loci: The portion of root locus when k assume positive values: that is 0

Root Locus Diagram. Root loci: The portion of root locus when k assume positive values: that is 0 Objective Root Locu Diagram Upon completion of thi chapter you will be able to: Plot the Root Locu for a given Tranfer Function by varying gain of the ytem, Analye the tability of the ytem from the root

More information

FUNDAMENTALS OF POWER SYSTEMS

FUNDAMENTALS OF POWER SYSTEMS 1 FUNDAMENTALS OF POWER SYSTEMS 1 Chapter FUNDAMENTALS OF POWER SYSTEMS INTRODUCTION The three baic element of electrical engineering are reitor, inductor and capacitor. The reitor conume ohmic or diipative

More information

NAME (pinyin/italian)... MATRICULATION NUMBER... SIGNATURE

NAME (pinyin/italian)... MATRICULATION NUMBER... SIGNATURE POLITONG SHANGHAI BASIC AUTOMATIC CONTROL June Academic Year / Exam grade NAME (pinyin/italian)... MATRICULATION NUMBER... SIGNATURE Ue only thee page (including the bac) for anwer. Do not ue additional

More information

Chapter 10. Closed-Loop Control Systems

Chapter 10. Closed-Loop Control Systems hapter 0 loed-loop ontrol Sytem ontrol Diagram of a Typical ontrol Loop Actuator Sytem F F 2 T T 2 ontroller T Senor Sytem T TT omponent and Signal of a Typical ontrol Loop F F 2 T Air 3-5 pig 4-20 ma

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickon Department of Electrical, Computer, and Energy Engineering Univerity of Colorado, Boulder Cloed-loop buck converter example: Section 9.5.4 In ECEN 5797, we ued the CCM mall ignal model to

More information

SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuits II. Solutions to Assignment 3 February 2005.

SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuits II. Solutions to Assignment 3 February 2005. SIMON FRASER UNIVERSITY School of Engineering Science ENSC 320 Electric Circuit II Solution to Aignment 3 February 2005. Initial Condition Source 0 V battery witch flip at t 0 find i 3 (t) Component value:

More information

These are practice problems for the final exam. You should attempt all of them, but turn in only the even-numbered problems!

These are practice problems for the final exam. You should attempt all of them, but turn in only the even-numbered problems! Math 33 - ODE Due: 7 December 208 Written Problem Set # 4 Thee are practice problem for the final exam. You hould attempt all of them, but turn in only the even-numbered problem! Exercie Solve the initial

More information

MAE140 Linear Circuits Fall 2012 Final, December 13th

MAE140 Linear Circuits Fall 2012 Final, December 13th MAE40 Linear Circuit Fall 202 Final, December 3th Intruction. Thi exam i open book. You may ue whatever written material you chooe, including your cla note and textbook. You may ue a hand calculator with

More information

Lecture Notes II. As the reactor is well-mixed, the outlet stream concentration and temperature are identical with those in the tank.

Lecture Notes II. As the reactor is well-mixed, the outlet stream concentration and temperature are identical with those in the tank. Lecture Note II Example 6 Continuou Stirred-Tank Reactor (CSTR) Chemical reactor together with ma tranfer procee contitute an important part of chemical technologie. From a control point of view, reactor

More information

R L R L L sl C L 1 sc

R L R L L sl C L 1 sc 2260 N. Cotter PRACTICE FINAL EXAM SOLUTION: Prob 3 3. (50 point) u(t) V i(t) L - R v(t) C - The initial energy tored in the circuit i zero. 500 Ω L 200 mh a. Chooe value of R and C to accomplih the following:

More information

Root Locus Techniques

Root Locus Techniques 4th Edition E I G H T Root Locus Techniques SOLUTIONS TO CASE STUDIES CHALLENGES Antenna Control: Transient Design via Gain a. From the Chapter 5 Case Study Challenge: 76.39K G(s) = s(s+50)(s+.32) Since

More information

Spring 2014 EE 445S Real-Time Digital Signal Processing Laboratory. Homework #0 Solutions on Review of Signals and Systems Material

Spring 2014 EE 445S Real-Time Digital Signal Processing Laboratory. Homework #0 Solutions on Review of Signals and Systems Material Spring 4 EE 445S Real-Time Digital Signal Proceing Laboratory Prof. Evan Homework # Solution on Review of Signal and Sytem Material Problem.. Continuou-Time Sinuoidal Generation. In practice, we cannot

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : LS_B_EC_Network Theory_0098 CLASS TEST (GATE) Delhi Noida Bhopal Hyderabad Jaipur Lucknow ndore Pune Bhubanewar Kolkata Patna Web: E-mail: info@madeeay.in Ph: 0-4546 CLASS TEST 08-9 ELECTRONCS

More information

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505)

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505) EE 4443/5329 LAB 3: Control of Indutrial Sytem Simulation and Hardware Control (PID Deign) The Inverted Pendulum (ECP Sytem-Model: 505) Compiled by: Nitin Swamy Email: nwamy@lakehore.uta.edu Email: okuljaca@lakehore.uta.edu

More information

EE 4343/ Control System Design Project

EE 4343/ Control System Design Project Copyright F.L. Lewi 2004 All right reerved EE 4343/5320 - Control Sytem Deign Project Updated: Sunday, February 08, 2004 Background: Analyi of Linear ytem, MATLAB Review of Baic Concept LTI Sytem LT I

More information

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS

CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS CHAPTER 8 OBSERVER BASED REDUCED ORDER CONTROLLER DESIGN FOR LARGE SCALE LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.1 INTRODUCTION 8.2 REDUCED ORDER MODEL DESIGN FOR LINEAR DISCRETE-TIME CONTROL SYSTEMS 8.3

More information

S_LOOP: SINGLE-LOOP FEEDBACK CONTROL SYSTEM ANALYSIS

S_LOOP: SINGLE-LOOP FEEDBACK CONTROL SYSTEM ANALYSIS S_LOOP: SINGLE-LOOP FEEDBACK CONTROL SYSTEM ANALYSIS by Michelle Gretzinger, Daniel Zyngier and Thoma Marlin INTRODUCTION One of the challenge to the engineer learning proce control i relating theoretical

More information

MATHEMATICAL MODELS OF PHYSICAL SYSTEMS

MATHEMATICAL MODELS OF PHYSICAL SYSTEMS hapter MATHEMATIAL MODELS OF PHYSIAL SYSTEMS.. INTODUTION For the analyi and deign of control ytem, we need to formulate a mathematical decription of the ytem. The proce of obtaining the deired mathematical

More information

March 18, 2014 Academic Year 2013/14

March 18, 2014 Academic Year 2013/14 POLITONG - SHANGHAI BASIC AUTOMATIC CONTROL Exam grade March 8, 4 Academic Year 3/4 NAME (Pinyin/Italian)... STUDENT ID Ue only thee page (including the back) for anwer. Do not ue additional heet. Ue of

More information

5.5 Application of Frequency Response: Signal Filters

5.5 Application of Frequency Response: Signal Filters 44 Dynamic Sytem Second order lowpa filter having tranfer function H()=H ()H () u H () H () y Firt order lowpa filter Figure 5.5: Contruction of a econd order low-pa filter by combining two firt order

More information

INC 341 Feedback Control Systems. Introduction. Introduction. System modelling

INC 341 Feedback Control Systems. Introduction. Introduction. System modelling IC 4 eedback Control Sytem S Wonga arawan.won@kmutt.ac.th hi coure i all about Sytem modelling m && x t bx& t kx t t Sytem dynamic Sytem control Repone Deired repone rom http://www.ilhouetteclipart.com/wp-content/upload/007/0/car-clip-art07.jpg

More information

1 Routh Array: 15 points

1 Routh Array: 15 points EE C28 / ME34 Problem Set 3 Solution Fall 2 Routh Array: 5 point Conider the ytem below, with D() k(+), w(t), G() +2, and H y() 2 ++2 2(+). Find the cloed loop tranfer function Y () R(), and range of k

More information

Department of Mechanical Engineering Massachusetts Institute of Technology Modeling, Dynamics and Control III Spring 2002

Department of Mechanical Engineering Massachusetts Institute of Technology Modeling, Dynamics and Control III Spring 2002 Department of Mechanical Engineering Maachuett Intitute of Technology 2.010 Modeling, Dynamic and Control III Spring 2002 SOLUTIONS: Problem Set # 10 Problem 1 Etimating tranfer function from Bode Plot.

More information

ECEN620: Network Theory Broadband Circuit Design Fall 2018

ECEN620: Network Theory Broadband Circuit Design Fall 2018 ECEN60: Network Theory Broadband Circuit Deign Fall 08 Lecture 6: Loop Filter Circuit Sam Palermo Analog & Mixed-Signal Center Texa A&M Univerity Announcement HW i due Oct Require tranitor-level deign

More information

MM1: Basic Concept (I): System and its Variables

MM1: Basic Concept (I): System and its Variables MM1: Baic Concept (I): Sytem and it Variable A ytem i a collection of component which are coordinated together to perform a function Sytem interact with their environment. The interaction i defined in

More information

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays Gain and Phae Margin Baed Delay Dependent Stability Analyi of Two- Area LFC Sytem with Communication Delay Şahin Sönmez and Saffet Ayaun Department of Electrical Engineering, Niğde Ömer Halidemir Univerity,

More information

Homework #7 Solution. Solutions: ΔP L Δω. Fig. 1

Homework #7 Solution. Solutions: ΔP L Δω. Fig. 1 Homework #7 Solution Aignment:. through.6 Bergen & Vittal. M Solution: Modified Equation.6 becaue gen. peed not fed back * M (.0rad / MW ec)(00mw) rad /ec peed ( ) (60) 9.55r. p. m. 3600 ( 9.55) 3590.45r.

More information

No-load And Blocked Rotor Test On An Induction Machine

No-load And Blocked Rotor Test On An Induction Machine No-load And Blocked Rotor Tet On An Induction Machine Aim To etimate magnetization and leakage impedance parameter of induction machine uing no-load and blocked rotor tet Theory An induction machine in

More information

Given the following circuit with unknown initial capacitor voltage v(0): X(s) Immediately, we know that the transfer function H(s) is

Given the following circuit with unknown initial capacitor voltage v(0): X(s) Immediately, we know that the transfer function H(s) is EE 4G Note: Chapter 6 Intructor: Cheung More about ZSR and ZIR. Finding unknown initial condition: Given the following circuit with unknown initial capacitor voltage v0: F v0/ / Input xt 0Ω Output yt -

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : LS_N_A_Network Theory_098 Delhi Noida Bhopal Hyderabad Jaipur Lucknow ndore Pune Bhubanewar Kolkata Patna Web: E-mail: info@madeeay.in Ph: 0-4546 CLASS TEST 08-9 NSTRUMENTATON ENGNEERNG Subject

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickon Department of Electrical, Computer, and Energy Engineering Univerity of Colorado, Boulder ZOH: Sampled Data Sytem Example v T Sampler v* H Zero-order hold H v o e = 1 T 1 v *( ) = v( jkω

More information

G(s) = 1 s by hand for! = 1, 2, 5, 10, 20, 50, and 100 rad/sec.

G(s) = 1 s by hand for! = 1, 2, 5, 10, 20, 50, and 100 rad/sec. 6003 where A = jg(j!)j ; = tan Im [G(j!)] Re [G(j!)] = \G(j!) 2. (a) Calculate the magnitude and phae of G() = + 0 by hand for! =, 2, 5, 0, 20, 50, and 00 rad/ec. (b) ketch the aymptote for G() according

More information

Solutions. Digital Control Systems ( ) 120 minutes examination time + 15 minutes reading time at the beginning of the exam

Solutions. Digital Control Systems ( ) 120 minutes examination time + 15 minutes reading time at the beginning of the exam BSc - Sample Examination Digital Control Sytem (5-588-) Prof. L. Guzzella Solution Exam Duration: Number of Quetion: Rating: Permitted aid: minute examination time + 5 minute reading time at the beginning

More information

Chapter #4 EEE8013. Linear Controller Design and State Space Analysis. Design of control system in state space using Matlab

Chapter #4 EEE8013. Linear Controller Design and State Space Analysis. Design of control system in state space using Matlab EEE83 hapter #4 EEE83 Linear ontroller Deign and State Space nalyi Deign of control ytem in tate pace uing Matlab. ontrollabilty and Obervability.... State Feedback ontrol... 5 3. Linear Quadratic Regulator

More information

Linearteam tech paper. The analysis of fourth-order state variable filter and it s application to Linkwitz- Riley filters

Linearteam tech paper. The analysis of fourth-order state variable filter and it s application to Linkwitz- Riley filters Linearteam tech paper The analyi of fourth-order tate variable filter and it application to Linkwitz- iley filter Janne honen 5.. TBLE OF CONTENTS. NTOCTON.... FOTH-OE LNWTZ-LEY (L TNSFE FNCTON.... TNSFE

More information

EECS2200 Electric Circuits. RLC Circuit Natural and Step Responses

EECS2200 Electric Circuits. RLC Circuit Natural and Step Responses 5--4 EECS Electric Circuit Chapter 6 R Circuit Natural and Step Repone Objective Determine the repone form of the circuit Natural repone parallel R circuit Natural repone erie R circuit Step repone of

More information

PHYS 110B - HW #6 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased

PHYS 110B - HW #6 Spring 2004, Solutions by David Pace Any referenced equations are from Griffiths Problem statements are paraphrased PHYS B - HW #6 Spring 4, Solution by David Pace Any referenced equation are from Griffith Problem tatement are paraphraed. Problem. from Griffith Show that the following, A µo ɛ o A V + A ρ ɛ o Eq..4 A

More information

The Hassenpflug Matrix Tensor Notation

The Hassenpflug Matrix Tensor Notation The Haenpflug Matrix Tenor Notation D.N.J. El Dept of Mech Mechatron Eng Univ of Stellenboch, South Africa e-mail: dnjel@un.ac.za 2009/09/01 Abtract Thi i a ample document to illutrate the typeetting of

More information

The state variable description of an LTI system is given by 3 1O. Statement for Linked Answer Questions 3 and 4 :

The state variable description of an LTI system is given by 3 1O. Statement for Linked Answer Questions 3 and 4 : CHAPTER 6 CONTROL SYSTEMS YEAR TO MARKS MCQ 6. The tate variable decription of an LTI ytem i given by Jxo N J a NJx N JN K O K OK O K O xo a x + u Kxo O K 3 a3 OKx O K 3 O L P L J PL P L P x N K O y _

More information

online learning Unit Workbook 4 RLC Transients

online learning Unit Workbook 4 RLC Transients online learning Pearon BTC Higher National in lectrical and lectronic ngineering (QCF) Unit 5: lectrical & lectronic Principle Unit Workbook 4 in a erie of 4 for thi unit Learning Outcome: RLC Tranient

More information

DYNAMIC REDESIGN OF A FLOW CONTROL SERVO-VALVE USING A PRESSURE CONTROL PILOT

DYNAMIC REDESIGN OF A FLOW CONTROL SERVO-VALVE USING A PRESSURE CONTROL PILOT Proceeding of IMECE ASME International Mechanical Engineering Congre & Exhibition November -6,, New York, New York, USA IMECE/DSC-B- DYNAMIC REDESIGN OF A FLOW CONTROL SERVO-VALVE USING A PRESSURE CONTROL

More information

Chapter 5 HW Solution

Chapter 5 HW Solution Chapter 5 HW Solution Review Questions. 1, 6. As usual, I think these are just a matter of text lookup. 1. Name the four components of a block diagram for a linear, time-invariant system. Let s see, I

More information

Linear-Quadratic Control System Design

Linear-Quadratic Control System Design Linear-Quadratic Control Sytem Deign Robert Stengel Optimal Control and Etimation MAE 546 Princeton Univerity, 218! Control ytem configuration! Proportional-integral! Proportional-integral-filtering! Model

More information

Design By Emulation (Indirect Method)

Design By Emulation (Indirect Method) Deign By Emulation (Indirect Method he baic trategy here i, that Given a continuou tranfer function, it i required to find the bet dicrete equivalent uch that the ignal produced by paing an input ignal

More information

Review: transient and steady-state response; DC gain and the FVT Today s topic: system-modeling diagrams; prototype 2nd-order system

Review: transient and steady-state response; DC gain and the FVT Today s topic: system-modeling diagrams; prototype 2nd-order system Plan of the Lecture Review: transient and steady-state response; DC gain and the FVT Today s topic: system-modeling diagrams; prototype 2nd-order system Plan of the Lecture Review: transient and steady-state

More information