Dimensional analysis is one of the most powerful tools in a physicist's arsenal. It acts as a universal lie detector for equations. If the dimensions on the left side don't match the right side, the equation is undeniably wrong.
In this classic JEE Advanced problem, we are asked to verify the dimensional correctness of four equations involving potential difference (V), electric current (I), permittivity (ε0), permeability (μ0), and the speed of light (c).
The Brute Force Trap
The most obvious way to solve this is to write down the dimensional formula for every single quantity:
- [V]=[M L2T−3A−1]
- [I]=[A]
- [ε0]=[M−1L−3T4A2]
- [μ0]=[M L T−2A−2]
- [c]=[L T−1]
You could then substitute these massive blocks of letters into each option and check if the left-hand side equals the right-hand side. While this method works, it is tedious, time-consuming, and highly prone to silly calculation errors. In a high-pressure exam like JEE, we need a smarter approach.
The Elegant Physical Approach
Instead of treating this as a pure math problem, let's think like a physicist. Where have we seen terms like μ0I2 and ε0V2 before?
They appear in the formulas for the energy stored in an inductor and a capacitor!
UL=21LI2
UC=21CV2
To make these useful, we need to express the inductance (
L) and capacitance (
C) in terms of
μ0 and
ε0. Let's use the formulas for a long solenoid and a parallel plate capacitor:
L=lμ0N2A
C=dε0A
Notice a beautiful symmetry here? Both formulas contain an Area term (A) in the numerator and a length term (l or d) in the denominator.
Analyzing Option (a)
The Energy Connection
Let's substitute our expressions for L and C into the energy equations.
For the inductor:
UL∝(lμ0A)I2
Rearranging this to isolate
μ0I2, we get:
[μ0I2]=[AUL⋅l]=Length2Energy⋅Length=LengthEnergy
We know that Work (Energy) is Force × Distance. Therefore, Energy divided by Length gives the dimension of Force.
Now, let's do the same for the capacitor:
UC∝(dε0A)V2
Rearranging to isolate
ε0V2:
[ε0V2]=[AUC⋅d]=Length2Energy⋅Length=LengthEnergy
This is also Force! Since both μ0I2 and ε0V2 have the exact same dimensions (Force), option (a) is dimensionally correct.
Analyzing Option (c)
The Flow of Charge
Now let's look at option (c), which relates current (
I), voltage (
V), and
ε0. We know that charge and voltage are related by capacitance:
Q=CV
And current is simply the rate of flow of charge:
I=tQ=tCV
Substitute our geometric formula for capacitance (
C=dε0A):
I=(dε0A)tV=ε0(d⋅tA)V
Now, let's look closely at the geometric term d⋅tA. What are its dimensions?
- Area (A) has dimension [L2]
- Distance (d) has dimension [L]
- Time (t) has dimension [T]
[d⋅tA]=[L][T][L2]=[L T−1]
This is exactly the dimension of velocity! And what is
c? The speed of light, which is also a velocity. Therefore, dimensionally, we can replace
d⋅tA with
c:
[I]=[ε0cV]
This perfectly matches option (c)!
The Final Verdict
By using physical intuition and known formulas, we elegantly proved that options (a) and (c) are dimensionally correct without ever writing down a single [M−1L−3T4A2]. Options (b) and (d) can be quickly dismissed as they contradict these established relationships.
Always remember: math is the language of physics, but physical intuition is the guide!