Measuring phase shift angle in underdamped step response

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
mamech
Messages
4
Reaction score
0
Hello all

I know that the step response of a second order underdamped system is :
y(t) = 1 – (e^(-ζωn*t) / sin(θ))*sin(ωd*t + θ)

Where sin(θ)= sqrt(1-ζ^2) , ωd = sqrt(ωn^2 – ωn^2 * ζ^2 )

my question is: I can see on the simulation ωd and I can calculate it ,
but I want also to see the phase shift angle θ

I know already that θ= asin(sqrt(1-ζ^2) ) , but this is analytical, can I see and measure it on the graph?

thanks
 

Attachments

  • question.jpg
    question.jpg
    11 KB · Views: 484
Engineering news on Phys.org
sin θ = ωdn, which is ratio of a damped frequency and undamped frequency.
You may compare graphs of underdamped and undamped functions:
y1(t)=1-e-ζt⋅sin(ωdt+θ)/sinθ
and
y2(t)=1-sin(ωnt+π/2)

Observe how difference between intersection points of the curves with line y(t)=1 changes throughout oscillations due to different frequencies.
Phase shift angle has a clear meaning in a time domain only if you compare functions having same frequencies.
 
  • Like
Likes   Reactions: mamech
Thank you very much for help!