Why Do Series Circuits Show More Error Than Parallel Circuits in Experiments?

  • Thread starter Thread starter Younglearner
  • Start date Start date
  • Tags Tags
    Circuit Resistance
AI Thread Summary
Series circuits exhibit more error than parallel circuits primarily due to the cumulative nature of resistance in series, which amplifies individual resistor errors. When resistors are connected in series, their errors add up, leading to a higher total variance compared to parallel circuits, where errors average out. This is supported by statistical analysis showing that the variance of combined resistances in series is significantly greater than in parallel configurations. Additionally, the discussion highlights that while parallel circuits are less sensitive to variations in resistance, the opposite is true for capacitors. Overall, the findings emphasize the importance of circuit configuration on error sensitivity in electrical experiments.
Younglearner
Messages
48
Reaction score
0

Homework Statement


Why do series circuits tend to have more error than parallel circuits. It is a lab question.


Homework Equations


None


The Attempt at a Solution



I believe that since series has more resistance than parallel, then more current travels through the circuit, dissipating more electrons to heat. Also, since electrons have to travel through both resistors, there is a greater probability of error.
 
Physics news on Phys.org
Have you copied the problem exactly as it appears in your lab manual? I have a hard time believing this was actually in your lab manual. It makes absolutely no sense at all; nor does your answer.

- Warren
 
The person who set the question might have ment that series circuits are more prone to defects than parallel circuits. If one component goes in a series circuit the whole circuit goes defective, which is not the case with parallel circuits.
 
Yes, it is copied correctly. What I am trying to say is that if there is a margin of error for each of the resistors, then a series circuit adds the error while a parrallel circuit averages the error. Just a thought; based on my data, I thought it was a reasonable concept.

Younglearner
 
Younglearner said:
Yes, it is copied correctly. What I am trying to say is that if there is a margin of error for each of the resistors, then a series circuit adds the error while a parrallel circuit averages the error. Just a thought; based on my data, I thought it was a reasonable concept.

Younglearner

That is indeed a reasonable concept! I just didn't understand what you meant by "error."

Your conclusion is correct.

- Warren
 
Just calculate the error for two 5% resistors in series versus in parallel, and compare the largest variations...

1.05 + 1.05 = 2.10, 0.95 + 0.95 = 1.90 (the series sum is still 5% error)

1/ (1/1.05 + 1/1.05) = ? 1/ (1/0.95 + 1/0.95) = ?

What is the resulting percentage error for the parallel combination? Hmmm, I get an interesting answer (not what I expected)...
 
Last edited:
And just to follow-up... If there were a difference for resistors, then it would be the other way for capacitors, right?
 
Interesting... When I combine a 1% resistor and a 5% resistor, I finally get a small difference between series and parallel circuits, but still not much.

I wonder if it's a distribution thing... If you assume a Gaussian distribution of error for the two components, do you get a different distribution for the series versus parallel case?

Except, remember that the distribution of error for real resistors is not generally Gaussian. Quiz Question -- why not? :biggrin:
 
The endpoints of the range are not a useful way to analyze this problem, berkeman. Instead, you do indeed need to look at resistor's error as a random process, and look at the distribution of the series and parellel combinations -- particularly, the variances of the distributions.

Give me a bit and I'll write up a proof.

- Warren
 
  • #10
Okay, berke buddy, you asked for it!

In English: Let's assume we have two resistors, which we'll wire either in series or in parallel. The value of the first resistor is random (since it has some random error), and we'll call its value X. Let's say its nominal value is one ohm, and the amount of error is normally distributed around one ohm. The value of the second resistor is also random, but it's independent of the first. We'll call its value Y.

In math speak: Assume two random variables, X and Y, which are indpendent, distributed randomly with Gaussian distribution, with mean one and variances \sigma _X ^2 and \sigma _Y ^2, respectively.

<br /> \begin{gathered}<br /> X \sim \left( {1,\sigma _X ^2 } \right) \hfill \\<br /> Y \sim \left( {1,\sigma _Y ^2 } \right) \hfill \\ <br /> \end{gathered} <br />

For the series case:

The sum of the two resistances in series is Z = X + Y. Since X and Y are independent and Gaussian, the sum Z is Gaussian, with mean two and variance equal to the sum of the variances of X and Y.

In math speak:

<br /> \begin{gathered}<br /> Z = X + Y \hfill \\<br /> Z \sim \left( {2,\sigma _X ^2 + \sigma _Y ^2 } \right) \hfill \\<br /> Var\left( Z \right) = \sigma _X ^2 + \sigma _Y ^2 \hfill \\ <br /> \end{gathered} <br />

If the variance of X is, say, 0.05, and the variance of Y is also 0.05, then the variance of the two resistors in series is 0.05 + 0.05 = 0.10. Keep this number in your head!

For the parallel case:

<br /> Z = \frac{1}<br /> {{\frac{1}<br /> {X} + \frac{1}<br /> {Y}}} = \frac{{XY}}<br /> {{X + Y}}<br />

We want to find the variance of Z:

<br /> Var\left( Z \right) = E\left( {Z^2 } \right) - E\left( Z \right)^2 <br />

so we need to find the second moment and expected value of Z.
<br /> \begin{gathered}<br /> E\left( Z \right) = \frac{{E\left( {XY} \right)}}<br /> {{E\left( {X + Y} \right)}} \hfill \\<br /> = \frac{{E\left( X \right)E\left( Y \right)}}<br /> {{E\left( X \right) + E\left( Y \right)}} \hfill \\<br /> = \frac{1}<br /> {2} \hfill \\ <br /> \end{gathered} <br />

The expected value of Z is 1/2, which makes perfectly good sense. If you put two resistors in parallel, each with resistance one ohm, you expect to get a combined resistance of 1/2 ohm.

