Question

6. For the following mechanical system: a) Find a mathematical model b) Find the transfer function, G(s) = c Find impulse, st
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Anbwe for Question 6 米 As per the , Given fiqure information we have to the too geat systems N, and N2 Na and Ny The values o

Applying laplace Transform TLS) function áls)-Cz(S) T5) Tranfer s+1.785+2Part C&D:

Programming code Using MATLAB:

clc;

clear all;

close all;
sys=tf([1],[1,1.98,2]); ############## Defining G(s)
figure(1) ######## Plot for  impulse response
impulse(sys)
figure(2)#####Plot for step response
step(sys)
########## Plotting ramp response using 'lsim' command
t=0:0.1:10;
ramp=t;
######## obtaining the response 'r' of the model for input 'ramp'
[r,t]=lsim(sys,ramp,t);
%plotting 'r' vs. time
figure(3)
plot(t,r)
title('Ramp Response')
xlabel('Time (seconds)')
ylabel('Amplitude')
######### harmonic response using 'bode' command
figure(4)
bode(sys)

MATLAB O/P:

Impulse Response::Impulse Response 0.35 0.3 0.25 0.2 0.15 0.1 0.05 0.05 2 3 6 Time (seconds)Step response:

Step Response 0.6 0.5 0.4 0.3 0.2 0.1 2 4 5 6 Time (seconds)

Ramp Response:

Ramp Response 5 4.5 3.5 3 2.5 2 1.5 0.5 0 123 45 678 9 10 Time (seconds)Bode Diagram:

Bode Diagram -60 -80 -45 dD 90 0 -135 -180 10-1 102 2 10 10 Frequency (rad/s) 10

If you have any doubt about Matlab Code, Comment below

Add a comment
Know the answer?
Add Answer to:
6. For the following mechanical system: a) Find a mathematical model b) Find the transfer functio...
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
  • θ2(s)/T(s) for the following rotational mechanical system Problem 4: Find the transfer function G(s) TO) N1...

    θ2(s)/T(s) for the following rotational mechanical system Problem 4: Find the transfer function G(s) TO) N1 = 4 Di 1 N-m-s/rad N2 121 kg-m2 N3-4 D2-2 N-m-s/rad K 64 N-m/rad- N4 16 D3 32 N-m-s/rad -16 kg-m2 000

  • Question 3 Find the transfer function, G(s) s) / T(s), for the rotational mechanical system in...

    Question 3 Find the transfer function, G(s) s) / T(s), for the rotational mechanical system in Fig. Q3 below. The gears have inertia and bearing friction as shown. (20 marks) 3 Nm/rad 2 Nms/rad + 1 kg/m? N3 = 100 N2 = 100 T(t) N4 = 20 N = 20 0.04 Nms/rad Fig. Q3

  • Problem 2 Determine the transfer function 01(s)/M(s) for the shaft-gear mechanical system in the figure, where...

    Problem 2 Determine the transfer function 01(s)/M(s) for the shaft-gear mechanical system in the figure, where 1(s) and Ms) are the Laplace transforms of the angle 01(t) and of the moment m(t). Use the time-domain mathematical model of this system. Known are J1, ki, J2, c, k2, Ni and N2. N. 1000 0,m 0 000 N Problem 3 By using the transfer function 1(s)/Ms), determined in Problem 2, calculate and plot 01(t) using the step input command of MATLAB. Known...

  • For the system shown in Fig. 1, solve the following problems. (a) Find the transfer function, G(s...

    For the system shown in Fig. 1, solve the following problems. (a) Find the transfer function, G(s)X2 (s)/F(s) (b) Does the system oscillate with a unit step input (f (t))? Explain the reason (c) Decide if the system(x2 (t)) is stable with a unit step input (f (t))? Explain the reason 1. 320) 8 kg 2 N/m 4N-s/m 2N-s/m Fig. 1 2. There are two suspensions for a car as shown in Fig. 2 (a) Find the equations of each...

  • Question 1 Figure Q1 shows a mechanical system. The system input is T) and output is supposed to ...

    Please write down the steps by steps solution, thank you! Question 1 Figure Q1 shows a mechanical system. The system input is T) and output is supposed to be 0. Please find the transfer function from T to θ 3, and discuss the stability of the system if the input is a unit impulse signal. (30 marks) To 01(t) 01t) I kg-m2 N 10 030) N2 100 100 kg-m2 100 N-m/rad 100 N-m-s/rad Figure Q1 Question 1 Figure Q1 shows...

  • IL IULIUCI. (Q3) Consider below rotational mechanical system. Find the transfer function between 02(s) and T(s),...

    IL IULIUCI. (Q3) Consider below rotational mechanical system. Find the transfer function between 02(s) and T(s), that is find G(s) = 0; (5) T(s) en(t) T(t) 1) N1=20 W 1 N3=30 02(t) 450 kg.m? N2=100 225 N.m/rad --00004 Ny=90 5 N.m.s/rad 3 N.m.s/rad

  • ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, ho...

    ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, how do closed-loop systems differ from open-loop systems? c) Name the three major design criteria for control systems. d) Name the performance specification for first-order systems. e) Briefly describe how the zeros of the open-loop system affect the root locus and the transient response. What does the Routh-Hurwitz criterion tell us? f) 2. Given the electric network shown in Figure. a) Write the differential equation for...

  • please show steps For the system shown in the figure. a. Find the transfer function 0,(s)/T(S)....

    please show steps For the system shown in the figure. a. Find the transfer function 0,(s)/T(S). b. Find the damping Dyo yield a 20% gvershoot in output angular displacement for a step torque input. N =25 kg-r W3 10 N2=5 D N-m/rad N4 5 0000 For the system shown in the figure. a. Find the transfer function 0,(s)/T(S). b. Find the damping Dyo yield a 20% gvershoot in output angular displacement for a step torque input. N =25 kg-r W3...

  • Question 1-4 is about the following mechanical system: Data: ki-20 [N/m] b-2 [Ns/m] k2# 10 [N/m] m2 At) mi Question 1 X...

    Question 1-4 is about the following mechanical system: Data: ki-20 [N/m] b-2 [Ns/m] k2# 10 [N/m] m2 At) mi Question 1 X1(s) Develop the symbolic transfer function G1(s)2 F(s) 1.1 Determine the differential equation, that this transfer function describe 1.2 Question 2 Sketch the step response for G1(s), using Matlab and explain the process 2.1 Sketch the pole /zero diagram for the transfer function G1(s) and reflect on the relation between the step response and the pole /zero diagram 2.2...

  • 7.22 A simple 1-DOF mechanical system has the following transfer function Y(s) 0.25 U(s) s +2s...

    7.22 A simple 1-DOF mechanical system has the following transfer function Y(s) 0.25 U(s) s +2s +9 where the position of the mass y0) is in meters. The system is initially at rest, y(O) (0) 0, and the applied force is a step function u(t0 4N Copyrighto Problems 243 a. Accurately sketch the system response y() and label all important performance criteria on your sketch b. Use MATLAB or Simulink to verify your sketch in part (a). Plot y(o) from...

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