Vardaan Watermark
Vardaan Learning Institute
Class 12 Physics • Chapter Notes
🌐 vardaanlearning.com📞 9508841336

Chapter 3: Current Electricity

Dear Class 12 Student! Chapters 1 and 2 dealt with charges at rest (Electrostatics). Now, we set those charges into motion. Current Electricity is one of the highest-weightage chapters in both CBSE Boards and JEE Main. The derivations of Drift Velocity and Ohm's Law are almost guaranteed board questions, while Kirchhoff's rules and instrument-based problems dominate competitive exams. Let's conquer it!

1. Electric Current and Flow of Charges

Conventional Current and Electron Drift Direction

Electric Current ($I$): It is defined as the rate of flow of electric charge through any cross-section of a conductor.

Formula & Units If charge $\Delta q$ flows in time $\Delta t$, the average current is $I_{avg} = \frac{\Delta q}{\Delta t}$.
The instantaneous current is: $$I = \frac{dq}{dt}$$

Direction of Current: By convention, the direction of current is taken as the direction of flow of positive charges. Therefore, the conventional current flows from higher potential to lower potential, which is exactly opposite to the direction of flow of electrons.

Charge Carriers in Different Media:

Practice Problem 1 Question: The charge flowing through a conductor varies with time as $q(t) = at^2 + bt + c$. Find the instantaneous current at $t = 2 \text{ s}$ if $a = 3 \text{ C/s}^2$ and $b = 5 \text{ C/s}$.
Solution:
Instantaneous current $I = \frac{dq}{dt}$.
$I = \frac{d}{dt}(at^2 + bt + c) = 2at + b$.
At $t = 2 \text{ s}$, substitute the values of $a$ and $b$:
$I = 2(3)(2) + 5 = 12 + 5 = \mathbf{17 \text{ A}}$.

2. Ohm's Law, Resistance, and Resistivity

Figure 3

Ohm's Law: The physical state (temperature, mechanical strain, etc.) remaining unchanged, the current flowing through a conductor is directly proportional to the potential difference across its ends.

$$V \propto I \implies \mathbf{V = IR}$$

Where $R$ is the constant of proportionality known as Electrical Resistance. Its SI unit is the Ohm ($\Omega$). Resistance is the opposition offered by the substance to the flow of electric current, caused by the collision of moving electrons with fixed positive ions/atoms.

Factors Affecting Resistance

Resistance of a conductor depends directly on its length ($l$) and inversely on its cross-sectional area ($A$):

$$R = \rho \frac{l}{A}$$

Where $\rho$ (rho) is the Resistivity (or Specific Resistance) of the material. Resistivity depends only on the nature of the material and its temperature, NOT on its shape or size! Its SI unit is $\Omega\cdot\text{m}$.

Conductance ($G$) & Conductivity ($\sigma$):
Conductance is the reciprocal of resistance: $G = \frac{1}{R}$ (Unit: Siemens or Mho or $\Omega^{-1}$).
Conductivity is the reciprocal of resistivity: $\sigma = \frac{1}{\rho}$ (Unit: $S/m$ or $\Omega^{-1}m^{-1}$).

Vector Form of Ohm's Law (Important Board Derivation)

Current Density ($\vec{J}$): The current flowing per unit area perpendicular to the direction of current. $J = \frac{I}{A}$. It is a Vector quantity. Unit: $A/m^2$.

