Norton components are the two elements of a simplified equivalent circuit—a constant current source ($I_N$) in parallel with an internal resistance ($R_N$)—that perfectly mimic the external voltage-current behavior of any complex linear DC network at a specific pair of terminals. What this changes in a real circuit analysis or installation is the computational overhead: instead of solving simultaneous Kirchhoff’s equations for every node in a messy power distribution network or sensor interface, you collapse the entire upstream topology into two values. This allows you to calculate load current with a single current-divider equation, which is critical when predicting voltage sag, sizing branch circuit fuses, or designing analog front-ends.
According to foundational circuit theory documented by All About Circuits, any linear bilateral network, no matter how many voltage sources and resistors it contains, can be reduced to this two-component Norton equivalent when viewed from the load terminals.
The Two Norton Components: $I_N$ and $R_N$ Spec Sheet
Before we tear down a circuit, you need to know exactly what these two variables represent on the bench. The table below breaks down the electrical characteristics, measurement techniques, and real-world limitations of the Norton equivalent model.
| Component | Symbol | Unit | How to Extract (Calculate/Measure) | Ideal vs. Real-World Behavior |
|---|---|---|---|---|
| Norton Current | $I_N$ | Amperes (A) | Short-circuit the load terminals (A-B) and measure the current flowing through the short. | Ideal: Infinite internal resistance. Real: Limited by the physical short-circuit capacity and internal resistance of the upstream sources. |
| Norton Resistance | $R_N$ | Ohms ($\Omega$) | Deactivate all independent sources (short voltage sources, open current sources) and measure resistance across A-B. | Ideal: Pure resistance. Real: Includes parasitic inductance and capacitance at high frequencies; varies with temperature. |
| Short-Circuit Current | $I_{SC}$ | Amperes (A) | Physically identical to $I_N$; the maximum current the network can deliver to a zero-ohm load. | Often limited by protective devices (fuses, breaker magnetic trips) in physical installations before steady-state $I_N$ is reached. |
| Open-Circuit Voltage | $V_{OC}$ | Volts (V) | Measure voltage across A-B with no load attached. Mathematically: $V_{OC} = I_N \times R_N$. | Identical to the Thevenin voltage ($V_{TH}$). Represents the maximum potential difference the network can sustain. |
Worked Numeric Example: Extracting the Components
Let’s look at a concrete DC network. Imagine a 24V DC power supply (nominal, measured at 24.0V) feeding a voltage divider that acts as a bias network for a sensor.
The Circuit:
- Voltage Source ($V_S$): 24V DC
- Series Resistor ($R_1$): 8 $\Omega$ (connected between $V_S$ and terminal A)
- Parallel Resistor ($R_2$): 12 $\Omega$ (connected between terminal A and ground/terminal B)
- Load Terminals: A and B (where we will attach our load, $R_L$)
Step 1: Find the Norton Current ($I_N$)
To find $I_N$, we conceptually short terminals A and B. This short bypasses $R_2$ entirely, sending all current through the short. The only resistance limiting the 24V source is $R_1$.
Step 2: Find the Norton Resistance ($R_N$)
To find $R_N$, we "kill" the independent 24V source by replacing it with a short circuit (a wire). Looking back into terminals A and B, we now see $R_1$ and $R_2$ connected in parallel to each other.
Step 3: Verify with a Real Load
Suppose we connect a $R_L = 7.2\Omega$ load across A-B. Using our newly minted Norton equivalent circuit (a 3.0A current source in parallel with a 4.8$\Omega$ resistor), we can find the load current ($I_L$) using the simple current divider rule:
$I_L = I_N \times [R_N / (R_N + R_L)]$
$I_L = 3.0 \times [4.8 / (4.8 + 7.2)]$
$I_L = 3.0 \times [4.8 / 12.0] = 3.0 \times 0.4 = \mathbf{1.2\text{A}}$
If you were to solve this using standard Kirchhoff's Voltage and Current Laws (KVL/KCL) on the original three-resistor topology, you would arrive at the exact same 1.2A, but it would require setting up and solving a system of simultaneous equations. As noted in MIT OpenCourseWare's Circuits and Electronics lectures, equivalent circuit theorems are primarily tools for reducing algebraic complexity when evaluating multiple load scenarios.
Where You Meet Norton Components in Practice
Norton's theorem isn't just an academic exercise for passing exams; it maps directly onto how modern electronic components and industrial systems behave.
1. Photodiodes and Transimpedance Amplifiers
In optical sensing, a reverse-biased photodiode does not act like a voltage source. It acts almost exactly like a Norton current source: it generates a current ($I_P$) strictly proportional to incident light, and it has a very high internal parallel shunt resistance ($R_{SH}$), often in the megaohm or gigaohm range. To read this sensor, we use a transimpedance amplifier—a circuit that converts an input current to an output voltage, typically using an op-amp and a feedback resistor. Designing the feedback network requires treating the photodiode as a pure Norton source to calculate noise gain and bandwidth accurately.
2. Industrial 4-20mA Current Loops
In industrial automation, sensors transmit data over long distances using 4-20mA current loops rather than 0-10V voltage signals. The transmitter at the sensor end is designed as a high-impedance Norton-style current source. Because it forces a specific current regardless of the voltage drop across the wire resistance (up to its compliance voltage limit), the signal remains immune to the voltage drops caused by long, thin gauge wire runs.
3. Bipolar Junction Transistor (BJT) Small-Signal Models
When analyzing the AC gain of a BJT amplifier, engineers use the hybrid-pi model. In this model, the transistor's collector-emitter path is represented as a dependent Norton current source ($g_m \times v_{be}$) in parallel with an output resistance ($r_o$). You cannot accurately calculate the output impedance or the voltage gain of a common-emitter amplifier without extracting these specific Norton components from the transistor's datasheet parameters.
Norton vs. Thevenin: Clearing Up the Confusion
What people most commonly confuse Norton components with is the Thevenin equivalent. Both theorems reduce a complex linear network to two components, and both yield the exact same external terminal behavior. The confusion stems from their structural differences and when to use which.
| Feature | Norton Equivalent | Thevenin Equivalent |
|---|---|---|
| Source Type | Independent Current Source ($I_N$) | Independent Voltage Source ($V_{TH}$) |
| Resistor Topology | Resistor ($R_N$) in Parallel | Resistor ($R_{TH}$) in Series |
| Resistance Value | $R_N = R_{TH}$ (Identical) | $R_{TH} = R_N$ (Identical) |
| Best Used When... | Analyzing parallel loads, current dividers, or current-loop sensors. | Analyzing series loads, voltage dividers, or power supply voltage sag. |
| Source Transformation | $V_{TH} = I_N \times R_N$ | $I_N = V_{TH} / R_{TH}$ |
Common Pitfalls to Avoid
- Forgetting to "kill" dependent sources: When calculating $R_N$, you short independent voltage sources and open independent current sources. However, if your circuit contains dependent sources (like the $g_m v_{be}$ source in a transistor model), you cannot simply turn them off. You must apply a 1V test voltage or 1A test current at the terminals and measure the resulting ratio to find $R_N$.
- Assuming $R_N$ is the load: $R_N$ is the internal resistance of the source network looking backward from the terminals. It is not the load resistance. Maximum power transfer occurs only when your actual load resistance exactly matches $R_N$.
- Applying to non-linear circuits: Norton's theorem only applies to linear components (resistors, ideal sources, linear inductors/capacitors). You cannot use it to find an equivalent circuit for a network containing diodes or saturated magnetic cores, as their resistance changes with current.
Frequently Asked Questions
Can a Norton current source be negative?
Yes. A negative $I_N$ simply means the physical direction of the short-circuit current flows opposite to the assumed reference arrow (e.g., flowing from terminal B to A instead of A to B).
What happens if $R_N$ is zero?
If $R_N$ calculates to 0$\Omega$, the network acts as an ideal, infinite-stiffness current source. In reality, this is impossible; even a thick copper busbar has milliohms of resistance, meaning $R_N$ will always be a small, non-zero positive value in physical installations.
Does Norton's theorem work for AC circuits?
Yes, but the components change from simple resistance to complex impedance. You will have a Norton AC current source ($I_N$) in parallel with a Norton impedance ($Z_N$), which accounts for the phase shifts introduced by capacitors and inductors at a specific frequency.
For further reading on network reduction techniques and source transformations, the Electronics Tutorials DC Circuit guides provide excellent interactive schematics to visualize how collapsing nodes affects the equivalent resistance.






