Circuit Analysis Fundamentals
Level 4 — Application (novel problems, no hints) Time limit: 60 minutes Total marks: 60
Answer all questions. Show all working. Use notation for intermediate results where helpful.
Question 1 — Mixed Network + Divider (12 marks)
A ideal source drives the following network. From the source, resistor is in series with a parallel combination of and a branch consisting of in series with .
(a) Compute the total equivalent resistance seen by the source. (4) (b) Compute the total current delivered by the source. (2) (c) Compute the current flowing through . (3) (d) Compute the voltage across . (3)
Question 2 — Thevenin + Load (14 marks)
Consider a two-terminal network across output terminals A–B. A source connects through to node A; from node A a resistor goes to ground (terminal B). A second resistor connects node A to terminal A' where a source (referenced to ground) is applied.
Treat terminals A and B as the output port (A being node A itself, B being ground).
(a) Find the Thevenin voltage at A–B (open circuit) using superposition. (6) (b) Find the Thevenin resistance . (3) (c) A load is connected across A–B. Find the load current and the power delivered to . (3) (d) State the Norton equivalent (, ). (2)
Question 3 — RC Transient (12 marks)
A capacitor , initially uncharged, is connected at through to a supply.
(a) Give the time constant . (2) (b) Write the expression for and compute at . (4) (c) Find the time at which the capacitor voltage first reaches . (3) (d) At , what is the current through ? At ? (3)
Question 4 — RL Transient (10 marks)
An inductor in series with is switched onto a DC source at (zero initial current).
(a) Find the time constant and the final steady-state current. (3) (b) Write and evaluate it at . (4) (c) Find the voltage across the inductor at . (3)
Question 5 — AC Reactance (12 marks)
A series RC circuit with and is driven by a sinusoidal source of RMS voltage at frequency (take ).
(a) Compute the capacitive reactance . (3) (b) Compute the magnitude of the total impedance . (3) (c) Compute the RMS current magnitude. (3) (d) Compute the phase angle of the current relative to the source voltage. (3)
Answer keyMark scheme & solutions
Question 1
(a) Branch . Parallel with : Total . (4) Why: series adds; parallel uses product/sum; the divider branch is a single series resistance before paralleling.
(b) . (2)
(c) Voltage across the parallel block . Current through the branch (through ): . (3) Why: same voltage across both parallel branches; branch current = branch voltage / branch resistance.
(d) Voltage across equals the parallel-block voltage . (3) Why: is directly across the parallel node pair.
Question 2
(a) Superposition at node A (open circuit, no load current drawn since path carries current to the 6 V source).
With A open, current can still flow through the path and through to ground. Node equation at A (open output): Multiply by 6: So . (6) Why: KCL/nodal analysis (equivalent to superposition of the two sources) gives the open-circuit terminal voltage.
(b) Deactivate sources (short both voltage sources). Then from node A three resistors go to ground: , , all in parallel: (3)
(c) With : (3)
(d) ; . (2)
Question 3
(a) . (2)
(b) . At : , . . (4)
(c) . (3)
(d) At : capacitor acts as short, . At : capacitor fully charged, . (3)
Question 4
(a) . Final current . (3)
(b) . At : . (4)
(c) . (Check: ; ✓.) (3)
Question 5
(a) . (3)
(b) . (3)
(c) . (3)
(d) For series RC, current leads voltage by (current leads). (3)
[
{"claim":"Q1 Req = 300 ohm and R4 current = 24/300 * 200 / 600 A","code":"Rp=(300*600)/(300+600); Req=100+Rp; Itot=24/Req; Vpar=Itot*Rp; I_R4=Vpar/600; result = (Req==300) and abs(I_R4-0.026666666666)<1e-6"},
{"claim":"Q2 Vth=8V, Rth=1k, load current 1.6mA","code":"VA=Rational(48,6); Rth=1/(Rational(1,2)+Rational(1,6)+Rational(1,3)); IL=8/(Rth+4); result = (VA==8) and (Rth==1) and (IL==Rational(8,5)/1000*1000/1000 or abs(float(IL)-1.6)<1e-9)"},
{"claim":"Q3 vC at 30ms and t for 4V","code":"tau=10**4*4.7e-6; vc=5*(1-exp(-0.030/tau)); t4=tau*ln(5); result = abs(float(vc)-2.3592)<1e-3 and abs(float(t4)-0.07564)<1e-4"},
{"claim":"Q5 |Z|, I, phase","code":"Xc=1/(10**4*100e-9); Z=sqrt(1000**2+Xc**2); I=5/Z; th=atan(Xc/1000); result = abs(float(Xc)-1000)<1e-6 and abs(float(Z)-1414.2135)<1e-2 and abs(float(I)-0.0035355)<1e-6 and abs(float(th)-pi/4)<1e-9"}
]