Some circuit math
by Tyler Clarke
I was given a pretty interesting problem in Physics 2, and figured I oughta share my solutions for all the enterprising students trying to learn about circuits.
We’re provided a series circuit going like,
•A battery, pushing 1.4 volts
•A 0.28m long thick wire with a cross sectional area of 1.1 * 10-6 m²
•A 0.063m long thin wire with cross sectional area 5.7 * 10-8 m2
•Another thick wire identical to the first, going back to the battery
The question first asks for a voltage conservation loop rule representing this circuit. Essentially, the loop rule states that for any given loop circuit, the sum of potential differences across every element must be 0. Any other value will produce perpetual motion and a violent explosion. The loop rule describing this circuit is quite simple:
. The potential difference across every wire segment has to add to -1.4V to counteract the battery.
We are then asked for a charge conservation (node rule) equation. The node rule essentially states that, across any circuit branches, the sum of the current on both branches is equal to the current flowing into the branch. Since this is a series circuit, the rules for parallel circuits don’t apply, so we can just use the standard wisdom that current must be the same at every point in a series circuit:
Next, we’re asked to find the electron current in the middle of the thin wire. This is a hard one. The obvious-ish way I can see is to calculate the total resistance (electron mobility and supply is given, and we know wire dimensions, so this shouldn’t be too hard) and use Ohm’s law. Gemma2 running locally seems to agree, and helpfully informed me that the resistance is just
. L and A are already well-known (length and cross-sectional area) and p is the resistivity, which can be found with
where n is the electron density, e is the charge of an electron, and μ is the electron mobility. This combines nicely to the behemoth:
.
The electron mobility here is 0.00052 m²/(V * s), and there are 3.7 * 1028 mobile electrons per cubic meter, in all of the wires. An expression for the resistance of a thick wire is thus
. That’s a… surprisingly normal number! I was half expecting it to be something ridiculous. 0.0826 ohms seems about right for the wires in this configuration. Now for the thin wire:
.
Also a pretty normal, reasonable number. Because resistance sums in a circuit, we can now apply Ohm’s law to get current:
Nice. A pretty normal number! Unfortunately, this is not electron current. This is amperage in coulombs per second, but we need electrons per second. Fortunately, because there are 1.602e-19 coulombs per electron, we can just divide:
. That is a much less normal number.
Finally, we’re asked to find the electric field at the middle of the thin wire and at the middle of a thick wire (it is the same in both thick wires). The electric field strength in a wire is just resistivity times current density, and current density is current divided by area, so we have a simple formula:
. Expanding resistivity, we get
. For the thin wire, this is just
For the thick wire,
Easy!
Attribution: Gemma2 running locally was quite helpful reminding me which equations to use.