2. Conserving networks
Why a wire contributes equations
Section titled “Why a wire contributes equations”A resistor law relates its own voltage drop to its own current. It says nothing about which other component touches it. To build a circuit we need both local component laws and relations at connections.
We will use ideal wires: negligible resistance, no charge storage at a junction, and one potential everywhere along a connected wire. These approximations fit our steady lumped circuit. They are physical choices, not numerical settings.
By the end of this chapter you can write connection equations, explain ground, and diagnose a circuit whose voltage reference is missing.
Conservation at a connection
Section titled “Conservation at a connection”Suppose a junction connects terminals. Define each terminal current as entering its component, hence leaving the junction. Charge balance is
Neglecting stored junction charge gives . Meanwhile the ideal wire imposes . These are two different kinds of relation: current conservation and potential compatibility. Kirchhoff’s junction and loop rules are introduced in OpenStax §10.3.
At the divider midpoint, the negative terminal of the upper resistor connects to the positive terminal of the lower resistor:
Each resistor also conserves charge internally, . Combining these relations gives . The familiar “same current in series” follows from conservation; we do not need to prescribe it again.
The entire divider as a network
Section titled “The entire divider as a network” top node a ┌────────●────────┐ │ │ I ↓ + │ [ R₁ = 1 kΩ ] Vs = 12 V │ − │ ● b: output │ │ I ↓ │ [ R₂ = 2 kΩ ] │ │ └────────●────────┘ node g: φg = 0 VConceptual circuit schematic. The source sets the potential difference from g to a. The resistors form the other branch from a to g, with output node b between them. The arrows define positive resistor current.
Source and resistor laws give
Adding the two resistor drops telescopes to . This is why the loop relation is in this circuit. We have derived it from shared node potentials and component laws.
Ground fixes an origin
Section titled “Ground fixes an origin”If V satisfies the three difference equations, then V also does. Adding the same constant to all node potentials leaves every difference unchanged. A voltmeter between two nodes cannot distinguish the two descriptions.
Ground selects and removes this undetermined offset. It does not say that the return wire carries no current, and it does not model a physical earth electrode. When interpreting a measured voltage, always identify the other terminal: “8 V” here means 8 V relative to node g.
Read the connection syntax
Section titled “Read the connection syntax”The next chapter will run the complete source. Its midpoint wire is simply
connect upper.negative, lower.positive;The connector declares voltage as across and current as through. These
declarations tell the connection to equate voltages and sum signed currents.
They do not establish a cause-and-effect order between components. The closing
resistor and source equations determine the simultaneous solution.
Open the circuit connections. For a general introduction to equation independence, see algebraic relations and networks.
Try a missing reference
Section titled “Try a missing reference”After running the next chapter, remove the ground instance and remove
ground.terminal from the return connection. The differences still look
plausible, but the node potentials have the arbitrary offset above. The
resolution diagnostic identifies an unreferenced uniform shift.
Restore the physical reference. Picking a different linear solver cannot create the missing equation.
Exercises
Section titled “Exercises”- Write the signed current equation where
source.positivemeetsupper.positive. If the upper current is 4 mA, what is the source current? - Starting with the three difference equations, prove that a common potential shift leaves all three unchanged.
- A third resistor carries current from the midpoint to ground. Does the upper resistor still carry the same current as the original lower one?
- Is matching the number of unknowns and equations enough to guarantee a solution? Give an example using a prescribed voltage difference.
Answer sketches
- , hence mA.
- Substitute . Each difference contains .
- No. The upper current splits: . Equal current was a consequence of the original connection topology.
- No. Two repeated statements of the same difference add no independent constraint. Demanding that the same difference equal both 12 V and 13 V is inconsistent regardless of equation count.
Reference
Section titled “Reference”Samuel J. Ling, William Moebs, and Jeff Sanny, University Physics Volume 2, OpenStax (2016), §10.3, Kirchhoff’s Rules.
Previous: Voltage, current, and power · Book map · Next: Build and run a divider