Electronic – Resonance frequency

resonance

How does one find the resonance frequency in a circuit?

Wikipedia and the like give some definitions that are not very useful in practice. I found somewhere(I think on this site but I cannot find it anymore) a definition that said that the resonance frequency is when the impedance is purely real. This made intuitively sense and worked in many cases but I ran into trouble with this circuit:

schematic

simulate this circuit – Schematic created using CircuitLab

I found the impedance of this circuit to be:

$$
Z = R + \frac{1}{\frac{1}{j\omega L} +j\omega C}=R + \frac{j\omega L}{1-\omega^2 LC}
$$
Setting the imaginary part to zero I get \$\omega = 0\$, but I think that in this case, it should corresponds to \$\omega = \frac{1}{\sqrt{LC}}\$ which makes the imaginary part infinite and the transfer function 1.

So is that correct and if so how do you find the resonance in general?

EDIT: My question is

Since the above definition for resonance does NOT work in the circuit above, what is the correct one? and HOW do you find the resonance for a given circuit?

EDIT 2

I am considering IDEAL elements only.

Consider another circuit:

schematic

simulate this circuit

$$
Z = \frac{R+j\omega L}{1+Rj\omega C -\omega^2LC}
$$
The resonance frequency for this circuit is
$$
\omega_0 = \sqrt{\frac{1}{LC} -\frac{R^2}{L^2}}
$$
which is obtained by using the method I outlined initially(setting imaginary part of Z to 0). This frequency is neither a pole or a zero of the impedance. Rather,
$$
Z(\omega_0) = \frac{L}{RC}
$$
Also, the impedance of the inductor and capacitor are not equal in magnitude.

So I still don't know how to find the frequency in general.

Best Answer

Your calculation of the impedance seen by the source is correct.

Clearly, there is a 'special' (angular) frequency

$$\omega_0 = \frac{1}{\sqrt{LC}}$$

where there is a pole in the impedance - the impedance goes to infinity.

Now, let's look at the dual of the circuit given:

schematic

simulate this circuit – Schematic created using CircuitLab

For the dual circuit, the impedance seen by the source is

$$Z = R||(j\omega L + \frac{1}{j \omega C}) = R \frac{1 - \omega^2LC}{1 - \omega^2LC + j\omega RC} $$

and now we have a zero at \$\omega_0\$ - the impedance goes to zero.

In both of these cases, the pole or zero is on the \$j \omega\$ axis. Generally, they are not.

so how do you find the resonance in general?

In this context (RLC), the resonance frequency is the frequency where the impedance of the inductor and capacitor are equal in magnitude and opposite in sign.


Update to address comment and question edit.

From the Wikipedia article "RLC circuit", "Natural frequency" section:

The resonance frequency is defined in terms of the impedance presented to a driving source. It is still possible for the circuit to carry on oscillating (for a time) after the driving source has been removed or it is subjected to a step in voltage (including a step down to zero). This is similar to the way that a tuning fork will carry on ringing after it has been struck, and the effect is often called ringing. This effect is the peak natural resonance frequency of the circuit and in general is not exactly the same as the driven resonance frequency, although the two will usually be quite close to each other. Various terms are used by different authors to distinguish the two, but resonance frequency unqualified usually means the driven resonance frequency. The driven frequency may be called the undamped resonance frequency or undamped natural frequency and the peak frequency may be called the damped resonance frequency or the damped natural frequency. The reason for this terminology is that the driven resonance frequency in a series or parallel resonant circuit has the value1

$$\omega_0 = \frac {1}{\sqrt {LC}}$$

This is exactly the same as the resonance frequency of an LC circuit, that is, one with no resistor present, that is, it is the same as a circuit in which there is no damping, hence undamped resonance frequency. The peak resonance frequency, on the other hand, depends on the value of the resistor and is described as the damped resonance frequency. A highly damped circuit will fail to resonate at all when not driven. A circuit with a value of resistor that causes it to be just on the edge of ringing is called critically damped. Either side of critically damped are described as underdamped (ringing happens) and overdamped (ringing is suppressed).

Circuits with topologies more complex than straightforward series or parallel (some examples described later in the article) have a driven resonance frequency that deviates from \$\omega_0 = \frac {1}{\sqrt {LC}}\$ and for those the undamped resonance frequency, damped resonance frequency and driven resonance frequency can all be different.

See the "Other configurations" section for your 2nd circuit.

In summary, the frequencies at which the impedance is real, at which the impedance is stationary (max or min), and at which the reactances of the L & C are equal can be the same or different and each is some type of resonance frequency.