Screwdriver
- 125
- 0
Homework Statement
A point source of light (wavelength \lambda = 600 \, \text{nm}) is located a distance x = 10\,\text{m} away from an opaque screen with a small circular hole of radius b. A very small photodiode is moved on an axis from very far away toward the screen. The first observation of maximum signal occurs when the photodiode is at a distance d = 10.2\,\text{m} away from the screen.
(a) Calculate the radius b of the hole.
(b) If the photodiode current is i_0 = 10\,\mu \text{A}, what will this current be if the screen is removed?
Homework Equations
Constructive interference: optical path difference is a multiple of the wavelength.
Photocurrent is proportional to intensity.
The Attempt at a Solution
(a) A direct ray travels a distance of D_1 = x + d to the photodiode. A ray traveling to the edge of the hole and then to the photodiode travels a distance of D_2 = \sqrt{x^2 + b^2} + \sqrt{d^2 + b^2} which can be approximated as D_2 \approx x + d + (b^2/2)(1/x + 1/d) since b is very small. Therefore, the path difference is \Delta D = (b^2/2)(1/x + 1/d). This needs to be equal to an integer multiple of the wavelength, m \lambda, and in particular m = 1 since we're talking about the first maximum after coming in from very far away. Therefore,
<br /> b = \sqrt{\frac{2 \lambda x d}{x + d}}<br />
(b) When the screen is present, the hole acts like a point source with intensity proportional to \pi b^2 / 4 \pi x^2. The intensity at the photodiode is therefore proportional to (\pi b^2 / 4 \pi x^2)(1/4 \pi d^2). Without the screen, the intensity is simply proportional to (1/4 \pi (x + d)^2). Therefore,
<br /> \frac{i_1}{i_0} = \frac{1}{\pi b} \left(\frac{x}{x + d} \right)^2<br />
My waves/optics knowledge is somewhat rusty and (b) is a complete guess.