Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old August 8th, 2017, 01:48 PM
Unregistered
Guest
 
Default EE250 IITK

Hi I am interested in having the assignments questions for the EE250 Subject Code which comprises of Control System Analysis for the Electronics Engineering Discipline at IIT Kanpur?
Reply With Quote
Other Discussions related to this topic
Thread
Www JEE IITK Ac In
Www.IITK.Ac.in MBA
Josh IITK
IITK MCM
IITK Pas
ESO 210 IITK
VC IITK
IITK HC
IITK Earthquake
Room IP IITK
IITK Alumni Org
IITK MBA
MBA from IITK
How to Reach IITK
DP IITK
IITK CSE Department
JEE IITK
IITK CSE ACM
IITK CSE
IITK EE






  #2  
Old August 8th, 2017, 02:03 PM
Super Moderator
 
Join Date: May 2011
Default Re: EE250 IITK

The assignments questions for the EE250 Subject Code which comprises of Control System Analysis for the Electronics Engineering Discipline at IIT Kanpur are as given below:

Assignment Questions

Q1.

The polynomials given below are the denominator of the transfer function G(s). Construct the Routh table for the polynomial. Comment on the type of the poles of G(s). Comment on the stability of the system.

a) s4 + 2s3 + 6s2 + 4s + 1.

b) 2s4 + 2s3 + s2 + 3s + 2.

c) 2s4 + 5s3 + 5s2 + 2s + 1.

d) s4 + 2s3 + 3s2 + 4s + 5.

e) s5 + s4 + 2s3 + 2s2 + 3s + 5.

f) s6 + 2s5 + 8s4 + 12s3 + 20s2 + 16s + 16.

Q2.

The open loop transfer function of unity feedback system is Ks(1 + 0.4s)(1 + 0.25s). Find the restriction of K so that the closed loop system is absolutely stable.

Q3.

Consider T(s) to be the transfer function of a system. The denominator of this transfer function is also known as the characteristic equation of the system. The characteristic equation for certain feedback control system is s4 + 20Ks3 + 5s

2 + 10s + 15. Determine the range of K for the system to be stable.

Q4.

Check whether all the roots of the equation s3 + 7s2 + 25s + 39 = 0 have real parts less than −1.

Q5.

A system oscillates with frequency ω, if it has poles at s = ±jω. Consider a unity feedback system whose forward path gain is K(s + 1)/s3 + as2 + 2s + 1. Determine the values of K and a so that the feedback system oscillates at a frequency 2rad/s.

Q6.

A unity feedback control system is characterized by open loop transfer function G(s) = K(s + 13)/s(s + 3)(s + 7). Using Routh-Hurwitz criterion calculate the range of K for the system to be stable.

Q7.

Sketch the root locus for the closed loop feedback systems whose open loop transfer functions are:

(a) G(s) = Ks(s + 4)(s + 5),

(b) G(s) = Ks(s + 2)(s2 + 6s + 25),

(c) G(s) = Ks(s2 + 4s + 8),

(d) G(s) = K(s + 1) s2 (s + 3.6).

Also find the value of K for which the system will become unstable.

Q8.

Sketch the bode plot (asymptotic (approx) magnitude (in dB) and asymptotic (approx) phase) for the open looptransfer functions given by

(a) G(s) = Ks(s + 4)(s + 5),

(b) G(s) = (s + 1) s2(s + 3.6),

(c) G(s) = (s + 10) s(s + 2).

For both the questions use MATLAB to verify the plots. A sample code is as follows:

Suppose the given system is G(s) = s + 1s + 3
.
MATLAB Code

s = tf(’s’);
sys = (s+1)/(s+3);
rlocus(sys); % This gives the root locus.
bode(sys); % This gives the bode plot.
grid on

For root locus take the transfer without K when using MATLAB.
__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 04:48 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8