The strict textbook definition of an electric circuit is a closed, continuous conductive path that allows electrons to flow from a power source, through a load, and back to the source. But on the workbench, a 'closed loop' is just the starting line. A functional circuit requires predictable node voltages, managed thermal limits, and graceful failure modes when components inevitably degrade.

Rather than debating abstract physics, we will ground this definition in a real-world build: a series-parallel LED array. By designing this from scratch, calculating exact component values, and analyzing what happens when things break, you will understand how the theoretical definition translates into reliable hardware.

The Practical Definition of an Electric Circuit

According to foundational electrical theory, a circuit must have three elements: a source of electromotive force (voltage), a closed path (conductors), and a load (resistance/impedance) as detailed in standard DC circuit primers. If the path is broken (an open circuit), current ceases. If the path bypasses the load (a short circuit), current spikes until a protective device trips or a wire melts.

However, practical circuit design introduces a fourth implicit element: topology. Topology dictates how components are arranged in series and parallel, which directly determines how the circuit behaves under normal loads and how it fails under stress. A circuit isn't just a loop; it is a network of nodes where Kirchhoff's Current Law (KCL) and Kirchhoff's Voltage Law (KVL) govern every electron.

Topology Breakdown: Series-Parallel LED Array

For this design, we are using a series-parallel topology to drive two independent LEDs from a single 9V battery.

  • Node 1 (VCC): Positive terminal of the 9V battery.
  • Node 2 (Switched Rail): Post-switch distribution point.
  • Node 3 (Branch A Midpoint): Junction between Resistor 1 and LED 1.
  • Node 4 (Branch B Midpoint): Junction between Resistor 2 and LED 2.
  • Node 5 (GND): Common ground return to the battery negative terminal.

Why This Topology Over a Pure Series String?

You might wonder why we don't just wire the two LEDs in series with a single resistor. In a pure series string, the components share the exact same current. If one LED fails open (a common failure mode for cheap 5mm LEDs), the entire string goes dark. Worse, if one LED fails short, the full source voltage shifts to the remaining components, driving them into thermal runaway.

By using a series-parallel topology—where each parallel branch has its own dedicated series current-limiting resistor—we isolate the branches. If Branch A fails open, Branch B continues to operate normally. This topology sacrifices a small amount of battery life (due to parallel current draw) for vastly superior fault tolerance.

Design Walkthrough: Picking Real Component Values

Let's assign real-world part numbers and calculate the exact values needed to make this circuit function safely.

The Source: A standard 9V alkaline battery (e.g., Duracell MN1604). Nominal voltage is 9.0V, but it will sag to roughly 8.2V under a 40mA load due to internal resistance.

The Load: Two 5mm standard red LEDs (e.g., Lite-On LTL-307EE). The datasheet specifies a forward voltage ($V_f$) of 2.0V and a target forward current ($I_f$) of 20mA.

Calculating the Branch Resistors (R1 and R2):
Using Ohm's Law, we need to drop the excess voltage across the resistor.
$V_R = V_{source} - V_f = 9.0V - 2.0V = 7.0V$
Target current $I = 20mA$ (0.020A).
$R = V_R / I = 7.0V / 0.020A = 350\Omega$

The nearest standard E12 resistor value is 330Ω. Using 330Ω yields a current of $7.0V / 330\Omega = 21.2mA$, which is well within the 30mA absolute maximum rating of the LED.

Bench Tip: Resistor Wattage Matters
Power dissipated by the resistor is $P = I^2 \times R = (0.0212A)^2 \times 330\Omega = 0.148W$. A standard 1/4W (0.25W) carbon film resistor can handle this, but it will run at 60% of its thermal limit and feel warm to the touch. For long-term reliability, specify a 1/2W resistor (e.g., Yageo CFR-50JR-52-330R). It costs pennies more but runs completely cool.

Behavior Matrix and Extreme Failure Modes

Understanding the definition of an electric circuit requires knowing how it behaves when the ideal conditions break down. Here is the failure-mode contrast for our series-parallel topology.

