Understanding Parallel Impedance

In summary, the formula for calculating parallel impedance in a circuit is z = R*(Xc) / sqrt((R^2)+(Xc^2)). This formula is used because Xc, the reactance of the capacitor, is an imaginary number. Using the formula 1/Z = 1/R + 1/Xc would result in dividing by a complex number, which is not possible. The reason for Xc being imaginary lies in the relationship between voltage and current in capacitors, with voltage lagging current by 90°. This is represented by the use of complex numbers and phasor analysis in AC circuits. While this may seem like a lot of information, it is important to understand in order
  • #1
IssacBinary
93
0
Hi everyone,

I seem to be having a little trouble with parallel impedance. I have the equations, but I don't understand why, I am not asking for a super proof, just an explanation.

So basically we have a circuit of:

ac source, then a capacitor and resistor in parallel.

the formula that we use is

z = R*(Xc) / sqrt((R^2)+(Xc^2))

my questions is, why can't you just use

1/Z = 1/R + 1/Xc

...Now the research I've done doesn't seems to take me to any clear explanation, one site I saw was talking about how you CAN use that formula, but its actually 1/jXc, and as you can't divide by a complex number you need to get it to a real number, multiple by its conjugate and then you end up with the formula that is correct. I understand...the maths part. But in electronics class we havnt been taught how or why Xc is imaginary.

So I am I guess the answer to my question is because you can't divide by a complex number,...but now it seems like a whole chunk of knowledge is missing, as to WHY its a complex number?

...My electronics class is just "fundamentals of electronics" but the lecturer does not go into any detail at all, just gives you the equation and that's it, so there isn't much understanding happening. All the understanding I have is on my own research, while everone else is quite stumped if a slightly different question comes up as they don't understand / can't apply things to different situations...

Anyway, I don't know if I am asking for to much? Should I just accept it and that's that?

The way I see it aswell, if you understand what's happening, even if you forgot the actual formulas you can always derive it from the knowledge of what's happening. and then you can use it in different situations.

Thanks for your time.
 
Engineering news on Phys.org
  • #2
Anyway, I don't know if I am asking for to much? Should I just accept it and that's that?

Definitely not.

I haven't done AC circuits in 3 years so I'll leave the detailed responses to someone who is more likely to get it right. But hopefully this will help you get on the right track.

The voltage across a resistance is in phase with the current .

The voltage across a capacitor lags the current by 90°.

The voltage across an inductance leads the current by 90°.

Complex numbers are especially useful in doing phasor analysis for that reason.

Phase of Current (φ) is the angle of difference (in degrees) between voltage and current; Current lagging Voltage (Quadrant I Vector), Current leading voltage (Quadrant IV Vector)

http://upload.wikimedia.org/wikipedia/commons/8/84/DiagramaPotenciasWPde.jpg

In the diagram, P is the real power, Q is the reactive power (in this case positive), S is the complex power and the length of S is the apparent power.

Reactive power does not transfer energy, so it is represented as the imaginary axis of the vector diagram. Real power moves energy, so it is the real axis.

The unit for all forms of power is the watt (symbol: W), but this unit is generally reserved for real power. Apparent power is conventionally expressed in volt-amperes (VA) since it is the product of rms voltage and rms current. The unit for reactive power is expressed as var, which stands for volt-amperes reactive. Since reactive power transfers no net energy to the load, it is sometimes called "wattless" power. It does, however, serve an important function in electrical grids and its lack has been cited as a significant factor in the Northeast Blackout of 2003.[2]

Understanding the relationship between these three quantities lies at the heart of understanding power engineering. The mathematical relationship among them can be represented by vectors or expressed using complex numbers, \scriptstyle S = P + jQ (where j is the imaginary unit).


source: http://en.wikipedia.org/wiki/AC_power
 
  • #3
Thanks for the reply sixstringartist,...http://www.imdb.com/title/tt0118736/ ? :P haha

But, without sounding rude, I know those bits already. But how it all ties together into my question is where I am stuck.

why is Xc imaginary? why can't I just use 1/Z = 1/R + 1/Xc...because its actually jXc? and then if so...why? haha, a vicious circle :P
 
  • #4
