Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Carson Witt

2061 views
1
\documentclass{article}
2
\title{\vspace{-4.0cm}Parallax}
3
\author{Carson Witt}
4
5
\usepackage{graphicx}
6
\usepackage{color}
7
\usepackage{soul}
8
9
\begin{document}
10
\maketitle
11
12
\section*{Abstract}
13
\textbf{What is Parallax?} \par
14
Parallax 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. \par
15
Additionally, the parallax effect is used in many websites to create a stunning visual perspective effect. This is called parallax scrolling.\par
16
17
\section*{Procedure}
18
\vspace{0.2cm}{\noindent{\textbf{Basic Model for Using Parallax to Calculate Distance}} \par
19
\begin{center}
20
\includegraphics[scale=0.4,]{basic_parallax_example_graphic.pdf}
21
\end{center} \par
22
\begin{center}
23
\underline{In this diagram:} \par
24
\vspace{0.1cm}{\textbf{Points A} and \textbf{B} are two people \par
25
\textbf{Point C} is an object in the distance that Person A and Person B are observing \par
26
\textbf{d} is the distance between the people\par
27
\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 \par
28
\end{center}
29
To 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:
30
$$
31
tan(\theta)=d/x
32
$$
33
Which can be rewritten as:
34
$$
35
x=d/tan(\theta)
36
$$
37
\newpage
38
\vspace{0.2cm}{\noindent{\textbf{History of the Degree}} \par
39
The motivation for using the degree as a unit of angles and rotations is unknown, but there are many theories. \par
40
One 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. \par
41
Another 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.\par
42
Conveniently, 360 is extremely divisible. It has 24 total divisors and is divisible by every number between 1 and 10, except for 7. \par
43
\vspace{0.2cm}{\noindent{\textbf{History of Stellar Parallax}}} \par
44
According 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. \par
45
In 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. \par
46
The first successful measurement of stellar parallax was made by Friedrich Bessel in 1838. \par
47
\vspace{0.2cm}{\noindent{\textbf{Problem}}} \par
48
You 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... \par
49
Before showing the steps to this problem, some terms need to be defined:
50
\begin{enumerate}
51
\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)}
52
\item \textbf{astronomical unit (au)}: a unit of length, roughly the distance from Earth to the Sun.
53
\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)}
54
\end{enumerate}
55
You 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. \par
56
\begin{center}
57
\includegraphics[scale=0.6,]{star_graphic.pdf}
58
\end{center}
59
\begin{center}
60
\underline{In the above diagram:} \par
61
\vspace{0.2cm}{\textbf{p} is $.000208$ degrees\par
62
\textbf{d} is the distance from Earth to Alpha Centauri \par
63
\textbf{x} is the distance from the Sun to Alpha Centauri}
64
\end{center}
65
To solve for \textbf{x}, use the derived equation from earlier: \par
66
$$
67
x=(1au)/tan(p)
68
$$
69
\begin{center}
70
$\downarrow$ \\
71
$1$au = $4.8481e-6$ pc = $1.581e-5$ light years \\
72
$\downarrow$ \\
73
\end{center}
74
$$
75
x=(1.581e-5)/tan(.000208)
76
$$
77
\begin{center}
78
$\downarrow$ \\
79
$x=4.366$ light years $=1.339$ pc \\
80
\end{center}
81
Now that you know the value of $x$, you can use the \emph{Pythagorean Theorem} to solve for $d$ (distance between Earth and Alpha Centauri): \par
82
$$
83
a^2+b^2=c^2
84
$$
85
\begin{center}
86
$\downarrow$ \\
87
\end{center}
88
$$
89
x^2+(1au)^2=d^2
90
$$
91
\begin{center}
92
$\downarrow$ \\
93
\end{center}
94
$$
95
(4.366)^2+(1.581e-5)^2=19.061956
96
$$
97
\begin{center}
98
$\downarrow$ \\
99
\end{center}
100
$$
101
d^2=19.061956
102
$$
103
\begin{center}
104
$\downarrow$ \\
105
\textbf{d = 4.366 light years = 1.339 pc!} \\
106
\end{center}
107
108
\section*{Conclusion}
109
\vspace{0.2cm}{\noindent{\textbf{Summary}} \par
110
Parallax 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. \par
111
\vspace{0.2cm}{\noindent{\textbf{Problems With Parallax}} \par
112
While, 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. \par
113
\vspace{0.2cm}{\noindent{\textbf{Other Limitations}} \par
114
Another 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. \par
115
\vspace{0.2cm}{\noindent{\textbf{Potential Solution}} \par
116
Because 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.} \par
117
118
\end{document}
119
120