Browse papers
A

Section A: Long Answer Questions

Attempt all / any as specified.

4 questions
1long14 marks

For the network shown below, two voltage sources of 24 V and 12 V are connected through resistances. The 24 V source has a 4 Ω series resistor, the 12 V source has a 6 Ω series resistor, and a 8 Ω resistor connects the common node to ground.

(a) Using mesh (loop) analysis, write the loop equations and determine the current supplied by each source. (7)

(b) Verify your result for the current through the 8 Ω resistor using nodal analysis, and hence calculate the power dissipated in the 8 Ω resistor. (7)

(a) Mesh (Loop) Analysis (7 marks)

Circuit: The 24 V source feeds through 4 Ω into the common node; the 12 V source feeds through 6 Ω into the same node; the 8 Ω resistor connects that node to ground.

Let the common-node-to-ground voltage be VV. Using two loops with mesh currents I1I_1 (left loop, through 24 V and 4 Ω) and I2I_2 (right loop, through 12 V and 6 Ω), both returning through the 8 Ω resistor:

Loop 1:

24=4I1+8(I1+I2)24 = 4I_1 + 8(I_1 + I_2) 12I1+8I2=24(1)12I_1 + 8I_2 = 24 \quad (1)

Loop 2:

12=6I2+8(I1+I2)12 = 6I_2 + 8(I_1 + I_2) 8I1+14I2=12(2)8I_1 + 14I_2 = 12 \quad (2)

Solving (1) and (2):

From (1): I1=248I212=20.667I2I_1 = \dfrac{24 - 8I_2}{12} = 2 - 0.667I_2.

Substitute into (2):

8(20.667I2)+14I2=128(2 - 0.667I_2) + 14I_2 = 12 165.33I2+14I2=128.667I2=4I2=0.461A16 - 5.33I_2 + 14I_2 = 12 \Rightarrow 8.667I_2 = -4 \Rightarrow I_2 = -0.461\,\text{A} I1=20.667(0.461)=2.308AI_1 = 2 - 0.667(-0.461) = 2.308\,\text{A}

Currents supplied:

  • Current from 24 V source: I1=2.31AI_1 = 2.31\,\text{A}
  • Current from 12 V source: I2=0.46AI_2 = -0.46\,\text{A} (i.e. 0.46 A flows into the 12 V source — it is being charged).

(b) Verification by Nodal Analysis and Power (7 marks)

Take the common node voltage VV (ground = 0). KCL at the node (sum of currents leaving = 0):

V244+V126+V8=0\frac{V-24}{4} + \frac{V-12}{6} + \frac{V}{8} = 0

Multiply by 24 (LCM):

6(V24)+4(V12)+3V=06(V-24) + 4(V-12) + 3V = 0 6V144+4V48+3V=013V=192V=14.77V6V - 144 + 4V - 48 + 3V = 0 \Rightarrow 13V = 192 \Rightarrow V = 14.77\,\text{V}

Current through 8 Ω resistor (node to ground):

I8=V8=14.778=1.846AI_{8} = \frac{V}{8} = \frac{14.77}{8} = 1.846\,\text{A}

Cross-check with mesh result: I1+I2=2.308+(0.461)=1.847AI_1 + I_2 = 2.308 + (-0.461) = 1.847\,\text{A} ✓ (agreement).

Power dissipated in 8 Ω:

P8=I82R=(1.846)2×8=27.3WP_8 = I_8^2 R = (1.846)^2 \times 8 = 27.3\,\text{W}

(Equivalently P8=V2/R=14.772/8=27.3P_8 = V^2/R = 14.77^2/8 = 27.3 W.)

dc-circuit-analysismesh-analysisnodal-analysis
2long12 marks

(a) State Thevenin's theorem and explain the step-by-step procedure for obtaining the Thevenin equivalent of a linear two-terminal network. (4)

(b) A network consists of a 20 V source in series with a 5 Ω resistor, with a 10 Ω resistor connected in parallel across the output terminals A-B. Determine the Thevenin equivalent circuit as seen from terminals A-B. (5)

(c) Using the maximum power transfer theorem, find the value of load resistance connected across A-B that will absorb maximum power, and calculate that maximum power. (3)

