Using Complex Impedances in these RLC Circuit Calculations

Click For Summary

Discussion Overview

The discussion revolves around the calculations involving complex impedances in RLC circuits, focusing on simplifying expressions and understanding the relationships between different components in AC circuit theory. Participants are working through specific parts of a problem, sharing their approaches and challenges in algebraic manipulation.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest simplifying the expression for total impedance in parallel circuits using the formula ## Z_{total} = Z_1 // Z_2 = \frac{Z_1 \cdot Z_2}{Z_1 + Z_2} ##.
  • There are multiple mentions of difficulties in algebraic simplification, with one participant expressing that their attempts lead to incorrect results.
  • Some participants propose rationalizing denominators to achieve a simpler form of the expression.
  • One participant points out a potential mistake in the interpretation of terms involving complex numbers, specifically regarding the sign of terms in the denominator.
  • Another participant highlights the importance of checking dimensions to validate the correctness of the expressions derived.
  • There is a suggestion to multiply expressions by 1 in various forms to facilitate simplification without changing the value.
  • Concerns are raised about the magnitude of voltage results in resonant circuits, with participants noting that high Q-factors can lead to unexpectedly high values.
  • Some participants express uncertainty about specific terms in their expressions, questioning whether certain factors should be squared or if they have omitted components in their calculations.

Areas of Agreement / Disagreement

Participants generally agree on the formulas for calculating total impedance but express differing views on the specific algebraic steps and simplifications required. There is no consensus on the correctness of individual expressions, and multiple interpretations of the problem persist.

Contextual Notes

Participants note that the discussion involves complex algebra that may contain errors, and there are unresolved questions regarding the initial expressions and their simplifications. Some assumptions about the circuit parameters and their implications for the results are also not fully explored.

Who May Find This Useful

This discussion may be useful for students studying AC circuit theory, particularly those working with complex impedances in RLC circuits and seeking to understand the nuances of algebraic manipulation in this context.

  • #31
NaS4 said:
Thx man. I’ll look up dimensional analysis
It can get scary. Look for the useful bits. If they get too abstract (math, philosophy and such) that may a good place to stop, or not, if you like that stuff.
 
Physics news on Phys.org
  • #33
Just a quick update, I have checked my expression:
$$ Z = \left( \frac{\omega^4 R L^2 C^2}{(1-\omega^2 LC)^2 + (\omega CR)^2} \right) + j \left( \frac{\omega L (1 - \omega^2 LC + (\omega R C)^2)}{(1-\omega^2 LC)^2 + (\omega CR)^2} \right) $$
and think it is equal to yours (thus we are either both correct... or both wrong 😅!)

Quick question about the problem statement: are the units of ## \omega ## a typo when it says Hz? Usually we expect ## \omega ## to be in rad/s (a conversion factor of ## 2 \pi ## is needed).

Am doing the calculations in a Python notebook, so will post pictures here to show how my calculations are resulting
 
  • #34
Master1022 said:
Just a quick update, I have checked my expression:
$$ Z = \left( \frac{\omega^4 R L^2 C^2}{(1-\omega^2 LC)^2 + (\omega CR)^2} \right) + j \left( \frac{\omega L (1 - \omega^2 LC + (\omega R C)^2)}{(1-\omega^2 LC)^2 + (\omega CR)^2} \right) $$
and think it is equal to yours (thus we are either both correct... or both wrong 😅!)

Quick question about the problem statement: are the units of ## \omega ## a typo when it says Hz? Usually we expect ## \omega ## to be in rad/s (a conversion factor of ## 2 \pi ## is needed).

Am doing the calculations in a Python notebook, so will post pictures here to show how my calculations are resulting
Yeah the w = 2(pi)f but since the question tells us that w is 200
 
  • #35
NaS4 said:
Yeah the w = 2(pi)f but since the question tells us that w is 200

Ah okay, that explains the discrepancy I had earlier. After setting ## \omega = 200 ##, I did get the same value of the gain and the final voltage as you (give or take some rounding errors) - the computer output ## 11551.24... ## (V), so this does agree with your result.

Hope that is of some help.
 
  • #36
Master1022 said:
Ah okay, that explains the discrepancy I had earlier. After setting ## \omega = 200 ##, I did get the same value of the gain and the final voltage as you (give or take some rounding errors) - the computer output ## 11551.24... ## (V), so this does agree with your result.

Hope that is of some help.
Master1022 I got nothing but respect for you man. Really makes me happy to see people like you helping out people like me
 
  • #37
Master1022 said:
Quick question about the problem statement: are the units of ω a typo when it says Hz? Usually we expect ω to be in rad/s (a conversion factor of 2π is needed).
It's very common for people to be sloppy about that. I guess they assume you'll know about the 2π correction.
 
  • Like
Likes   Reactions: Master1022
  • #38
NaS4 said:
Master1022 I got nothing but respect for you man. Really makes me happy to see people like you helping out people like me
Happy to help, hopefully that answer is correct. One other sanity check is to see whether you can find a formula for the damping ratio of an RLC circuit with this setup and see whether it is very small (which is the only way such a large value of the gain is possible). I did have a quick glance on wikipedia, but I cannot see any similar variation. Regardless of the numerical values of the question, you did get the overall method correct (finding the transfer function and then calculating the gain).

I am going to ask @DaveE as I think he is more knowledgeable: can this topology of the RLC circuit be re-arranged into another form (eg. from the list on wiki here) such we can use the same formula for the damping ratio ## \zeta ##?
 
  • #39
The canonical form for this particular LCR impedance is:

Z(s) = sL⋅(1+sRC)/(1+sRC+s2LC), where s=jω (sorry, I have habits that are hard to break!)

Then if you define some common features: ω=1/sqrt(LC), Zo=sqrt(L/C), Q=1/(2ζ)=Zo/R

The quadratic term looks like 1+(1/Q)(s/ω)+(s/ω)2.

This looks very different from the homework problem which wants a solution as a+ib. Hence a lot of algebra ensues.

The "factored pole-zero" or "ratio of factored polynominals" form above is how we really do this in EE/Controls world. I gives much better insight into the dynamics of this circuit. It's also easier to derive, IMO. Also notice that the polynomials are dimensionless, except the leading sL term, which is ohms, of course.

edit: all of my ω's above (except s=jω) should be ωo, it's not that ω, it's a constant.
 
Last edited:
  • #40
Thanks for the reply @DaveE !

DaveE said:
The canonical form for this particular LCR impedance is:

Z(s) = sL⋅(1+sRC)/(1+sRC+s2LC), where s=jω (sorry, I have habits that are hard to break!)
Agreed! (I also prefer working in the ##s##-domain)

DaveE said:
Then if you define some common features: ω=1/sqrt(LC), Zo=sqrt(L/C), Q=1/(2ζ)=Zo/R

The quadratic term looks like 1+(1/Q)(s/ω)+(s/ω)2.
Yes, that is correct. This leads to
$$ \zeta = \frac{R}{2} \sqrt \frac{C}{L} = \frac{10^4}{2} \sqrt{\frac{5 \cdot 10^{-6}}{20}} = 2.5 $$
which is odd because that doesn't suggest gain on the order of ## 10^3 ##...

Hmm, perhaps I ought to have another look over my algebra tomorrow to see if I come across any errors.

Thanks once again.
 
  • Like
Likes   Reactions: DaveE

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 9 ·
Replies
9
Views
12K
  • · Replies 13 ·
Replies
13
Views
8K
  • · Replies 32 ·
2
Replies
32
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K