Sample LaTeX File

Postscript format output from this file can be viewed here. The LaTeX macro file article.cls should lie within your default path on the department machines; if it does not, place a copy within the directory where you LaTeX your file.

\documentclass[notitlepage]{article}    % no title page
\usepackage{graphicx}
\pagestyle{empty}                       % no page numbers
\textwidth      7.00in                  % normal width  of text on page
\textheight     9.50in                  % normal height of text on page
\oddsidemargin -0.35in                  % RHP edge to left margin, minus one inch
\topmargin     -0.25in                  %     edge to top  margin, minus one inch
\parindent      0.00in

\usepackage{epsfig}

\begin{document}

\begin{center}
\renewcommand\fboxsep{8pt}
\framebox{\textbf{Astronomy 505: Homework $^{\#}6$ (Planets)}}
\end{center}
\small

\vskip 0.15truein

\begin{enumerate}  % 1,2,3,...
\setcounter{enumi}{3}
\item
{\bf 
Calculate the expected increase in the global average temperature of the Earth
at a full Moon compared to a new Moon (neglecting eclipses). Which effect is
larger, the change in position of the Earth or the radiation reflected and
emitted from the Moon?
(10~pts)}
\end{enumerate}  % 1,2,...

Consider the illumination of the Earth.  We will be comparing the effect of
two factors: (1) the amount of sunlight reflected off of the Moon onto the
Earth, and (2) the change in the direct amount of sunlight due to the Earth's
rotation about the center of mass of the Earth-Moon system.  During the {\it
new} Moon, the Moon reflects no light onto the Earth, and the Earth lies
beyond the center of mass of the Earth-Moon system.  During the {\it full}
Moon, the Moon reflects a maximum amount of light onto the Earth, and the
Earth lies between the center of mass of the Earth-Moon system and the Sun.
The figure below illustrates the full Moon phase. \\

\begin{figure}[h]
  \centering
% \includegraphics{sample_fig}
  \epsfig{file=sample_fig.eps, height=1.50in, clip=}
\end{figure}

The first-order solution to the illumination of the Earth is simply the
product of the amount of sunlight per unit area on the sky at a distance of
one A.U., and the cross-sectional area presented by the Earth.  {\it The Earth
presents a disk of area $\pi r_E^2$, {\bf not} a sphere of area $4 \pi
r_E^2$!}

\begin{displaymath}
  F (Earth) = \frac{L_{\odot}}{4 \pi R_{se}^2} \, \pi r_E^2
\end{displaymath}

At the new Moon, the Earth lies beyond the center of mass of the Earth-Moon
system and there is no light reflected from the Moon.  The flux is thus

\begin{displaymath}
  F_{NM} (Earth) = \frac{L_{\odot}}{4 \pi (R_{se} + S_e)^2} \, \pi r_e^2 = 
                   1.76 \times 10^{24} \, \mbox{erg~sec}^{-1}
\end{displaymath}

At the full Moon, the Earth lies between the center of mass of the Earth-Moon
system and the Sun, and the Moon reflects light back onto the Earth.  We
calculate the flux accordingly.

\begin{displaymath}
  F_{FM} (Earth) = \frac{L_{\odot}}{4 \pi (R_{se} - S_e)^2} \, \pi r_e^2 \; + \; 
                   \frac{L_{\odot}}{4 \pi (R_{se} + S_m)^2} \, \pi r_m^2 A_m \times
                   \frac{2}        {4 \pi R_{em}^2        } \, \pi r_e^2
\end{displaymath}

where the factor of two in the final term is due to the fact that the Moon
re-radiates the sunlight into a single hemisphere.  (We make use of the fact
that the 24 hour period of rotation of the Earth is much less than the 29 day
orbital period of the Moon.)  We can now calculate the change in the flux
incident on the Earth between the new and the full Moon phases.

\begin{center}\begin{array}{lclcll}
  \Delta F (Earth) & \equiv & F_{FM} (Earth) - F_{NM} (Earth) \\
                   & = & \left( \frac{r_e}{2 R_{se}} \right)^2 L_{\odot} \, \left[ 
                  \left(1 - \frac{S_e}{R_{se}} \right)^{-2} - 
                  \left(1 + \frac{S_e}{R_{se}} \right)^{-2} +
                  \left(1 + \frac{S_m}{R_{se}} \right)^{-2} \times
                  \left( \frac{r_m}{R_{em}}    \right)^2 \frac{A_m}{2}
                  \right]
\end{array}\end{center}

We use a Taylor series expansion to re-express the first two terms, making use of the fact 
that 

\begin{displaymath}
  \left( 1 + \delta \right)^{-2} = 1 - 2 \delta - \ldots, \quad\mbox{for } |\delta| << 1
\end{displaymath}

As $S_e \ll R_{se}$,

\begin{center}\begin{array}{lcl}
  \Delta F (Earth) & = & \left( \frac{r_e}{2 R_{se}} \right)^2 L_{\odot} \, \left[ 
                  4 \frac{S_e}{R_{se}} +
                  \left(1 + \frac{S_m}{R_{se}} \right)^{-2} \times
                  \left( \frac{r_m}{R_{em}}    \right)^2 \frac{A_m}{2}
                  \right]  \\
                   & = & \left( \frac{r_e}{2 R_{se}} \right)^2 L_{\odot} \, \left[
                  1.25 \times 10^{-4} + 7.16 \times 10^{-7}
                  \right]  \\
\end{array}\end{center}

where the first term in brackets is due to the change in position of the
Earth, and the second term is due to the radiation reflected and emitted from
the Moon.  We take the ratio of these two terms and observe that

\begin{displaymath}
  \frac{\Delta F_{pos} (Earth)}{\Delta F_{ref} (Earth)} = 
  \frac{1.25 \times 10^{-4}}{7.16 \times 10^{-7}} = 175
\end{displaymath}

so the effect of the movement of the Earth around the center of mass of the
Earth-Moon system is {\bf much} larger than the effect of the reflection of
light from the full Moon.  

\end{document}