Author Topic: How do I calculate the total impedance of two parallel impedances?  (Read 13908 times)

0 Members and 1 Guest are viewing this topic.

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
The parallel circuit has 3 branches total. On one branch there's a signal source and a resistor. The second branch has a capacitor and a resistor. The third branch has a capactior and two resistors.

I know how to calculate the impedance of each branch along with their phase angles, but how do I calculate the the impedance of those two parallel impedances?

I checked my book and it doesn't have anything on how to do that. It only shows how to do simple calculations of total impedance on a series-parallel RLC circuit.

I also checked online and still Im only finding simple series-parallel RLC type circuits. 
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21606
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #1 on: October 11, 2016, 06:26:35 am »
Admittances in parallel add:
Ytot = Y1 + Y2 + ... + Yn

Admittance is simply reciprocal impedance (Y = G + jB = 1/Z).  Thus, you get the "reciprocal of the sum of reciprocals" that's the conventional rule for parallel circuits.

Or for two branches,
Ztot = Z1*Z2 / (Z1 + Z2)
which you will see follows from the above. :)

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline sainter

  • Regular Contributor
  • *
  • Posts: 114
  • Country: lt
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #2 on: October 11, 2016, 06:28:27 am »
 

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #3 on: October 11, 2016, 07:55:22 am »
So it doesn't matter that the phase angles for each impedance value are different? Thanks.
 

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #4 on: October 11, 2016, 08:07:19 am »
Here's a picture of the curcuit. If i product-over-sum the impedance values, which have different phase angles, what would be the new phase angle?

When i simulated the circuit and measured the impedance of the two branches with capacitors, the values were just about the same. The value was about 10kOhm, if i remember correctly.
 

Offline dmills

  • Super Contributor
  • ***
  • Posts: 2093
  • Country: gb
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #5 on: October 11, 2016, 08:48:15 am »
Easiest to do the work in the complex plane, remembering that multiplying by Z*/Z* then expanding the denominator can be used to end up with a real denominator.

This is in my view one of the places where working in Cartesian space is easier then polar, start by converting everything to complex admittance and then you can just sum them before converting back to impedance. 

Regards, Dan.
 

Offline greenhorn

  • Newbie
  • Posts: 3
  • Country: 00
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #6 on: October 11, 2016, 09:50:07 am »
Easiest to do the work in the complex plane, remembering that multiplying by Z*/Z* then expanding the denominator can be used to end up with a real denominator.

This is in my view one of the places where working in Cartesian space is easier then polar, start by converting everything to complex admittance and then you can just sum them before converting back to impedance.

Regards, Dan.

Yes, you can do product-over-the-sum, but with complex impedances. Then the argument of the resulting complex impedance is the phase angle you are looking for.
Btw, as the two impedances are almost the same, adding them in parallel should yield about half the impedance, 25kO, with angle about the same.
And btw, the phase angles on your drawing are correct values, but in radians not degrees.
 

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #7 on: October 11, 2016, 09:53:07 am »
This is as far as I got with this. I don't know how to combine the two impedance values with different phase angles. My book says nothing about this, which just blows my mind.

I don't fully understand what your telling me to do. Im familiar with the reciprocal equivalents of R, Xc, Zt..... G, Bc, and Y, but don't know what to do with that.... The phase angles of Y would still be different and and the relationship between the G's and the Bc's are still in parallel.
 

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #8 on: October 11, 2016, 09:57:39 am »
Yea i realized the angles were in radians. Im tired. The angles are about -78 and -72 degrees. I know the impedance would be about half. I still need to figure out how to get the phase angle though so i can convert to rectangular values. Also, i have to sim this again because i swear that when i measured the resistance across each branch, the impedance was a lot less than 24k.
 

Offline greenhorn

  • Newbie
  • Posts: 3
  • Country: 00
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #9 on: October 11, 2016, 10:12:17 am »
It is best to learn to work with complex numbers. I dont know of nice way to solve your problem without them.
If you use complex impedances, then
Z1 = 10 - i*48.3
Z2 = 15.6 - i*48.3
(in kOhms)
i is imaginary unit, i^2=-1.
Then you can use product-over-the-sum to find the resulting impedance.
 

Online nfmax

  • Super Contributor
  • ***
  • Posts: 1556
  • Country: gb
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #10 on: October 11, 2016, 10:49:49 am »
You could always use a decent scientific calculator that handles complex arithmetic. I tend not to bother with the product-over-sum formula and just use the 1/x key.
 

Online JPortici

  • Super Contributor
  • ***
  • Posts: 3452
  • Country: it
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #11 on: October 11, 2016, 11:52:05 am »
they are complex numbers.
for impedances in parallel i follow the general rule
Zp = (Z1^-1 + Z2^-1 + ... + Zn^-1)^-1

