\documentclass[leqno,12pt]{article} \setlength{\oddsidemargin}{0.25in} \setlength{\evensidemargin}{0.25in} \setlength{\textwidth}{6in} \setlength{\textheight}{8.5in} \setlength{\headheight}{6ex} \setlength{\headsep}{4ex} \setlength{\topmargin}{-0.5in} \usepackage{graphicx} \usepackage{amsthm} \usepackage{amssymb} \usepackage{amsmath} \usepackage{epsfig} \newtheorem{theorem}{Theorem}[section] \newtheorem{lemma}[theorem]{Lemma} %%%%%%%%% \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{exercise}[theorem]{Exercise} %%%%%%%% \newtheorem{proposition}[theorem]{Proposition} %%%%%%%%% \newtheorem*{theorem*}{Theorem} %%%%%%%%%% \newtheorem*{lemma*}{The $d\delta$-Lemma} \newtheorem{corollary}[theorem]{Corollary} \newtheorem*{corollary*}{Corollary} \newtheorem*{remark*}{Remark} \newtheorem*{application*}{Application} %%%%%%%%%%%%theoremprime \gdef\theorext{} \def\lastheor{\addtocounter{theorem}{-1}} \renewcommand{\thetheorem}{\arabic{section}.\arabic{theorem}\theorext} \newenvironment{theoremprime}{\lastheor\gdef\theorext{$'$}}%% {\gdef\theorext{}} %%%%%%%%%from kac %%%%%%%%%%%%%%%%%%%%%%%%%%%%resize fonts for section headings \makeatletter \renewcommand\section{\@startsection {section}{1}{\z@}% {-3.5ex \@plus -1ex \@minus -.2ex}% {2.3ex \@plus.2ex}% {\normalfont\large\bfseries}} \renewcommand\subsection{\@startsection{subsection}{2}{\z@}% {-3.25ex\@plus -1ex \@minus -.2ex}% {1.5ex \@plus .2ex}% {\normalfont\normalsize\bfseries}} %\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}% % {-3.25ex\@plus -1ex \@minus -.2ex}% % {1.5ex \@plus .2ex}% % {\normalfont\normalsize\bfseries}} \@addtoreset{equation}{subsection} \makeatother %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \numberwithin{equation}{section} \setcounter{section}{0} %\makeatletter %\@addtoreset{equation}{section} %\makeatother %\renewcommand{\theequation}{\arabic{equation}} \newcommand\Cinf{\mathcal{C}^\infty} %%%\newcommand{\exp}{\operatorname{exp}} \newcommand\A{\mathcal{A}} \newcommand\C{\mathcal{C}} \newcommand\F{\mathcal{F}} \newcommand\I{\mathcal{I}} \renewcommand\L{\mathcal{L}} \renewcommand\P{\mathcal{P}} \newcommand\Ss{\mathcal{S}} \newcommand{\CC}{{\mathbb C}} \newcommand{\LL}{{\mathbb L}} \newcommand{\RR}{{\mathbb R}} \newcommand{\ZZ}{{\mathbb Z}} \newcommand{\Alt}{\mathop{\rm Alt\,}\nolimits} \newcommand{\Image}{\mathop{\rm Image\,}\nolimits} \newcommand{\Ker}{\mathop{\rm Ker\,}\nolimits} \newcommand{\red}{\mathop{\rm red\,}\nolimits} \newcommand{\sgn}{\mathop{\rm sgn\,}\nolimits} \newcommand{\supp}{\mathop{\rm supp\,}\nolimits} \newcommand{\vol}{\mathop{\rm vol\,}\nolimits} \newcommand{\st}[1]{\ensuremath{^{\scriptstyle \textrm{#1}}}} \newcommand{\alphaparenlist}{% changes enumerate 1st level to (a)...(z) \renewcommand{\theenumi}{\alph{enumi}}% \renewcommand{\labelenumi}{(\theenumi)}% } %\alphaparenlist \newcommand{\arabiclist}{% changes enumerate 1st level to 1...9 \renewcommand{\theenumi}{\arabic{enumi}}% \renewcommand{\labelenumi}{(\theenumi)}% } %\arabiclist \newcommand{\romanlist}{% changes enumerate 1st level to i...ix \renewcommand{\theenumi}{\roman{enumi}}% \renewcommand{\labelenumi}{(\theenumi)}% } \begin{document} \begin{center} \Large{\textbf{Homework 9} (due 6/1)} \end{center} %Do the following problems from the text by Professor T. Shifrin \begin{enumerate} \item Exercise 2.4.6. %\item Exercise 2.4.4 \item Exercise 2.4.13(a), (b). \item Let $T$ be a torus parametrized by $$ {\bf x}(u, v) = ((a+b \cos u)\cos v, (a+b\cos u) \sin v, b\sin u),\ a>b. $$ Prove that \begin{enumerate} \item If a geodesic is tangent to the parallel $u=\frac{\pi}{2}$, then it is entirely contained in the region of $T$ given by $-\frac{\pi}{2} \le u \le \frac{\pi}{2}.$ \item A geodesic that intersects the parallel $u=0$ under an angle $\phi \, (0 < \phi < \frac{\pi}{2})$ also intersects the parallel $u=\pi$ if $\cos \phi < \frac{a-b}{a+b}.$ \end{enumerate} Hint: Use Clairaut's relation. You might also need to use the result of Exercise 2.4.6. %\item Exercise 2.4.19 \end{enumerate} \end{document}