1.2.10 · D5Circuit Analysis Fundamentals

Question bank — Use Norton equivalent circuits

1,979 words9 min readBack to topic

Before we start, one term used throughout: a two-terminal network means the whole circuit box seen only through its two output wires (its terminals). Everything we say is about what those two wires do, never the internal wiring.


First, see the picture behind every question

Every trap on this page lives on one object: the straight line that relates terminal voltage and terminal current . Before defining a single symbol, look at it.

Figure — Use Norton equivalent circuits

Read the figure left to right:

  • The horizontal axis is = the voltage across the two terminals (how hard we push on the outlet). The vertical axis is = the current out of the top terminal (how much flows).
  • The line has an equation . Here is the slope (how steeply current falls as we raise the voltage) and is the vertical intercept (the current when ). These letters are just names for "slope" and "intercept" — nothing more.
  • The red dot where the line crosses the -axis () is : that is itself, the short-circuit current.
  • The point where the line crosses the -axis () is the open-circuit voltage .
  • The steepness is fixed by resistance: the slope is . The minus sign says "more voltage ⇒ less current out," and the size says a small makes a steep line.

So the whole Norton method is: find the two red features of this line — its -intercept () and its slope (). Every question below pokes at one of those two.


True or false — justify

True or false: Any two-terminal network can be replaced by a Norton equivalent.
False. Only linear networks (resistors, linear dependent sources, independent sources) give a straight line; a diode or transistor bends the line, so no single pair reproduces it.
True or false: The Norton current is the current the network delivers to any load you attach.
False. is only the current into a short circuit (zero-ohm load). For any real load the delivered current is smaller: .
True or false: and are two different resistances you must compute separately.
False. They are the same number, — both are the slope of the same line, found the same way (deactivate independent sources, look in).
True or false: To find you deactivate every source in the circuit.
False. You deactivate only independent sources (V→short, I→open). Dependent sources stay live because they scale with circuit variables — they belong to the slope and must be probed with a test source.
True or false: A voltage source is deactivated by removing it (leaving a gap).
False. A dead voltage source forces across itself, which is a short (a wire). Removing it (open) is how you deactivate a current source, not a voltage source.
True or false: The Norton and Thévenin models of the same network give different terminal behavior.
False. They describe the same straight line, just parameterised differently — pick whichever is convenient; a load sees no difference.
True or false: If a network has no independent sources, its Norton current is zero.
True. With no independent sources the short-circuit current is (the line passes through the origin), and the network reduces to a pure resistance with no source.
True or false: Doubling every resistance in the network doubles .
False. Doubling all resistances halves the short-circuit current (more opposition), so halves, while doubles.
True or false: The Norton resistance is always a positive number.
False. With dependent sources inside, the equivalent resistance can be negative () — the network can push more current as you raise the voltage, tilting the line the "wrong" way. See the edge-case section below.

Spot the error

A student finds but leaves the load resistor connected across the terminals while computing it. What's wrong?
The Norton equivalent is the network minus the load. With still in place you'd measure a mix of network-and-load current, not the true short-circuit current — remove the load first.
A student finds with the source still switched on and reads a resistance off the terminals. What's wrong?
is a pure slope (resistance only); a live independent source adds a fixed current offset that corrupts a simple ohmmeter-style reading. Deactivate independent sources first, then measure resistance.
A student computes and includes the resistor that sits directly across the shorted terminals. What's wrong?
The short is a path in parallel with , so has and carries no current — it is invisible for and must be deleted from that calculation.
A student converts Thévenin to Norton using . What's wrong?
The correct relation divides: . Multiplying gives the wrong units and wrong value; think "short-circuit current = voltage ÷ resistance," which is Ohm's law.
A student says " means the source is broken." What's wrong?
means an ideal voltage source (a stiff, perfect source) — a real and useful case, not a fault. Its terminal voltage stays fixed no matter the load current.
A student draws the Norton current source in series with . What's wrong?
Norton is a current source in parallel with ; in series it would force the whole through the load regardless of load, which is not how the real network behaves.
A student kills the dependent source too, then reads straight off the resistors. What's wrong?
With a live dependent source you can't just "look in" — you must apply a test source , measure the resulting , and take with all independent sources off but the dependent source active.

Why questions

Why does a Norton equivalent need exactly two numbers, not three or four?
The terminal law is a straight line , and a line is fixed by exactly two parameters — the slope and the intercept , i.e. one resistance and one current.
Why is the short-circuit current the "intercept" of the line?
Shorting forces terminal voltage , and at the line reads — the intercept, which is precisely .
Why do the independent sources only shift the line and never tilt it?
By superposition, the independent-source contributions add a constant offset to the terminal current; the tilt (slope ) comes only from resistors and dependent sources, which is why deactivating independent sources isolates .
Why can we treat any linear box as just two components even if it has hundreds inside?
Terminal behavior is fully captured by the single relationship, and that relationship is one line — the internal detail is unobservable from the two wires, so two components suffice.
Why does the current-divider formula use (not ) in the numerator?
Derive it: the source pushes into a node where and sit in parallel, sharing one voltage . Then and . The cancels, leaving the other branch's resistance on top — so more current reaches the load when is large. See the figure below.
Figure — Use Norton equivalent circuits
Why must dependent sources stay active when finding ?
A dependent source's value tracks a circuit variable, so it changes the slope of the line; killing it would change the network's actual resistance-behavior and give a wrong .

Edge cases

What is the Norton equivalent of a single ideal current source alone?
with (open) — an ideal current source already is the Norton form with an infinite parallel resistance.
What is the Norton equivalent of a single ideal voltage source alone?
and in the limit — better expressed as its Thévenin twin (, ); the Norton current source is degenerate here.
Can the Norton resistance be negative, and what does that look like on the line?
Yes — a network with a dependent source can have . Find it by the test-source method: apply , measure ; if comes out negative, the line tilts the opposite way (current rises with voltage). This is real in active circuits (e.g. amplifiers) and can cause oscillation — it is not an arithmetic mistake.
What happens to delivered current as (short load)?
All of reaches the load: , since the short bypasses entirely and the leak term vanishes.
What happens to delivered current as (open load)?
and the terminal voltage rises to the open-circuit voltage ; no current can flow into an open.
For maximum power to the load, what should be, and does that maximise ?
Set for maximum power (see Maximum power transfer); this does not maximise current — current is largest at , but power there is zero.
If but , what does the box do?
It is a passive resistor: no source inside, so it delivers no current on its own but still presents resistance to whatever you attach.

Recall One-line self-test

Cover every answer and re-derive the two rules from scratch. "Short for the current, kill (deactivate independent sources) for the resistance." ::: = short-circuit current; = resistance with independent sources off, dependent sources kept (use a test source if any dependent source is present).


Connections

  • Use Norton equivalent circuits — the parent method these traps drill.
  • Thévenin equivalent circuits — the voltage-source twin; same line, other parameters.
  • Source transformation — the bridge tested above.
  • Ohm's Law — behind and the leak term.
  • Kirchhoff's Current Law — justifies the terminal split at the parallel node.
  • Maximum power transfer — the edge case.
  • Superposition — why independent sources shift but never tilt the line.