\documentclass[12pt,oneside]{article}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{chapterbib}
\usepackage{fancyhdr}
\usepackage[top=3cm, bottom=3cm, left=3cm, right=3cm]{geometry}
\usepackage[pdftex]{graphicx}

\renewcommand{\baselinestretch}{1.2}
\setlength{\topmargin}{-0.2in}
\setlength{\textwidth}{6in}
\setlength{\textheight}{8.5in}
\setlength{\oddsidemargin}{0.25in}
\setlength{\evensidemargin}{0.25in}
%\setlength{\parskip}{0.1in}
\raggedbottom
\onehalfspacing
\pagestyle{fancy}

\title{\Large{6.161: Holographic Optical Element Design}}
\author{\normalsize{Tony Hyun Kim}} 
\date{}

\begin{document}
\maketitle
\pagestyle{myheadings}
\markboth{6.161: Lab 4, Holography}{6.161: Lab 4, Holography}
\section{Introduction and design objectives}

A hologram contains interferometric information between two light waves, such that illumination of the hologram by one of the original beams will generate the other. While the traditional application of holograms is the reconstruction of 3D images, the same principles can be used to construct objects that perform a practical optical function. In this paper, we describe the construction of such a \emph{holographic optical element} (HOE) which has the converging properties of a lens. More precisely, our element will focus a $514$nm collimated beam at a particular location off of the optical axis. See Figure \ref{fig:specs} and specifications below.

\begin{figure}[ht]
	\begin{center}
		\includegraphics[scale=0.5]{specs.PNG}
	\end{center}
	\caption{\label{fig:specs}The HOE will focus a $2$mm-wide, $514$nm collimated beam. The focus is $10$cm above the main axis, and $20$cm from the plate.}
\end{figure}

The additional challenge in our design is that typical holographic materials are not responsive at our desired wavelength $\lambda_r = 514$nm. Hence, we must write utilize a \emph{write wavelength} of $\lambda_w = 632.8$nm for hologram construction, although the specified \emph{readout wavelength} is $\lambda_r = 514$nm.

\section{HOE design approach}

The behavior of any hologram is completely specified by the interferometric pattern contained in the plate. Therefore, we will begin by reviewing the basic results of interferometry on a plate. The idea is to seek the necessary pattern on the HOE that is consistent with the desired specifications. We will then deduce the necessary writing geometry to mimic the required pattern, taking into account the wavelength difference in the write and read beams. Note that this final step would not be necessary if not for the additional complication of $\lambda_w \neq \lambda_r$.

\section{Review of interferometry}

Consider the interference of two plane waves in a planar recording material. In Fig. \ref{fig:plate_interf}, $\phi$ denotes the angle between the optical axis and the ``halfway''-axis of the two interfering beams; $\theta$ is the angle between the two beams. The resulting interference pattern is completely characterized by the fringe separation $\Lambda$ and the fringe direction.

\begin{figure}[ht]
	\begin{center}
		\includegraphics[scale=0.5]{plate_interf.PNG}
	\end{center}
	\caption{\label{fig:plate_interf}Illustration of interference on a plate. The two interfering beams (red) have an angular separation of $\theta$. The ``halfway''-axis of the two beams makes an angle $\phi$ with respect to the main axis. The fringe periodicity in the plate is given by $\Lambda$. Note also the tilt of the fringe lines.}
\end{figure}

It is clear that the fringe direction makes an angle $\phi$ with respect to the main axis. Likewise, it is easy to show\cite{coh_interf} that the fringe separation in the pattern is given by $\Lambda = \lambda/(2\sin(\theta/2))$. These results can be used to yield a scheme for preserving the interferometric pattern on the hologram (and hence its function) despite our read/write wavelength mismatch.

\section{Deduction of the necessary interference pattern}

Suppose we were able to use the readout laser $\lambda_r = 514$nm for hologram construction. The desired HOE could then be generated by the straightforward writing geometry shown in Figure \ref{fig:deduction}, where both beams head to the right.\cite{holog} We wish to characterize the interference pattern that is written into the hologram. For simplicity, we analyze only the edges of the reference beam (points A and B), and use the plane wave approximation. Using the formulas of the previous section, we obtain the following:

\begin{figure}[ht]
	\begin{center}
		\includegraphics[scale=0.6]{deduction.PNG}
	\end{center}
	\caption{\label{fig:deduction}Characterization of the hologram interference pattern in terms of $\Lambda$ and $\phi$ parameters. For simplicity, we analyze only the endpoints $A$ and $B$, and invoke the plane wave approximation.}
\end{figure}

\section{Required writing geometry for $\lambda_w = 632.8$nm}

The remaining task is to deduce the necessary writing geometry for $\lambda_w = 632.8$nm that will preserve the interference pattern. The orientation of the halfway-axis $\phi$ (with respect to the main axis) should obviously remain invariant, in order to preserve fringe directions. However, we must modify the angles between the beams ($\theta_A$ and $\theta_B$), in order to compensate for the change in wavelength. Again, we use the interference equations to find: $\theta_A = 32.5746^\circ$ and $\theta_B = 33.1472^\circ$.

Since the separation of points $A$ and $B$ is known, the new angular data can be used to find the new writing geometry. In particular, note that the new reference beam is slightly divergent, and the focus of the object beam has been relocated. We illustrate the final writing geometry in Figure \ref{fig:final_write_geom}.

\begin{figure}[ht]
	\begin{center}
		\includegraphics[scale=0.7]{new_write_geom.PNG}
	\end{center}
	\caption{\label{fig:final_write_geom}The final writing geometry to be used with the $\lambda_w = 632.8$nm laser. Note that the new reference beam is slightly divergent. Its focal coordinates are given with respect to the intersection of the plate and the optical axis. The focus of the new object beam has also been shifted.}
\end{figure}

\section{Conclusion}

We have described the construction of a holographic optical element (HOE) that can focus a $2$mm-wide, $514$nm collimated beam to an off-axis focal point. The design was complicated by the need to generate the hologram with a write laser whose wavelength differs from that of the readout laser. However, our design recognized that the response of any hologram is completely specified by the interferometric pattern contained in the plate. Therefore, we were able to prescribe a modified writing geometry using the $632.8$nm write laser, which would preserve the pattern of the desired HOE, and therefore also the function.

\begin{thebibliography}{1}
  \bibitem{coh_interf} Cardinal Warde. {\em Class notes for MOL, Coherence and Interference.}  (Pg 9-11).
  \bibitem{holog}  Cardinal Warde. {\em Class notes for MOL, Principles of Holography.} (Pg 6-9).
\end{thebibliography}

\end{document}