Component Event Effect on Branch 1 Effect on Branch 2 Total Current & Node Voltages
Normal Operation 21.2mA, LED lit 21.2mA, LED lit 42.4mA total. Node 2 sits at ~8.6V (accounting for battery sag).
LED 1 Fails Open 0mA, LED dark 21.2mA, LED lit Drops to 21.2mA. Node 2 voltage recovers to ~8.9V due to reduced battery load.
R2 Fails Open 21.2mA, LED lit 0mA, LED dark Drops to 21.2mA. Identical voltage recovery as above.
LED 1 Fails Short 27.2mA, LED dark 21.2mA, LED lit Spikes to 48.4mA. Node 3 drops to 0V. R1 must dissipate 0.245W.

The Shorted LED Edge Case: If LED 1 shorts out, the full 9V is applied directly across R1. The current becomes $9V / 330\Omega = 27.2mA$. The power dissipated by R1 becomes $P = 9^2 / 330 = 0.245W$. If you used a cheap 1/4W resistor, it is now operating at 98% of its maximum rating. It will overheat, drift in resistance, and likely fail open, taking the branch with it. If you followed the tip above and used a 1/2W resistor, it handles the fault gracefully at 49% capacity.

Step-by-Step Breadboard Testing Procedure

Do not just plug in the battery and hope for the best. Follow this verification sequence to prove your circuit matches the theoretical definition.

  1. Place the Components: Insert the two 330Ω 1/2W resistors and two 5mm red LEDs into the breadboard. Ensure the LEDs are in parallel branches, not sharing the same vertical node strips.
  2. Wire the Ground Return: Connect the cathodes (short legs, flat side of the lens) of both LEDs to the common blue ground rail. Jumper the ground rail to the negative terminal of the 9V battery snap.
  3. Wire the Switched Rail: Connect the anodes (long legs) of the LEDs to their respective resistors. Connect the other ends of the resistors to the positive red power rail. Wire the battery snap positive lead through a tactile switch to this red rail.
  4. Pre-Flight DMM Check: Before applying power, set your digital multimeter (DMM) to continuity mode. Place the black probe on the ground rail and the red probe on the positive rail. You should read 'OL' (Open Loop). If you hear a beep, you have a short circuit—find it before the battery is connected.
  5. Apply Power and Measure: Press the switch. Both LEDs should illuminate. Set your DMM to DC Voltage. Measure across R1; you should read approximately 6.6V to 7.0V, confirming the LED is dropping the remaining ~2.0V.

FAQ: Expanding the Definition of an Electric Circuit

What is the strict physics definition of an electric circuit?

In physics, an electric circuit is defined as an interconnected network of electrical components through which electric charge flows. The fundamental requirement is that the path must be closed. According to established DC circuit theory, the flow of charge (current) is driven by a potential difference (voltage) and is opposed by the impedance of the materials in the path. If the loop is broken at any point, the electrostatic field equalizes, and current ceases instantly.

How does the definition of an electric circuit differ for AC vs DC systems?

The core definition—a closed path for charge flow—remains identical. However, in Direct Current (DC) circuits, the charge flows unidirectionally from high potential to low potential. In Alternating Current (AC) circuits, the charge oscillates back and forth. This means AC circuits must account for reactance (inductance and capacitance) and phase angles, not just simple resistance. An AC circuit is 'closed' even if it passes through a capacitor's dielectric gap, because the alternating displacement current completes the loop mathematically, whereas a capacitor acts as an open circuit in steady-state DC.

Does a capacitor discharging count as a complete electric circuit?

Yes. When a charged capacitor is connected across a resistor, it acts as the temporary voltage source. The stored electrostatic energy drives electrons through the resistor and back to the opposite plate until the potential difference reaches zero. During that discharge window, it perfectly satisfies the definition of an electric circuit, complete with a measurable current governed by the RC time constant ($\tau = R \times C$).