Circuit Analysis Fundamentals
Difficulty Level: 2 — Recall (definitions, standard textbook problems, short derivations) Time Limit: 30 minutes Total Marks: 50
Q1. Define Kirchhoff's Current Law (KCL) and Kirchhoff's Voltage Law (KVL) in one sentence each. (4 marks)
Q2. Three resistors , , are connected in series. (a) Compute the equivalent resistance. (2 marks) (b) Recompute the equivalent resistance if instead they are all in parallel. (3 marks)
Q3. A voltage divider consists of (top) and (bottom) across a supply. Compute the output voltage taken across . State the divider formula used. (4 marks)
Q4. A total current of enters a parallel combination of and . Using the current divider rule, find the current through . (4 marks)
Q5. An RC circuit has and . (a) Compute the time constant . (2 marks) (b) State the capacitor voltage (as a fraction of the final value) reached after one time constant during charging. (2 marks)
Q6. For an RL circuit with and , compute the time constant and state the equation for the current during energising from a source . (5 marks)
Q7. Define Thévenin's theorem and Norton's theorem. State the relationship between the Thévenin resistance and the Norton resistance , and between , and this resistance. (6 marks)
Q8. State the superposition theorem. Explain how independent voltage sources and independent current sources are treated ("deactivated") when applying it. (5 marks)
Q9. A capacitor of is driven by an AC source at frequency . Compute its capacitive reactance . State the phase relationship between voltage and current for an ideal capacitor. (5 marks)
Q10. A multimeter is used to measure a resistor. Explain briefly: (a) how the meter should be connected to measure current vs. voltage; (2 marks) (b) what a "reference node" or ground means in a circuit. (2 marks)
Answer keyMark scheme & solutions
Q1. (4 marks)
- KCL: The algebraic sum of currents entering a node equals the sum leaving it; i.e. the net current at any node is zero. (2 marks — expresses charge conservation)
- KVL: The algebraic sum of voltages around any closed loop is zero. (2 marks — expresses energy conservation)
Q2. (5 marks) (a) Series: . (2) (b) Parallel: . LCM approach: . (1) . (2) Why: series resistances add; parallel conductances add.
Q3. (4 marks) Formula: . (2) . (2)
Q4. (4 marks) Current divider: (opposite resistor over sum). (2) . (2) Check: , and . ✓
Q5. (4 marks) (a) . (2) (b) After one , → about 63.2% of final. (2)
Q6. (5 marks) . (2) Energising current: . (3) Why: inductor current rises exponentially toward final value .
Q7. (6 marks)
- Thévenin: Any linear two-terminal network can be replaced by a single voltage source in series with a resistance . (2)
- Norton: Any linear two-terminal network can be replaced by a single current source in parallel with a resistance . (2)
- Relationships: , and (equivalently ). (2)
Q8. (5 marks)
- Statement: In a linear circuit with multiple independent sources, the response (voltage/current) at any element equals the algebraic sum of the responses caused by each independent source acting alone. (3)
- Deactivation: Independent voltage sources are replaced by a short circuit (0 V); independent current sources are replaced by an open circuit (0 A). Dependent sources are left in place. (2)
Q9. (5 marks) . (2) . (2) Phase: current leads voltage by in an ideal capacitor. (1)
Q10. (4 marks) (a) To measure current, connect the ammeter in series (break the branch); to measure voltage, connect the voltmeter in parallel (across the element). (2) (b) The reference node / ground is the node chosen as ; all other node voltages are measured relative to it. (2)
[
{"claim":"Q2b parallel of 100,200,300 = 600/11 ~ 54.545 ohm","code":"Req = 1/(1/100 + 1/200 + 1/300); result = abs(Req - Rational(600,11)) < Rational(1,1000000)"},
{"claim":"Q3 voltage divider output = 6 V","code":"Vout = 10 * Rational(6,4+6); result = Vout == 6"},
{"claim":"Q4 current divider I1 = 4 A","code":"I1 = 6 * Rational(4,2+4); result = I1 == 4"},
{"claim":"Q6 RL time constant = 0.004 s","code":"tau = Rational(2,500); result = tau == Rational(4,1000)"},
{"claim":"Q9 capacitive reactance ~ 79.577 ohm","code":"Xc = 1/(2*pi*1000*2*10**(-6)); result = abs(float(Xc) - 79.5774715) < 0.001"}
]