Level 5 — MasteryOptics

Optics

90 minutes60 marksprintable — key stays hidden on paper

Time limit: 90 minutes Total marks: 60 Instructions: Answer all three questions. Full derivations, physical reasoning, and (where indicated) an algorithmic outline are required. Use c=3×108m/sc = 3\times10^8\,\text{m/s} where needed.


Question 1 — Fermat, Snell, and Total Internal Reflection (20 marks)

A ray of light travels from point AA in medium 1 (refractive index n1n_1) to point BB in medium 2 (refractive index n2n_2), crossing a plane interface located at y=0y=0. Let A=(0,h1)A=(0,\,h_1) and B=(d,h2)B=(d,\,-h_2) with h1,h2>0h_1,h_2>0, and let the crossing point be P=(x,0)P=(x,0).

(a) Write the total optical path length (time ×c\times c) as a function of xx. By minimizing it (Fermat's principle), derive Snell's law n1sinθ1=n2sinθ2n_1\sin\theta_1 = n_2\sin\theta_2. (7)

(b) Show that the minimizing condition corresponds to a minimum (not maximum) of the optical path time by examining the sign of the second derivative. (4)

(c) Using Snell's law, derive the critical angle θc\theta_c for total internal reflection and state the necessary condition on n1,n2n_1,n_2 for it to exist. (4)

(d) An optical fibre has core index ncore=1.50n_{\text{core}}=1.50 and cladding index nclad=1.45n_{\text{clad}}=1.45. A ray enters the flat end face from air. Derive an expression for the maximum acceptance angle θa\theta_a (measured from the fibre axis in air) such that the ray still undergoes total internal reflection at the core–cladding boundary, and compute its numerical value. (5)


Question 2 — Two-Lens Instrument and Chromatic Effects (20 marks)

(a) Starting from the refraction-at-a-single-spherical-surface relation n2vn1u=n2n1R,\frac{n_2}{v}-\frac{n_1}{u}=\frac{n_2-n_1}{R}, derive the thin-lens maker's equation 1f=(n1)(1R11R2)\frac{1}{f}=(n-1)\left(\frac{1}{R_1}-\frac{1}{R_2}\right) for a lens in air, stating clearly the sign convention used. (6)

(b) Two thin lenses of powers P1=+5DP_1=+5\,\text{D} and P2=+2DP_2=+2\,\text{D} are placed coaxially a distance xx apart. Write the combined power PP as a function of xx. For a compound microscope-like configuration we want the equivalent power to be +6D+6\,\text{D}. Find xx. (5)

(c) A thin lens is made of glass with nred=1.514n_{\text{red}}=1.514 and nviolet=1.524n_{\text{violet}}=1.524, radii R1=+0.20mR_1=+0.20\,\text{m}, R2=0.20mR_2=-0.20\,\text{m}. Compute fredf_{\text{red}} and fvioletf_{\text{violet}}, and hence the axial chromatic aberration fredfvioletf_{\text{red}}-f_{\text{violet}}. Explain physically which colour focuses nearer the lens. (6)

(d) Briefly explain, in terms of the maker's equation, how an achromatic doublet (crown + flint) cancels first-order chromatic aberration. (3)


Question 3 — Wave Optics: YDSL, Single Slit, and Resolution (20 marks)

(a) Derive the fringe-width expression β=λDd\beta=\dfrac{\lambda D}{d} for Young's double-slit experiment, stating the small-angle and DdD\gg d approximations used. (5)

(b) Starting from the phasor/integral sum over a slit of width aa, derive the single-slit intensity distribution I(θ)=I0(sinββ)2,β=πasinθλ,I(\theta)=I_0\left(\frac{\sin\beta}{\beta}\right)^2,\qquad \beta=\frac{\pi a \sin\theta}{\lambda}, and state the condition for the minima. (6)

(c) A double slit with slit separation d=0.50mmd=0.50\,\text{mm} and individual slit width a=0.10mma=0.10\,\text{mm} is illuminated by λ=600nm\lambda=600\,\text{nm} light with D=2.0mD=2.0\,\text{m}. Compute the fringe width, and determine how many bright interference fringes fall within the central diffraction maximum (the "missing-order" analysis). (5)

(d) (Algorithmic / coding outline). Describe a numerical procedure (pseudocode, ~10 lines) that, given arrays of θ\theta values, the parameters a,d,λa,d,\lambda, computes the combined intensity I(θ)=(sinββ)2cos2 ⁣(πdsinθλ)I(\theta)=\left(\frac{\sin\beta}{\beta}\right)^2\cos^2\!\left(\frac{\pi d\sin\theta}{\lambda}\right) and locates the angular positions of the intensity maxima via a discrete peak-finding step. Explain how the Rayleigh criterion would be encoded to decide if two nearby sources are resolved. (4)


Answer keyMark scheme & solutions

Question 1

(a) Path lengths: AP=x2+h12AP=\sqrt{x^2+h_1^2}, PB=(dx)2+h22PB=\sqrt{(d-x)^2+h_2^2}. Optical path L(x)=n1x2+h12+n2(dx)2+h22L(x)=n_1\sqrt{x^2+h_1^2}+n_2\sqrt{(d-x)^2+h_2^2}. (2) dLdx=n1xx2+h12n2(dx)(dx)2+h22=0.\frac{dL}{dx}=\frac{n_1 x}{\sqrt{x^2+h_1^2}}-\frac{n_2(d-x)}{\sqrt{(d-x)^2+h_2^2}}=0. (2) Recognise xx2+h12=sinθ1\dfrac{x}{\sqrt{x^2+h_1^2}}=\sin\theta_1 and dx(dx)2+h22=sinθ2\dfrac{d-x}{\sqrt{(d-x)^2+h_2^2}}=\sin\theta_2 (angles from normal). (2) Hence n1sinθ1=n2sinθ2n_1\sin\theta_1=n_2\sin\theta_2. (1)

(b) d2Ldx2=n1h12(x2+h12)3/2+n2h22((dx)2+h22)3/2\frac{d^2L}{dx^2}=\dfrac{n_1 h_1^2}{(x^2+h_1^2)^{3/2}}+\dfrac{n_2 h_2^2}{((d-x)^2+h_2^2)^{3/2}}. Both terms positive L>0\Rightarrow L''>0 \Rightarrow minimum. (4) (2 for correct derivative, 2 for sign argument.)

(c) At critical angle refracted ray grazes (θ2=90\theta_2=90^\circ): n1sinθc=n2sin90=n2n_1\sin\theta_c=n_2\sin90^\circ=n_2, so sinθc=n2n1,θc=arcsin ⁣n2n1.\sin\theta_c=\frac{n_2}{n_1},\qquad \theta_c=\arcsin\!\frac{n_2}{n_1}. (3) Requires n1>n2n_1>n_2 (dense→rare). (1)

(d) At the core–cladding boundary TIR needs incidence angle θc\ge\theta_c with sinθc=nclad/ncore\sin\theta_c=n_{\text{clad}}/n_{\text{core}}. The refraction angle inside the core (from the end face) θr\theta_r satisfies θr=90θc\theta_r=90^\circ-\theta_c for the marginal ray. At entry face: sinθa=ncoresinθr=ncorecosθc\sin\theta_a=n_{\text{core}}\sin\theta_r=n_{\text{core}}\cos\theta_c. (2) sinθa=ncore1nclad2ncore2=ncore2nclad2.\sin\theta_a=n_{\text{core}}\sqrt{1-\frac{n_{\text{clad}}^2}{n_{\text{core}}^2}}=\sqrt{n_{\text{core}}^2-n_{\text{clad}}^2}. (2) =1.5021.452=2.252.1025=0.1475=0.3841=\sqrt{1.50^2-1.45^2}=\sqrt{2.25-2.1025}=\sqrt{0.1475}=0.3841, so θa=arcsin(0.3841)=22.6\theta_a=\arcsin(0.3841)=22.6^\circ. (1)


Question 2

(a) Apply surface relation at surface 1 (air n1=1nn_1=1\to n): nv11u=n1R1\dfrac{n}{v_1}-\dfrac{1}{u}=\dfrac{n-1}{R_1}. At surface 2 (n1n\to1), image of surface 1 acts as object: 1vnv1=1nR2\dfrac{1}{v}-\dfrac{n}{v_1}=\dfrac{1-n}{R_2}. (3) Add: 1v1u=(n1)(1R11R2).\frac{1}{v}-\frac{1}{u}=(n-1)\left(\frac{1}{R_1}-\frac{1}{R_2}\right). With object at \infty, v=fv=f: 1f=(n1)(1R11R2)\frac{1}{f}=(n-1)\left(\frac1{R_1}-\frac1{R_2}\right). (2) Sign convention: distances measured from lens, +ve in direction of light propagation; R>0R>0 if centre of curvature on outgoing side. (1)

(b) P=P1+P2xP1P2=710xP=P_1+P_2-x P_1 P_2 = 7 - 10x (with xx in metres). (3) Set =6=6: 10x=1x=0.10m10x=1\Rightarrow x=0.10\,\text{m}. (2)

(c) 1R11R2=10.2010.20=5+5=10m1\frac1{R_1}-\frac1{R_2}=\frac{1}{0.20}-\frac{1}{-0.20}=5+5=10\,\text{m}^{-1}. (1) fred=1(1.5141)(10)=15.14=0.19455mf_{\text{red}}=\dfrac{1}{(1.514-1)(10)}=\dfrac{1}{5.14}=0.19455\,\text{m}. (1.5) fviolet=1(1.5241)(10)=15.24=0.19084mf_{\text{violet}}=\dfrac{1}{(1.524-1)(10)}=\dfrac{1}{5.24}=0.19084\,\text{m}. (1.5) Axial chromatic aberration fredfviolet=0.00371m3.7mmf_{\text{red}}-f_{\text{violet}}=0.00371\,\text{m}\approx3.7\,\text{mm}. (1) Violet has larger nn → shorter focal length → focuses nearer the lens. (1)

(d) Combining a crown (low dispersion, positive) and flint (high dispersion, negative) lens: total power P=Pc+PfP=P_c+P_f; the condition PcVc+PfVf=0\frac{P_c}{V_c}+\frac{P_f}{V_f}=0 (V = Abbe number) makes dP/dλ=0dP/d\lambda=0 to first order, so red and violet share a common focus while net power stays positive. (3)


Question 3

(a) Path difference between slits to point PP: Δ=dsinθdy/D\Delta=d\sin\theta\approx d\,y/D for small θ\theta (DdD\gg d). (2) Bright fringe: Δ=mλym=mλD/d\Delta=m\lambda\Rightarrow y_m=m\lambda D/d. (2) Fringe width β=ym+1ym=λD/d\beta=y_{m+1}-y_m=\lambda D/d. (1)

(b) Divide slit into elements dxdx; contribution dxeikxsinθ\propto dx\,e^{i k x\sin\theta}. Amplitude Ea/2a/2eikxsinθdx=asinββE\propto\int_{-a/2}^{a/2}e^{ikx\sin\theta}dx=a\,\frac{\sin\beta}{\beta}, β=kasinθ2=πasinθλ\beta=\frac{ka\sin\theta}{2}=\frac{\pi a\sin\theta}{\lambda}. (4) Intensity I=I0(sinβ/β)2I=I_0(\sin\beta/\beta)^2. (1) Minima where sinβ=0, β0\sin\beta=0,\ \beta\ne0: β=mπasinθ=mλ\beta=m\pi\Rightarrow a\sin\theta=m\lambda, m=±1,±2,...m=\pm1,\pm2,... (1)

(c) βfringe=λD/d=600×109×2.00.50×103=2.4×103m=2.4mm\beta_{\text{fringe}}=\lambda D/d=\dfrac{600\times10^{-9}\times2.0}{0.50\times10^{-3}}=2.4\times10^{-3}\,\text{m}=2.4\,\text{mm}. (2) Central diffraction maximum half-angle: asinθ=λsinθ1=λ/a=6×103a\sin\theta=\lambda\Rightarrow\sin\theta_1=\lambda/a=6\times10^{-3}. Interference maxima at dsinθ=mλsinθ=mλ/dd\sin\theta=m\lambda\Rightarrow \sin\theta=m\lambda/d. Ratio d/a=5d/a=5: missing orders at m=±5,±10,...m=\pm5,\pm10,... So within m<5|m|<5: orders m=4..4m=-4..4 = 9 bright fringes fully within central envelope. (3)

(d) Pseudocode:

import numpy as np
theta = np.linspace(-A, A, N)
s = np.sin(theta)
beta  = pi*a*s/lam
diff  = (np.sinc(beta/pi))**2          # sin(beta)/beta squared
inter = np.cos(pi*d*s/lam)**2
I = diff*inter
# peak find: local maxima
peaks = [i for i in 1..N-2 if I[i]>I[i-1] and I[i]>I[i+1]]

Rayleigh criterion: two sources resolved if the central max of one falls on the first min of the other, i.e. angular separation θR=1.22λ/D\ge\theta_R=1.22\lambda/D (aperture DD). In code: compute combined intensity of two shifted patterns; check for a dip (local minimum) between the two central peaks — if present, resolved. (4)

[
{"claim":"Fibre acceptance angle sqrt(nc^2-ncl^2)=0.3841 -> 22.6deg","code":"import math\nval=math.sqrt(1.50**2-1.45**2)\nang=math.degrees(math.asin(val))\nresult = abs(val-0.3841)<1e-3 and abs(ang-22.6)<0.2"},
{"claim":"Two-lens spacing for P=6: x=0.10 m","code":"from sympy import symbols, solve\nx=symbols('x')\nsol=solve(7-10*x-6,x)\nresult = sol[0]==sympy.Rational(1,10)"},
{"claim":"Chromatic aberration f_red-f_violet approx 3.7 mm","code":"fr=1/((1.514-1)*10)\nfv=1/((1.524-1)*10)\nresult = abs((fr-fv)-0.00371)<5e-5"},
{"claim":"Fringe width 2.4 mm and 9 fringes in central max","code":"beta=600e-9*2.0/0.5e-3\nratio=0.5e-3/0.1e-3\nfringes=2*(int(ratio)-1)+1\nresult = abs(beta-2.4e-3)<1e-6 and fringes==9"}
]