Skip to main content
Engineering LibreTexts

1.4: Serial and Parallel Combinations

  • Page ID
    55510
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    There are a number of techniques for handling network problems, and we will not be able to investigate each of them in depth. We will, however, look into a few techniques for analysis which involve progressive simplification of the network. To start, we consider how one might handle series and parallel combinations of elements. A pair of elements is in series if the same current flows through both of them. If these elements are resistors and if the detail of voltage division between them is not required, it is possible to lump the two together as a single resistance. This is illustrated in Figure 9. The voltage across the current source is:

    \(\ v_{s}=v_{1}+v_{2}=i_{s} R_{1}+i_{s} R_{2}=i_{s}\left(R_{1}+R_{2}\right)\)

    The equivalent resistance for the series combination is then:

    \[\ R_{\text {series }}=R_{1}+R_{2}\label{6} \]

    Screen Shot 2021-07-19 at 10.14.24 AM.pngFigure 8: Wheatstone Bridge
    Screen Shot 2021-07-19 at 10.15.10 AM.pngFigure 9: Series Resistance Combination

    Similarly, resistance elements connected in parallel can be lumped if it is not necessary to know the details of division of current between them. Figure 10 shows this combination.

    Here, current \(\ i\) is simply:

    \(\ i=\frac{v}{R_{1}}+\frac{v}{R_{2}}=v\left(\frac{1}{R_{1}}+\frac{1}{R_{2}}\right)\)

    The equivalent resistance for the parallel combination is then:

    \[\ R_{p a r}=\frac{1}{\frac{1}{R_{1}}+\frac{1}{R_{2}}}=\frac{R_{1} R_{2}}{R_{1}+R_{2}}\label{7} \]

    Because of the importance of parallel connection of resistances (and of other impedances), a special symbolic form is used for parallel construction. This is:

    \[\ R_{1} \| R_{2}=\frac{R_{1} R_{2}}{R_{1}+R_{2}}\label{8} \]

    As an example, consider the circuit shown in Figure 11, part (a). Here, we have four, resistors arranged in an odd way to form a two- terminal network. To find the equivalent resistance of this thing, we can do a series of series-parallel combinations.

    The two resistors on the right can be combined as a series combination to form a single, two ohm resistor as shown in part (b). Then the equivalent resistor, which is in parallel with one of the two ohm resistors can be combined to form a single combination part(c). That is in series with the remaining resistor, leaving us with an equivalent input resistance of R = 3Ω.

    Screen Shot 2021-07-19 at 10.18.53 AM.pngFigure 10: Parallel Resistance Combination
    Screen Shot 2021-07-19 at 10.19.36 AM.pngFigure 11: Series-Parallel Reduction

    This page titled 1.4: Serial and Parallel Combinations is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by James Kirtley (MIT OpenCourseWare) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.