Derivation: $\vec{J} = \sigma \vec{E}$ Consider a conductor of length $l$ and area $A$. Let $V$ be the potential difference across it.
Electric field $E = \frac{V}{l} \implies V = El$
By Ohm's Law: $V = IR$
Substitute $R = \rho \frac{l}{A}$:
$V = I \left( \rho \frac{l}{A} \right)$
Equating the two expressions for V:
$El = I \rho \frac{l}{A}$
$E = \left( \frac{I}{A} \right) \rho$
Since $J = I/A$, we get $E = J \rho$.
Rearranging: $J = \frac{1}{\rho} E$
Since $\sigma = 1/\rho$, we get the vector form: $\vec{J} = \sigma \vec{E}$
JEE Main Transition: Stretching of Wires If a wire is stretched, its volume ($V = A \times l$) remains constant. If length is increased $n$ times ($l' = nl$), the area must decrease by $n$ times ($A' = A/n$).
New Resistance: $R' = \rho \frac{l'}{A'} = \rho \frac{nl}{A/n} = n^2 \left( \rho \frac{l}{A} \right) = \mathbf{n^2 R}$
Rule: If length is stretched $n$ times, resistance increases $n^2$ times!
Practice Problem 2 Question: A wire of resistance $10 \, \Omega$ is drawn out so that its length is doubled. What is its new resistance?
Solution:
Since the wire is drawn out (stretched), the volume remains constant.
Here, length is doubled, so $n = 2$.
Using the stretching shortcut: $R_{new} = n^2 R_{old}$
$R_{new} = (2)^2 \times 10 = 4 \times 10 = \mathbf{40 \, \Omega}$.

3. Drift Velocity and Origin of Resistivity (Crucial for Boards)

Figure 3

In a normal room-temperature conductor without a battery, free electrons move randomly with huge Thermal Velocities ($\approx 10^5 \text{ m/s}$). Because this motion is completely random, the average thermal velocity of all electrons is zero ($\vec{u}_{avg} = 0$), so there is no net current.

Drift Velocity ($\vec{v}_d$): When an electric field is applied, the free electrons experience a force and slowly "drift" towards the positive terminal superimposed on their random thermal motion. It is very small ($\approx 10^{-4} \text{ m/s}$).

Relaxation Time ($\tau$): The average time interval between two successive collisions of an electron with the positive ions. If temperature increases, electrons move faster, collisions happen more frequently, and $\tau$ decreases.

Derivation 1: Drift Velocity Force on an electron: $\vec{F} = -e\vec{E}$
Acceleration: $\vec{a} = \frac{\vec{F}}{m} = -\frac{e\vec{E}}{m}$
Using $v = u + at$ (average over all electrons):
$\vec{v}_d = \vec{u}_{avg} + \vec{a}\tau$
Since $\vec{u}_{avg} = 0$:
$$\vec{v}_d = -\frac{e\vec{E}}{m}\tau$$
Derivation 2: Relation between I and $v_d$ (Extremely Important) Consider a conductor of length $l$ and area $A$. Let $n$ be the number density of electrons (electrons per unit volume).
Volume of conductor = $Al$
Total number of free electrons = $nAl$
Total charge $q = (nAl)e$
Time taken for electrons to cross the conductor $t = \frac{l}{v_d}$
Current $I = \frac{q}{t} = \frac{nAle}{l/v_d}$
$$I = neAv_d$$
Derivation 3: Deduction of Ohm's Law From $I = neAv_d$, substitute $v_d = \frac{eE\tau}{m}$ (magnitude only):
$I = neA \left( \frac{eE\tau}{m} \right) = \frac{ne^2A\tau}{m} E$
Substitute $E = \frac{V}{l}$:
$I = \frac{ne^2A\tau}{m} \frac{V}{l}$
Rearranging for V:
$V = \left( \frac{m}{ne^2\tau} \frac{l}{A} \right) I$
Comparing with $V = IR$, we get:
$$R = \frac{m}{ne^2\tau} \frac{l}{A} \quad \text{and} \quad \rho = \frac{m}{ne^2\tau}$$

Mobility ($\mu$): Defined as the magnitude of drift velocity per unit electric field. $$\mu = \frac{v_d}{E} = \frac{e\tau}{m}$$ SI Unit: $m^2/V\cdot s$. Mobility is always positive.

Practice Problem 3 Question: Estimate the average drift speed of conduction electrons in a copper wire of cross-sectional area $1.0 \times 10^{-7} \text{ m}^2$ carrying a current of $1.5 \text{ A}$. Assume that each copper atom contributes roughly one conduction electron. The density of copper is $9.0 \times 10^3 \text{ kg/m}^3$ and its atomic mass is $63.5 \text{ u}$.
Solution:
First, find $n$ (number density of electrons).
1 mole of Cu = $63.5 \text{ g} = 63.5 \times 10^{-3} \text{ kg}$ has $6.02 \times 10^{23}$ atoms.
Number of atoms per unit volume ($n$) = $\frac{\text{Avogadro Number}}{\text{Atomic Mass}} \times \text{Density}$
$n = \frac{6.02 \times 10^{23}}{63.5 \times 10^{-3}} \times 9.0 \times 10^3 \approx 8.5 \times 10^{28} \text{ m}^{-3}$.

Now use $I = neAv_d \implies v_d = \frac{I}{neA}$
$v_d = \frac{1.5}{(8.5 \times 10^{28}) \times (1.6 \times 10^{-19}) \times (1.0 \times 10^{-7})}$
$v_d = \frac{1.5}{13.6 \times 10^2} \approx 1.1 \times 10^{-3} \text{ m/s} = \mathbf{1.1 \text{ mm/s}}$.
(Notice how incredibly slow the drift velocity is!)

4. Limitations of Ohm's Law (Non-Ohmic Devices)

Figure 3

Materials and devices that do not obey Ohm's Law ($V = IR$) are called non-ohmic. Their deviations manifest in three ways:

  1. Non-linear relation: $V$ ceases to be proportional to $I$ (e.g., heating of a filament bulb changes its resistance).
  2. Asymmetry: The relation between $V$ and $I$ depends on the sign of $V$. Reversing the voltage direction drastically changes the current magnitude (e.g., Semiconductor P-N junction diode).
  3. Non-unique relation: The same current $I$ can exist for more than one value of voltage $V$ (e.g., Gallium Arsenide - GaAs, which exhibits a negative resistance region).

5. Temperature Dependence of Resistivity

Figure 3

The resistivity of materials changes with temperature according to the relation:

$$\rho_T = \rho_0 [1 + \alpha(T - T_0)] \quad \text{and} \quad R_T = R_0 [1 + \alpha(T - T_0)]$$

Where $\alpha$ is the Temperature Coefficient of Resistivity. Its unit is $^\circ C^{-1}$ or $K^{-1}$.

Practice Problem 4 Question: A silver wire has a resistance of $2.1 \, \Omega$ at $27.5^\circ\text{C}$, and a resistance of $2.7 \, \Omega$ at $100^\circ\text{C}$. Determine the temperature coefficient of resistivity of silver.
Solution:
Using $R_{T2} = R_{T1} [1 + \alpha(T_2 - T_1)]$
$2.7 = 2.1 [1 + \alpha(100 - 27.5)]$
$2.7 = 2.1 [1 + \alpha(72.5)]$
$\frac{2.7}{2.1} - 1 = \alpha(72.5)$
$\frac{0.6}{2.1} = \alpha(72.5) \implies \frac{6}{21} = \alpha(72.5)$
$\alpha = \frac{6}{21 \times 72.5} = \frac{6}{1522.5} \approx \mathbf{0.0039 ^\circ\text{C}^{-1}}$.

6. Carbon Resistors and Color Coding (Important for NEET)

Carbon Resistor Color Coding Diagram

Commercial resistors are mostly made of carbon because they are compact and inexpensive. Their values are indicated by a color code.

Color Code Mnemonic B B R O Y of Great Britain has a Very Good Wife.
(Black=0, Brown=1, Red=2, Orange=3, Yellow=4, Green=5, Blue=6, Violet=7, Gray=8, White=9).

How to read:
1st and 2nd bands: First two significant figures.
3rd band: Decimal multiplier ($10^x$).
4th band: Tolerance (Gold = $\pm 5\%$, Silver = $\pm 10\%$, No color = $\pm 20\%$).
Practice Problem (NEET) Question: A carbon resistor has color bands of Red, Red, Orange, and Silver. What is its resistance and tolerance?
Solution:
1st Band (Red) = 2
2nd Band (Red) = 2
3rd Band (Orange) = Multiplier of $10^3$
4th Band (Silver) = Tolerance of $\pm 10\%$
Resistance = $\mathbf{22 \times 10^3 \, \Omega \pm 10\%}$ or $\mathbf{22 \, k\Omega \pm 10\%}$.

7. Electrical Energy and Power

Figure 3

The rate at which electrical energy is dissipated (or consumed) is electrical power.

$$P = VI = I^2R = \frac{V^2}{R}$$

Joule's Law of Heating: Heat produced $H = I^2Rt$ (Energy = Power $\times$ Time).

Bulb Brightness Rules The resistance of a bulb is determined by its rating: $R = \frac{V_{rated}^2}{P_{rated}}$. A 100W bulb has less resistance than a 60W bulb.
- In Series: Current ($I$) is constant. Power dissipated is $P = I^2R$. Hence, $P \propto R$. The bulb with higher resistance (the 60W bulb) glows brighter!
- In Parallel: Voltage ($V$) is constant. Power dissipated is $P = V^2/R$. Hence, $P \propto 1/R$. The bulb with lower resistance (the 100W bulb) glows brighter!
Practice Problem 5 Question: An electric heater is connected to the $230\text{V}$ mains supply. A current of $8\text{A}$ flows through the heater. How much heat energy is produced in 1 minute?
Solution:
Given: $V = 230\text{V}$, $I = 8\text{A}$, $t = 1 \text{ min} = 60\text{s}$.
Power $P = VI = 230 \times 8 = 1840 \text{ W}$.
Heat produced $H = P \times t = 1840 \times 60 = \mathbf{110,400 \text{ J}}$ or $\mathbf{110.4 \text{ kJ}}$.

8. Combination of Resistors

Resistor Combinations Diagram

A. Series Combination

Current is the same through all resistors. Voltage is divided ($V = V_1 + V_2 + V_3$).

$$R_{eq} = R_1 + R_2 + R_3 + \dots + R_n$$

(Equivalent resistance is always greater than the largest individual resistance in the series combination.)

B. Parallel Combination

Voltage is the same across all resistors. Current is divided ($I = I_1 + I_2 + I_3$).

$$\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3} + \dots + \frac{1}{R_n}$$
Shortcut Formulas - For two resistors in parallel: $R_{eq} = \frac{R_1 R_2}{R_1 + R_2}$
- For $n$ identical resistors in parallel: $R_{eq} = \frac{R}{n}$
(Equivalent resistance is always less than the smallest individual resistance in the parallel combination.)
Practice Problem (Boards/JEE) Question: Three resistors of $2 \, \Omega$, $3 \, \Omega$, and $6 \, \Omega$ are connected in parallel. What is the equivalent resistance? If a $10 \text{ V}$ battery is connected across this combination, find the total current drawn.
Solution:
1. Equivalent Resistance in parallel:
$\frac{1}{R_{eq}} = \frac{1}{2} + \frac{1}{3} + \frac{1}{6} = \frac{3 + 2 + 1}{6} = \frac{6}{6} = 1 \, \Omega^{-1}$.
So, $\mathbf{R_{eq} = 1 \, \Omega}$.
2. Total Current drawn:
$I = \frac{V}{R_{eq}} = \frac{10}{1} = \mathbf{10 \text{ A}}$.

