The Illusion of Complexity
When you first look at this circuit, it seems like a tangled mess. Two loops, two batteries, two inductors, and a shared middle wire. Your brain might immediately jump to setting up complex Kirchhoff's Voltage Law (KVL) equations with multiple variables. But take a deep breath and look closer.
Decoupling the Loops
Notice the middle wire. It has absolutely no components on it—no resistor, no inductor, no battery. It is an ideal, zero-resistance wire. Because of this, the potential difference across this middle wire is exactly zero.
What does this mean physically? It means the left loop and the right loop are completely independent of each other! They don't interact. The left battery only drives current through the left loop, and the right battery only drives current through the right loop. We have just turned one difficult problem into two very simple, standard L−R circuit problems.
The Battle of the Currents
Let's analyze the left loop. It's a simple series circuit with a battery
V, a resistor
R, and an inductor
L. The battery's positive terminal is pointing upwards, which means it drives a clockwise current. Let's call this
I1. From our standard
L−R circuit theory, the growth of this current is given by:
I1(t)=RV(1−e−LRt)
Now, let's look at the right loop. It has a battery
V, a resistor
R, and an inductor
2L. But pay close attention to the battery's polarity! The longer line is at the bottom, meaning the positive terminal is pointing downwards. This battery also drives a clockwise current, which we'll call
I2. The equation for this current is:
I2(t)=RV(1−e−2LRt)
Both of these currents pass through the shared middle wire.
I1 is flowing downwards, while
I2 is flowing upwards. The question asks for the net downward current
I. Therefore, we must subtract the upward current from the downward current:
I(t)=I1(t)−I2(t)
Substituting our expressions, the constant
RV terms cancel out beautifully, leaving us with:
I(t)=RV(e−2LRt−e−LRt)
Calculus to the Rescue
We need to find the maximum value of this current. In physics, whenever we need to maximize a function, we call upon calculus. We take the derivative of the current with respect to time and set it to zero:
dtdI=0
Differentiating our expression using the chain rule, we get:
RV(−2LRe−2LRt+LRe−LRt)=0
We can divide out the common factors and rearrange the terms:
LRe−LRt=2LRe−2LRt
Multiplying both sides by
RL gives:
e−LRt=21e−2LRt
Or, more simply:
2e−LRt=e−2LRt
To solve for
t, we divide both sides by
e−LRt:
2=e2LRt
Taking the natural logarithm of both sides yields the time
τ at which the current is maximum:
ln2=2LRτ⟹τ=R2Lln2
This confirms that option (d) is correct!
The Final Calculation
Now that we have the exact time
τ, we can find the maximum current
Imax by plugging this time back into our current equation:
Imax=RV(e−2LR(R2Lln2)−e−LR(R2Lln2))
Look at how perfectly the exponents simplify!
Imax=RV(e−ln2−e−2ln2)
Using the property of logarithms
e−x=ex1, we get:
Imax=RV(21−41)
Imax=4RV
This confirms that option (b) is also correct.
By simply recognizing that the loops were decoupled, we avoided a massive algebraic headache and solved the problem with elegance and precision!