Optics
Time: 60 minutes Total Marks: 50
Instructions: Attempt all questions. No hints given. Show all working. Take unless stated.
Q1. (10 marks) A concave mirror of focal length forms an image on a screen. When the object is moved away from the mirror (i.e. further out), the screen must be moved closer to the mirror to refocus.
(a) Set up the mirror equation for both configurations and hence determine the original object distance. (7) (b) Compute the magnification in the original configuration and state whether the image is erect or inverted. (3)
Q2. (12 marks) A ray of monochromatic light travels inside a rectangular glass slab () surrounded by air. A thin uniform film of liquid () coats the top surface.
(a) Derive the condition on such that a ray inside the glass hitting the glass–liquid interface at undergoes total internal reflection there, while a ray at does not. Give the numerical range of . (7) (b) Independently, the same liquid forms a soap-like film of thickness in air. Determine the two smallest thicknesses giving a bright reflection for normally incident light of wavelength (in vacuum), taking . (5)
Q3. (10 marks) In a Young's double-slit setup (, , ), a transparent sheet of refractive index and thickness is placed over the upper slit. The central bright fringe shifts to where the 8th bright fringe (without the sheet) used to be.
(a) Find . (5) (b) The whole apparatus is now immersed in water (). Without the sheet, compute the new fringe width and explain physically why it changes. (5)
Q4. (10 marks) A telescope objective has diameter and focal length ; the eyepiece focal length is . It is used with light of mean wavelength .
(a) Compute the angular magnification (normal adjustment) and the length of the telescope tube. (3) (b) Two distant stars are just resolved by this objective (Rayleigh criterion). Find their minimum angular separation, and the smallest linear separation they could have if they are away. Take . (7)
Q5. (8 marks) Unpolarised light of intensity passes through three ideal polaroids. The first and third have their transmission axes crossed (perpendicular). The middle polaroid's axis makes angle with the first.
(a) Derive an expression for the transmitted intensity through all three as a function of . (4) (b) Find the value of that maximises the output, and the corresponding intensity as a fraction of . (4)
Answer keyMark scheme & solutions
Q1 (10 marks)
Use with real-is-positive magnitudes (image on screen ⇒ real).
(a) Original: object , image , . (1) Object moved further out: , image moves closer: . (1) So . (1)
From config 1: . (2)
Substitute into config 2 and solve. Try : . Check config 2: : . Reject.
Solve properly: with , . . So term . Equation: . (2)
Multiply out. Let me solve: . Multiply by : . . . . . . . (positive root). (1)
(b) . Magnification ; magnitude , inverted (real image). (3)
Q2 (12 marks)
(a) Critical angle at glass–liquid interface: (light going from denser glass to liquid, needs ). (2) TIR at ⇒ . (1) No TIR at ⇒ . (1) So . (1) ; . (1) Since physically required, range: (upper bound also ; effective ). (1)
(b) Soap film in air: reflection has one phase change (air→film) ⇒ bright condition . (2) . : . (2) : . (1)
Q3 (10 marks)
(a) Shift of central fringe by inserting sheet: path added . This equals shift to 8th fringe position ⇒ . (2) . (3)
(b) In water, wavelength . Fringe width . (2) . . (2) Physically: wavelength in water is shorter, so fringes are more closely spaced (smaller ). (1)
Q4 (10 marks)
(a) Angular magnification . (1.5) Tube length (normal adjustment) . (1.5)
(b) Rayleigh: . (3) Distance . (1) Linear separation . (3) (≈ AU.)
Q5 (8 marks)
(a) After polaroid 1: . (1) After 2 (angle from 1): . (1) Polaroid 3 at from 1 ⇒ angle between 2 and 3 is : . (2)
(b) . Max when . (2) . (2)
[
{"claim":"Q1 quadratic gives u=32.08cm","code":"u=symbols('u',positive=True); sol=solve(3*u**2-90*u-200,u); val=[s for s in sol if s>0][0]; result=abs(float(val)-32.08)<0.1"},
{"claim":"Q2b m=0 thickness 112.8nm","code":"t=(0.5*600)/(2*1.33); result=abs(t-112.78)<0.5"},
{"claim":"Q3a t=6.67 microns","code":"t=8*500e-9/0.60; result=abs(t-6.667e-6)<1e-8"},
{"claim":"Q4b linear separation approx 2.54e11 m","code":"th=1.22*550e-9/0.10; r=4*9.46e15; s=r*th; result=abs(s-2.54e11)/2.54e11<0.02"},
{"claim":"Q5 max intensity I0/8","code":"th=pi/4; frac=Rational(1,2)*cos(th)**2*sin(th)**2; result=simplify(frac-Rational(1,8))==0"}
]