9. Cells, EMF, and Internal Resistance

Figure 3
Equations of a Cell
  1. Discharging (Current drawn from cell): $V = E - Ir$. (Here $V < E$).
  2. Charging (Current forced into cell): $V = E + Ir$. (Here $V > E$).
  3. Open Circuit (No current): $I = 0 \implies V = E$.
Current in the circuit: $I = \frac{E}{R + r}$.
Practice Problem 6 Question: A battery of EMF $10 \text{ V}$ and internal resistance $3 \, \Omega$ is connected to a resistor. If the current in the circuit is $0.5 \text{ A}$, what is the resistance of the resistor? What is the terminal voltage of the battery when the circuit is closed?
Solution:
Given: $E = 10\text{V}$, $r = 3 \, \Omega$, $I = 0.5\text{A}$.
1. Find $R$:
$I = \frac{E}{R+r} \implies 0.5 = \frac{10}{R+3}$
$0.5(R+3) = 10 \implies R+3 = 20 \implies \mathbf{R = 17 \, \Omega}$.
2. Find Terminal Voltage $V$:
Since the battery is discharging, $V = E - Ir$
$V = 10 - (0.5 \times 3) = 10 - 1.5 = \mathbf{8.5 \text{ V}}$.
*(Alternatively: $V = IR_{external} = 0.5 \times 17 = 8.5 \text{ V}$).*

