Circuit analysis can sometimes look like a tangled web of wires, but the moment you identify the core structure, everything falls into place. In this problem, we are presented with a quadrilateral ABCD made of four resistors, and a battery connected across the diagonal AC. At first glance, it might look like a Wheatstone bridge, but there is no resistor or galvanometer connected across BD. This makes our job significantly easier!
Analyzing the Setup
Let's break down the circuit. The battery is connected directly to nodes A and C. This means the entire circuit is simply two parallel branches connected across the 40 V source.
The upper branch consists of the path A→B→C, which contains the 40Ω and 60Ω resistors in series.
The lower branch consists of the path A→D→C, which contains the 90Ω and 110Ω resistors in series.
Because these two branches are in parallel, the full 40 V potential difference is applied across both of them independently. This is the crucial insight that unlocks the problem.
The Master Equation
Finding the Currents
To find the potential at any point in the circuit, we first need to know how much current is flowing through each branch. We can use Ohm's Law, I=RV, for this.
For the upper branch (
ABC):
The total series resistance is
RABC=40Ω+60Ω=100Ω.
The current flowing through this branch, let's call it
i1, is:
i1=RABCV=10040=0.4 A
For the lower branch (
ADC):
The total series resistance is
RADC=90Ω+110Ω=200Ω.
The current flowing through this branch, let's call it
i2, is:
i2=RADCV=20040=0.2 A
Finding the Absolute Potentials
Now, we need to find the potential difference between points B and D. The most robust way to do this is to assign a reference potential (ground) to one of the nodes.
Let's assume the potential at node C is zero, so VC=0 V. Since the battery provides a 40 V boost from C to A, the potential at node A must be VA=40 V.
Now, let's trace the path from
A to
B. As current
i1 flows through the
40Ω resistor, there is a voltage drop. The potential at
B will be the potential at
A minus this drop:
VB=VA−(i1×40)
VB=40−(0.4×40)
VB=40−16=24 V
Similarly, let's trace the path from
A to
D. As current
i2 flows through the
90Ω resistor, the potential drops:
VD=VA−(i2×90)
VD=40−(0.2×90)
VD=40−18=22 V
Final Calculation
We now have the absolute potentials at both points of interest. The potential difference across
BD is simply the difference between these two values:
VBD=VB−VD
VBD=24 V−22 V=2 V
The potential difference across BD is exactly 2 V.
By systematically breaking the circuit into parallel branches, calculating the currents, and tracking the voltage drops from a known reference point, we turned a potentially confusing quadrilateral into a straightforward application of Ohm's Law. Always look for these simple parallel and series structures hidden within complex diagrams!