Electric Circuits, Current, and Resistance
Electric circuits are the architecture behind nearly every powered device — from the filament in a light bulb to the logic gates in a microprocessor. This page covers the three foundational quantities that govern circuit behavior: current, resistance, and voltage, along with how they interact, where they appear in everyday scenarios, and how to reason about them when a circuit doesn't behave as expected.
Definition and scope
A circuit is a closed conducting path through which electric charge can flow. The key word is closed — break the loop anywhere and the flow stops entirely, which is exactly how a light switch works. The charge carriers doing the moving are almost always electrons in metal conductors, though in solutions (like a car battery's electrolyte) ions carry the current instead.
Three quantities define almost everything that happens in a basic circuit:
- Voltage (V) — the electric potential difference between two points, measured in volts. Think of it as the pressure pushing charge through the path.
- Current (I) — the rate of charge flow, measured in amperes (amps). One ampere equals one coulomb of charge passing a point per second (NIST SI Units).
- Resistance (R) — the opposition to current flow, measured in ohms (Ω). Every material impedes electron movement to some degree — copper very little, rubber enormously.
The relationship between these three is Ohm's Law: V = IR. Named after German physicist Georg Ohm, who published it in 1827, this equation is arguably the most load-bearing formula in practical electronics.
How it works
When a voltage source — a battery, a generator, a wall outlet — is connected in a closed loop, it creates an electric field throughout the conductor. That field accelerates electrons, which then drift (slowly, on the order of millimeters per second) in one direction. The signal travels near the speed of light; the actual electrons shuffle along at a leisurely pace.
Resistance arises from electrons colliding with the atomic lattice of the conductor. The energy lost in those collisions becomes heat — which is the operating principle of every resistor, toaster coil, and incandescent bulb. Resistance depends on four factors:
- Material — copper has a resistivity of about 1.68 × 10⁻⁸ Ω·m (NIST Standard Reference Database)
- Length — longer wire means more collisions, so resistance scales linearly with length
- Cross-sectional area — wider wire provides more parallel paths; resistance is inversely proportional to area
- Temperature — in most metals, resistance increases with temperature as atomic vibrations intensify
Common scenarios
Series circuits connect components end-to-end in a single loop. Total resistance is simply the sum of individual resistances (R_total = R₁ + R₂ + ... + Rₙ). One break anywhere kills the whole circuit — the classic failure mode of vintage holiday light strands.
Parallel circuits connect components across the same two nodes, giving charge multiple paths. Total resistance drops as more branches are added, following 1/R_total = 1/R₁ + 1/R₂ + ... + 1/Rₙ. Household wiring runs in parallel, which is why switching off one lamp doesn't cut power to the refrigerator.
Short circuits occur when current finds an unintended low-resistance path — essentially bypassing the load. With resistance near zero, current spikes dramatically (per Ohm's Law), generating dangerous heat. Fuses and circuit breakers exist specifically to interrupt this condition before it causes fires.
A residential 15-amp circuit breaker, standard in US home wiring per the National Electrical Code (NFPA 70), trips when sustained current exceeds that threshold — a deliberately conservative margin given that 0.1 amperes through the human body can cause ventricular fibrillation (IEEE Std 80-2013, IEEE Guide for Safety in AC Substation Grounding).
Decision boundaries
Choosing between series and parallel configurations — or diagnosing why a circuit misbehaves — comes down to understanding what each topology preserves and what it distributes.
| Property | Series | Parallel |
|---|---|---|
| Current | Same through all components | Splits across branches |
| Voltage | Splits across components | Same across all branches |
| Total resistance | Increases with each addition | Decreases with each addition |
| Failure mode | Single break kills circuit | Single break leaves others running |
A practical heuristic: if all components must receive the same current (a string of LEDs needing matched brightness), series may be appropriate. If components must operate independently at the same voltage, parallel is the correct architecture.
Distinguishing ohmic from non-ohmic components is equally important. Ohmic resistors maintain a constant resistance regardless of applied voltage — their V-I curve is a straight line. Diodes, transistors, and bulb filaments are non-ohmic: their resistance changes with operating conditions. Applying Ohm's Law to a diode as if it were a fixed resistor is a reliable way to get an answer that is confidently, completely wrong.
For a broader view of how physical laws like these emerge from observation and experiment, the conceptual overview of how science works provides useful grounding. The full range of physics topics — from mechanics to electromagnetism — is indexed at the Physics Authority home.