Because i am lazy and my calculator can perform operation with complex numbers in any form they are written. I can mix algebric, polar and exponetial, she won't care.
if i have to do that by hand,
sum/subtracion of complex number is easier when they are in the "a + ib" form, real sums with real. imaginary sums with imaginary.
multiplication/division is easier when they are in the "mod<phi" form, modules are multiplied/divided between them. phases are summed when multiplying and subtracted when dividing.
 

Offline dmills

  • Super Contributor
  • ***
  • Posts: 2093
  • Country: gb
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #12 on: October 11, 2016, 01:36:01 pm »
The OP seems to have a problem with cartesian form, polar is the wrong way to do this.

Let Z1 be R1 + C1
Z1 = 10 - 48.3j (- because it is a capacitive reactance).

Then Y1 = 1/Z1 = 1 /(10-48.3j), units in ms because input was in k ohms.

Multiply numerator and denominator by complex conjugate:
Y1 = (10 + 48.3j)/((10 - 48.3j)(10+48.3j))

Multiply out the denominator 10 * 10 + 48.3j * 10 -48.3j * 10 - (48.3j)^2

But j^2 = -1, so expansion is 10^2 + 48.3^2

(Electronics types use j rather then i because i was already used for current).

Y1 = (10 + 48.3j)/(10^2 + 48.3^2)
Y2 will have essentially the same form.

Someone check my working, it has been a LONG time.

I leave taking the reciprocal and calculating the tangent to the student.   
 

Offline greenhorn

  • Newbie
  • Posts: 3
  • Country: 00
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #13 on: October 11, 2016, 03:52:24 pm »
Quote
Someone check my working, it has been a LONG time.

Looks OK.

Let's go all the way to the end.
So, since parallel admittances simply add:
Y = Y1 + Y2
Z = 1 / Y is your impedance of the two parallel branches.
Z is a complex number a +bj.
Absolut value of Z is sqrt(a^2 + b^2).
b/a is the tangent of phase angle.
« Last Edit: October 11, 2016, 05:06:00 pm by greenhorn »
 

Offline BobsURuncle

  • Regular Contributor
  • *
  • Posts: 82
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #14 on: October 11, 2016, 04:18:00 pm »
Quote
I know how to calculate the impedance of each branch along with their phase angles, but how do I calculate the the impedance of those two parallel impedances?

You do it the same way you would do it with all resistors except you need to use complex arithmetic. 1/Zp = 1/Z1 + 1/Z2.... +1/Zn; or with only two branches you can use Zp = (Z1*Z2)/ (Z1 + Z2). 

Generally it is easy to multiply and divide using polar coordinates and to add and subtract if the phase angles are the same.  It is easier to add and subtract using cartesian coordinates if the phase angles are different.  There are multiple paths you can use to get the final impedance (Zp) but in most approaches some conversion between polar and cartesian coordinates is necessary. If you don't have a calculator to determine angles from tangents then you pretty much have to stay in cartesian form which I find a little messy.

In the attached approach I use the formula (Z1*Z2)/ (Z1 + Z2).  First converting Z1 and Z2 to polar form for multiplication in the numerator and use the cartesian form for addition in the denominator. Then convert the denominator to polar to divide into the numerator for the final answer:
25K/_-75deg.

If you are not completely comfortable with complex number math you should take this opportunity to quickly bone up on it because it is the bread and butter tool of electronics and you will quickly fall behind if you have not absorbed it.
« Last Edit: October 11, 2016, 05:10:23 pm by BobsURuncle »
 

Offline cvrivTopic starter

  • Frequent Contributor
  • **
  • Posts: 275
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #15 on: October 11, 2016, 06:00:43 pm »
Thanks everyone. So I calculated 25kOhm and reading through this thread and speaking to my professor as well. I dont fully understand this. I'll have to look into this more later. I haven't seen anything about this in my book which sucks. I have two other books that I have to look through to see if this is covered.

So i calculated Z total as 29.2kOhm and with that I calculated the voltage across C1 as 573.5mV. I know I cant measure reactance in multisim, but I did measure the voltage across C1 and the value was 593mV. Why are the values off? It's only a 3.43% difference but we're talking about a calculation being compared to a sim. Why is it off so much?
 

Offline BobsURuncle

  • Regular Contributor
  • *
  • Posts: 82
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #16 on: October 11, 2016, 08:33:35 pm »
Quote
Why are the values off? It's only a 3.43% difference but we're talking about a calculation being compared to a sim. Why is it off so much?



Since you don't show your work, I can't speak for the accuracy of your calculation or how well you set up the model in MS.  In any case you are solving with a simplified abstraction of the circuit to get a specific time indepenent answer which involves just a few calculations. Multisim, when solving circuits with reactive elements, is using numerical methods (such as Taylor series approximations) to solve differential equations to determine the state of the circuit at hundreds of intervals of time. You can see that the accumulation of error could become significant. At the sacrifice of speed those errors can be minimized by choosing appropriate parameters for the run, e.g. smaller time interval steps.

