Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

   
 

Series and parallel circuits

Image:Series and parallel circuits.png
Circuits
Left: Series  | Right: Parallel
Arrows indicate direction of current flow.
The red bars represent the voltage.

In electrical circuits series and parallel are two basic ways of wiring components. The naming comes after the method of attaching components, i.e. one after the other, or next to each other. As a demonstration, consider a very simple circuit consisting of two lightbulbs and one 9V battery. If a wire joins the battery to one bulb, to the next bulb, then back to the battery, in one continuous loop, the bulbs are said to be in series. If, on the other hand, each bulb is wired separately to the battery in two loops, the bulbs are said to be in parallel.

The measurable quantities used here are R, resistance, measured in ohms (Ω), I, current, measured in amperes (A) (coulombs per second), and V, voltage, measured in volts (V) (joules per coulomb).

Contents

Series circuits

Series circuits are sometimes called cascade-coupled or daisy chain-coupled.

The same current has to pass through all the components in the series. An ammeter placed anywhere in the circuit would measure the same amount.

Resistors

To find the total resistance of all the components, add together the individual resistances of each component;

A diagram of several resistors, connected end to end, with the same amount of current going through each
R_{total} = R_1 + R_2 + \cdots + R_n
for components in series, having resistances R1, R2, etc.

To find the current, I, use Ohm's law.

I = V / Rtotal

To find the voltage across any particular component with resistance Ri , use Ohm's law again.

V_i = I \cdot R_i
Where I is the current, as calculated above.

Note that the components divide the voltage according to their resistances, so, in the case of two resistors:

V1 / V2 = R1 / R2

Inductors

Inductors follow the same law, in that the total inductance of inductors in series is equal to the sum of their individual inductances:

A diagram of several inductors, connected end to end, with the same amount of current going through each
L_{total} = L_1 + L_2 + \cdots + L_n

Capacitors

Capacitors follow a different law. The total capacitance of capacitors in series is equal to the reciprocal of the sum of the reciprocals of their individual capacitances:

A diagram of several capacitors, connected end to end, with the same amount of current going through each
{1\over{C_{total}}} = {1\over{C_1}} + {1\over{C_2}} + \cdots + {1\over{C_n}}

Parallel circuits

The voltage is the same across all the components in parallel.

To find the total current, I, use Ohm's Law on each loop, then sum. (See Kirchhoff's circuit laws for an explanation of why this works). Factoring out the voltage (which, again, is the same across all components) gives:

I_{total} = V \cdot \left(\frac{1} {R_1} + \frac{1} {R_2} + \cdots + \frac{1} {R_n}\right)

Resistors

To find the total resistance of all the components, add together the individual reciprocal of each resistance of each component, and take the reciprocal;

A diagram of several resistors, side by side, both leads of each connected to the same wires
{1 \over R_{total}} = {1 \over R_{1}} + {1 \over R_{2}} + \cdots + {1 \over R_{n}}
for components in parallel, having resistances R1, R2, etc.

The above rule can be calculated by using Ohm's law for the whole circuit

Rtotal = V / Itotal

and substituting for Itotal

To find the current in any particular component with resistance Ri , use Ohm's law again.

Ii = V / Ri

Note, that the components divide the current according to their reciprocal resistances, so, in the case of two resistors:

I1 / I2 = R2 / R1

Inductors

Inductors follow the same law, in that the total inductance of inductors in parallel is equal to the reciprocal of the sum of the reciprocals of their individual inductances:

A diagram of several inductors, side by side, both leads of each connected to the same wires
{1\over{L_{total}}} = {1\over{L_1}} + {1\over{L_2}} + \cdots + {1\over{L_n}}

Capacitors

Capacitors follow a different law. The total capacitance of capacitors in parallel is equal to the sum of their individual capacitances:

A diagram of several capacitors, side by side, both leads of each connected to the same wires
C_{total} = C_1 + C_2 + \cdots + C_n

Notation

The parallel property can be represented in equations by two vertical lines "||" (as in geometry) to simplify equations. For two resistors,

R_{total} = R_1 \| R_2 = {R_1 R_2 \over R_1 + R_2}


Last updated: 02-16-2005 14:42:20
Last updated: 05-03-2005 17:50:55