The Golden Rule: Current in Series Resistors is Absolute
The current in series resistors is identical across every component in the chain. If you push 20mA into a series string, every resistor in that string carries exactly 20mA, regardless of its individual resistance value. The resistance dictates the voltage drop across that specific component, but the current remains uniform from the source to ground.
To visualize this, let's define a concrete topology for a 48V industrial LED indicator circuit. We will use two series resistors to drop the voltage and limit the current, followed by the LED load.
Node A: 48V DC Source (+)
Node B: Junction between Resistor 1 (R1) and Resistor 2 (R2)
Node C: Junction between R2 and the LED Anode
Node D: LED Cathode tied to System GND
In this configuration, the current leaving Node A flows through R1, into Node B, through R2, into Node C, through the LED, and out Node D to ground. Because there are no parallel branches for the electrons to escape through, Kirchhoff's Current Law dictates that I_Total = I_R1 = I_R2 = I_LED. Understanding this absolute uniformity is the foundation of all series circuit design.
Why Series Topology Over Switching Regulators?
When stepping down 48V to drive a 2V LED, you have three primary options. Here is why the series resistive drop wins for low-current indicator applications.
| Topology | Pros | Cons | Verdict |
|---|---|---|---|
| Series Resistors | $0.10 BOM cost, zero EMI, simple layout, inherent short-circuit protection. | Poor efficiency (power burned as heat), current varies slightly with source voltage. | Use for <20mA indicators. |
| Buck Converter | High efficiency (>85%), tight current regulation. | $1.50+ BOM, switching noise (EMI), requires inductor and diode. | Use for >100mA lighting loads. |
| Linear Regulator (LDO) | Clean DC output, precise voltage. | Most LDOs max out at 30V input; 48V requires specialized (expensive) high-voltage LDOs. | Use for powering 5V logic, not LEDs. |
Design Walkthrough: Sizing a 48V Indicator Network
Let's design the actual component values for our Node A-to-D topology. Our target is a standard 5mm red LED with a forward voltage (V_f) of 2.1V and a target current of 20mA. The 48V industrial supply can spike to 52V during transients.
Step 1: Calculate Total Resistance
We must drop the voltage from the worst-case maximum (52V) down to the LED's forward voltage (2.1V).
V_drop = 52V - 2.1V = 49.9V
Using Ohm's Law (R = V / I):
R_total = 49.9V / 0.020A = 2495 Ω
We select the closest standard E24 value: 2.4 kΩ. To handle the voltage and distribute the heat, we split this into two 1.2 kΩ series resistors (R1 = 1.2k, R2 = 1.2k).
Step 2: Verify Nominal Current
At the nominal 48V source, the current in the series resistors will be:
I = (48V - 2.1V) / 2400 Ω = 19.1 mA. This is perfectly within the 20mA LED rating.
Step 3: Calculate Power Dissipation and Derate
Power is calculated using P = I² × R. At the 52V spike (20.8mA):
P_per_resistor = (0.0208A)² × 1200 Ω = 0.519 W
Never run a resistor at its absolute maximum rated power. A '1W' resistor running at 0.9W will run hot enough to scorch a PCB and drift in value. For industrial reliability, derate by 50%. Since our peak dissipation is 0.52W, we need resistors rated for at least 1.04W. We will specify 2W components to ensure they run cool to the touch.
Concrete Component Pick: Vishay PR02 series, 2W metal oxide film. Specifically, the PR02000101201JA100 (1.2 kΩ, 5%, 2W). Metal oxide handles high-energy transients better than standard carbon film.
Failure Mode Contrast: What Breaks at the Extremes?
Understanding how the current in series resistors behaves during a fault is what separates a hobbyist from a reliable design engineer. Here is the failure matrix for our topology.
| Fault Condition | Circuit Current | Node B Voltage | Node C Voltage | Physical Result |
|---|---|---|---|---|
| R1 Opens | 0 mA | 0V (floating) | 0V | LED turns off. Safe. |
| R1 Shorts | 38.2 mA | 48V | ~45.5V | LED overdriven, burns out rapidly. |
| LED Shorts (Node C to D) | 20.0 mA | 24V | 0V | Current remains limited by R1+R2. Resistors safely dissipate 0.96W total. No fire. |
Notice the LED short scenario. In a parallel or unregulated topology, a shorted load draws infinite current and trips a breaker. In a series resistor topology, the current in the series resistors is still bounded by their total resistance (48V / 2400Ω = 20mA). The series resistors act as an inherent, un-bypassable current limiter.
Breadboard Verification: Catching DMM Burden Voltage
When you build this on the bench to verify the current in series resistors, you must account for your Digital Multimeter's (DMM) internal shunt. Here is the step-by-step verification process.
- Wire the unpowered circuit: Connect the 48V supply (kept OFF) to Node A. Wire R1, R2, and the LED in series to ground. Leave the connection at Node A open.
- Configure the DMM: Plug the red probe into the
mAorAjack (not theV/Ωjack). Set the dial to DC Current. Warning: If you apply 48V while the meter is in current mode across a voltage source, you will blow the meter's internal fuse. - Break the circuit to measure: To measure current, the DMM must become part of the series chain. Connect the DMM red probe to the 48V source, and the black probe to Node A (R1's input).
- Power on and read: Turn on the 48V supply. You should read ~19.1 mA.
- Verify Node Voltages: Power down, move the DMM back to DC Voltage mode. Power up and measure Node B to GND. It should read roughly half the total resistor voltage drop (~22.9V).
If your DMM reads 16mA instead of 19mA, you are experiencing 'burden voltage'. Cheap DMMs use a 1Ω to 10Ω internal shunt for the mA range. At 20mA, a 10Ω shunt drops 0.2V. While 0.2V is negligible in a 48V circuit, if you were measuring a 3.3V circuit, that 0.2V drop inside the meter artificially reduces the voltage available to your circuit, lowering the current. Always measure voltage drops across known resistors and calculate current via Ohm's law for high-precision verification.
Decision Tree: Selecting Your Series Resistor Type
Don't just grab any resistor from your bin. Use this decision matrix to select the exact component family based on your calculated power and precision needs.
| Condition / Requirement | Resistor Family | Concrete Part Example |
|---|---|---|
| Power < 0.25W, general purpose, non-critical | 1/4W Carbon Film | TE Connectivity CFR-25 |
| Power < 1W, low noise, audio/analog paths | 1W Metal Film | Vishay RN55 (CMF55) |
| Power > 1W, high transient voltage, industrial | 2W Metal Oxide | Vishay PR02 (PR02000101201JA100) |
| ADC voltage dividers requiring <0.1% tolerance | Thin Film Precision | Susumu RG Series (RG2012P) |
Default Recommendation: For any industrial or automotive DC bus (12V, 24V, 48V) where you are dropping voltage via series resistors, default to the Vishay PR02 2W Metal Oxide line. The metal oxide construction provides superior surge handling compared to metal film, and the 2W physical size ensures the component stays well below its thermal limits, guaranteeing long-term resistance stability and preventing PCB scorching.