IssacBinary said:
Hi everyone,

I seem to be having a little trouble with parallel impedance. I have the equations, but I don't understand why, I am not asking for a super proof, just an explanation.

So basically we have a circuit of:

ac source, then a capacitor and resistor in parallel.

the formula that we use is

z = R*(Xc) / sqrt((R^2)+(Xc^2))

my questions is, why can't you just use

1/Z = 1/R + 1/Xc

...Now the research I've done doesn't seems to take me to any clear explanation, one site I saw was talking about how you CAN use that formula, but its actually 1/jXc, and as you can't divide by a complex number you need to get it to a real number, multiple by its conjugate and then you end up with the formula that is correct. I understand...the maths part. But in electronics class we havnt been taught how or why Xc is imaginary.So I am I guess the answer to my question is because you can't divide by a complex number,...but now it seems like a whole chunk of knowledge is missing, as to WHY its a complex number?

...My electronics class is just "fundamentals of electronics" but the lecturer does not go into any detail at all, just gives you the equation and that's it, so there isn't much understanding happening. All the understanding I have is on my own research, while everone else is quite stumped if a slightly different question comes up as they don't understand / can't apply things to different situations...

Anyway, I don't know if I am asking for to much? Should I just accept it and that's that?

The way I see it aswell, if you understand what's happening, even if you forgot the actual formulas you can always derive it from the knowledge of what's happening. and then you can use it in different situations.

Thanks for your time.