10. Combination of Cells

Figure 3

A. Cells in Series

If $n$ cells are connected in series (supporting each other):

B. Cells in Parallel

For two cells of EMFs $E_1, E_2$ and internal resistances $r_1, r_2$ connected in parallel:

Parallel Formulas Equivalent EMF: $$E_{eq} = \frac{E_1 r_2 + E_2 r_1}{r_1 + r_2}$$ Equivalent Internal Resistance: $$\frac{1}{r_{eq}} = \frac{1}{r_1} + \frac{1}{r_2} \implies r_{eq} = \frac{r_1 r_2}{r_1 + r_2}$$
Practice Problem 7 Question: Two cells of EMFs $1.5\text{V}$ and $2.0\text{V}$ having internal resistances $0.2 \, \Omega$ and $0.3 \, \Omega$ respectively are connected in parallel. Calculate the EMF and internal resistance of the equivalent cell.
Solution:
1. Equivalent Internal Resistance:
$r_{eq} = \frac{r_1 r_2}{r_1 + r_2} = \frac{0.2 \times 0.3}{0.2 + 0.3} = \frac{0.06}{0.5} = \mathbf{0.12 \, \Omega}$.
2. Equivalent EMF:
$E_{eq} = \frac{E_1 r_2 + E_2 r_1}{r_1 + r_2} = \frac{(1.5 \times 0.3) + (2.0 \times 0.2)}{0.5}$
$E_{eq} = \frac{0.45 + 0.40}{0.5} = \frac{0.85}{0.5} = \mathbf{1.7 \text{ V}}$.

