This problem is a beautiful example of how a standard, deeply ingrained habit can lead you straight into a trap. It tests not just your knowledge of optics, but your fundamental understanding of the mathematical tools used in error analysis.
Analyzing the Setup
We are given a single slit diffraction experiment where the slit width b is determined using the formula:
Before we worry about errors, let's find the nominal value of b. We are given D=1 m, d=5 mm=5×10−3 m, λ=600 nm=600×10−9 m, and m=3. Substituting these values:
b=5×10−33×600×10−9×1=360×10−6 m=360 μm
The Standard (But Flawed) Approach
When asked to find the absolute error, the immediate instinct of almost every physics student is to use the fractional error formula derived from logarithmic differentiation:
Since m and λ are known precisely, their errors are zero. The absolute errors for D and d are their respective least counts: ΔD=1 cm=0.01 m and Δd=1 mm=10−3 m. Plugging these in:
bΔb=10.01+5×10−310−3=0.01+0.20=0.21
This gives an absolute error of Δb=360×0.21=75.6 μm.
The Catch
When Approximations Fail
Look closely at the fractional error of d: dΔd=51=0.20, which is a massive 20% error!
The standard fractional error formula is a first-order Taylor series approximation. It assumes that the changes (errors) are infinitesimally small. As a rule of thumb in physics, this approximation is only reliable when individual percentage errors are less than 5%. Because the error in d is so large, the calculus-based approximation breaks down completely.
The Rigorous Exact Calculation
To find the true maximum absolute error, we must abandon the approximation and calculate the exact maximum possible value of b. Looking at the formula b=dmλD, we can see that b is maximized when the numerator is maximized and the denominator is minimized.
bmax=dminmλDmax=d−Δdmλ(D+ΔD)
Let's substitute the extreme values:
bmax=(5−1)×10−33×600×10−9×(1+0.01)=4×10−31800×10−9×1.01
bmax=450×1.01×10−6 m=454.5 μm
Final Conclusion
The exact maximum absolute error is simply the difference between this maximum possible value and our nominal value:
Δbmax=bmax−b=454.5−360=94.5 μm
While an exam might occasionally accept the approximate answer, the exact calculation of 94.5 μm is the scientifically rigorous truth. Always check your percentage errors before blindly applying calculus approximations!