Circuit Theory/Parallel Resistance

From testwiki
Revision as of 19:10, 3 March 2013 by imported>1sfoerster (β†’symbolic derivation)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Parallel Resistance

Resistors in parallel share the same voltage. They split the current up. Giving the current multiple paths to follow means that the overall resistance decreases.

A diagram of several resistors, side by side, both leads of each connected to the same wires.
A diagram of several resistors, side by side, both leads of each connected to the same wires.
Rtotal=11R1+1R2++1Rn=11Ri

The above equation is often called the "one over -- one over" equation.

Parallel Impedance

used to show how impedance add's in parallel

A group of parallel branches split up the current, but share the same voltage. The parallel branches connect the same two nodes.

The impedance of parallel branches can be combined into one impedance.

Consider these parallel branches: one with a resistor, another with a capacitor and a third with an inductor.

Now drive them with a voltage source:

Vs=10*cos(22400t+30)
Vs=10*e5000tcos(22400t+30)

There is just one current, V.

symbolic derivation

the impedance symbol is .. a box
Parallel Impedance calculation with matlab ..m-file

The terminal equations are:

𝕍s=𝕀r*R
𝕍s=𝕀L*jωL or 𝕍s=𝕀L*sL
𝕀c=𝕍s*jωC or 𝕀c=𝕍s*sC

There are no loop equations and the junction equation is:

𝕀r+𝕀L+𝕀c𝕀s=0

Solving the terminal equation for currents, substituting and dividing both sides by 𝕍s yields:

𝕀s𝕍s=1R+1jωL+jωC
𝕀s𝕍s=1R+1sL+sC

In terms of impedance, if:

1Z=1R+1jωL+jωC
1Z=1R+1sL+sC

Then:

𝕀s𝕍s=1Z

In general, impedances add in series like resistors do in the time domain:

1Z=1Ri+1jωLi+jωCi
1Z=1Ri+1sLi+sCi

or

Z=11Ri+1jωLi+jωCi
Z=11Ri+1sLi+sCi

numeric example

Z=99.99380.7857i=99.99690.0079(0.4502)
Z=186.85837.07i=857.67011.3512(77.4170)

So the exact same components hooked in series are dominated by the inductor (large reactance of the inductor overshadows the smaller reactance of the capacitor), but when the same components are hooked in parallel, the small er capacitive reactance dominates.

notes

What is the point of all this? The goal is to start with simple circuits, explore them with words and symbols, find the patterns and generalize, establish and name concepts and then wait for their application. What are we waiting for? Selecting channels on a TV/Radio/Wifi, ZigBee, RFID, Cellphones, Blue Tooth and sending data over these channels as well as to hard drives and SD cards, monitors and hubs, designing antennas, ....

Template:BookCat