With typical capacitor tolerances of 20% or worse, 3% error is likely to be a lot less than the deviation from nominal of a physical circuit.
« Last Edit: October 11, 2016, 08:40:30 pm by BobsURuncle »
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21606
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #17 on: October 11, 2016, 10:14:01 pm »
Since you don't show your work, I can't speak for the accuracy of your calculation or how well you set up the model in MS.  In any case you are solving with a simplified abstraction of the circuit to get a specific time indepenent answer which involves just a few calculations. Multisim, when solving circuits with reactive elements, is using numerical methods (such as Taylor series approximations) to solve differential equations to determine the state of the circuit at hundreds of intervals of time.

Well, if you've done an AC analysis, it's just doing plain static nodal analysis, just as you'd do it on paper.  But with a matrix inversion on the CPU, so it's super fast.

If you're piddling around with impedances in a transient simulation, euch...

Tim
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline BobsURuncle

  • Regular Contributor
  • *
  • Posts: 82
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #18 on: October 12, 2016, 12:49:54 am »
Quote
it's just doing plain static nodal analysis, just as you'd do it on paper.


That won't provide an AC plot vs time, switch on ramp ups or other transient responses.

http://www.ni.com/white-paper/5808/en/#toc2

Quote from: National Instruments
The final complication in solving analog circuits comes from reactive elements, namely capacitors and inductors, whose I/V relationships are described by differential equations. The simulator uses numeric integration methods to approximate the state of the reactive elements as a function of time.
For example, the Backward Euler approximation for a capacitor uses the time step, previous voltage, and present current to approximate the present voltage, as shown by the relationship below.


« Last Edit: October 12, 2016, 12:56:29 am by BobsURuncle »
 

Offline IanB

  • Super Contributor
  • ***
  • Posts: 11790
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #19 on: October 12, 2016, 01:03:33 am »
Thanks everyone. So I calculated 25kOhm and reading through this thread and speaking to my professor as well. I dont fully understand this. I'll have to look into this more later. I haven't seen anything about this in my book which sucks. I have two other books that I have to look through to see if this is covered.

So i calculated Z total as 29.2kOhm and with that I calculated the voltage across C1 as 573.5mV. I know I cant measure reactance in multisim, but I did measure the voltage across C1 and the value was 593mV. Why are the values off? It's only a 3.43% difference but we're talking about a calculation being compared to a sim. Why is it off so much?

You are writing down the impedances as if they are resistances. Do you have an understanding of complex numbers and how to do complex number arithmetic? If you do not have that in your mathematical foundation then everything written in this thread will make no sense to you.
 

Offline Ratch

  • Regular Contributor
  • *
  • Posts: 221
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #20 on: October 13, 2016, 03:42:57 am »
The parallel circuit has 3 branches total. On one branch there's a signal source and a resistor. The second branch has a capacitor and a resistor. The third branch has a capactior and two resistors.

I know how to calculate the impedance of each branch along with their phase angles, but how do I calculate the the impedance of those two parallel impedances?

I checked my book and it doesn't have anything on how to do that. It only shows how to do simple calculations of total impedance on a series-parallel RLC circuit.

I also checked online and still Im only finding simple series-parallel RLC type circuits.

Wow! You sure are making a simple problem a hard slog.  First of all, if the impedances are given in rectangular coordinates, why convert to polar? I do hope you can do complex arithmetic.  If not, you are going nowhere fast.  The hardest part of this problem is doing the product divided by the sum, using complex numbers representing the impedances of the circuit components.  After that, it is a snap.  Look at the attachment I enclosed.

Ratch
« Last Edit: October 13, 2016, 03:46:10 am by Ratch »
Hopelessly Pedantic
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #21 on: October 13, 2016, 10:52:05 am »
Simple analysis with Laplace, just HS algebra.

https://web.stanford.edu/~boyd/ee102/laplace_ckts.pdf

Just google "laplace circuit analysis", moe than you want to know.


Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline Ratch

  • Regular Contributor
  • *
  • Posts: 221
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #22 on: October 13, 2016, 02:57:15 pm »
The OP did not ask for the circuit response.  He asked for the parallel impedance of a two branch circuit.

Ratch
Hopelessly Pedantic
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #23 on: October 14, 2016, 01:02:25 am »
Starting at page 20 of the attachment an impedance S parameter analysis.


Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline Ratch

  • Regular Contributor
  • *
  • Posts: 221
  • Country: us
Re: How do I calculate the total impedance of two parallel impedances?
« Reply #24 on: October 14, 2016, 01:13:25 am »
Yes, but then you have to substitute s=j omega to switch to the time domain.  That is just as much computing work as staying in the time domain in the first place.

Ratch
Hopelessly Pedantic
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf