Skip to main content
Engineering LibreTexts

4.3: Combining Parallel Components

  • Page ID
    25114
  • \( \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}}\)

    Our first step is to determine how to combine parallel components in order to create a single equivalent component. Unlike series connections, this can be a little more time consuming.

    Sources in Parallel

    First, voltage sources are not placed in parallel as a general rule, see Figure 4.3.1 . The reason is because a parallel connection requires the same voltage across each component. This would be impossible to achieve with each source trying to maintain a different voltage across the same two nodes. This may result in damage to the sources (e.g., exploding batteries). The main exception to this rule is if the sources have the same potential and the goal is to extend operational life (e.g., multiple D cell batteries in parallel).

    clipboard_ebcec69f7f52514bf39f7060e2edc925a.png

    Figure 4.3.1 : Do not place voltage sources in parallel.

    When it comes to current sources, they may simply be added together, however, like series voltage sources, polarity is important. Referring to the three parallel current sources in Figure 4.3.2 , the middle and right sources are pumping current into the top node while the left source is feeding the bottom node. You can also think of the left source as draining the top node. Thus, these three sources together behave like a single source of five amps feeding the top node (eight amps in, three amps out).

    clipboard_eccb75ae70d7a1a87bb243002f08b844c.png

    Figure 4.3.2 : Current sources in parallel.

    Resistors in Parallel

    When placed in parallel, resistor values do not add they way they do in series connections. The reason for this is obvious if we look at the basic resistance equation from Chapter 2, Equation 2.11:

    \[R = \frac{\rho l}{A} \nonumber \]

    If we consider two identical resistors placed in parallel, side by side as in Figure 4.3.3 , the effective area would double while keeping the resistivity and length unchanged. The combined result would be a halving of the resistance of just one of them. Thus we see that placing resistors in parallel results in a decrease in net resistance, the opposite of the series case.

    clipboard_e60f9dbe3250e08f61e45f5c4f9f5cb17.png

    Figure 4.3.3 : Resistors in parallel.

    This situation is simplified if we consider conductance instead of resistance. Recalling that conductance, G, is the reciprocal of resistance, we can rewrite the resistance equation:

    \[G = \frac{A}{\rho l} \nonumber \]

    Now we can see that the increase in area creates a proportional increase in conductivity. If we generalize this for \(N\) resistors we find that the equivalent conductance of a group of parallel resistors is their sum:

    \[G_{Total} = G_1+G_2+G_3+ \dots +G_N \label{4.2} \]

    As we deal normally with component resistance values instead of conductance values, Equation \ref{4.2} may be rewritten in terms of equivalent resistance:

    \[\frac{1}{R_{Parallel}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_N} \\ R_{Parallel} = \frac{1}{\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_N}} \label{4.3} \]

    Among other things, Equation \ref{4.3} tells us that the equivalent resistance of a group of parallel resistances will always be smaller than the smallest resistance in that group. It also indicates that if we have \(N\) identical resistors of value \(R\), the equivalent will be \(R/N\) (e.g., 3 parallel 3.6 k\( \Omega \) resistors are equivalent to a single 1.2 k\( \Omega \) resistor). As a convenience, it is common to use two parallel lines, \(||\), as a shortcut way of saying “in parallel with”, as in \(R_1 || R_2\). Also, \(||\) has higher operational precedence than +.

    Product-Sum Rule

    A handy shortcut for two parallel resistors may be created from Equation \ref{4.3}. We start by writing the version for just two parallel resistors,

    \[R_{Parallel} = \frac{1}{\frac{1}{R_1} + \frac{1}{R_2}} \nonumber \]

    Multiply the fraction through by \(R_1\) \(R_2\) and simplify:

    \[R_{Parallel} = \frac{R_1 R_2}{R_1+R_2} \label{4.4} \]

    For obvious reasons, Equation \ref{4.4} is referred to as the product-sum rule. It is only applicable to two resistors, however, it can be used repeatedly on pairs of resistors within larger groups instead of using Equation \ref{4.3}. For example, a group of four resistors can be reduced to two pairs, and then those two equivalents can be reduced as a third pair. This can be a handy technique for obtaining quick estimates.

    We can take the product-sum rule a step further by writing \(R_2\) as a multiple of \(R_1\):

    \[R_2 = N R_1 \nonumber \]

    Substituting this into Equation \ref{4.4} yields:

    \[R_{Parallel} = \frac{R_1 N R_1}{R_1+N R_1} \nonumber \]

    \[R_{Parallel} = \frac{N R_1^2}{(N+1)R_1} \nonumber \]

    \[R_{Parallel} = \frac{N}{N+1} R_1 \label{4.5} \]

    Equation \ref{4.5} is useful for quick estimates of parallel resistor pairs. For example, if we have a 24 k\( \Omega \) resistor in parallel with an 8 k\( \Omega \) resistor, that's a ratio (\(N\)) of 3:1. Thus the equivalent will be \(N/(N+1)\), or 3/4ths, of the smaller resistor, yielding 6 k\( \Omega \). Similarly, a 180 \( \Omega \) in parallel with a 90 \( \Omega \) would yield 2/3rds of 90 \( \Omega \), or 60 \( \Omega \).

    Example 4.3.1

    A group of resistors is placed in parallel as shown in Figure 4.3.4 . Determine the equivalent parallel value.

    clipboard_e056ac63ca16feab250485873cef274fc.png

    Figure 4.3.4 : Resistor arrangement for Example 4.3.1 .

    There are several solution paths. We'll try them all and compare. First, let's try the conductance form:

    \[R_{Parallel} = \frac{1}{\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_N}} \nonumber \]

    \[R_{Parallel} = \frac{1}{\frac{1}{2k \Omega } + \frac{1}{6k \Omega } + \frac{1}{12 k \Omega }} \nonumber \]

    \[R_{Parallel} \approx 1.333 k \Omega \nonumber \]

    We could also use the product-sum rule twice. We'll use the middle and right-most resistor first (although any pairing would do, but this pairing is convenient):

    \[R_{23} = \frac{R_2 R_3}{R_2+R_3} \nonumber \]

    \[R_{23} = \frac{6k \Omega 12 k \Omega }{6 k \Omega +12k \Omega } \nonumber \]

    \[R_{23} = 4 k \Omega \nonumber \]

    \[R_{Parallel} = \frac{R_1 R_{23}}{R_1+R_{23}} \nonumber \]

    \[R_{Parallel} = \frac{2 k \Omega 4 k \Omega }{2 k \Omega +4k \Omega } \nonumber \]

    \[R_{Parallel} \approx 1.333 k \Omega \nonumber \]

    Finally, we could use the ratio technique. First, consider the 6 k\( \Omega \) and 12 k\( \Omega \) resistor pair. That's a 2:1 ratio, so the result will be 2/3rds of the smaller resistor, and 2/3rds of 6 k\( \Omega \) is 4 k\( \Omega \). The ratio between this and the 2 k\( \Omega \) resistor is also 2:1, and 2/3rds of 2 k\( \Omega \) is approximately 1.333 k\( \Omega \).

    The ratio technique happened to work out well here because of the convenient resistor values with perfect integer ratios. That will not always be the case.


    This page titled 4.3: Combining Parallel Components is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by James M. Fiore via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.