(a) Thevenin's Theorem (4 marks)

Statement: Any linear, bilateral two-terminal network containing sources and resistances can be replaced, as seen from its two output terminals, by a single voltage source VThV_{Th} in series with a single resistance RThR_{Th}, where VThV_{Th} is the open-circuit voltage at the terminals and RThR_{Th} is the resistance looking back into the network with all independent sources deactivated.

Procedure:

  1. Remove the load from terminals A-B.
  2. Find the open-circuit voltage across A-B — this is VThV_{Th}.
  3. Deactivate all independent sources (short voltage sources, open current sources), keeping their internal resistances.
  4. Compute the equivalent resistance looking into A-B — this is RThR_{Th}.
  5. Redraw as VThV_{Th} in series with RThR_{Th} feeding the load.

(b) Thevenin Equivalent (5 marks)

Circuit: 20 V source in series with 5 Ω, with 10 Ω across A-B.

VThV_{Th} (open-circuit voltage across A-B = voltage across 10 Ω): With load removed, the 10 Ω is across the terminals. Current in the loop =20/(5+10)=1.333= 20/(5+10) = 1.333 A.

VTh=1.333×10=13.33VV_{Th} = 1.333 \times 10 = 13.33\,\text{V}

RThR_{Th}: Short the 20 V source. Then 5 Ω and 10 Ω appear in parallel across A-B:

RTh=5×105+10=3.33ΩR_{Th} = \frac{5 \times 10}{5 + 10} = 3.33\,\Omega

Thevenin equivalent: VTh=13.33VV_{Th} = 13.33\,\text{V} in series with RTh=3.33ΩR_{Th} = 3.33\,\Omega.

(c) Maximum Power Transfer (3 marks)

Maximum power is transferred when the load resistance equals the Thevenin resistance:

RL=RTh=3.33ΩR_L = R_{Th} = 3.33\,\Omega

Maximum power:

Pmax=VTh24RTh=13.3324×3.33=177.813.33=13.33WP_{max} = \frac{V_{Th}^2}{4R_{Th}} = \frac{13.33^2}{4 \times 3.33} = \frac{177.8}{13.33} = 13.33\,\text{W}
network-theoremsthevenin-theoremmaximum-power-transfer
3long14 marks

(a) Distinguish between star (Y) and delta (Δ) connections in a three-phase system, deriving the relationship between line and phase values of voltage and current in each case. (6)

(b) A balanced three-phase star-connected load of impedance (8 + j6) Ω per phase is supplied from a 400 V, 50 Hz, three-phase line. Calculate the line current, power factor, total active power and total reactive power drawn by the load. (8)

(a) Star vs Delta Connection (6 marks)

FeatureStar (Y)Delta (Δ)
ConnectionThree ends joined at neutralPhases joined end-to-end forming a closed loop
NeutralAvailableNot available
Voltage relationVL=3VphV_L = \sqrt{3}\,V_{ph}VL=VphV_L = V_{ph}
Current relationIL=IphI_L = I_{ph}IL=3IphI_L = \sqrt{3}\,I_{ph}

Star derivation (voltage): Line voltage is the phasor difference of two phase voltages 120° apart:

VL=2Vphcos30=3Vph,IL=IphV_L = 2V_{ph}\cos 30^\circ = \sqrt{3}\,V_{ph}, \qquad I_L = I_{ph}

Delta derivation (current): Line current is the phasor difference of two phase currents 120° apart:

IL=2Iphcos30=3Iph,VL=VphI_L = 2I_{ph}\cos 30^\circ = \sqrt{3}\,I_{ph}, \qquad V_L = V_{ph}

In both cases total power P=3VLILcosϕP = \sqrt{3}\,V_L I_L \cos\phi.

(b) Balanced Star Load Calculation (8 marks)

Given: Zph=8+j6ΩZ_{ph} = 8 + j6\,\Omega, VL=400V_L = 400 V, star-connected.

Phase impedance magnitude and angle:

Z=82+62=10Ω,ϕ=tan1(6/8)=36.87|Z| = \sqrt{8^2 + 6^2} = 10\,\Omega, \qquad \phi = \tan^{-1}(6/8) = 36.87^\circ

