MATLAB code is given below in bold letters.
clc;
close all;
clear all;
% define the Laplace variable s
s = tf('s');
% define the plant
G = 1/(s*(s+2)*(s+10));
% plot the rootlocus plot
figure;
rlocus(G);
Question b
% PD compensator design using SISOTOOL
sisotool(G);


Now add the design requirements by right clocking on the rootlocus plot.

settling time = 4* time constant = 4 * 0.625 = 2.5

damping ratio = 0.25
Then the probable region of closed loop dominant poles is shown below.

Now add a zero at at s = -3.(this comes through trial and error).

from the above figure it is observed that the closed loop dominant poles travel through the desired region in s plane.
Therefore the PD controller gain is given by s = -3.
For a loop gain Kd > 46, the closed loop system meets the desired specifications.
Therefore Controller C(s) = 46(s+3)
design verification:
closed loop step response is plotted below to verify the validity of the design.
code:
C = 46*(s+3);
% Plot the step response
figure;
step(feedback(C*G,1));

from the above figure it is observed that the closed loop system meets the design requirements.
,(s): (24 points) 2. The open loop transfer Function of a certain plant is: G„( s(s+2)(s+10)...
Question# 1 (25 points) For a unity feedback system with open loop transfer function K(s+10)(s+20) (s+30)(s2-20s+200) G(s) = Do the following using Matlab: a) Sketch the root locus. b) Find the range of gain, K that makes the system stable c) Find the value of K that yields a damping ratio of 0.707 for the system's closed-loop dominant poles. d) Obtain Ts, Tp, %OS for the closed loop system in part c). e) Find the value of K that yields...
A system having an open loop transfer function of G(S) = K10/(S+2)(3+1) has a root locus plot as shown below. The location of the roots for a system gain of K= 0.248 is show on the plot. At this location the system has a damping factor of 0.708 and a settling time of 4/1.5 = 2.67 seconds. A lead compensator is to be used to improve the transient response. (Note that nothing is plotted on the graph except for that...
Sketch the root locus plot of a unity feedback system with an open loop transfer function G(s) = K / s (s+2) (s+4) Determine the value of K so that the dominant pair of complex poles of the system has a damping ratio of 0.5.
1) Plot the root locus of the system whose characteristic equation is 2) Plot the root locus of the closed loop system whose open-loop transfer function is given as 2s + 2 G(S)H(S)+7s3 +10s2 3) Plot root locus of the closed-loop system for which feedforward transfer function is s + 1 G(S) s( ) St(s - and feedback transfer function is H(S)2 +8s +32
1) Plot the root locus of the system whose characteristic equation is 2) Plot the root...
Consider a negative feedback system whose open-loop transfer function is: G(s)H(s)=K/(s(s+1)) Write a MATLAB program to obtain the root-locus plot of G(s)H(s). [2 marks] What are the locations of poles when K = 0.19. [2 marks] When K = 0.4, what are the locations of poles? [3 marks] Find values of the damping ratio, % overshoot and frequency when K = 0.4. [3 marks] Write a MATLAB program to obtain a bode plot of G(s)H(s) when K = 1. [2...
only b and c please
1 Consider the system whose transfer function is given by: G(S) == (2s +1)(s+3) unction is given by: G(s) - (a) Use the root-locus design methodology to design a lead compensator that will provide a closed-loop damping 5 =0.4 and a natural frequency on =9 rad/sec. The general transfer function for lead compensation is given by D(5)=K (977), p>z, 2=2 (b) Use MATLAB to plot the root locus of the feed-forward transfer function, D(s)*G(s), and...
Problem (2) The open loop transfer function of a feedback system is given by к H (s) = 10 G(s) = ------ - s (s +1) (0.2 s+ 1) Design a controller such that the closed loop system will have a settling time less than 1.0 sec. and a percentage overshoot (PO) less than 5%. Draw the root locus plots of the uncompensated and compensated systems using Matlab.
The system considered in this problem is in the form: 1. Determine the open-loop transfer function G(s) corresponding to the following root locus plot. Root Locus 50 40 30 n 20 10 -20 30 F 40 -50 -12 -10 -8 -6 -4 2 Real Axis (seconds 2. Confirm your answer to question 1 in MATLAB (use rlocus (G)). Provide plot and code.
The system considered in this problem is in the form:
1. Determine the open-loop transfer function G(s) corresponding...
SOLVE USING MATLAB
A servomechanism position control has the plant transfer function 10 s(s +1) (s 10) You are to design a series compensation transfer function D(s) in the unity feedback configuration to meet the following closed-loop specifications: . The response to a reference step input is to have no more than 16% overshoot. . The response to a reference step input is to have a rise time of no more than 0.4 sec. The steady-state error to a unit...
1. Given the open-loop transfer function G(s)h(s) find the asymptotes, (b) find the breakaway points, if any, (c) find the range of K for stability and also the ju-axis crossing points, and (d) sketch the root locus. (20 points) K/Ks+1)(s+2)(s+3)(s+4)) where 0 s K < 00, (a) K/[s(s+3)(s2+2s+2)] where o s K < o, (a) locate the For the open-loop transfer function G(s)H(s) asymptotes, (b) find the breakaway points, if any, (c) find the jw-axis crossing points and the gain...