5,775 bytes added
, 12:30, 21 March 2007
This page represents a ongoing project dealing with using interference patterns to map the surface of a diamond wafer. Since this is my first page, you'll have to excuse any blatant errors that I do not pick up on immediately. Currently this page will represent my work with Dr. Richard Jones on an approximation to the beam splitter featured in the Michelson interferometer. I will start by giving a brief introduction to electromagnetic radiation, then move on to the approximation itself (including graphs,etc.). I will hopefully have this up and running by next Wednesday.
==INTERFERENCE AND LIGHT WAVES==
Light (electromagnetic radiation) [[Image:emwave.jpg|thumb|An Electromagnetic Wave! (courtesy of [http://www.mtholyoke.edu/~mlyount/MySites/ForensicSpectroscopy/Vocab.html])]] is comprised of an temporally and spatially oscillating electric and magnetic field components. These components are orthogonal to each other as well as to the direction of propagation given by the Poynting vector. Wave equations for the electric and magnetic fields can be derived using [[Maxwell's Equations]].
{|width="50%"
|align="right"|
<math>\nabla^2 \boldsymbol{E} = \frac{1}{c^2} \frac{\partial^2 \boldsymbol{E}}{\partial t^2}</math>
|align="center" width="80"|(1)
|}
{|width="50%"
|align="right"|
<math>\nabla^2 \boldsymbol{B} = \frac{1}{c^2} \frac{\partial^2 \boldsymbol{B}}{\partial t^2}</math>
|align="center" width="80"|(2)
|}
<font color="red">Something about plane wave solutions here.</font>
{|width="50%"
|align="right"|
<math>\boldsymbol{E} = \boldsymbol{E_0} e^{i\left(\boldsymbol{k \cdot x} - \omega t\right)}</math>
|align="center" width="80"|(3)
|}
Electromagnetic waves also have the property that they superimpose. [[Image:MichIntInt.jpg|thumb|Interference from a Michelson Interferometer (courtesy of [http://www.arikah.com/encyclopedia/Interference])]] Like mechanical waves, EM waves can interfere destructively or constructively, but, unlike mechanical waves, there is an additional condition for light wave interference. In order for this to occur, the light waves must be traveling in the same direction, be of the same wavelength and have a constant phase with respect to each other. The reason that light waves must be travelling in the same direction to interfere is that in order for interference to occur, both of the The reason for this A picture of EM wave interference is shown at right.
==INTERFEREOMETRY AND THE MICHELSON INTERFEROMETER==
Interferometry is the splitting of light beams into two or more paths and the recombining of those different beams to measure difference in optical path length and refractive index [[#References|[1]]] via interference fringes that form as a result of the recombined beams.
The Michelson interferometer [[Image:MIint.gif|thumb|A Michelson Interferometer! (courtesy of [http://scienceworld.wolfram.com/physics/MichelsonInterferometer.html])]] was invented by Albert Michelson in 1882 βto detect a change in the velocity of light due to the motion of the [ether]β [[#References|[2]]]. The findings of Michelson's experiment eventually went on to support Einstein's theory of relativity. <font color="red">Add something here describing the parts of the Michelson interferometer.</font>
For our experiment we will be utilizing the fringes of the Michelson interferometer to gather information about the topology of synthetic diamond wafers. In order to be able to utilize a computer program to analyze the data gathered from the Michelson interferometer, we start with an approximation of the beam splitter present at the center of the interferometer. We know that the beam splitter is comprised of a thin layer of a conducting substance present on one side of a thin piece of optical glass. When a beam of light is incident on the beam splitter, a fraction of the photons travel through to the other side of the splitter and the remaining photons reflected. Here we consider wavelengths at which the fraction of the beam absorbed by the mirror is negligible.
Using our knowledge of electric and magnetic fields in conductors and [[Maxwell's Equations]], we can create a simple model of the beam splitter with a light wave at normal incidence. We are interested in finding two main quantities in this model: the thickness of the conducting film and the phase shift that occurs at the mirror surface. <font color="red">Need more here about the calculations we did.</font>
Using the programming power of Matlab, we can solve our system of equations Mv=b, where M, v, and b are given below.
{|width="80%"
|align="right"|
<math>M = \begin{bmatrix}
-1 & 1 & 1 & 0\\
Z_1^{-1} & Z_2^{-1} & -Z_2^{-1} & 0\\
0 & e^{ik_2a} & e^{-ik_2a} & -e^{-ik_1a}\\
0 & Z_2^{-1} e^{ik_2a} & Z_2^{-1} e^{-ik_2a} & -Z_1^{-1} e^{-ik_1a}
\end{bmatrix}</math>
|align="center" width="80"|(4)
|}
{|width="80%"
|align="right"|
<math> v = \begin{bmatrix} E_r\\ E_f\\ E_b\\ E_t\end{bmatrix}</math>
|align="center" width="80"|(5)
|}
{|width="80%"
|align="right"|
<math>b = \begin{bmatrix} 1\\ Z_1^{-1}\\ 0\\ 0\end{bmatrix}</math>
|align="center" width="80"|(6)
|}
Using Matlab we were able to extract information about the desired depth of the conducting film and the phase shift that occurred when the light wave traveled through the the film. Our graphs dislpaying phase shift versus depth and amplitude versus depth are shown below.
{|align=center
|[[Image:fig2.jpg|thumb|A Graph of the Phase shift versus Depth]]
|[[Image:fig1.jpg|thumb|A Graph of Amplitude versus Depth]]
|}
[[Maxwell's Equations]]
Steel "Interferometry"
<br style="clear:both;"/>
==References==
<div class="references-small">
1. C. Candler, ''Modern Interferometers'', Addison-Wesley, 1982, p.9.
2. ibid, p.110.
</div>