Phase voltage (star):

Vph=VL3=4003=230.9VV_{ph} = \frac{V_L}{\sqrt{3}} = \frac{400}{\sqrt 3} = 230.9\,\text{V}

Line current ( = phase current in star):

IL=Iph=VphZ=230.910=23.09AI_L = I_{ph} = \frac{V_{ph}}{|Z|} = \frac{230.9}{10} = 23.09\,\text{A}

Power factor:

cosϕ=RZ=810=0.8 (lagging)\cos\phi = \frac{R}{|Z|} = \frac{8}{10} = 0.8 \ \text{(lagging)}

Total active power:

P=3VLILcosϕ=3×400×23.09×0.8=12.8kWP = \sqrt{3}\,V_L I_L \cos\phi = \sqrt 3 \times 400 \times 23.09 \times 0.8 = 12.8\,\text{kW}

Total reactive power:

Q=3VLILsinϕ=3×400×23.09×0.6=9.6kVARQ = \sqrt{3}\,V_L I_L \sin\phi = \sqrt 3 \times 400 \times 23.09 \times 0.6 = 9.6\,\text{kVAR}

Summary: IL=23.1I_L = 23.1 A, p.f. =0.8= 0.8 lag, P=12.8P = 12.8 kW, Q=9.6Q = 9.6 kVAR.

three-phase-systemsac-powerstar-delta
4long12 marks

(a) Derive the EMF equation of a single-phase transformer and explain the principle of operation on the basis of mutual induction. (5)

(b) A 50 kVA, 2200/220 V, 50 Hz single-phase transformer has a primary winding of 400 turns. Determine the number of secondary turns, the maximum flux in the core, and the full-load primary and secondary currents. (4)

(c) Draw the approximate equivalent circuit of a transformer referred to the primary side and label all parameters. (3)

(a) EMF Equation & Principle (5 marks)

Principle (mutual induction): A transformer has two coils (primary and secondary) wound on a common magnetic core. When alternating voltage is applied to the primary, it drives an alternating flux in the core. This time-varying flux links the secondary winding and, by Faraday's law, induces an EMF in it. Energy is transferred from primary to secondary purely by mutual magnetic coupling, with no electrical connection.

EMF equation: Let the flux be ϕ=ϕmsinωt\phi = \phi_m \sin\omega t. The EMF induced per turn is dϕ/dt-d\phi/dt. For NN turns the peak EMF is Nωϕm=N(2πf)ϕmN\omega\phi_m = N(2\pi f)\phi_m. The RMS value is

E=N2πfϕm2=4.44fNϕmE = \frac{N\,2\pi f\,\phi_m}{\sqrt 2} = 4.44\,f\,N\,\phi_m

Thus E1=4.44fN1ϕmE_1 = 4.44\,f\,N_1\,\phi_m and E2=4.44fN2ϕmE_2 = 4.44\,f\,N_2\,\phi_m, giving the turns ratio E1E2=N1N2\dfrac{E_1}{E_2} = \dfrac{N_1}{N_2}.

(b) Numerical (4 marks)

Given: 50 kVA, 2200/220 V, 50 Hz, N1=400N_1 = 400.

Secondary turns:

N2=N1V2V1=400×2202200=40 turnsN_2 = N_1 \frac{V_2}{V_1} = 400 \times \frac{220}{2200} = 40\ \text{turns}

Maximum flux (from E1=4.44fN1ϕmE_1 = 4.44 f N_1 \phi_m):

ϕm=V14.44fN1=22004.44×50×400=0.0248Wb=24.8mWb\phi_m = \frac{V_1}{4.44 f N_1} = \frac{2200}{4.44 \times 50 \times 400} = 0.0248\,\text{Wb} = 24.8\,\text{mWb}

Full-load currents:

I1=kVAV1=500002200=22.7A,I2=50000220=227.3AI_1 = \frac{kVA}{V_1} = \frac{50000}{2200} = 22.7\,\text{A}, \qquad I_2 = \frac{50000}{220} = 227.3\,\text{A}

(c) Approximate Equivalent Circuit Referred to Primary (3 marks)

Description (referred to primary):

  o---R01---X01---+-----------o
  |               |