11. Kirchhoff's Rules (Highly Important for Numericals)

Figure 3

When circuits cannot be reduced to simple series and parallel combinations, we use Kirchhoff's Rules.

1. Kirchhoff's First Rule (Junction Rule / KCL)

"The algebraic sum of currents meeting at a junction in a closed circuit is zero." $\sum I = 0$
Sum of currents entering a junction = Sum of currents leaving it.
Principle: Based on the Law of Conservation of Charge.

2. Kirchhoff's Second Rule (Loop Rule / KVL)

"The algebraic sum of changes in potential around any closed loop involving resistors and cells in the loop is zero." $\sum \Delta V = 0$
Principle: Based on the Law of Conservation of Energy.

Sign Convention for KVL Loop Traversal
  1. Batteries: If you traverse through a battery from Negative to Positive, EMF is positive ($+E$). If from Positive to Negative, EMF is negative ($-E$).
  2. Resistors: If you traverse through a resistor in the same direction as the assumed current, the potential drops ($-IR$). If you traverse in the opposite direction to the current, the potential rises ($+IR$).
Practice Problem 8 (Conceptual) Question: In a closed loop ABCDA, moving clockwise, we pass through a 10V battery from + to -, then a $5\Omega$ resistor in the direction of current $I$, then a 2V battery from - to +. Write the KVL equation for this loop.
Solution:
Apply the sign conventions step-by-step:
1. 10V battery from + to - means potential drops: $-10$
2. Resistor in direction of current means potential drops: $-5I$
3. 2V battery from - to + means potential rises: $+2$
KVL Equation: $-10 - 5I + 2 = 0 \implies -8 - 5I = 0 \implies \mathbf{I = -1.6 \text{ A}}$.
*(The negative sign just means the actual current flows anti-clockwise!)*
Nodal Analysis Diagram
JEE Pro-Tip: Nodal Analysis

Nodal Analysis is a powerful shortcut to solve complex circuits much faster than Kirchhoff's rules by applying KCL at a junction in terms of node voltages.

Steps:
  1. Identify the principal nodes (junctions where 3 or more branches meet).
  2. Assign one node as the "reference node" (Ground) and set its potential to $0\text{V}$.
  3. Assign unknown potentials (e.g., $x, y$) to the other principal nodes.
  4. Assume current flows out of the unknown node into all branches. Apply KCL: $\sum I_{out} = 0$.
  5. Write currents as $I = \frac{\Delta V}{R}$ (e.g., $\frac{x - V_{adjacent}}{R}$). Solve for $x$.
Once you know the node voltages, you can find the current through any branch instantly!
Circuit Symmetry Diagram
JEE Pro-Tip: Circuit Symmetry

For complex infinite or 3D grids (like a cube of resistors), use symmetry to eliminate branches.

12. Wheatstone Bridge

Figure 3

A Wheatstone bridge is an arrangement of four resistances $P, Q, R, S$ used to determine an unknown resistance accurately.

Balanced Condition

The bridge is said to be balanced if no current flows through the galvanometer ($I_g = 0$). This happens when the potential at nodes B and D are exactly equal ($V_B = V_D$).

