Analyzing the Setup
Imagine you have a galvanometer
It's a sensitive device that measures small currents. But what if you want to measure voltage? You can convert it into a voltmeter by adding a high resistance in series.
In our problem, we start with a galvanometer of resistance G. To make it measure up to 1 V, we connect a resistance R1 in series. Let's say the current required for full-scale deflection is ig.
The Master Equation
According to Ohm's law, the total voltage V across a series circuit is the product of the current I and the equivalent resistance Req
Here, the equivalent resistance is simply the sum of the individual resistances:
Req=G+R1
Substituting our values into Ohm's law, we get our first master equation:
1=ig(G+R1)
Extending the Range
Now, we want to upgrade our voltmeter
We want it to measure up to 2 V. To do this, we need to increase the total resistance. We add an additional unknown resistance, let's call it x, in series with R1.
The current for full-scale deflection remains
ig because the galvanometer itself hasn't changed. Applying Ohm's law to this new, upgraded circuit gives us our second equation:
2=ig(G+R1+x)
Final Calculation
We now have a system of two equations
The easiest way to solve for x is to divide the first equation by the second. This elegantly cancels out the ig term, which we don't know anyway!
21=ig(G+R1+x)ig(G+R1)
21=G+R1+xG+R1
Now, it's just a matter of simple algebra. Cross-multiplying gives:
G+R1+x=2(G+R1)
Expanding the right side:
G+R1+x=2G+2R1
Finally, isolating
x:
x=2G+2R1−G−R1
x=G+R1
And there we have it! To double the range of our voltmeter, we need to add an additional resistance equal to the total initial resistance of the circuit.