Difference in current to load with series/parallel sources

Click For Summary

Discussion Overview

The discussion revolves around the differences in current delivery to a load when using batteries in series versus parallel configurations. Participants explore the implications of these configurations on voltage, current, and load behavior, touching on both theoretical and practical aspects.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant describes the current calculations for two 1.5V batteries in series and parallel with a 100-ohm load, suggesting that the total current remains the same in both configurations.
  • Another participant asserts that batteries are constant voltage sources and questions the rationale behind connecting them in parallel, stating that it doesn't make sense unless voltages are closely matched.
  • A participant raises a question about why car batteries are sometimes connected in parallel to deliver larger amounts of current, expressing confusion about the relationship between voltage and current in this context.
  • Some participants clarify that while the current depends on voltage, it also depends on resistance, and they discuss the implications of internal resistance in batteries when connected in parallel.
  • One participant mentions designing high-reliability circuits with redundancy, discussing the use of series resistors and diodes to manage voltage drops and potential failures.
  • Another participant emphasizes that connecting batteries in parallel allows for a higher maximum current output without increasing the voltage supplied to the load.
  • Several participants express agreement on the idea that using multiple batteries in parallel can sustain current longer than a single battery, although the specifics of current sharing and load management are debated.

Areas of Agreement / Disagreement

Participants express differing views on the benefits and implications of connecting batteries in series versus parallel. While some agree on the basic principles of voltage and current relationships, there is no consensus on the practical advantages or disadvantages of each configuration in specific scenarios.

Contextual Notes

Participants note limitations related to internal resistance in batteries and the importance of matching voltages when connecting batteries in parallel. The discussion also highlights the complexity of redundancy in circuit design, particularly regarding voltage regulation and potential failure modes.

Who May Find This Useful

This discussion may be useful for individuals interested in electrical engineering, circuit design, and battery technology, particularly those exploring the practical implications of battery configurations in various applications.

BretD
Messages
3
Reaction score
0
I feel this is a very simple question, but I can't seem to wrap my head around it.

For example, if you have two 1.5 volt batteries in series and a load of 100 ohms then the total voltage is 3 volts and the current is 30mA because I=V/R. If you have two 1.5 volt batteries in parallel then the total voltage is 1.5 volts and the current is doubled so if you have a 100 ohm load then each battery supplies 15mA and the total current is still 30mA, right? I've read a lot of posts discussing how series increases voltage and parallel increases current, but that's with an open circuit. When you connect a load doesn't it all amount to the same current being delivered in the end despite the difference in voltage? I guess I don't understand the benefit or advantage of the different set ups.
 
Engineering news on Phys.org
Batteries are constant voltage sources. There's usually no point to hooking them up in parallel, just like you would never hook current sources in series. It just doesn't make sense.

If you hook the two batteries up in parallel, assuming that their voltages are very closely matched, they will give 1.5V to the load, putting 15mA through it. This current will be divided between the batteries, with each battery providing 7.5mA.

Resistors are Ohmic devices. Under normal operation, their current is always proportional to their voltage (V = IR), with no exception (barring really extreme circumstances).
 
