Impedance in serial connection¶
The total impedance of a circuit whose components are connected in series is the sum of the impedances of individual components.
Conditions:
Components are connected in series.
Links:
- total_impedance¶
Total
electrical_impedance
of the circuit.- Symbol:
Z
- Latex:
\(Z\)
- Dimension:
impedance
- impedance¶
electrical_impedance
of the \(i\)-th component.- Symbol:
Z[i]
- Latex:
\({Z}_{i}\)
- Dimension:
impedance
- law¶
Z = Sum(Z[i], i)
- Latex:
- \[Z = \sum_i {Z}_{i}\]