Carson Witt
\documentclass{article}1\title{\vspace{-4.0cm}Parallax}2\author{Carson Witt}34\usepackage{graphicx}5\usepackage{color}6\usepackage{soul}78\begin{document}9\maketitle1011\section*{Abstract}12\textbf{What is Parallax?} \par13Parallax is a displacement or difference in the apparent position of an object viewed along two different lines of sight, and is measured by the angle or semi-angle of inclination between those two lines (src: Wikipedia). It comes from the Greek word $\pi\alpha\rho\alpha\lambda\lambda\alpha\xi\iota\zeta$ (parallaxis), meaning alteration. It is also defined as the effect whereby the position or direction of an object appears to differ when viewed from different positions. While Parallax has multiple uses, the most common one is finding the distance to objects where we cannot measure length. In fact, astronomers use Parallax to find the distance to close stars from Earth. Other uses include: photogrammetric parallax, parallax error in photography, parallax in optical sights, artillery gunfire, and rangefinders. \par14Additionally, the parallax effect is used in many websites to create a stunning visual perspective effect. This is called parallax scrolling.\par1516\section*{Procedure}17\vspace{0.2cm}{\noindent{\textbf{Basic Model for Using Parallax to Calculate Distance}} \par18\begin{center}19\includegraphics[scale=0.4,]{basic_parallax_example_graphic.pdf}20\end{center} \par21\begin{center}22\underline{In this diagram:} \par23\vspace{0.1cm}{\textbf{Points A} and \textbf{B} are two people \par24\textbf{Point C} is an object in the distance that Person A and Person B are observing \par25\textbf{d} is the distance between the people\par26\textbf{x} is the distance to the object being viewed from Person B} \par \textbf{Theta ($\theta$)} is the angular difference of observation between the locations \par27\end{center}28To calculate the distance between Person B and the object, you first need to know d, the distance between Person A and Person B. Then, use the Tangent function:29$$30tan(\theta)=d/x31$$32Which can be rewritten as:33$$34x=d/tan(\theta)35$$36\newpage37\vspace{0.2cm}{\noindent{\textbf{History of the Degree}} \par38The motivation for using the degree as a unit of angles and rotations is unknown, but there are many theories. \par39One theory is the fact that 360 is the approximate the number of days in a year. Ancient astronomers noticed that the sun seems to advance in its path by one degree a day. \par40Another theory is that the Babylonians subdivided the circle using the angle of an equilateral triangle as the basic unit and further subdivided it into 60 parts following their sexagesimal numeric system. The sexagesimal system is a numeral system using the number 60 as its base.\par41Conveniently, 360 is extremely divisible. It has 24 total divisors and is divisible by every number between 1 and 10, except for 7. \par42\vspace{0.2cm}{\noindent{\textbf{History of Stellar Parallax}}} \par43According to Wikipedia, In 1729 James Bradley was the first to try to measure stellar parallaxes. However, the stellar movement was too insignificant for his telescope. Because of this experiment, he discovered the aberration of light the nutation of Earth’s axis, and catalogued 3222 stars. \par44In the 19th and 20th Centuries, the method of Annual parallax was discovered. Annual Parallax is normally measured by observing the position of a star at different times of the year as Earth orbits the sun. This was the first reliable way to determine the distances to the closest stars. \par45The first successful measurement of stellar parallax was made by Friedrich Bessel in 1838. \par46\vspace{0.2cm}{\noindent{\textbf{Problem}}} \par47You are an astronomer for NASA and are tasked with finding the distance between Earth and Alpha Centauri (assume that previous astronomers have never calculated this distance). In this hypothetical world, Parallax is a recent discovery and astronomers have not found the time to calculate this distance. It is now your job to do so... \par48Before showing the steps to this problem, some terms need to be defined:49\begin{enumerate}50\item \textbf{arcsecond (as)}: a unit of angular measurement equal to $1/3600$ of a degree. \emph{This unit originated in Babylonian astronomy as sexagesimal subdivisions of the degree; they are used in fields that involve very small angles, such as astronomy, optometry, ophthalmology, optics, navigation, land surveying and marksmanship. (src: Wikipedia)}51\item \textbf{astronomical unit (au)}: a unit of length, roughly the distance from Earth to the Sun.52\item \textbf{parsec (pc)}: the distance to an object with a parallax of 1 arcsecond. \emph{One parsec is the distance at which one astronomical unit subtends an angle of one arcsecond. (src: Wikipedia)}53\end{enumerate}54You also know that the distance from the Earth to the Sun is $1.581e-5$ light years. Given that \textbf{1 light year = 0.306601 parsecs}, you calculate this distance to be approximately $4.8481e-6$ parsecs. In addition, you know that from Earth, the measurable parallax at an angle perpendicular to the sun is .7471 arcseconds, or .000208 degrees. \par55\begin{center}56\includegraphics[scale=0.6,]{star_graphic.pdf}57\end{center}58\begin{center}59\underline{In the above diagram:} \par60\vspace{0.2cm}{\textbf{p} is $.000208$ degrees\par61\textbf{d} is the distance from Earth to Alpha Centauri \par62\textbf{x} is the distance from the Sun to Alpha Centauri}63\end{center}64To solve for \textbf{x}, use the derived equation from earlier: \par65$$66x=(1au)/tan(p)67$$68\begin{center}69$\downarrow$ \\70$1$au = $4.8481e-6$ pc = $1.581e-5$ light years \\71$\downarrow$ \\72\end{center}73$$74x=(1.581e-5)/tan(.000208)75$$76\begin{center}77$\downarrow$ \\78$x=4.366$ light years $=1.339$ pc \\79\end{center}80Now that you know the value of $x$, you can use the \emph{Pythagorean Theorem} to solve for $d$ (distance between Earth and Alpha Centauri): \par81$$82a^2+b^2=c^283$$84\begin{center}85$\downarrow$ \\86\end{center}87$$88x^2+(1au)^2=d^289$$90\begin{center}91$\downarrow$ \\92\end{center}93$$94(4.366)^2+(1.581e-5)^2=19.06195695$$96\begin{center}97$\downarrow$ \\98\end{center}99$$100d^2=19.061956101$$102\begin{center}103$\downarrow$ \\104\textbf{d = 4.366 light years = 1.339 pc!} \\105\end{center}106107\section*{Conclusion}108\vspace{0.2cm}{\noindent{\textbf{Summary}} \par109Parallax is the effect whereby the position or direction of an object appears to differ when viewed from different positions. It is used for many tools related to sight or vision, but it is used most by astronomers to calculate the distance to Earth's closer stars. \par110\vspace{0.2cm}{\noindent{\textbf{Problems With Parallax}} \par111While, parallax is extremely useful and gives us the ability to calculate distances we cannot physically measure, it has its limitations. First, using parallax to calculate distances is not possible if the objects are moving. You must make the calculation in one instant. In addition, parallax cannot be calculated with angles much less than one second of arc. This is because we do not have measuring devices capable of measuring such small degrees. \par112\vspace{0.2cm}{\noindent{\textbf{Other Limitations}} \par113Another limitation with parallax is that the angles measured are always small. According to the Australia Telescope National Facility, "traditional ground-based optical observations also face the problems presented by observing through a turbulent atmosphere. These two factors combine so that the uncertainties in the measured values are very high for most stars." \textbf{Until recently, these ground-based methods were restricted to a distance of around 40 pc.} Only a minuscule amount of stars had reliable parallax and distance measurements. \par114\vspace{0.2cm}{\noindent{\textbf{Potential Solution}} \par115Because accurate distance measurements are essential for helping astronomers check stellar models, astronomers are always looking for accurate and precise distance values. One way to overcome the problems caused by the atmosphere is to get above the atmosphere. \textbf{This means calculating and observing from space.} \par116117\end{document}118119120