Circuit Theory/Series Resistance

From testwiki
Jump to navigation Jump to search

Series Resistance

Two or more resistor can be connected in series to increase the total resistance . The Total Resistance is equal to the sum of all the resistor's resistance . The total resistance In Series connected circuit Current and voltage will be reduced

Rtot=R1+R2+R3+...+Rn

Series Impedance

used to show how impedance add's in series

A branch is defined as any group of resistors, capacitors and inductors that can be circled with only two wires crossing the circle boundary.

A branch connects two, non-trivial nodes or junctions.

Within a branch the components are said to be "in series."

Consider a branch containing a Resistor, Capacitor and Inductor.

Say the driving function or source is

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

There is just one current, I.

Symbolic Derivation

the impedance symbol is .. a box

The terminal equations are:

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

There are no junction equations and the loop equation is:

𝕍r+𝕍L+𝕍c𝕍s=0

Solving the terminal equations for voltage, substituting and then dividing by 𝕀 yields:

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

In terms of impedance, if:

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

Then:

𝕍s𝕀=Z

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

Z=Ri+jωLi+1jωCi
Z=Ri+sLi+1sCi
matlab screen shot of numeric calculation .. /m-file/

Numeric Example

In rectangular form:

Z=100+.15714j
Z=80.508+2.2759j

In polar form (remember impedance is not a phasor, it is a concept in the phasor or complex frequency domain):

Z=100.00010.0016(0.09)
Z=80.54020.0283(1.6193)

Notes

  • Calculations like this are only necessary when trying to find out what is going on in one little part of the circuit ... and Kirchhoff would take too long. This was true in the past, but given the modern capabilities of matLab and mupad, the importance of the series concept may diminish.
  • It appears that the exponential term decreases the overall magnitude and increases the reactance ... increases in the inductive direction with the exponential term.
  • The V/I ratio sets up/prepares for the transfer function discussion later.

Template:BookCat