So two 1.5 volt batteries in parallel will supply 15 mA not 30 because the current depends solely on the voltage, if I understand you correctly. So why is it that sometimes car batteries are connected in parallel to deliver larger amounts of current (this is what I've heard people say). Car batteries are genrally 12V and supply DC so why would this supply more current? shouldn't it supply less because with any load, the current is directly proportional to the voltage, so batteries in series should supply more current?
 
BretD said:
So two 1.5 volt batteries in parallel will supply 15 mA not 30 because the current depends solely on the voltage, if I understand you correctly.
Not solely on the voltage, on the resistance too.

BretD said:
So why is it that sometimes car batteries are connected in parallel to deliver larger amounts of current (this is what I've heard people say). Car batteries are genrally 12V and supply DC so why would this supply more current? shouldn't it supply less because with any load, the current is directly proportional to the voltage, so batteries in series should supply more current?
The problem of paralleling car batteries or other voltage sources is that if the batteries have slightly different voltages or internal resistances, one battery will supply more current than the other. If you put a very heavy load on a battery so that the internal resistance is limiting the current to the load, then adding a second battery may help. Both batteries should be fairly evenly matched however.

I have designed high reliability circuits that required 100% redundancy. That meant paralleling 5V regulators. To do this I used 6V regulators and added enough series resistance to the output of the regulators to bring the voltage down to 5V. That wasn't a problem because my current drain was constant.
 
BretD said:
So two 1.5 volt batteries in parallel will supply 15 mA not 30 because the current depends solely on the voltage, if I understand you correctly. So why is it that sometimes car batteries are connected in parallel to deliver larger amounts of current (this is what I've heard people say). Car batteries are genrally 12V and supply DC so why would this supply more current? shouldn't it supply less because with any load, the current is directly proportional to the voltage, so batteries in series should supply more current?
Batteries have a maximum amount of current that they can put out without destroying themselves. With batteries connected in parallel, the load current is evenly shared between them, so they can drive a higher load.

Connecting them in parallel doesn't make the batteries supply more current to the load, it just increases the maximum that they can put out.
skeptic2 said:
I have designed high reliability circuits that required 100% redundancy. That meant paralleling 5V regulators. To do this I used 6V regulators and added enough series resistance to the output of the regulators to bring the voltage down to 5V. That wasn't a problem because my current drain was constant.
Something's iffy about that setup, unless you left something else out.

Under normal conditions, with both regs running good, both regs would be sharing the load equally (1/2IL each). When one of the regs fails, the other reg would have to pick up all the slack. With the full IL coming through it, the series resistor would drop 2V instead of just one, dropping the power supply to 4V.

Doesn't seem like a very good redundancy.
 
BretD said:
I feel this is a very simple question, but I can't seem to wrap my head around it.

For example, if you have two 1.5 volt batteries in series and a load of 100 ohms then the total voltage is 3 volts and the current is 30mA because I=V/R. If you have two 1.5 volt batteries in parallel then the total voltage is 1.5 volts and the current is doubled so if you have a 100 ohm load then each battery supplies 15mA and the total current is still 30mA, right? I've read a lot of posts discussing how series increases voltage and parallel increases current, but that's with an open circuit. When you connect a load doesn't it all amount to the same current being delivered in the end despite the difference in voltage? I guess I don't understand the benefit or advantage of the different set ups.

if you connect a 100ohm load to two 1.5V battery connected in parallel, you can sustain a current of 15mA twice as long as if you were to have only one 1.5V battery.
 
Jiggy-Ninja said:
Something's iffy about that setup, unless you left something else out.

Under normal conditions, with both regs running good, both regs would be sharing the load equally (1/2IL each). When one of the regs fails, the other reg would have to pick up all the slack. With the full IL coming through it, the series resistor would drop 2V instead of just one, dropping the power supply to 4V.

Doesn't seem like a very good redundancy.

Yes there is something I left out because I thought it would only confuse the issue. Before I tried this I called the application engineer from the regulator manufacturer and I followed his instructions. He suggested putting a diode in series with the resistor at the output of the regulator in case the regulator failed as a short and to avoid the problem you mentioned. So the diode dropped 0.7V and the resistor only 0.2V. Once he said I should use a diode I knew I had to use a higher voltage regulator. If one regulator were to fail the supply voltage would drop from about 5.1V to about 4.7V.
 
if you connect a 100ohm load to two 1.5V battery connected in parallel, you can sustain a current of 15mA twice as long as if you were to have only one 1.5V battery.

+1

Simple and to the point.
 
skeptic2 said:
Yes there is something I left out because I thought it would only confuse the issue. Before I tried this I called the application engineer from the regulator manufacturer and I followed his instructions. He suggested putting a diode in series with the resistor at the output of the regulator in case the regulator failed as a short and to avoid the problem you mentioned. So the diode dropped 0.7V and the resistor only 0.2V. Once he said I should use a diode I knew I had to use a higher voltage regulator. If one regulator were to fail the supply voltage would drop from about 5.1V to about 4.7V.
That makes more sense.
 
  • #10
Thank you Jiggy-Ninja and everyone else who commented. It all makes a bit more sense now!
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
38
Views
7K
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
93
Views
9K
  • · Replies 6 ·
Replies
6
Views
1K