Lesson 22 of 30 · Electricity and Magnetism

Current, Resistance, and DC Circuits

DC Circuits

Current, voltage, and resistance

A current is a flow of charge: \(I = \dfrac{dQ}{dt}\), measured in amperes 1. It is driven around a circuit by a potential difference — a voltage \(V\) — supplied by a source such as a battery. How much current a given voltage drives through a component is set by its resistance \(R\), through Ohm’s law:

\[V = IR.\]

Resistance is measured in ohms (Ω); a larger \(R\) means less current for the same voltage. Components that obey this linear relation are called ohmic. The electrical power dissipated (as heat or work) follows from voltage and current 1:

\[P = IV = I^2 R = \frac{V^2}{R}.\]

Series and parallel resistance

Real circuits combine many resistances, and two patterns cover most cases. The figure contrasts them.

Two ways to combine resistors: in series (one path, shared current) and in parallel (multiple paths, shared voltage).
Two ways to combine resistors: in series (one path, shared current) and in parallel (multiple paths, shared voltage). source

In series, components lie on a single path, so the same current flows through each, and the resistances simply add 1:

\[R_{eq} = R_1 + R_2 + \cdots\]

In parallel, components share the same two nodes, so each sees the same voltage, while the current splits among them. The reciprocals add:

\[\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \cdots\]

so the equivalent resistance is always less than the smallest branch — adding parallel paths makes it easier for current to flow.

Kirchhoff’s laws

Series and parallel rules are shortcuts for the two general principles that govern any circuit, Kirchhoff’s laws 1:

  • Current law (KCL): the currents entering a node equal the currents leaving it — charge is conserved.
  • Voltage law (KVL): around any closed loop, the voltage rises and drops sum to zero — energy is conserved.

Applied together, these laws turn a circuit into a system of linear equations in the unknown currents or node voltages — precisely the \(A\mathbf x = \mathbf b\) problem from the linear-algebra lessons. That connection, and analysis of circuits that store energy (capacitors and inductors) and respond over time, is where the Electrical track’s Circuit Analysis course picks up.

References

  1. University Physics, Volumes 1–3. OpenStax (Rice University). verified Cited at: Vol 2, Ch. 9; Vol 2, Ch. 10.