DOC PREVIEW
PSU EE 350 - final_f08

This preview shows page 1-2-3-24-25-26 out of 26 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 26 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Blank ExamSolutionsEE 350 EXAM IV 17 December 2008Last Name (Print):First Name (Print):ID number (Last 4 digits):Section:DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SOProblem Weight Score1 252 253 254 25Total 100Test Form AINSTRUCTIONS1. You have one hour and fifty minutes to complete this exam.2. This is a closed book exam. You may use one 8.5” × 11” note sheet.3. Calculators are not allowed.4. Solve each part of the problem in the space following the question. If you need more space, continue your solutionon the reverse side labeling the page with the question number; for example, Problem 1.2 Continued . NOcredit will be given to solutions that do not meet this requirement.5. DO NOT REMOVE ANY PAGES FROM THIS EXAM. Loose papers will not b e accepted and agrade of ZERO will be assigned.6. The quality of your analysis and evaluation is as important as your answers. Your reasoning must be preciseand clear; your complete English sentences should convey what you are doing. To receive credit, you mustshow your work.1Problem 1: (25 Points)1. (8 points) Determine the zero-state unit-step response y(t) of the circuit in Figure 1 where R =3Ω,C =0.5F,and L =1H.Figure 1: Passive RLC circuit with input voltage f (t) and output voltage y(t).22. (9 points) Determine the zero-input response y(t) for the circuit in Figure 2, where R =5Ω,C =16F, andL = 1 H, given that the initial conditions are i(0−)=−2 A and y (0−)=0V.Figure 2: Passive RLC circuit with initial conditions i(0−) and y(0−).33. (8 points) An engineer utilizes MATLAB to analyze the transfer function of a particular system representedby the numerator and denominator polynomials num and den, respectively, and obtains:>> [r, p, k] = residue(num,den)r=3-2p=-4-3k=1>>Determine the impulse resp onse function h(t ) and the transfer function representation H(s) of the system.Express the transfer function in the standard formH(s)=bmsm+ ···+ b1s + bosn+ an−1sn−1+ ···+ a1s + a0.4Problem 2: (25 points)1. (10 points) Determine the transfer function of the closed-loop system in Figure 3 and express your answer inthe standard formH(s)=Y ( s)R(s)=bmsm+ ···+ b1s + bosn+ an−1sn−1+ ···+ a1s + a0.Figure 3: Feedback control system with reference input r(t) and controlled output y(t).52. (15 points) A closed-loop system, different from the one considered in part 1, is represented by the transferfunctionY (s)R(s)=50s2+ βs +β24+25,where β is a real-valued constant.(a) (5 points) For what range of β is the closed-loop system BIBO stable?(b) (5 points) Determine the value of β for which the steady-state unit-step response of the closed-loop systemis one, that is, yss= limt→∞y(t)=1.(c) (5 points) Find the value of β for which the zero-state unit-step response of the closed-loop system is asinusoid that decays exponentially as e−3t.6Problem 3: (25 points)1. (13 points) A FET amplifier has the transfer function representationH(s)=−200, 000 s(s + 20)(s +20, 000).Construct the Bo de magnitude and phase plots using the semilog graphs provided in Figures 4 (a duplicatecopy appears in Figure 5).In order to receive credit:• In both your magnitude and phase plots, indicate each term separately using dashed lines.• Indicate the slope of the straight-line segments and corner frequencies of the final magnitude and phaseplots.• Do not show the 3 dB corrections in the magnitude plot.7Figure 4: Semilog paper for Bode magnitude and phase plots.8Figure 5: Semilog paper for Bode magnitude and phase plots.92. (13 points) For a particular linear time-invariant system, Figure 6 shows the exact magnitude and phaseresponse generated by the MATLAB scriptomega = logspace(a,b,1000);num = c*[1,1];den = [d,1];bode(num,den,omega)grid on10−210−11001011021031040306090Phase (deg)Bode DiagramFrequency (rad/sec)202530354045505560Magnitude (dB)Figure 6: Exact magnitude and phase plot generated by MATLAB.10(a) (4 points) What are the values of the parameters a and b?(b) (4 p oints) Using the infromation available from Figure 6, specify the DC gain and high frequency gain.Express your answers in both |H|dBand |H|.(c) (4 points) Using your results in part (b), determine the values of the parameters c and d.11Problem 4: (25 points)1. (12 points) A linear time-invariant system is represented by the transfer functionH(s)=2s +10s2+2s +5.(a) (3 points) Sketch the pole-zero map of the transfer function and label the value of all poles and zeros.(b) (2 points) Is the zero-state unit-step response of the system underdamped, critically damped, or over-damped?(c) (2 points) Determine the DC gain and high frequency gain of the system.(d) (5 points) Find h(t), the impulse response representation of the system.122. (13 points) Another linear time-invariant system with input f(t) and output y(t) has the ODE representationd2ydt2+ adydt+ by( t)=cf(t)where a, b, and c are constant parameters.(a) (4 points) Find the transfer function representation of the system and place your answer in the standardformH(s)=bmsm+ ···+ b1s + bosn+ an−1sn−1+ ···+ a1s + a0.(b) (9 points) Given that the initial conditions y(0−) = 0 and ˙y(0−)=a result in the unit-step responseY ( s)=5s +2s3+5s2+10s,determine the numeric values of the constants a, b, and c.132. (13 points) For a particular linear time-invariant system, Figure 6 shows the exact magnitude and phaseresponse generated by the MATLAB scriptomega = logspace(a,b,1000);num = c*[1,1];den = [d,1];bode(num,den,omega)grid on10−210−11001011021031040306090Phase (deg)Bode DiagramFrequency (rad/sec)202530354045505560Magnitude (dB)Figure 6: Exact magnitude and phase plot generated by