Balanced Formula $$\frac{P}{Q} = \frac{R}{S}$$ (When balanced, you can completely ignore/remove the galvanometer branch from your circuit calculations!)
Practice Problem 9 Question: In a Wheatstone bridge, $P = 10 \, \Omega$, $Q = 20 \, \Omega$, and $R = 15 \, \Omega$. What must be the value of $S$ for the bridge to be balanced?
Solution:
Using the balanced condition: $\frac{P}{Q} = \frac{R}{S}$
$\frac{10}{20} = \frac{15}{S}$
$\frac{1}{2} = \frac{15}{S} \implies \mathbf{S = 30 \, \Omega}$.

13. Measuring Instruments (JEE Main Focus)

Note: Meter bridge and Potentiometer are heavily tested in JEE Mains, especially in error analysis and practical physics.

Figure 3

A. Galvanometer to Ammeter

A galvanometer is converted into an ammeter (which measures current) by connecting a very small resistance called a Shunt ($S$) in parallel to it. The ammeter is then placed in series in the main circuit.

$$S = \frac{I_g \times G}{I - I_g}$$

Where $I_g$ is the full-scale deflection current of the galvanometer, and $I$ is the total range to be measured.

B. Galvanometer to Voltmeter

A galvanometer is converted into a voltmeter (which measures potential difference) by connecting a very high resistance ($R$) in series with it. The voltmeter is then placed in parallel across the component.

$$R = \frac{V}{I_g} - G$$

C. Potentiometer (Principle)

It measures potential difference without drawing any current from the voltage source (acts as an ideal voltmeter). Principle: The potential drop across any length of a wire of uniform cross-section is directly proportional to that length ($V \propto l$).

Practice Problem 10 Question: A galvanometer with a coil resistance of $120 \, \Omega$ shows full-scale deflection for a current of $2.5 \text{ mA}$. How will you convert it into an ammeter of range $0$ to $7.5 \text{ A}$?
Solution:
Given: $G = 120 \, \Omega$, $I_g = 2.5 \text{ mA} = 2.5 \times 10^{-3} \text{ A}$, $I = 7.5 \text{ A}$.
To convert to an ammeter, connect a shunt resistance $S$ in parallel.
$S = \frac{I_g G}{I - I_g} = \frac{(2.5 \times 10^{-3}) \times 120}{7.5 - 0.0025}$
Since $0.0025$ is very small compared to $7.5$, $I - I_g \approx 7.5$.
$S \approx \frac{300 \times 10^{-3}}{7.5} = \frac{0.3}{7.5} = \mathbf{0.04 \, \Omega}$.
Answer: By connecting a shunt resistance of $0.04 \, \Omega$ in parallel.

D. Meter Bridge (Slide Wire Bridge)

Meter Bridge Experiment Diagram

A meter bridge is the practical application of the Wheatstone bridge principle, used to find an unknown resistance.

When the jockey is slid over the 1-meter long wire (made of manganin or constantan) to a point where the galvanometer shows zero deflection (null point), the bridge is balanced.

Meter Bridge Formula Let the balancing length from the left end be $l$ cm. The resistance of the wire is proportional to its length.
Using Wheatstone condition: $\frac{R}{S} = \frac{l}{100-l}$
$$S = R \left( \frac{100-l}{l} \right)$$
JEE Focus: End Corrections In a real meter bridge, the copper strips at the ends and the solder joints offer some small resistance. These are called End Resistances (let them be equivalent to lengths $\alpha$ and $\beta$ of the wire). The modified formula becomes: $$\frac{R}{S} = \frac{l + \alpha}{100 - l + \beta}$$
Practice Problem (JEE Main) Question: In a meter bridge, the null point is found at a distance of $33.7 \text{ cm}$ from A. If now a resistance of $12 \, \Omega$ is connected in parallel with $S$, the null point occurs at $51.9 \text{ cm}$. Determine the values of $R$ and $S$.
Solution:
Case 1: $\frac{R}{S} = \frac{33.7}{100 - 33.7} = \frac{33.7}{66.3} \implies R = \frac{33.7}{66.3} S$
Case 2: When $12\Omega$ is in parallel with $S$, new resistance $S' = \frac{12S}{12+S}$.
New balance point: $\frac{R}{S'} = \frac{51.9}{100 - 51.9} = \frac{51.9}{48.1}$
Substitute $R$ and $S'$ into Case 2 and solve the simultaneous equations.
(Solving gives $R \approx 6.86 \, \Omega$ and $S \approx 13.5 \, \Omega$).