Question

Consider the model of a spring-mass-damper system, where the following parameter values are assumed: m 1,b 2,k 2. 3. a. Write answer 3 and 4 please
0 0
Add a comment Improve this question Transcribed image text
Answer #1

I have used matlab to solve the problems 3 and 4. the code is given below along with the solutions for all problems. comments give the explanation part.

clc;
close all;
clear all;

% define m b k
m = 1;
b = 2;
k = 2;

% transfer function is defined below
G = tf(1,[1 2 2]);

% bandwidth of G
B = bandwidth(G)

% The bandwidth is 1.5 rad/sec approximately
% lets consider the sample rate 50 times the banwidth
ws = 50*B

% sample time is Ts = 2*pi/ws
Ts = 2*pi/ws

% pulse transfer function is given below
Gd = c2d(G,Ts,'tustin'); % bilinear approximation for converting continuous to discrete

% use rootlocus technique to determine the range of K for stability
figure;
rlocus(Gd);

RESULTS:


Transfer function: G(s)
1
-------------
s^2 + 2 s + 2

Bandwidth =

1.4124 rad/sec


ws (sampling frequency in rad/sec) =

70.6219


Ts ( sampling time ) =

0.0890

Root Locus System: God Gain: 1.82e+005 Pole: 0.9940.105i Damping: 8.13e-005 Overshoot(%): 100 requency (rad/s): 34.1 -0.5 -0.

From the above figure, it is observed that the closed loop poles lie within the unit circle for all values of gain K from 0 to inifinity. Therefore the ROC contains teh unit circle for all K. Therefore the system is stable for all K.


% Question 4
% output is taken across the capacitor
% Transfer function is defined below
C = 5e-6;
L = 1e-3;
R = 20;
s = tf('s');
G = minreal(1/(C*s)/(R + 1/(C*s) + L*s))


% bandwidth of G
B = bandwidth(G)

% The bandwidth is 1.5 rad/sec approximately
% lets consider the sample rate 50 times the banwidth
ws = 50*B

% sample time is Ts = 2*pi/ws
Ts = 2*pi/ws

% pulse transfer function is given below
Gd = c2d(G,Ts,'tustin'); % bilinear approximation for converting continuous to discrete

% use rootlocus technique to determine the range of K for stability
figure;
rlocus(Gd);

RESULTS:

Transfer function: G(s)
2e008
---------------------
s^2 + 2e004 s + 2e008

B (bandwidth) =

1.4124e+004 rad/sec


ws, sampling frequency (radsec)=

7.0622e+005


Ts sampling time =

8.8969e-006

Root Locus System: Gd Gain: 9.08e+004 Pole: 0.9940.105i Damping: 8.13e-005 Overshoot(%): 100 Frequengy (radis) 3.41e+005 0.5

From the above figure, it is observed that the closed loop poles lie within the unit circle for all values of gain K from 0 to inifinity. Therefore the ROC contains teh unit circle for all K. Therefore the system is stable for all K.