Xc is imaginary because of the differential equation relating current and voltage in a capacitor (that's the lagging bit that 6-string was alluding to).

We represent the phase shift between voltage and current in caps and inductors as a shift in the real-imaginary plane, because that helps us use simpler math (complex numbers compared to differential equations).
 
  • #5
IssacBinary said:
z = R*(Xc) / sqrt((R^2)+(Xc^2))

my questions is, why can't you just use

1/Z = 1/R + 1/Xc
Your second formula works for resistances as 1/Rt = 1/R1 + 1/R2. There's also another formula for finding parallel resistance known as the product over the sum. Rt = R1*R2 / (R1+R2). Your first formula is just a variation of that.

Look at the denominator sqrt((R^2)+(Xc^2)). It is nothing more than the formula for finding the hypotenuse when you know the lengths of the two sides, R and Xc. That is the way you must add R and Xc. You can think of R and Xc as vectors pointing in directions 90 degrees from each other and their sum as the resultant vector.
 
Last edited:
  • #6
Thats what I am saying. The second formula is for resistors in parallel, and Xc is a measure of resistance, why can't it be used as R2 in that formula?

I realize there is a phase shift which also needs to be calculated but isn't that going to be worked out separately? for example

use second formula for magnitude / impedance and use inverse tan Xc/R for the phase shift?
 
  • #7
The first formula is an equation for the magnitude of the impedance, while your second formula is the correct formula for the full complex impedance. In the first case, you use the magnitude of resistance (which is just R) and the magnitude of reactance (which means exclude the i or j and sign, or in other words, just 1/wC). In the second case use the full complex values, which means R and -j/wC, where w is the angular frequency in rad/s and j is the square root of -1.

You can derive the first formula from the second. You can use the trick that the magnitude of products and quotients is the product and quotients of the magnitudes. Also, remember the alternate form of calculating parallel impedances with 2 components - the product over sum rule. Zt=Z1*Z2/(Z1+Z2)

EDIT: Corrected mistakes noted below
 
Last edited:
  • #8
Do you mean 1/wC ?

I do kind of understand however, because we haven't been taught any part of electronics using complex numbers I feel there's a gap missing. I do understand complex numbers completely but not their direct application when it comes to capacitors and ciruits (yes for phase shifts although we just use polar) but not when it comes to reactances and impedance.

Im not sure if because of my lack of knowledge that my actual question is, not really valid or making sense?
 
  • #9
Let's try some real values and see which method gets the right answer. I propose we use R = 4 and C = 3. IssacBinary, using those values, what value do you get for parallel impedance? Can you show your calculations?
 
  • #10
Erm, I need a frequency or omega as well though?

I understand how to work it out,

Xc = 1/wC

then just use the formula at the top.

But I don't see how I can't just use my second formula. (I know it gives a wrong answer, but why)
 
  • #11
But using, Zt=Z1*Z2/(Z1+Z2)

is the same as

1/Z = 1/R + 1/Xc

As Z in the first branch on has R so Z = R and Z in the second branch only has Xc so Z = Xc
 
  • #12
IssacBinary said:
Do you mean 1/wC ?

I do kind of understand however, because we haven't been taught any part of electronics using complex numbers I feel there's a gap missing. I do understand complex numbers completely but not their direct application when it comes to capacitors and ciruits (yes for phase shifts although we just use polar) but not when it comes to reactances and impedance.

Im not sure if because of my lack of knowledge that my actual question is, not really valid or making sense?

Yes, sorry. I meant -j/wC and magnitude 1/wC.

I understand your confusion. You understand complex numbers, but not how they apply to impedance. It's best to start with first principles. Try to find an article/tutorial/book that starts with how voltages and currents behave in RLC circuits when the AC waveform is sinusoidal. From there you'll see that the current is not generally in phase with voltage. From there you can describe the phase shift as an angle and the magnitude of impedance as the ratio of the magnitude of voltage over the magnitude of current. Now an magnitude and angle can be represented as a complex number in the complex plane. So you can use a complex number to represent the impedance. You really need to work through this in detail.
 
Last edited:
  • #13
I do also understand those concepts that you are talking about. However when I do try to look for some extra grounding, everywhere either expects to know certain things already or doesn't explain what I am after. Also there doesn't seem to be any of the concepts explained in layman terms so to speak, which is what I like first. For example how an inductor works, I know now that the change in current causes the magnetic field to change, and as it changes it cuts through itself inducing a voltage...I have yet to find any where that explains concepts like that. haha. Like my book just says, inductance is x y z and no explanations

...So, I think I might understand now.

So really we are taking the impedance down both branches not JUST the resistances? as what my second formula was doing.

...and because of this, the phase shift created by the capacitor comes with it?

Resulting in having to use the first formula.
 
  • #14
Remember, perfect caps and inductors have no resistance, their full impedance is the complex component. Your example with an inductor is a good case to look at. An inductor is just a cleverly shaped wire. Its actual resistance is low and for the purposes of basic Linear circuit analysis most textbooks at this point consider the resistance to be zero. That doesn't mean the inductor has zero impedance as you point out. The magnetic field produced still has the effect of resisting changes to current so as your frequency increases, inductors will look more and more like an open circuit.

If you want to truly understand the magic behind the models that are used in intro courses you need to grab a physics book on E&M Interactions or find a good online resource to explain what really happens inside these components and why that is useful.
 
  • #15
Sixstring, I didnt say that an inductor has 0 impedance due to it having 0 resistance.

Your reply doesn't really seem to help me out. Like I said we have been taught "impedance is this formula for series" "this is reactance formula" etc and nothing has been said about complex components, we are given the formulas and that's it.

So I guess this is what's caused my problem and what has created my original problem.

Like I said, because of my lack of knowledge in these areas I don't know if my questions or what I am saying actually makes sense to your guys?
 
  • #16
So I just found another site saying [STRIKE]Xc[/STRIKE] complex impedance for the capactor is -j /wC.

So then since it has no real number, the real component is 0. So what does the real part represent, that Xc has none of?

Same for the resistor, it has only real, and no imaginary.

So what do each side represent, and why?

...I hope this still links in with my original question. haha

then...whats the difference between z = -j /wC. and Xc = 1/wC
 
  • #17
Hi IssacBinary! :smile:

(have an omega: and try using the X2 tag just above the Reply box :wink:)
IssacBinary said:
The second formula is for resistors in parallel, and Xc is a measure of resistance …

No, Xc is not a measure of resistance.

Resistance is where V depends on I … V = RI.

Reactance is where dV/dt depends on I (or V depends on dI/dt).

In a capacitor (or inductor), V does not depend on I, so its resistance is zero.

(And in a resistor, dV/dt does not depend on I, so its reactance is zero.)

In a sinusoidal (AC) current, dV/dt = jωV (and dI/dt = jωI), so in a capacitor CdV/dt = I becomes jωCV = I, or V = (1/jωC)I, in other words Z = 1/jωC. :wink:

(And for parallel R and C, Itotal = IR + IC = V/R + V/(1/jωC), ie V = Itotal/(1/R + jωC)I)

For more details , see the PF Library on impedance​
 
  • #18
The real part represents resistance. Only resistors have this and it represents a loss of energy from the circuit, usually as heat.

The inductor and capacitor don't loose energy to heat, they store it.

A +j means the current goes like the integral of the voltage (inductor). A -j means the voltage goes like the integral of the current (capacitor.)

Edit: missed the post above. Same answer.
 
  • #19
I should have listed these references earlier to see if they can be of any help.

Starting here: http://hyperphysics.phy-astr.gsu.edu/hbase/electric/imped.html" [Broken]

click on http://hyperphysics.phy-astr.gsu.edu/hbase/electric/rlcpar.html#c1"

where you can find the impedance of the parallel branches combined in the same way that "parallel resistors combine"

rlcpar2.gif

where
rlcpar3.gif

and
rlcpar4.gif


and the "Complex Impedance Method".

rlcpar5.gif

or
rlcpar6.gif



You can use this calculator for grins.

http://hyperphysics.phy-astr.gsu.edu/hbase/electric/rlcparc.html#c1"
 
Last edited by a moderator:
  • #20
IssacBinary said:
Sixstring, I didnt say that an inductor has 0 impedance due to it having 0 resistance.

I should have reworded my response. I know you didnt say that, I was stating that you clearly know the impedance of an inductor is non-zero but at the same time the impedance is completely in the complex domain.
 
  • #21
dlgoff, that site was one of the first sites I found that seemed to have a bit more information that most other sites. However there's still a few things that don't make sense.

So now, tell me if I am wrong...

Does EVERYTHING have an impedance, but in the case of a resistor it has 0 imaginary part so its just written as a whole real number? R. and in the case of a capacitor or inductor its just the imaginary part so its written as just the imaginary part?...so really every component is a complex number..

for example, say you had 1cos(x), you would just write cos(x).

And then the formulas for impedance down a branch are just a combination of the 2 separate impedances for the 2 components?

It seems like between the simple stuff, and then the next step, there is a bit of a broken bridge, there doesn't seem to be any simple explanation joining everything together from a step by step, this is how it is and why kind of approach.
 
  • #22
IssacBinary said:
Does EVERYTHING have an impedance, but in the case of a resistor it has 0 imaginary part so its just written as a whole real number? R. and in the case of a capacitor or inductor its just the imaginary part so its written as just the imaginary part?...so really every component is a complex number..

Yes. :smile:

To be precise, anything in which there is a linear equation in V I dV/dt and dI/dt has an impedance

(if you create something with a non-linear equation, for example a parallel-plate capacitor in which the distance between the plates is not constant, then the concept of impedance wouldn't help)
 
  • #23
Finally, sounds like I am on the right road.

I think its all down to the teaching...or maybe just the course at the momemt. See we (and me) was under the impression that impedance is the name given just to the total resistance in a circuit that has a resistor and/or capacitors and inductors. While the equations we are given and the "reasoning" my get us through our exams it doesn't really help at all with the real bigger picture.

And when I do my revision, I don't just like to take things at face value, well depends, but yeh.

and because half the class arnt doing calculus (I am) bringing in complex numbers and more detailed explanations just won't work...seems like they just want us to use the formula just to prove we can make calculations :/ hmm
 
  • #24
But looking back at dlgoff's post and about being able to use the formula
rlcpar2.gif


So in my case branch 1 is just a resistor and branch 2 just a capacitor.

So that would make Z1 just R, and Z2 just Xc.

So it would go back to just 1/Z = 1/R + 1/Xc

but I have been given the formula

z = R*(Xc) / sqrt((R^2)+(Xc^2))

Which again, is my original question...:( haha arhggggg
 
  • #25
Hi IssacBinary! :smile:

dlgoff's formula (and mine) is for the whole impedance Z

but the formula you've been using RXC/√(R2 + XC2) is only for the modulus (the magnitude) of Z.

Unfortunately, the same letter is commonly used for both! :redface:

For your simple RC case …
tiny-tim said:
(And for parallel R and C, Itotal = IR + IC = V/R + V/(1/jωC), ie V = Itotal/(1/R + jωC)I)

… Z = 1/(1/R + 1/jXC) = RjXC/(R + jXC).

So |Z| = RXC/√(R2 + XC2). :wink:
 
  • #26
So whole impedance meaning the answer is a complex number?
And from that you can work out the modulus and phase.

So just say R = 2 and Xc = 10

Zr = 2 + j0
Zc = 0 + j10?

so then you can use dlgodds formula?You lost me a bit with
V = Itotal/(1/R + jωC)I)

SO the final formula, is the bottom squared and then rooted just to get rid of the -j?
 
  • #27
IssacBinary said:
So whole impedance meaning the answer is a complex number?
And from that you can work out the modulus and phase.

So just say R = 2 and Xc = 10

Zr = 2 + j0
Zc = 0 + j10?

so then you can use dlgodds formula?

yes (though dlgoff's formula is a far more general one, dealing with series resistors also, and an inductor) :smile:
You lost me a bit with
V = Itotal/(1/R + jωC)I)

SO the final formula, is the bottom squared and then rooted just to get rid of the -j?

No, we're not "getting rid of" the j part,

we're finding the magnitude (modulus) of the whole thing. :wink:
 
  • #28
ahhhhhhhhhhhhhhh. It worked! Doing it the very long way using complex numbers for both R and Xc and putting it into my second formula.

Then with the complex number answer, use it to get the modulus and the phase.

So even though bits are choped off, they are still there, like the 1cos(x) = cos(x) example.

for example, everything has an impedance but if a certain part is 0 its just written as the part with the number. So R = just the real part.

..So even though its not like that, I like to understand it that way just so I can see what is going on, and then from there I can see how and where bits go away etc

So now I am going to see if I can work it the same to get to the first formula

p.s, So impedance, as a complex number, what does the real and imaginary part represent? So a resistor as 0 imaginary part...it has 0 what?...My guess 0 reactance? So real is resistance due to power loss? and imaginary "resistance" based on frequency (based on phase shifts?)?
 
Last edited:
  • #29
IssacBinary said:
So impedance, as a complex number, what does the real and imaginary part represent? So a resistor as 0 imaginary part...it has 0 what?...My guess 0 reactance? So real is resistance due to power loss? and imaginary "resistance" based on frequency (based on phase shifts?)?

If the impedance is Z = R + jX,

then the average power is Irms2R,

and the instantaneous power is the average power ± Irms2|Z| = ± Irms2√(R2 + X2). :smile:

(and instantaneous V = RI + XdI/dt)
 

What is parallel impedance?

Parallel impedance refers to the total impedance measured across two or more components that are connected in parallel. It is the reciprocal of the sum of the reciprocals of individual impedances.

How is parallel impedance calculated?

To calculate parallel impedance, you need to use the formula Zp = 1 / (1/Z1 + 1/Z2 + 1/Z3 + ...). This involves taking the reciprocal of each individual impedance and then adding them together before taking the reciprocal of the sum.

What is the difference between parallel and series impedance?

The main difference between parallel and series impedance is how the components are connected. In parallel impedance, the components are connected side by side, whereas in series impedance, the components are connected end to end. This results in different formulas and calculations for each type of impedance.

What factors affect parallel impedance?

The factors that affect parallel impedance include the individual impedances of each component, the number of components connected in parallel, and the frequency of the input signal. Changes in any of these factors can affect the overall parallel impedance.

Why is understanding parallel impedance important?

Understanding parallel impedance is important because it helps to analyze and design electrical circuits. It allows for the prediction of the behavior of a circuit and the calculation of the total impedance at a certain frequency. This knowledge is essential for engineers and scientists working with electrical systems.

Similar threads

  • Electrical Engineering
Replies
20
Views
393
Replies
10
Views
282
  • Electrical Engineering
Replies
9
Views
1K
Replies
33
Views
2K
Replies
3
Views
978
Replies
14
Views
2K
  • Electrical Engineering
Replies
15
Views
3K
  • Electrical Engineering
Replies
8
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
3
Views
970
Replies
44
Views
3K
Back
Top