The second moment of Z takes a bit more care to calculate:

<br /> \begin{gathered}<br /> E\left( {Z^2 } \right) = \frac{{E\left( {X^2 Y^2 } \right)}}<br /> {{E\left( {X^2 + 2XY + Y^2 } \right)}} \hfill \\<br /> = \frac{{E\left( {X^2 } \right)E\left( {Y^2 } \right)}}<br /> {{E\left( {X^2 } \right) + 2E\left( X \right)E\left( Y \right) + E\left( {Y^2 } \right)}} \hfill \\<br /> = \frac{{\left( {1 + \sigma _X ^2 } \right)\left( {1 + \sigma _Y ^2 } \right)}}<br /> {{\left( {1 + \sigma _X ^2 } \right) + 2 + \left( {1 + \sigma _Y ^2 } \right)}} \hfill \\<br /> = \frac{{\left( {1 + \sigma _X ^2 } \right)\left( {1 + \sigma _Y ^2 } \right)}}<br /> {{4 + \sigma _X ^2 + \sigma _Y ^2 }} \hfill \\ <br /> \end{gathered} <br />

Now we can find the variance of Z:

<br /> \begin{gathered}<br /> Var\left( Z \right) = E\left( {Z^2 } \right) - E\left( Z \right)^2 \hfill \\<br /> = \frac{{\left( {1 + \sigma _X ^2 } \right)\left( {1 + \sigma _Y ^2 } \right)}}<br /> {{4 + \sigma _X ^2 + \sigma _Y ^2 }} - \frac{1}<br /> {4} \hfill \\ <br /> \end{gathered} <br />

Now, if we assume the variances of X and Y are each 0.05, like we assumed above, the variance of Z, the parallel combination of the two, is only 0.019. The variance of the parallel combination of resistors is about 80% smaller than the variance of the series combination of resistors.

Thus, you're right -- the parallel combination is less sensitive to variations in each resistor's resistance than the series combination.

(This is graduate-level statistical inference, so I don't expect Younglearner to be able to follow all of it -- but the conclusions, I hope, are of some value!)

- Warren
 
Last edited:
  • #11
Great stuff chroot, thanks. So the answer to the OP's question is that yes, for resistors the parallel combination is less sensitive to variations, but for capacitors, the series combination is less sensitive. Interesting.
 
  • #12
But nobody answered my Quiz Question yet :smile:

berkeman said:
Except, remember that the distribution of error for real resistors (EDIT -- discrete resistors that you buy at the store) is not generally Gaussian. Quiz Question -- why not? :biggrin:
 
  • #13
Because the error in resistance changes as a function of power, i.e. temperature.

Also, Chroot's way is the way I would have done it. Error analysis!
 
  • #14
Mindscrape said:
Because the error in resistance changes as a function of power, i.e. temperature.

Nope, that's not it. Hint -- remember that you can buy 1% resistors and pay extra for 0.1% resistors in the same form factor...
 
  • #15
Must be a material thing of some sort. I seem to remember that standard resistors are made out of carbon, whereas the fancy ones must use a different method. Are you trying to give us a quiz question that doesn't involve integration?
 
  • #16
thanks everyone for participating! I ended up putting my original answer in my lab and it turned out to be correct. I was not able to follow all of chroot's proof, but the concepts make sense and I am glad to know that my logic was correct (though I could not prove it)
 
  • #17
I am thinking about your quiz question, but I do not completely understand what you are asking. could you rephrase it a bit. I am sorry that I don't get it yet. (Younglearner=not skilled yet, but working at it)
 
  • #18
Younglearner said:
I am thinking about your quiz question, but I do not completely understand what you are asking. could you rephrase it a bit. I am sorry that I don't get it yet. (Younglearner=not skilled yet, but working at it)

No worries. Just remember that 0.1% resistors are obtained by sorting/binning 1% resistors. So the distribution of 1% resistors will be sort of Gaussian, but with a hole in the middle where the most accurate resistors were. You would also see this sort of effect in ICs that are speed graded -- the fastest ICs are marked with a faster speed grade.
 
  • #19
chroot said:
Okay, berke buddy, you asked for it!

Now, if we assume the variances of X and Y are each 0.05, like we assumed above, the variance of Z, the parallel combination of the two, is only 0.019. The variance of the parallel combination of resistors is about 80% smaller than the variance of the series combination of resistors.

Thus, you're right -- the parallel combination is less sensitive to variations in each resistor's resistance than the series combination.

(This is graduate-level statistical inference, so I don't expect Younglearner to be able to follow all of it -- but the conclusions, I hope, are of some value!)

- Warren

:confused:

I stumbled upon this (old) discussion and because I found the results very interesting I also did some calculations on the matter. I am just wondering, aren't you neglecting signing?
If two resistor have a positive deviation, the parallel circuit will give more weight to the lowest one so indeed the parallel circuit will give best results. But if both resistors have a negative deviation also the parallel circuit will give more weight to the lowest one, this time resulting in a win for the serial circuit. If one deviation is positive and one is negative, roughly the biggest deviation wins, so biggest deviation negative you need a serial circuit for best performance, biggest deviation positive, go for the parallel circuit.
I say roughly because while the errors zero out at the exact opposites with a serial circuit in parallel this zero error point shifts; however, this gain on the one side will be the loss on the other, so statistic wise won't matter.

devR1 devR2 error%serial error%par win?
1 -1 0.000 0.010 serial
1 3 2.000 1.990 parallel
-1 -3 2.000 2.010 serial
1 -2 0.500 0.523 serial
-1 2 0.500 0.478 parallel
-1 -1 1.000 1.000 draw
-1 0 0.500 0.503 serial
1 0 0.500 0.498 parallel

Remco
 
Back
Top