Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

In an RLC circuit,what criteria could be used to decide whether the system is overdamped or underdamped? Could we compare the maximum energy stored during one cycle to the energy dissipated during one cycle?

share|improve this question
1  
this is really a question for the electrical engineering stack exchange – Hal Swyers Mar 14 at 10:02

migrated from physics.stackexchange.com Mar 14 at 12:09

2 Answers

up vote 3 down vote accepted

To establish the damping calculate ζ (damping ratio). ζ = (R.sqrt(C/L))/2. If ζ is <1 then it is underdamped. If ζ=1 it is critically damped etc..

Q (quality factor) is defined as the peak energy stored in the circuit divided by the average energy dissipated in it per cycle at resonance and, Q is 1/(2ζ).

You decide what's the best method for you but for me it's easier to use the ζ formula providing you know the values for R, L and C. If you don't know them then there are other methods that involve looking at the step transient response or the frequency response.

share|improve this answer

Here's a link showing the transfer function of a RLC circuitry. If you input your values into this transfer function and look for the poles, you can have clear idea if your system is over-damped or under-damped. If the poles are pure imaginary your system will oscillate if the poles of the system are one value, real and negative, you have critically damped system. I suggest you to read a control theory book to have a good idea on the topic, such as Control Systems engineering from Norman Nise.

Sure you can make a comparison by calculating apparent, active and reactive power consumed by the system. You can do whatever you like as long as your system fits in linear system theory and you know the transfer function.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.