View Full Document

PSU EE 350 - final_f08

Documents in this Course
ps11

ps11

6 pages

ps10_soln

ps10_soln

20 pages

ps10

ps10

5 pages

ps9_soln

ps9_soln

19 pages

ps9

ps9

4 pages

ps8_soln

ps8_soln

19 pages

ps8

ps8

5 pages

ps7_soln

ps7_soln

22 pages

ps7

ps7

4 pages

ps6_soln

ps6_soln

27 pages

ps6

ps6

5 pages

ps5_soln

ps5_soln

25 pages

ps5

ps5

7 pages

ps4_soln

ps4_soln

20 pages

ps4

ps4

5 pages

ps3_soln

ps3_soln

27 pages

ps3

ps3

6 pages

ps2_soln

ps2_soln

24 pages

ps2

ps2

5 pages

ps1_soln

ps1_soln

17 pages

ps1

ps1

5 pages

ps11_soln

ps11_soln

28 pages

examI_s04

examI_s04

16 pages

examI_s03

examI_s03

10 pages

examI_s02

examI_s02

12 pages

examI_s01

examI_s01

13 pages

examI_f99

examI_f99

15 pages

examI_f14

examI_f14

26 pages

examI_f11

examI_f11

26 pages

examI_f10

examI_f10

26 pages

examI_f09

examI_f09

26 pages

examI_f08

examI_f08

13 pages

examI_f07

examI_f07

11 pages

examI_f03

examI_f03

11 pages

examI_f02

examI_f02

14 pages

examI_f01

examI_f01

15 pages

examI_f00

examI_f00

14 pages

final_s99

final_s99

16 pages

final_s97

final_s97

13 pages

final_s04

final_s04

30 pages

final_s03

final_s03

12 pages

final_s02

final_s02

14 pages

final_s01

final_s01

14 pages

final_s00

final_s00

17 pages

final_f99

final_f99

16 pages

final_f98

final_f98

16 pages

final_f11

final_f11

40 pages

final_f10

final_f10

32 pages

final_f09

final_f09

32 pages

final_f07

final_f07

26 pages

final_f03

final_f03

12 pages

final_f02

final_f02

14 pages

final_f01

final_f01

14 pages

final_f00

final_f00

16 pages

examI_s99

examI_s99

13 pages

Load more
Download final_f08
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view final_f08 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view final_f08 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?