Multi inductor or capacitor RLC circuits

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
ricc
Messages
5
Reaction score
0
So I know that the equation for the natural frequency of an RLC circuit is:
ω0=(LC)-1/2
I'm just wondering how this would change for a circuit with more than one inductor or capacitor. Say for instance an inductor in parallel with a capacitor, both connected in series to another inductor.

Cheers in advance for any help you can give me.
 
Engineering news on Phys.org
Do you know how to perform circuit analysis on a circuit like you described?
 
ricc,
With multiple LRCs you don't get a single natural frequency. One LC tank can be resonating at 1GHz while another is resonating at 1MHz. Your step or impulse response will likely be a more complicated waveform consisting of a superposition of multiple damped frequencies. Have you studied Laplace transforms yet?
 
Up until now I though I could. I can find total impedance and everything, it's just getting the frequency for complicated circuits like this. I can't find any literature on it either.
 
the_emi_guy
No, I haven't done laplace transforms. I'm asking this because I'm doing a computer project and want my programme to be able to give me the natural frequency. Laplace transforms sound a bit too out of scope for this.
 
ricc
Unfortunately there may not be a single natural frequency.
Total impedance is relatively easy to compute because it involves steady-state behavior of the circuit. Transient behavior of the circuit, which would include natural frequencies, requires a more advanced set of tools such as Laplace transforms.
 
ricc, did you learn how to use phasors in AC circuit analysis?

The actual circuit analysis is very similar to what you might have done with resistors, but now you have complex impedances instead of just resistance.

You can use a phasors approach or laplace transform to consider single frequencies or a transfer function that will tell you how the circuit behaves over the frequency spectrum.
 
the_emi_guy
Ah well, thanks for your help. I can just put a limiting factor in the programme to stop it from trying to compute this type of problem.