Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on More accuracy from multiple resistors in series or parallel?

Parent

More accuracy from multiple resistors in series or parallel?

+1
−0

What happens to the overall accuracy of a resistor if I implement it as multiple resistors in series or parallel? For example, can I get better than 2 kΩ 5% by putting two 1 kΩ 5% resistors in series? Or are two 4 kΩ 5% resistors in parallel better?

Is there some way to use multiple resistors to get tighter tolerance than any of the individual resistors?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+2
−0

The worst case won't get any better, whether series, parallel, or some other combination. The result of two 1 kΩ ±5% resistors in series is a 2 kΩ ±5% resistor.

The probability that the result is closer to the middle gets better with multiple resistors, but only if each resistor is random within its range, which includes that it is independent of the others. This is not the case if they are from the same reel, or possibly even from the same manufacturer within some time window.

The manufacturer's selection process may also make the error non-random. For example, if they make resistors with a wide variance, then pick the ones that fall within 1% and sell them as 1% parts, then sell the remaining ones as 5% parts, the 5% parts will have a double-hump distribution with no values being within 1%.

Because you can't know the error distribution within the worst case error window, and because even if you did, the worst case stays the same, doing what you are suggesting is not useful to electronic design.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (3 comments)
General comments
manassehkatz‭ wrote over 3 years ago

Wouldn't there be a slight advantage in a high-power application? If you have a lot of power == a lot of heat dissipation, then I think (but please explain if I'm wrong) that the parallel resistors would have a slight advantage, though if everything is run within specified limits then it shouldn't matter all that much.

Olin Lathrop‭ wrote over 3 years ago · edited over 3 years ago

@manas: Yes, the power dissipation of multiple resistors do add, assuming they are spaced far enough to not significantly heat each other. The voltage rating also adds when the resistors are in series. However, the question wasn't about either of these.

Elliot Alderson‭ wrote over 3 years ago

It is good to see you writing again.