Second Order System in Matlab PDF
Second Order System in Matlab PDF
+ Bx + kx = F (t ) mx
Perform Laplace transform
(ms 2 + Bs + k ) X ( s ) = F ( s )
Find transfer function G(s)
G (s) =
X (s) 1 = 2 F ( s ) ms + Bs + k
ME646
2/12/2009
X (s) 1 G (s) = = 2 F ( s ) ms + Bs + k
ME646
2/12/2009
(values shown are for the underdamped case B2 < 4mk ) >> m = 1 >> B = 10; %% >> k = 500; %%
ME646
2/12/2009
Note that the time to each the expected value (2 x 103) is about the same for each of these cases.
ME646
2/12/2009
X ( s) 1 G ( s) = = F ( s) s + 1
ME646
2/12/2009
at t = tau (=10) output = 0.632 (for unit step) at t = 5tau (=50) output = 0.993 (for unit step)
ME646
2/12/2009