V1            Rm | Xm (shunt)   V2'  (= a*V2)
  |               |
  o---------------+-----------o
  • R01=R1+a2R2R_{01} = R_1 + a^2 R_2 : total resistance referred to primary
  • X01=X1+a2X2X_{01} = X_1 + a^2 X_2 : total leakage reactance referred to primary
  • RmR_m : core-loss (magnetising) resistance branch
  • XmX_m : magnetising reactance branch
  • a=N1/N2a = N_1/N_2 : turns ratio; the shunt (no-load) branch is moved to the input terminals for the approximate circuit.
transformersemf-equationequivalent-circuit
B

Section B: Short Answer Questions

Attempt all / any as specified.

9 questions
5short6 marks

A series RLC circuit having R = 10 Ω, L = 0.1 H and C = 100 μF is connected across a 230 V, 50 Hz supply. Calculate the impedance, the current drawn, the power factor and state whether the circuit is inductive or capacitive.

Series RLC Circuit (6 marks)

Given: R=10ΩR = 10\,\Omega, L=0.1L = 0.1 H, C=100μFC = 100\,\mu\text{F}, V=230V = 230 V, f=50f = 50 Hz, ω=2πf=314.16\omega = 2\pi f = 314.16 rad/s.

Inductive reactance:

XL=ωL=314.16×0.1=31.42ΩX_L = \omega L = 314.16 \times 0.1 = 31.42\,\Omega

Capacitive reactance:

XC=1ωC=1314.16×100×106=31.83ΩX_C = \frac{1}{\omega C} = \frac{1}{314.16 \times 100\times10^{-6}} = 31.83\,\Omega

Net reactance: X=XLXC=31.4231.83=0.41ΩX = X_L - X_C = 31.42 - 31.83 = -0.41\,\Omega.

Impedance:

Z=R2+X2=102+(0.41)2=10.00810.0ΩZ = \sqrt{R^2 + X^2} = \sqrt{10^2 + (-0.41)^2} = 10.008 \approx 10.0\,\Omega

Current:

I=VZ=23010.0=22.98A23AI = \frac{V}{Z} = \frac{230}{10.0} = 22.98\,\text{A} \approx 23\,\text{A}

Power factor:

cosϕ=RZ=1010.0=0.9991\cos\phi = \frac{R}{Z} = \frac{10}{10.0} = 0.999 \approx 1

Nature: Since XC>XLX_C > X_L (net reactance negative), the circuit is slightly capacitive (current leads voltage). It is operating very close to resonance (f0=1/(2πLC)=50.3f_0 = 1/(2\pi\sqrt{LC}) = 50.3 Hz), so the power factor is nearly unity.

ac-circuit-fundamentalsrlc-seriesphasor
6short6 marks

Define RMS value, average value and form factor of an alternating quantity. For a sinusoidal voltage v(t) = 311 sin(314t), determine its peak value, RMS value, frequency and form factor.

Definitions (and numerical) (6 marks)

RMS value: The RMS (root-mean-square) or effective value of an alternating quantity is the equivalent DC value that produces the same heating effect in a given resistance. For a sinusoid, Vrms=Vm/2=0.707VmV_{rms} = V_m/\sqrt2 = 0.707\,V_m.

Average value: The average (mean) value over a half cycle of a symmetrical alternating quantity. For a sinusoid, Vavg=2Vm/π=0.637VmV_{avg} = 2V_m/\pi = 0.637\,V_m.

Form factor: The ratio of RMS value to average value: Kf=Vrms/VavgK_f = V_{rms}/V_{avg}. For a sinusoid, Kf=0.707/0.637=1.11K_f = 0.707/0.637 = 1.11.

For v(t)=311sin(314t)v(t) = 311\sin(314t)

  • Peak value: Vm=311VV_m = 311\,\text{V}
  • RMS value: Vrms=311/2=219.9220VV_{rms} = 311/\sqrt2 = 219.9 \approx 220\,\text{V}
  • Angular frequency / frequency: ω=314\omega = 314 rad/s, so f=ω/2π=314/6.283=50Hzf = \omega/2\pi = 314/6.283 = 50\,\text{Hz}
  • Form factor: Kf=1.11K_f = 1.11 (for a sine wave)

This is the standard 220 V, 50 Hz domestic supply.

ac-circuit-fundamentalsrms-average-value
7short6 marks

An iron ring of mean circumference 40 cm and cross-sectional area 5 cm² has a relative permeability of 1000. It is wound with a coil of 200 turns carrying a current of 2 A. Calculate the MMF, the reluctance of the magnetic circuit and the flux produced in the ring.

Magnetic Circuit of an Iron Ring (6 marks)

Given: mean length l=40cm=0.4l = 40\,\text{cm} = 0.4 m, area A=5cm2=5×104m2A = 5\,\text{cm}^2 = 5\times10^{-4}\,\text{m}^2, μr=1000\mu_r = 1000, N=200N = 200, I=2I = 2 A. (μ0=4π×107\mu_0 = 4\pi\times10^{-7}).

MMF (magnetomotive force):

F=NI=200×2=400AT (ampere-turns)\mathcal{F} = NI = 200 \times 2 = 400\,\text{AT (ampere-turns)}

Reluctance:

S=lμ0μrA=0.4(4π×107)(1000)(5×104)S = \frac{l}{\mu_0 \mu_r A} = \frac{0.4}{(4\pi\times10^{-7})(1000)(5\times10^{-4})} S=0.46.283×107=6.366×105AT/WbS = \frac{0.4}{6.283\times10^{-7}} = 6.366\times10^{5}\,\text{AT/Wb}

Flux:

ϕ=FS=4006.366×105=6.28×104Wb=0.628mWb\phi = \frac{\mathcal{F}}{S} = \frac{400}{6.366\times10^{5}} = 6.28\times10^{-4}\,\text{Wb} = 0.628\,\text{mWb}

Summary: MMF =400= 400 AT, S=6.37×105S = 6.37\times10^5 AT/Wb, ϕ0.628\phi \approx 0.628 mWb.

magnetic-circuitsreluctancemmf
8short6 marks

Derive the EMF equation of a DC generator. A 4-pole, lap-wound DC generator has 600 armature conductors and runs at 1000 rpm. If the flux per pole is 20 mWb, calculate the generated EMF.

EMF Equation of a DC Generator (6 marks)

Let ϕ\phi = flux per pole (Wb), PP = number of poles, ZZ = total armature conductors, NN = speed (rpm), AA = number of parallel paths.

In one revolution each conductor cuts flux =ϕP= \phi P webers. Time for one revolution =60/N= 60/N seconds. Average EMF per conductor:

e=ϕP60/N=ϕPN60e = \frac{\phi P}{60/N} = \frac{\phi P N}{60}

Conductors per parallel path =Z/A= Z/A, so total generated EMF:

E=ϕZNP60A\boxed{E = \frac{\phi Z N P}{60 A}}

For lap winding A=PA = P; for wave winding A=2A = 2.

Numerical

Given: P=4P = 4, lap-wound so A=P=4A = P = 4, Z=600Z = 600, N=1000N = 1000 rpm, ϕ=20mWb=0.02\phi = 20\,\text{mWb} = 0.02 Wb.

E=ϕZNP60A=0.02×600×1000×460×4E = \frac{\phi Z N P}{60 A} = \frac{0.02 \times 600 \times 1000 \times 4}{60 \times 4} E=48000240=200VE = \frac{48000}{240} = 200\,\text{V}

Generated EMF =200= 200 V.

dc-machinesdc-generatoremf-equation
9short6 marks

(a) Explain the principle of operation of a DC motor and state the significance of back EMF. (3)

(b) A 220 V DC shunt motor has an armature resistance of 0.5 Ω and draws an armature current of 20 A. Calculate the back EMF developed by the motor. (3)

(a) Principle & Back EMF (3 marks)

Principle: When a current-carrying conductor is placed in a magnetic field, it experiences a mechanical force F=BIlF = BIl (Lorentz/motor principle). In a DC motor, current-carrying armature conductors lie in the field of the poles; the resulting force on each conductor produces a torque that rotates the armature. The commutator reverses the current in each conductor as it passes the magnetic neutral so that the torque always acts in the same direction.

Back EMF (EbE_b): As the armature rotates in the magnetic field it cuts flux and generates an EMF that, by Lenz's law, opposes the applied voltage — hence "back" EMF, Eb=ϕZNP/60AE_b = \phi Z N P/60A. Its significance: it limits and regulates the armature current (Ia=(VEb)/RaI_a = (V - E_b)/R_a) and makes the motor self-regulating — when load increases, speed and EbE_b fall, allowing more current and torque to be drawn automatically.

(b) Numerical (3 marks)

Given: V=220V = 220 V, Ra=0.5ΩR_a = 0.5\,\Omega, Ia=20I_a = 20 A.

Eb=VIaRa=220(20×0.5)=22010=210VE_b = V - I_a R_a = 220 - (20 \times 0.5) = 220 - 10 = 210\,\text{V}

Back EMF =210= 210 V.

dc-machinesdc-motorspeed-control
10short6 marks

With a neat sketch, explain the construction and working principle of a Permanent Magnet Moving Coil (PMMC) instrument. State two advantages and two disadvantages of this type of instrument.

PMMC Instrument (6 marks)

Construction (sketch in words): A rectangular coil of fine insulated wire is wound on a light aluminium former and pivoted on jewelled bearings between the poles of a permanent magnet. A soft-iron cylindrical core is placed inside the coil to make the air-gap field radial and uniform. Two spiral hair-springs (top and bottom) provide the controlling torque and also carry current to the coil. A pointer attached to the coil moves over a calibrated scale.

Working principle: When current II flows through the coil placed in the radial magnetic field BB, each side experiences a force, producing a deflecting torque

Td=NBILb=GIT_d = N B I L b = G I

where G=NBLbG = NBLb is a constant. The hair-springs provide a controlling torque Tc=KθT_c = K\theta. At balance Td=TcT_d = T_c, giving

θ=GIKI\theta = \frac{GI}{K} \propto I

so the deflection is directly proportional to the current and the scale is uniform (linear). Damping is provided by eddy currents in the aluminium former.

Advantages (any two):

  1. Uniform (linear) scale.
  2. High sensitivity and accuracy; low power consumption.
  3. No hysteresis error; effective eddy-current damping.

Disadvantages (any two):

  1. Can measure only DC (gives zero average deflection for AC unless used with a rectifier).
  2. More expensive due to the permanent magnet and precise construction; ageing of magnet/springs can cause errors.
electrical-measurementspmmcinstruments
11short6 marks

Describe, with a circuit diagram, the working of a Wheatstone bridge for the measurement of an unknown resistance. Derive the balance condition of the bridge.

Wheatstone Bridge (6 marks)

Circuit (described): Four resistors form a diamond/bridge: PP and QQ are the ratio arms, RR is a known standard variable resistance, and SS is the unknown resistance. A DC supply (battery) is connected across one diagonal (A-C) and a sensitive galvanometer GG across the other diagonal (B-D).

        A
      P/ \Q
      B---G---D       (galvanometer between B and D)
      R\ /S
        C
   (battery across A-C)

Working: The variable arm RR is adjusted until the galvanometer shows zero deflection. At this balanced condition no current flows through the galvanometer, so points B and D are at the same potential.

Balance condition (derivation): At balance, Ig=0I_g = 0, so the same current I1I_1 flows through PP and RR, and I2I_2 through QQ and SS.

Potential at B equals potential at D:

I1P=I2Q(1)I_1 P = I_2 Q \quad (1) I1R=I2S(2)I_1 R = I_2 S \quad (2)

Dividing (1) by (2):

PR=QSPQ=RS\frac{P}{R} = \frac{Q}{S} \Rightarrow \boxed{\dfrac{P}{Q} = \dfrac{R}{S}}

Hence the unknown resistance:

S=QPRS = \frac{Q}{P}\,R

The bridge is a null (deflection-independent) method, so its accuracy does not depend on the galvanometer calibration or supply voltage.

electrical-measurementswheatstone-bridge
12short6 marks

State the Superposition theorem. Using it, determine the current flowing through a 5 Ω resistor in a circuit energised simultaneously by a 10 V voltage source and a 2 A current source, clearly showing the contribution of each source.

