Question
In a Wheatstone bridge, P=10 Ω, Q=15 Ω, R=6 Ω, and S=10 Ω. A galvanometer of resistance G=20 Ω is connected across BD. A battery of emf 6 V is connected across AC. Find the current through the galvanometer.
Solution — Step by Step
The Wheatstone bridge is balanced when:
QP=SR
Check: QP=1510=32 and SR=106=53
Since 32=53, the bridge is unbalanced. Current flows through the galvanometer.
We must solve using Kirchhoff’s laws.
The Wheatstone bridge circuit:
- Battery connected between A (positive) and C (negative)
- P is between A and B; Q is between B and C
- R is between A and D; S is between D and C
- Galvanometer G is between B and D
Assign currents:
- I1 through P (A→B)
- I2 through R (A→D)
- Ig through G (B→D, assuming B is at higher potential)
- I1−Ig through Q (B→C)
- I2+Ig through S (D→C)
Total current: I=I1+I2 (from battery)
Loop ABD (A → B via P, then B → D via G):
I1P+IgG−I2R=0
10I1+20Ig−6I2=0…(1)
Loop BDC (B → D via G, then D → C via S, and B → C via Q):
(I1−Ig)Q−(I2+Ig)S−IgG=0
Wait — let me re-apply KVL carefully for loop BDCB (going around the inner loop):
Starting at B: go B→D via G: drop Ig⋅G; go D→C via S: drop (I2+Ig)S; go C→B via Q (reversed — going against current): gain (I1−Ig)Q.
−IgG−(I2+Ig)S+(I1−Ig)Q=0
−20Ig−10(I2+Ig)+15(I1−Ig)=0
15I1−10I2−45Ig=0
3I1−2I2−9Ig=0…(2)
Outer loop (A→B via P → B→C via Q → C to A via battery):
ε=I1P+(I1−Ig)Q
6=10I1+15(I1−Ig)
6=25I1−15Ig…(3)
From equations (1), (2), (3):
From (1): 10I1−6I2=−20Ig⟹5I1−3I2=−10Ig(1′)
From (2): 3I1−2I2=9Ig(2)
Multiply (2) by 1.5: 4.5I1−3I2=13.5Ig(2′)
Subtract (1’) from (2’): (4.5−5)I1=13.5Ig+10Ig=23.5Ig
−0.5I1=23.5Ig⟹I1=−47Ig
Hmm, let me redo this more carefully. I’ll use I1 and I2 from equation (3) and substitute.
From (3): 25I1−15Ig=6⟹I1=256+15Ig(3′)
We need another relation. Use the outer loop through R and S:
ε=I2R+(I2+Ig)S=6I2+10(I2+Ig)=16I2+10Ig
6=16I2+10Ig⟹I2=166−10Ig(4)
Substitute (3’) and (4) into (1):
10⋅256+15Ig+20Ig−6⋅166−10Ig=0
52(6+15Ig)+20Ig−83(6−10Ig)=0
Multiply through by 40 (LCM of 5 and 8):
16(6+15Ig)+800Ig−15(6−10Ig)=0
96+240Ig+800Ig−90+150Ig=0
6+1190Ig=0
Ig=−11906=−5953≈−0.00504 A
The negative sign means current flows from D→B (opposite to assumed direction). Magnitude:
∣Ig∣=5953≈5.04×10−3 A≈5 mA
Why This Works
Kirchhoff’s laws encode the two fundamental conservation laws:
- KCL (junction rule): Conservation of charge — current in = current out at every node
- KVL (loop rule): Conservation of energy — sum of potential differences around any loop = 0
For a Wheatstone bridge, the balanced condition (P/Q=R/S) is a special case where Ig=0 — derived by setting the potential at B and D equal. When this ratio doesn’t hold, we must use the full Kirchhoff analysis.
Alternative Method — Thevenin’s Theorem
For an unbalanced Wheatstone bridge, Thevenin’s theorem is often faster:
- Remove the galvanometer
- Find the open-circuit voltage VBD (Thevenin voltage)
- Find the equivalent resistance Rth between B and D (with battery replaced by wire)
- Current: Ig=Rth+GVBD
VBD=VB−VD=I1P−I2R (with galvanometer removed, I1=P+Q6=256=0.24 A, I2=R+S6=166=0.375 A)
VBD=0.24×10−0.375×6=2.4−2.25=0.15 V
Rth=P+QPQ+R+SRS=2510×15+166×10=6+3.75=9.75 Ω
Ig=9.75+200.15=29.750.15≈5.04×10−3 A ✓
Thevenin’s theorem is significantly faster for Wheatstone bridge problems. JEE Main prefers Kirchhoff’s for shown working, but Thevenin gives the same answer in fewer steps. Learn both — Thevenin for quick MCQ checks, Kirchhoff for long-answer proofs.
Common Mistake
Students often assume a Wheatstone bridge is balanced and set Ig=0 without checking the balance condition first. Always check P/Q=R/S before concluding the bridge is balanced. Here, 10/15=6/10, so Ig=0. Treating an unbalanced bridge as balanced gives completely wrong answers.