In circuits, why are the elements called branches and wires called nodes?

776 views

I’m coming from a computing background and trying to learn about circuits, but having trouble with this terminology because it the opposite of the norm in computing (where nodes are connected by branches).

In: 0

3 Answers

Anonymous 0 Comments

Wires can have 0 length and (ideal) wires have the same voltage over their entire span. Get a fairly simple circuit that has at least 3 things connected to the same wire and redraw it in such a way that you use a circle for a wire and you “hang” components off of it.

Anonymous 0 Comments

It’s to do with the measurements that can be taken. And I’m going to talk completely ideally here. Like year 1 circuits class where all wires have 0 resistance. V=IR, the voltage drop across a thing is the current running through it times its resistance. No resistance means no voltage drop across the wire. So if you take your voltmeter and put one probe at ground and the other on some wire connection, you’ll get some voltage readout. That exact same voltage will be read no matter which side of that wire you probe. Or if there are several wires joined together, anywhere in that node. That also means any component connected to that node will see the same potential value on whichever leg touches that node.

Keep the image of several wires connected together. Say, a battery feeding to 7 LEDs (maybe a 7-segment display). It doesn’t matter how many of the LEDs are connected, the voltage will stay the same. And the current through the diode depends entirely on the voltage drop across it, so each diode receives the same current. Imagine then, that there are 7 LEDs on, each drawing 10mA of current. That means the battery must be supplying 70mA which enters the node, and then ‘branches’ to each of the LEDs. Furthermore, the sum of currents entering a node must equal the sum of currents leaving the node. So if you put two components in series, they must have the same current. If you put an ammeter at any point in that branch, you will read the same current.

Anonymous 0 Comments

Sounds like it is exactly the same terminology.

Nodes are just intersections of branches.

I must admit, I haven’t heard anyone use these terms in the industry–especially node. We refer to nodes as nets which is probably even more confusing. One of the outputs of your schematic capture CAD software is a netlist which is just a list of nets (nodes) and a list of component terminals/pins and the net to which they are connected. Those nets become the traces between the components on the finished PCB.