Add a comment
Know the answer?
Add Answer to:
Consider the model of a spring-mass-damper system, where the following parameter values are assum...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Consider the model of a small DC motor, where the following parameter values are assumed: R-10 L-10mH,J-0.01kgm0.0.05 2. ra a. Write down the transfer function of the system b. Choose a sample ti...

    Consider the model of a small DC motor, where the following parameter values are assumed: R-10 L-10mH,J-0.01kgm0.0.05 2. ra a. Write down the transfer function of the system b. Choose a sample time for the system c. Find the pulse transfer function (use MATLAB 'c2d' command) d. Find the range of K for stability for the closed-loop sampled-data system Consider the model of a small DC motor, where the following parameter values are assumed: R-10 L-10mH,J-0.01kgm0.0.05 2. ra a. Write...

  • 4. Consider a series RLC circuit driven by a voltage source with capacitor voltage as output. Ass...

    4. Consider a series RLC circuit driven by a voltage source with capacitor voltage as output. Assume the following parameter values: R 20n, L ;: 1 mH, C : 5μF a. b. c. d. Write down the transfer function of the system Choose a sample time for the system Find the pulse transfer function (use MATLAB 'c2d' command) Find the range of K for stability for the closed-loop sampled-data system 4. Consider a series RLC circuit driven by a voltage...

  • Consider the model of a spring-mass-damper system, where the following parameter values are assum...

    Consider the model of a spring-mass-damper system, where the following parameter values are assumed: m-1,b 2, k- 2. a. Write down the transfer function of the system b. Sketch a root locus for static controller gain K c. Find the range of K for stability Consider the model of a spring-mass-damper system, where the following parameter values are assumed: m-1,b 2, k- 2. a. Write down the transfer function of the system b. Sketch a root locus for static controller...

  • Consider the model of a cylinderical hydraulic reservoir with a bottom flow valve with input qin ...

    Consider the model of a cylinderical hydraulic reservoir with a bottom flow valve with input qin and output ΔΡ where the parameter values are: A-1m2, ρ 20 ; let g 10. 1. 1 l 图,R- 20 let g10 , a. Write down the transfer function of the system b. Choose a sample time for the system c. Find the pulse transfer function (use MATLAB 'c2d' command) d. Find the range of K for stability for the closed-loop sampled-data system Consider...

  • 5. Consider the model of a spring-mass-damper system, where the following parameter values are as...

    5. Consider the model of a spring-mass-damper system, where the following parameter values are assumed: m 1,b 2, k 2 a. Design a rate feedback controller to meet the following step response specifictions: ts 1 s, ζ 206. b. Compare the step response of the closed-loop systems in Probs. 3&5 5. Consider the model of a spring-mass-damper system, where the following parameter values are assumed: m 1,b 2, k 2 a. Design a rate feedback controller to meet the following...

  • answer 3 and 4 please 3. Consider the model of a spring-mass damper system, where the...

    answer 3 and 4 please 3. Consider the model of a spring-mass damper system, where the following parameter values are assumed: m 1,b 2,k2. a. Sketch a root locus for static controller gain K b. Design a controller to meet the following specifictions: ts ls,〈206, e(oo)|step = 0. 4. Consider a system where the transfer function is given as: G(s) =M63. s3 +6s2 +11s+6 a. Sketch a root locus for static controller gain K b. Design a controller to meet...

  • 3. Consider the following mass-spring-damper system. Let m= 1 kg, b = 10 Ns/m, and k...

    3. Consider the following mass-spring-damper system. Let m= 1 kg, b = 10 Ns/m, and k = 20 N/m. b m F k a) Derive the open-loop transfer function X(S) F(s) Plot the step response using matlab. b) Derive the closed-loop transfer function with P-controller with Kp = 300. Plot the step response using matlab. c) Derive the closed-loop transfer function with PD-controller with Ky and Ka = 10. Plot the step response using matlab. d) Derive the closed-loop transfer...

  • Problem 1. Consider the following mass, spring, and damper system. Let the force F be the...

    Problem 1. Consider the following mass, spring, and damper system. Let the force F be the input and the position x be the output. M-1 kg b- 10 N s/m k 20 N/nm F = 1 N when t>=0 PART UNIT FEEDBACK CONTROL SYSTEM 5) Construct a unit feedback control for the mass-spring-damper system 6) Draw the block diagram of the unit feedback control system 7) Find the Transfer Function of the closed-loop (CL) system 8) Find and plot the...

  • Consider the Spring-Mass-Damper system: 17 →xt) linn M A Falt) Ffl v) Consider the following system...

    Consider the Spring-Mass-Damper system: 17 →xt) linn M A Falt) Ffl v) Consider the following system parameter values: Case 1: m= 7 kg; b = 1 Nsec/m; Fa = 3N; k = 2 N/m; x(0) = 4 m;x_dot(0)=0 m/s Case2:m=30kg;b=1Nsec/m; Fa=3N; k=2N/m;x(0)=2m;x_dot(0)=0m/s Use MATLAB in order to do the following: 1. Solve the system equations numerically (using the ODE45 function). 2. For the two cases, plot the Position x(t) of the mass, on the same graph (include proper titles, axis...

  • Consider a mass-spring-damper system (i.e., the plant) described by the following second-order differential equation wh...

    Consider a mass-spring-damper system (i.e., the plant) described by the following second-order differential equation where y represents the position displacement of the mass. Our goal is to design a controller so that y can track a reference position r. The tracking error signal is then et)(t). (a) Let there be a PID controller Derive the closed-loop system equation in forms of ODE (b) Draw the block diagram of the whole system using transfer function for the blocks of plant and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT