§1 · What the examination covers
The scope, and the three exclusions
One sheet of 8.5 × 11 paper is permitted, with anything at all written or typed on both sides. The examination is cumulative.
Mesh analysis is not on the examination; the branch current method is the loop-based method used in this course. Unbalanced three-phase power is not on the examination. Two-port networks are not on the examination.
The order of this page follows the order of the board review: the two systematic methods first, then equivalence, then the theorems, then the amplifier, then the two switched-circuit recipes, then the alternating-current half of the course. Each section states the rule and the procedure only. The circuits that exercise them are worked step by step in Lecture 24.
§2 · The two systematic methods
Both methods begin by counting
The count fixes the number of unknowns, which equals the number of equations that must be written, and each method has one place where its own law must not be applied.
| Method | Unknowns | How many | Where the law fails |
|---|---|---|---|
| Branch current | branch currents | # backyards − # current sources | no KVL around a loop containing a current source |
| Node voltage | node voltages | # nodes − 1 reference − # voltage sources | no KCL at a voltage source, or else use a supernode |
The count is the number of KVL equations in the first case and the number of KCL equations in the second. Once the unknowns are solved for, the question that was actually asked is answered from them; solving the network is not the same as answering the question.
Dependent sources change none of this counting. They are carried through the equations like any other source, with one extra relation supplied by the definition of the controlling variable, and they are never turned off.
Labels are written from the element laws
A node voltage adjacent to a known element is written down rather than named, which is what keeps the number of unknowns at the counted minimum. Two cases cover almost every circuit.
Across a voltage source, the label changes by the source value: 5 V is lost in crossing from the plus side to the minus side. Either node may be named first.
Across a resistor carrying a known current, the label changes by RIa, and the current enters at the plus mark by the passive sign convention.
Current flowing into the plus terminal and out of the minus terminal makes the power positive, and positive power means power absorbed. Negative power means power delivered. The convention is applied to every element identically, sources included, so a source with negative absorbed power is supplying the circuit.
Developed in Lectures 2 and 3; dependent sources in Lecture 2, the supernode in Lecture 3.
§3 · The equivalence toolbox
Two circuits are equivalent when their terminal behavior is identical
Two elements are in series when they share one node exclusively, in which case the same current passes through both, and in parallel when they share two nodes, in which case the same voltage appears across both. Series resistances add; parallel conductances add.
Voltage division applies to elements in series: the output takes the fraction of Vs set by R3 against the sum of the series resistances.
Current division applies to elements in parallel: the branch current through R2 is set by the other resistance R1 over the sum.
The numerator of the current divider is the resistance of the other branch, which is the single most common sign of a divider applied from memory rather than from the derivation. The two-resistor form given here is the only form of the current divider that is safe to memorize; for three or more parallel branches, conductances are used instead.
Y-Δ, when neither series nor parallel applies
Some resistor triples are neither in series nor in parallel; bridge networks are the classic case, and the transformation is what makes any reduction possible at all.
Y (also drawn as a T): three legs meeting at an internal node n
Δ (also drawn as a Π): a triangle over the same three terminals
The two networks are interchangeable because only the three terminals a, b, and c are visible to the rest of the circuit. The internal node of the Y is not a terminal of the network, so it may be created or destroyed freely. The subscripts are assigned by position: , , and sit at terminals a, b, and c respectively, while , , and sit opposite those terminals.
Each Y leg is the product of the two Δ branches that meet at its terminal, divided by the sum of all three Δ branches:
The direction of this transformation always reduces the number of elements that are visible at the terminals from three loops to three legs, which is why it is the one usually applied to a bridge.
Each Δ branch is the sum of the three pairwise products of the Y legs, divided by the opposite Y leg:
The numerator is the same for all three, so it is computed once. The rule to remember is that the product form belongs to Δ → Y and the sum of products form belongs to Y → Δ.
When all three elements of one network are equal, both formulas collapse to a single factor of three. The Δ carries the larger resistance, which is consistent with the Δ branches being connected between terminals rather than between a terminal and the center.
RY = RΔ3 = Ω RΔ = 3RY in three-phase notation, ZΔ = 3ZY
The Δ with branches , , transforms into the Y with legs , , . Verification in the forward direction uses : , , . Verification in the reverse direction uses : , , ✓. Both routes are carried out on the examination in a minute or less; an answer that fails to transform back is an answer that was computed wrongly.
Developed in Lecture 2, including the bridge that requires the transformation.
§4 · The four theorems
Linearity and superposition
Linearity is a property of the circuit; superposition is the procedure that exploits it. Every circuit in this course is linear, because every element law is linear, so both statements below hold without qualification.
- All independent sources but one are turned off.
- The circuit is solved for the requested quantity.
- Steps 1 and 2 are repeated for every independent source in turn.
- The partial answers are added.
A voltage source is turned off by shorting it, because a dead voltage source enforces zero volts across its terminals. A current source is turned off by opening it, because a dead current source enforces zero amperes through its branch.
A dependent source is not an input to the circuit; it is an element whose value happens to be written in terms of another variable. It therefore remains active in every partial circuit, and its controlling variable must be recomputed in each one. Turning a dependent source off is the single most common way to obtain a wrong superposition answer.
Thevenin and Norton
The claim is exact, not approximate: for any two chosen terminals, a linear network is indistinguishable from the two circuits below. Every element inside may be replaced by them without altering a single voltage or current outside.
Thevenin: the source VT equals the open-circuit voltage Voc at the port.
Norton: the source IN equals the short-circuit current, and RN equals RT.
The boxed relation means that any two of the three quantities determine the third, which supplies both a shortcut and a check.
| Route to RT | What is done | When it is permitted |
|---|---|---|
| Series-parallel | independent sources turned off, then the network reduced by inspection | only when no dependent source is present |
| Two experiments | Voc and Isc computed, then RT = Voc / Isc | always, unless VT = 0, which makes the ratio indeterminate |
| Test source | independent sources turned off, the port driven by 1 A or 1 V, then RT = Vtest / Itest | always; this is the only route that survives VT = 0 |
The independent sources are turned off when a test source is applied. Dependent sources are left alone, exactly as in superposition, which is why a network containing them can present a resistance that is unrelated to any resistor value in it, and can even be negative.
Maximum power transfer
For a fixed network delivering power to an adjustable load,
The condition is stated in terms of the Thevenin resistance of the network, so the equivalent must be found before the question can be answered. In an alternating-current circuit the condition becomes .
At the match, the source resistance dissipates exactly as much power as the load, so the efficiency is fifty per cent. Maximum power transfer is therefore the design goal for signal circuits, where the available power is small and scarce, and is emphatically not the design goal for power delivery, where the line resistance is kept as small as possible instead.
Developed in Lecture 4 (linearity, superposition, and the source equivalents), Lecture 5 (dependent sources at the port, and maximum power transfer), and Lecture 13 (the alternating-current condition).
§5 · Operational amplifiers
Two rules replace the entire device
The ideal model. The input currents are zero and the two input voltages are equal; the output current is whatever the supply rails must provide and is therefore unknown until it is solved for.
The first rule follows from infinite input resistance and the second from infinite gain with negative feedback present. Together they reduce every op-amp circuit to a nodal analysis, because the second rule supplies the value of a node voltage without an equation and the first rule removes two branches from every KCL sum.
- No KCL at the output node, unless is itself the quantity being solved for. The output current is supplied by the rails, which are not drawn, so an equation written there introduces an unknown that no other equation constrains.
- No KCL at the ground node, ever. The reference node carries the return current of every branch in the circuit, including the op-amp supply returns, so its KCL equation is never independent of the others. This holds for every circuit in the course, but op-amp circuits are where the temptation is strongest, because the ground node often looks like an ordinary node with only two or three visible branches.
An op-amp output behaves as an ideal voltage source, so the Thevenin resistance looking back into it is zero and the Norton equivalent does not exist. More generally, the series-parallel route to is unavailable in any circuit containing an amplifier, because the amplifier is an active element; the test-source route is used instead.
Developed in Lecture 6.
§6 · Switched circuits
Energy storage: two element laws and two continuity statements
The element laws are differential, which is what makes the circuit dynamic; the continuity statements are what make the initial condition computable.
| Element | Law | At DC steady state | Continuous quantity |
|---|---|---|---|
| Capacitor | iC = C dvC/dt | iC = 0: an open circuit | vC(0−) = vC(0+) |
| Inductor | vL = L diL/dt | vL = 0: a short circuit | iL(0−) = iL(0+) |
The combination rules complete the pair, and they are the opposite of the resistor rules: capacitances add in parallel and inductances add in series.
Only and are continuous across the instant of switching. The capacitor current and the inductor voltage may jump, and usually do. When the initial condition asked for is one of those, it is computed from the continuous quantity: is known first, and then follows from the circuit at with the capacitor replaced by a source of that value.
First order: one storage element, one exponential
Every voltage and every current in a first-order DC switched circuit has the same shape, so one formula covers all of them:
Three numbers are needed: the initial condition , the final condition , and the time constant. The resistance in the time constant is the Thevenin resistance seen by the storage element, which is found by removing the element, turning off the independent sources, and looking in at the two terminals left behind.
Second order: two storage elements, two initial conditions
A circuit containing two independent storage elements, whether two capacitors, two inductors, or one of each, obeys
where may be any voltage or any current in the circuit. Two initial conditions are required, and , because two constants appear in the solution.
- Initial conditions. At the circuit is at DC steady state, with capacitors open and inductors shorted; and are read off and carried across the switching instant by continuity. The derivative condition then follows from the element law applied at : and .
- Final condition. At the circuit is again at DC steady state. Since all derivatives vanish, the differential equation itself gives .
- The equation for . Two element equations in two unknowns are written and reduced to a single second-order equation in .
- Solve. The characteristic equation is formed, its roots classify the response, the matching solution form is written down, and the two initial conditions fix its two constants.
| Roots of s² + As + B = 0 | Case | Form of the natural response |
|---|---|---|
| real and distinct, s1 ≠ s2 | overdamped | A1es₁t + A2es₂t |
| real and repeated, s1 = s2 = −α | critically damped | (A1 + A2t)e−αt |
| complex, −α ± jωd | underdamped | e−αt(A1 cos ωdt + A2 sin ωdt) |
The two initial conditions are applied to , which is the natural response plus the forced response , and never to the natural response alone. Fitting the constants before the final value has been added is the most common arithmetic error in this topic.
Developed in Lecture 7 (the elements and the instant of switching), Lectures 8 and 9 (first order), and Lectures 10 and 11 (second order).
§7 · Phasors, impedance, and complex power
The steady state of a linear circuit driven at one frequency
A sinusoidal source at a single frequency produces a sinusoidal steady state at that same frequency, so only two numbers, an amplitude and a phase, are unknown in each response. The phasor carries exactly those two and discards the rest.
The frequency is not represented in the phasor and must be carried separately, because the impedances depend on it. Every source must therefore be at the same frequency before a single phasor circuit may be drawn; if two frequencies are present, the circuit is solved once per frequency and the time-domain answers are added by superposition. The cosine form with a positive amplitude is the reference; a sine or a negative amplitude is converted before the phasor is written.
Addition and subtraction are performed in this form, term by term. Conversion outward uses and ; the quadrant must be checked, because the principal arctangent alone confuses the second quadrant with the fourth.
Multiplication, division, powers, and roots are performed in this form: magnitudes multiply or divide, and angles add or subtract. Conversion inward uses and .
Euler's identity is what connects the other two forms, and it is the form in which the phasor transform is derived. On the examination it is used chiefly to justify the polar multiplication rule, since .
Impedance, and the one method that replaces all others
Impedances combine exactly as resistances do: in series they add, in parallel their reciprocals add, and both dividers apply unchanged. Every technique of the first half of the course therefore transfers without modification. The procedure is always the same three moves: transform to the phasor domain, solve by any DC technique, and transform the answer back.
Complex power
Average power is what a resistor dissipates and what a utility bills for. Written with rms phasors, it is the real part of a single complex quantity that carries both the average power and the reactive power:
The power triangle of an inductive load. The real power is the base, the reactive power the vertical leg, and the apparent power the hypotenuse. The angle of is the angle of the impedance, and its cosine is the power factor. A capacitive load mirrors the triangle about the base, since is then negative.
The conjugate is taken on the current, which is what makes the angle of come out as rather than its negative.
Developed in Lecture 12 (phasors and impedance) and Lectures 13 and 14 (alternating-current power, the power triangle, and power factor correction).
§8 · Balanced three-phase
One phase is solved; the other two follow by symmetry
A balanced system has three sources of equal magnitude spaced apart and three equal load impedances. Because the neutral carries no current, the system is solved on the per-phase equivalent below, and the remaining two phases are obtained by shifting the answer by .
The per-phase equivalent of a balanced Y-Y system. The source drives the line impedance in series with one load leg. The neutral connection between N and n carries no current when the system is balanced, so it may be drawn as an ideal short whether or not the physical system has a neutral wire.
| Connection | Voltages | Currents |
|---|---|---|
| Y load | Ṽab = √3 ∠30° · Ṽan | line current = phase current |
| Δ load | line voltage = phase voltage = Ṽab | Ĩa = √3 ∠−30° · Ĩab |
| Conversion | ZΔ = 3ZY, so a Δ load is converted to Y before the per-phase circuit is drawn | |
The factor and the shift appear once in each row, and which quantity carries them is decided by which connection is present. In both cases the quantity that is larger by is the one measured between two lines for a Y and the one flowing in a line for a Δ.
The power factor at the load is , computed from the load impedance alone. The power factor at the source is , computed from the line impedance in series with the load. The two differ whenever the line is not ideal, and a question that does not say which one is wanted is answered by stating both.
Developed in Lectures 15 and 16. The examination covers the balanced case only.
§9 · Coupling, matching, and the frequency response
Magnetically coupled circuits
Two coils sharing a magnetic flux are described by a mutual inductance , and the dot convention fixes the sign of the coupled term: a current entering the dotted terminal of one coil produces a voltage that is positive at the dotted terminal of the other. An ideal transformer is the limiting case in which the coupling is perfect, and it reduces to two ratios with :
The reflected-impedance relation is what makes a transformer a matching device. For maximum power transfer through an ideal transformer, the load and the source resistance are related by
Developed in Lectures 17 and 18.
The frequency response
The last block of the course replaces a single frequency by all of them. The circuit is redrawn in the domain with and , the transfer function is formed as the ratio of the output phasor to the input phasor, and is then plotted against frequency.
| Step | What is produced | Lecture |
|---|---|---|
| Redraw in the s domain | impedances sL and 1/sC; every DC technique still applies | 19 |
| Form H(s) | a ratio of polynomials, whose roots are the zeros and poles | 19 |
| Factor and plot | the Bode magnitude and phase, as the sum of the factor asymptotes | 20, 21 |
| Classify | low-pass, high-pass, band-pass, or band-stop, from the two extreme gains | 22 |
| Cut off | ωc from |H(jωc)|² = |H|²max / 2 | 23 |
§10 · Where every topic was developed
The index, and where to find a worked example
Each row names the lecture that develops the topic in full and, where one exists, the section of Lecture 24 that works a numbered example of it.
| Topic | Developed in | Worked example |
|---|---|---|
| KCL and the branch current method | 2 | Lecture 2 |
| Series, parallel, and the two dividers | 2 | Lecture 2 |
| Y-Δ and the bridge | 2 | Lecture 2 |
| Nodal analysis and the supernode | 3 | Lecture 3 |
| Linearity and superposition | 4 | Lecture 24 §1 |
| Thevenin and Norton equivalents | 4, 5 | Lecture 24 §2 |
| Maximum power transfer | 5, 13 | Lecture 24 §3 |
| Operational amplifiers | 6 | Lecture 24 §4 |
| Energy storage and the instant of switching | 7 | Lecture 24 §5 |
| First-order switched circuits | 8, 9 | Lecture 24 §5 |
| Second-order switched circuits | 10, 11 | Lecture 24 §6 |
| Sinusoids, phasors, and impedance | 12 | Lecture 24 §7 |
| AC power and the power triangle | 13, 14 | Lecture 24 §7 |
| Balanced three-phase circuits | 15, 16 | Lecture 24 §8 |
| Magnetically coupled circuits | 17 | Lecture 17 |
| Transformers and impedance matching | 18 | Lecture 24 §9 |
| Transfer functions and the frequency response | 19 | Lecture 19 |
| Bode plots | 20, 21 | Lecture 21 |
| Filters, first and second order | 22 | Lecture 22 |
| Cutoff frequencies of second-order filters | 23 | Lecture 23 |
The practice problem that closes Lecture 24 is cumulative: it combines a dependent source, both routes to a Thevenin equivalent, and maximum power transfer in a single circuit.