The meter bridge is a classic application of the Wheatstone bridge principle, allowing us to measure unknown resistances with remarkable precision. In this problem, we are presented with a fascinating scenario where interchanging the resistances causes a measurable shift in the balance point. Let's dive into the mechanics of this shift and unravel the math behind it.
Analyzing the Setup
Imagine a standard meter bridge. We have two unknown resistances, X and Y, connected in the left and right gaps, respectively. The problem provides a crucial piece of information: the resistance of their series combination is 1kΩ.
This immediately gives us our first constraint equation:
X+Y=1000Ω
This means that if we can find one resistance, the other is simply 1000 minus that value.
The Master Equation
The meter bridge operates on the principle of a balanced Wheatstone bridge. When the galvanometer shows zero deflection, the ratio of the resistances in the gaps is exactly equal to the ratio of the corresponding balancing lengths on the meter wire.
For our initial setup, let the balancing length from the left end be
l centimeters. The remaining length on the right is naturally
100−l. Applying the balancing condition, we get:
YX=100−ll
Substituting
Y=1000−X, our master equation for the initial state becomes:
1000−XX=100−ll
The Interchanged State
Now comes the twist. The resistances X and Y are interchanged. X moves to the right gap, and Y moves to the left gap. The problem states that this causes the balance point to shift to the left by 10 cm.
Therefore, our new balancing length is
l−10. Applying the balancing condition to this new configuration, we have:
XY=100−(l−10)l−10
Substituting
Y=1000−X and simplifying the denominator on the right side, we get:
X1000−X=110−ll−10
Taking the reciprocal of both sides to match the structure of our first equation:
1000−XX=l−10110−l
Final Calculation
We now have two distinct expressions for the ratio
1000−XX. By equating them, we can eliminate the resistances entirely and solve for the initial balancing length
l:
100−ll=l−10110−l
Cross-multiplying yields:
l(l−10)=(100−l)(110−l)
Expanding both sides:
l2−10l=11000−100l−110l+l2
Notice how the
l2 terms beautifully cancel out from both sides, leaving us with a simple linear equation:
−10l=11000−210l
200l=11000
l=55 cm
With the initial balancing length found, we can substitute it back into our first equation to find
X:
1000−XX=100−5555
1000−XX=4555=911
Cross-multiplying one last time:
9X=11000−11X
20X=11000
X=550Ω
The resistance in the left slot before interchanging was 550Ω. This problem elegantly demonstrates how physical manipulations in a circuit translate into symmetric mathematical equations, allowing us to deduce unknown values with pure logic.