2022-08-25 08:00:04 +01:00
|
|
|
---
|
|
|
|
categories:
|
|
|
|
- Electronics
|
|
|
|
tags: [physics, electricity]
|
|
|
|
---
|
|
|
|
|
|
|
|
# Cells and batteries
|
2022-08-25 09:00:04 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Cells are a
|
|
|
|
[voltage source](/Electronics_and_Hardware/Analogue_circuits/Voltage.md) that
|
|
|
|
generate a difference of potential via a positive and negative electrode
|
|
|
|
separated by an electrolytic solution. The electrolytes pull free electrons from
|
|
|
|
one of the materials which creates a positive charge. The other material gains
|
|
|
|
the free electrons creating a negative charge.
|
2022-08-25 09:00:04 +01:00
|
|
|
|
|
|
|
> A battery is a combination of two or more cells.
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> Cells which cannot be recharged are called **primary cells**. Cells which can
|
|
|
|
> be recharged are called **secondary cells**.
|
2022-08-25 09:00:04 +01:00
|
|
|
|
|
|
|
## Connecting batteries
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Cells and batteries can be connected to each other in electrical ciruits to
|
|
|
|
increase the overall voltage and current that is produced. There are three main
|
|
|
|
connection types:
|
2022-08-25 09:00:04 +01:00
|
|
|
|
|
|
|
- series
|
|
|
|
- parallel
|
|
|
|
- series-parallel
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> The key thing to remember: **cells configured in series increases the overall
|
|
|
|
> voltage available** and **cells configured in parallel increases the overall
|
|
|
|
> current available**
|
2022-08-26 08:30:04 +01:00
|
|
|
|
2022-08-26 19:00:05 +01:00
|
|
|
The table below summarises the relative differences:
|
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-08-26 19:00:05 +01:00
|
|
|
|
2022-08-25 09:00:04 +01:00
|
|
|
### Series connections
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
With series connections we distinguish **series aiding** and **series opposing**
|
|
|
|
configurations.
|
2022-08-25 09:00:04 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
In the case of **series aiding**, cells are connected one in front of another
|
|
|
|
with the positive terminal connecting to the negative terminal of the other in a
|
|
|
|
line.
|
2022-08-25 09:00:04 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
In this configuration the same current flows through all the cells; it is not
|
|
|
|
cumulative. We represent this as follow> However the voltage is cumulative: it
|
|
|
|
is the _sum_ of the individual cell voltages, represented below as
|
|
|
|
[electrical field](/Electronics_and_Hardware/Analogue_circuits/Voltage.md#distinguishing-voltage-from-electric-field):
|
2022-08-25 09:00:04 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
E_{T} = E_{1} + E_{2} + E_{3} \\
|
|
|
|
$$
|
|
|
|
|
2022-08-29 11:00:04 +01:00
|
|
|
Thus series connections increase voltage but keep current constant.
|
2022-08-26 19:00:05 +01:00
|
|
|
|
2022-08-27 11:00:04 +01:00
|
|
|
_Series battery connection:_
|
2022-08-29 11:00:04 +01:00
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-08-26 08:30:04 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
_Can be represented in a circuit diagram in one of the following two ways: as a
|
|
|
|
series of cells or as a single battery:_
|
2022-08-27 12:00:05 +01:00
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-08-27 12:00:05 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
In the case of **series opposing**, negative terminals are connected to each
|
|
|
|
other and positive terminals are connected to each other in a series. This
|
|
|
|
doesn't have many applications.
|
2022-08-26 08:30:04 +01:00
|
|
|
|
|
|
|
### Parallel connections
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
In parallel connections all positive terminals are connected to each other and
|
|
|
|
all negative terminals are connected to each other.
|
2022-08-26 19:00:05 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
This time the voltage is the same as each individual cell but the current is the
|
|
|
|
sum of the individual cell currents. So the voltage is constant but the current
|
|
|
|
is cumulative:
|
2022-08-26 19:00:05 +01:00
|
|
|
|
|
|
|
$$
|
|
|
|
E_{T} = E_{1} = E_{2} = E_{3} \\
|
|
|
|
$$
|
|
|
|
|
|
|
|
$$
|
|
|
|
I_{T} = I_{1} + I_{2} + I_{3}
|
|
|
|
$$
|
|
|
|
|
2022-08-27 11:00:04 +01:00
|
|
|
_Parallel battery connection:_
|
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-08-27 11:00:04 +01:00
|
|
|
|
2022-08-27 12:00:05 +01:00
|
|
|
_Parallel battery circuit diagram:_
|
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-08-27 12:00:05 +01:00
|
|
|
|
2022-08-26 19:00:05 +01:00
|
|
|
### Series-parrallel
|
2022-08-26 08:30:04 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
If we want both a higher voltage and a higher current we can use series-parallel
|
|
|
|
configurations. Connecting cells in series increases the voltage and connecting
|
|
|
|
cells in parellel increases the current so doint both boosts the amount of both
|
|
|
|
quantities.
|