Superposition Theorem (6 marks)

Statement: In a linear bilateral network containing more than one independent source, the response (current or voltage) in any element equals the algebraic sum of the responses produced by each independent source acting alone, with all other independent sources deactivated (voltage sources short-circuited, current sources open-circuited).

Worked Example

Consider the 5 Ω resistor (call it RR) fed by a 10 V source through a series 10 Ω resistor, with a 2 A current source connected across the 5 Ω resistor (a representative arrangement consistent with the data).

Source 1 — 10 V source acting alone (open the 2 A current source): Current flows through 10 Ω in series with 5 Ω:

I=1010+5=0.667A (through 5 Ω)I' = \frac{10}{10 + 5} = 0.667\,\text{A (through 5 Ω)}

Source 2 — 2 A current source acting alone (short the 10 V source): The 2 A splits between the 10 Ω (now to ground) and the 5 Ω in parallel. Current through the 5 Ω by current divider:

I=2×1010+5=1.333AI'' = 2 \times \frac{10}{10 + 5} = 1.333\,\text{A}

Total current through 5 Ω (both contributions in the same direction):

I=I+I=0.667+1.333=2.0AI = I' + I'' = 0.667 + 1.333 = 2.0\,\text{A}

Note: If the two contributions oppose, take the algebraic difference. The method illustrated — solving for each source separately and superposing — is the key technique; with this configuration I5Ω=2AI_{5\Omega} = 2\,\text{A}.

dc-circuit-analysissuperposition-theorem
13short4 marks

Explain the two-wattmeter method of measuring power in a three-phase circuit. How can the power factor of the load be determined from the two wattmeter readings?

Two-Wattmeter Method (4 marks)

Method: Two wattmeters are used to measure total power in a three-phase, three-wire system (balanced or unbalanced). Each wattmeter's current coil is connected in one line (say R and Y) and its pressure (voltage) coil is connected between that line and the third line (B). The total three-phase power is the algebraic sum of the two readings:

P=W1+W2P = W_1 + W_2

For a balanced load with power factor angle ϕ\phi:

W1=VLILcos(30ϕ),W2=VLILcos(30+ϕ)W_1 = V_L I_L \cos(30^\circ - \phi), \qquad W_2 = V_L I_L \cos(30^\circ + \phi)

so W1+W2=3VLILcosϕW_1 + W_2 = \sqrt{3}\,V_L I_L \cos\phi (total power), which is correct for any power factor.

Power factor from the readings: Subtracting,

W1W2=VLILsinϕW_1 - W_2 = V_L I_L \sin\phi tanϕ=3W1W2W1+W2\tan\phi = \sqrt{3}\,\frac{W_1 - W_2}{W_1 + W_2}

Hence the load power factor is

cosϕ=cos[tan1(3W1W2W1+W2)]\cos\phi = \cos\left[\tan^{-1}\left(\sqrt{3}\,\frac{W_1 - W_2}{W_1 + W_2}\right)\right]

If W1=W2W_1 = W_2, p.f. =1= 1 (unity). If one wattmeter reads zero, p.f. =0.5= 0.5; if one reads negative (p.f. below 0.5), its reading is subtracted.

three-phase-systemspower-measurement

Frequently asked questions

Where can I find the BE Computer Engineering (Pokhara University) Basic Electrical Engineering (PU, ELE 120) question paper 2079?
The full BE Computer Engineering (Pokhara University) Basic Electrical Engineering (PU, ELE 120) 2079 (regular) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the Basic Electrical Engineering (PU, ELE 120) 2079 paper come with solutions?
Yes. Every question on this Basic Electrical Engineering (PU, ELE 120) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
How many marks is the BE Computer Engineering (Pokhara University) Basic Electrical Engineering (PU, ELE 120) 2079 paper?
The BE Computer Engineering (Pokhara University) Basic Electrical Engineering (PU, ELE 120) 2079 paper carries 100 full marks and is meant to be completed in 180 minutes, across 13 questions.
Is practising this Basic Electrical Engineering (PU, ELE 120) past paper free?
Yes — reading and attempting this Basic Electrical Engineering (PU, ELE 120) past paper on Kekkei is completely free.