GSO001 Problem 8
Problem Statement
Young's Experiment: Fringe Shift Due to Refractive Index
Problem Statement
There is a Young's double-slit interference setup. Let d be the separation between the two slits S1 and S2, and L be the distance from the slits to the screen. When monochromatic light of wavelength λ is irradiated perpendicularly to the slits, interference fringes are observed on the screen.
A transparent thin film of thickness t and refractive index n is placed just behind slit S1, causing the central bright fringe (the point of zero path difference) to shift on the screen. Let the position of the original central bright fringe (before placing the film) be the origin x=0. Find the new position x1 of the central bright fringe after the film is placed. Assume the position x on the screen satisfies x≪L.
Constraints
- Slit separation: d=0.50 mm=5.0×10−4 m
- Distance to screen: L=1.5 m
- Film thickness: t=2.0×10−5 m (20 μm)
- Film refractive index: n=1.4
- The refractive index of air may be approximated as 1.0.
Input Format
Find the value of x1 in mm and give the integer part of the answer.
Solution
This is an application problem combining the change in optical path length with the formula for path difference in Young's experiment.
1. Change in Path Difference
In Young's experiment, the geometric path difference at position x on the screen is approximately Δl≈Ldx.
Placing the film at S1 increases the optical path length through S1 by (n−1)t (the difference between the optical path length nt and the original air path length 1⋅t).
2. Condition for the New Central Bright Fringe
At the new central bright fringe, the optical path lengths of the two paths are equal. Since the path through S2 must be geometrically longer, the fringe shifts to x>0 (toward S1).
The condition for zero path difference:
Ldx1−(n−1)t=0Solving for x1:
x1=dL(n−1)t3. Numerical Calculation
Substituting the constraint values:
x1=5.0×10−41.5×(1.4−1.0)×(2.0×10−5) x1=5.0×10−41.5×0.4×2.0×10−5=5.0×10−41.2×10−5 x1=0.24×10−1=0.024 mConverting to mm:
x1=0.024×1000=24 mmAnswer: 24