\section{How to Use This Guide}

The \textit{Self-Paced Review} consists of review modules with exercises; problems and solutions; self-tests and solutions; and self-evaluations for the four topic areas Algebra, Geometry and Analytic Geometry, Trigonometry, and Exponentials \& Logarithms. In addition, previous \textit{Diagnostic Exams} with solutions are included. Each topic area is independent of the others. 

The \textit{Review Modules} are designed to introduce the core material for each topic area. A numbering system facilitates easy tracking of subject material. For example, in Algebra, the subtopic Linear Equations is numbered with \ref{alg:lineq}. Problems and self-evaluations are categorized using this numbering system.

When using the \textit{Self-Paced Review}, it is important to differentiate between concept learning and problem solving. The review modules are oriented toward refreshing concept understanding while the problems and self-tests are designed to develop problems solving ability. When reviewing the modules, exercises are liberally sprinkled throughout the modules: solve these exercises when working through the module. The problems should be attempted without looking at the solutions. If a problem cannot be solved after at least two honest efforts, then consult the solutions. Trying many times and then succeeding results in a better understanding than trying several times and reading the solution. 

The tests should be taken only when both understanding of the material and problem solving ability have been achieved. The self-evaluation is a useful tool to evaluate the mastery of the material. Finally, the previous Diagnostic Exams should provide the finishing touch.

The review modules were written by Professor A\. P\. French (Physics Department) and Adeliada Moranescu (MIT Class of 1994). The problems and solutions were written by Professor Arthur Mattuck (Mathematics Department). This document was originally produced by the Undergraduate Academic Affairs Office, August, 1992, and transcribed to \LaTeX\ and edited for OCW by Tea Dorminy (MIT Class of 2013) in August, 2010.

\newpage
\tableofcontents
\newpage

\section{Trigonometry Review Module}
As you probably know, trigonometry is must ``the measurement of triangles'', and that is how it got started, in connection with surveying the earth and the inverse. But it has become an essential part of the language of mathematics, physics, and engineering.

\subsection{Right Triangles}
The simplest place to begin this review is with right triangles. We just have an angle $\theta$ ($0^\circ<\theta<90^\circ$), and the lengths of the sides $a,b,c$. 

\begin{wrapfigure}{r}{2.5in}
\begin{asy}
import olympiad;
size(2inch);
draw((0,0)--(6,0)--(6,4)--(0,0));
label("$A$", (0,0),W);
label("$C$",(6,0),S);
label("$B$", (6,4),N);
label("$c$",(3,2),NW);
label("$b$",(3,0),S);
label("$a$",(6,2),E);
markscalefactor=.1;
draw(anglemark((6,0),(0,0),(6,4)));
draw(rightanglemark((0,0),(6,0),(6,4)));
label("$\theta$",(1.3,0),NW);
\end{asy}
\end{wrapfigure}

With this labeling of the sides, we have:
\begin{itemize}
\item $a$ is the side \textit{opposite} to $\theta$;
\item $b$ is the side \textit{adjacent} to $\theta$;
\item $c$ is the \textit{hypotenuse} (literally the ``stretched side'').
\end{itemize}

From these we construct the three primary trigonometric functions --- sine, cosine, and tangent:
\[\sin\theta=\frac ac; \cos\theta=\frac bc; \tan\theta=\frac ab=\frac{\sin \theta}{\cos\theta}\]

Some people remember these through a mnemonic trick --- the nonsense word SOHCAHTOA:
\[\text{\textbf{S}ine}=\frac{\text{\textbf{O}pposite}}{\text{\textbf{H}ypotenuse}}\]
\[\text{\textbf{C}osine}=\frac{\text{\textbf{A}djacent}}{\text{\textbf{H}ypotenuse}}\]
\[\text{\textbf{T}angent}=\frac{\text{\textbf{O}pposite}}{\text{\textbf{A}djacent}}\]

Or, if you remember the order sine, cosine, tangent, the sentence ``Arthur had a hold on Oscar'' can serve the same purpose. Perhaps you yourself learned some variation of these. But you'll be much better off if you simply know these relations as a sort of reflex and don't have to think about which ratio is which.

You will also need to be familliar with the reciprocals of these functions---
\[\textit{cosecant}=1/\text{sine}; \textit{secant}=1/\text{cosine}; \textit{cotangent}=1/\text{tangent}\]
\[\csc\theta=\frac{1}{\sin\theta}=\frac ca; \sec\theta=\frac{1}{\cos\theta}=\frac cb; \cot\theta=\frac{1}{\tan \theta}=\frac ba\]

If we wish, we can of course express the hypotenuse $c$ in terms of $a$ and $b$ with the help of Pythagoras' Theorem:\[c^2=a^2+b^2\rightarrow c=\sqrt{a^2+b^2}\]

\begin{exercise}
\begin{wrapfigure}{r}{1.5in}
\begin{asy}
import olympiad;
size(1.5inch);
draw(rotate(-30)*((0,0)--(0,-3)--(4,0)--(0,0)));
draw(rotate(-30)*anglemark((0,0),(4,0),(0,-3)));
draw(rotate(-30)*rightanglemark((4,0),(0,0),(0,-3)));
label("$\theta$",rotate(-30)*(3,0),S);
label("4",rotate(-30)*(2,0),N);
label("3",rotate(-30)*(0,-1.5),E);
\end{asy}
\end{wrapfigure}

Cover up the formulas above. Then find $\sin\theta,\cos\theta,\tan\theta,\csc\theta,\sec\theta,\cot \theta$ in the triangle shown here. We've deliberately drawn it in a non-standard orientation; you need to be able to handle that sort of thing.)
\end{exercise}

Note: The answers to the exercises are all collected together at the end of this module. We have tried to eliminate errors, but if you find anything that you think needs to be corrected, please write to us.

\begin{exercise}
\begin{wrapfigure}{r}{.5\textwidth}
\begin{asy}
import olympiad;
size(2inch);
draw((0,0)--(6,0)--(6,4)--(0,0));
label("13",(3,2),NW);
label("5",(6,2),E);
label("$A$",(6,4),N);
label("$C$",(6,0),SE);
label("$B$",(0,0),S);
markscalefactor=.1;
draw(anglemark((6,0),(0,0),(6,4)));
label("$90^\circ-\theta$",(3,0),NW);
draw(anglemark((0,0),(6,4),(6,0)));
label("$\theta$",(5.3,3));
draw(rightanglemark((6,4),(6,0),(0,0)));
\end{asy}
\end{wrapfigure}

In this triangle, find:
\begin{minipage}{.4\textwidth}
\begin{enumerate}
\item $\sin(90^\circ -\theta)$
\item $\sin\theta+\cos(90^\circ-\theta)$
\item $\tan \theta+\cot(90^\circ-\theta)$
\item $\sec\theta+\csc(90^\circ-\theta)$
\end{enumerate}
\end{minipage}

[Note: $90^\circ-\theta$ is a perfectly valid name for the angle at $B$, thought for some purposes we might want to call it, say, $\beta$ for simplicity. But the important thing here is just to get the relation of the sines and consines, etc., straight. Here, $\theta$ is what we might call the primary angle, $90^\circ-\theta$ is the co-angle (complementary angle). The above exercise is designed to make the point that the sine, tangent and secant of the angle $\theta$ have the same values as the co-sine, co-tangent, and co-secant of the co-angle $(90^\circ-\theta)$ --- and vice versa!]
\end{exercise}

\begin{exercise}
Sorry, folks. No picture this time. You draw the triangle.

If $A$ is an acute angle and $\sin A=7/25$, find all the other trigonometric functions of the angle $A$.
\end{exercise}

{\Large Important!}

It's not enough to know the definitions of the various trigonometric functions. You also need to be able to $\textit{use}$ them to find the length of any side of a right triangle in terms of any other side and one fo the angles. That is, tin the triangle $ABC$, in which $C$ is the right angle, you should be familiar with the following relationships:

\begin{wrapfigure}{r}{.3\textwidth}
\begin{asy}
import olympiad;
size(2inch);
draw((0,0)--(6,0)--(6,4)--(0,0));
markscalefactor=.08;
label("$A$",(0,0),SW);
label("$B$",(6,4),NE);
label("$C$",(6,0),SE);
label("$a$",(6,2),E);
label("$b$",(3,0),S);
label("$c$",(3,2),NW);
draw(anglemark((0,0),(6,4),(6,0)));
draw(anglemark((6,0),(0,0),(6,4)));
label("$\theta$",(1.2,0),N);
label("$\phi$",(5.4,3.1));
\end{asy}
\end{wrapfigure}

\begin{align*}
a&=b\tan\theta=c\sin\theta=c\cos\phi=b\cot\phi\\
b&=a\cot\theta=c\cos\theta=c\sin\phi=a\tan\phi\\
c&=a\csc \theta=b\sec\theta=a\sec\phi=b\csc\phi
\end{align*}

\textit{In particular, the relations $a=c\sin\theta$, and $b=c\cos\theta$, correspond to the process of breaking up a linear displacement or a force into two perpendicular components.} This operation is one that you will need to perform over and over again in physics problems. Learn it now so that you have it ready for instant use later.

\begin{exercise}
In a right triangle labeled as above, find:
\begin{enumerate}
\item $BC$, if $A=20^\circ$, $AB=5$;
\item $AC$, if $B=40^\circ$, $BC=8$;
\item $AB$, if $A=53^\circ$, $AC=6$
\end{enumerate}
\end{exercise}

\subsection{Some Special Triangles}
We've already used some special triangles in Section 1, above --- right triangles in which all three sides can be expressed as integers: (3,4,5), (5,12,13), and (7,24,25). It's very convenient to be familiar with such triangles, for which the Pythagorean THeorem becomes just a relation between the squares of the natural numbers. (You might like to amuse yourself hunting for more examples.) And people who set examinations are fond of using such triangles, to save work for the students who write the exams and for the people who grade them. So there can be a very practical advantage in knowing them!

And there are some other special triangles that you should know inside out. Look at the two triangles below. No doubt you're familiar with both of them. The first is half of a square and the second is half of an equilateral triangle. Their angles and principal trigonometric functions are as shown.

\begin{center}
\begin{asy}
import olympiad;
size(6inch);
draw((0,0)--(1,0)--(0,1)--(0,0));
draw((1,0)--(1,1)--(0,1),dashed);
label("$1$",(.5,0),S);
label("$1$",(0,.5),E);
label("$\sqrt{2}$",(.6,.6));
label("\tiny $45^\circ$",(.8,0),N);
label("\tiny $45^\circ$",(-.03,.79),E);

label(minipage("$\sin 45^\circ=\frac{1}{\sqrt{2}}=\cos 45^\circ$\\$\tan 45^\circ=1$",2inch),(2.6,.5));

draw((4,0)--(4.5,0)--(4,.866)--(4,0));
draw((3.5,0)--(4,0)--(4,.866)--(3.5,0),dashed);
label("2",(4.25,.433),NE);
label("1",(4.25,0),S);
label("$\sqrt{3}$",(4,.5),SW);

label(minipage("$\sin 30^\circ=\frac 12=\cos 60^\circ$\\$\cos 30^\circ=\frac{\sqrt{3}}2=\sin 60^\circ$\\$\tan 30^\circ=\frac{1}{\sqrt{3}}=\cot 60^\circ$",2inch),(6,.5));
label("\tiny $30^\circ$",(4.1,.566));
label("\tiny $60^\circ$",(4.34,.1));
\end{asy}
\end{center}


These triangles, too, often show up in quizzes and examinations. You will very likely be expected to know them in tests where calculators are not allowed. More importantly, though, they should become part of your database of known numerical values that you can use for problem-solving. Getting an \textit{approximate} answer to a problem can often be very useful. You might, for example, be doing a problem in which the cosine of $58.8^\circ$ shows up. Maybe you don't have your calculator with you -- or maybe it has decided to break down. If you know that $\cos 60^\circ=1/2$, you can use this as a good approximation to the value you really want. Also, since (for angles between $0^\circ$ and $90^\circ$) the cosine gets smaller as the angle gets bigger, you will know that the true value of $\cos 58^\circ$ is a little \textit{bigger} than 1/2; that can be very useful information too.

\begin{exercise}
Take a separate sheet of paper, draw the $45^\circ/45^\circ/90^\circ$ and $30^\circ/60^\circ/90^\circ$ triangles, and write down the values of all the trig functions you have learned. Convert the values to decimal approximations too.
\end{exercise}

\begin{exercise}
\begin{wrapfigure}{r}{.5\textwidth}
\begin{asy}
import olympiad;
size(1.25inch);
draw((0,0)--(6,0)--(6,4)--(0,0));
label("$A$", (0,0),W);
label("$C$",(6,0),S);
label("$B$", (6,4),N);
label("$c$",(3,2),NW);
label("$b$",(3,0),S);
label("$a$",(6,2),E);
markscalefactor=.1;
draw(anglemark((6,0),(0,0),(6,4)));
draw(rightanglemark((0,0),(6,0),(6,4)));
label("$\theta$",(1.3,0),NE);
\end{asy}
\end{wrapfigure}

Given this triangle with $C=90^\circ$, values as marked, find all angles and lengths of the sides if:

\begin{enumerate}
\item $A=30^\circ$ ,$b=6$
\item $a=13, b=13$
\item $B=30^\circ$, $c=10$
\item $A=45^\circ$, $c=12$
\item $c=1, b=\sqrt{2}$
\item $c=4,b=4$
\end{enumerate}
\end{exercise}

\begin{exercise}

\begin{wrapfigure}{r}{3in}
\begin{asy}
size(3inch,2inch);
import olympiad;
draw((18,0)--(0,0)--(0,10),p=black+2.0);
draw((10,0)--(0,10));
draw((18,0)--(0,10));
//house-building
draw((1,0)--(1,3.5)--(4,3.5)--(4,0));
draw((1.25,.5)--(1.25,1.25)--(1.75,1.25)--(1.75,.5)--(1.25,.5),p=black+.5);
draw((2.00,.5)--(2.00,1.25)--(2.50,1.25)--(2.50,.5)--(2.00,.5),p=black+.5);
draw((2.75,.5)--(2.75,1.25)--(3.25,1.25)--(3.25,.5)--(2.75,.5),p=black+.5);
draw((1.25,1.5)--(1.25,2.25)--(1.75,2.25)--(1.75,1.5)--(1.25,1.5),p=black+.5);
draw((2.00,1.5)--(2.00,2.25)--(2.50,2.25)--(2.50,1.5)--(2.00,1.5),p=black+.5);
draw((2.75,1.5)--(2.75,2.25)--(3.25,2.25)--(3.25,1.5)--(2.75,1.5),p=black+.5);
label("$P$",(10,0),NE);
label("$Q$",(18,0),NE);
markscalefactor=.2;
draw(anglemark((0,10),(10,0),(0,0)));
draw(anglemark((0,10),(18,0),(0,0)));
label("$45^\circ$",(8.75,0),NW);
label("$30^\circ$",(16.25,0),NW);

\end{asy}
\end{wrapfigure}

A tall flagpole stands behind a building. Standing at point $P$, you observe that you must look up at an angle of $45^\circ$ to see the top of the pole. You then walk away from the building through a distance of 10 meters to point $Q$. From here, the line to the top of the pole makes an angle of $30^\circ$ to the horizontal. How high is the top of the pole \textit{above eye level}?

[If you don't see how to approach this problem, take a peek at the solution --- just the diagram at first.]
\end{exercise}

\subsection{Radian Angle Measure}
\begin{wrapfigure}{r}{1.5in}
\begin{asy}
import olympiad;
size(1.5inch,1inch);
draw((10,0)--(0,0)--(6,10));
markscalefactor=.2;
draw(anglemark((10,0),(0,0),(6,10)));
label("$\theta$",(1,0),NE);
\end{asy}
\end{wrapfigure}

A given angle $\theta$ is uniquely defined by the intersection of two straight lines. But the actual \textit{measure} of the angle can be expressed in different ways. For most practical purposes, like navigation, we use the division of the full circle into 360 degrees, and measure angles in terms of degrees, minutes, and seconds of arc. But in mathematics and physics, angles are usually expressed in \textit{radians}. Radians are much more useful than degrees when you are studying functions, graphs, and such things as periodic motion, because they simplify all calculus formulas for trig functions. The price we pay for simplicity is that we need to introduce the fundamental constant $\pi$. But that is worth understanding anyway.

\begin{wrapfigure}{r}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((1,0)--(0,0)--(.8,.6));
draw(anglemark((1,0),(0,0),(.8,.6),1));
label("$O$",(0,0),N);
label("$A$",(1,0),E);
label("$B$",(.8,.6),NE);
draw((.5,0)--(.8/3.,.2),arrow=EndArrow);
label("$R$",(.4,.3),NW);
draw((.8,.6)--(.6,.78),arrow=EndArrow);
\end{asy}
\end{wrapfigure}

Imagine a circle, with an angle formed between two radii. Suppose that one of the radii, the horizontal one, is fixed, and that the other one is free to rotate about the center so as to define any size of angle we please. To make things simple, choose the circle to have radius $R=1$ (inch, centimeter, mile, it doesn't matter). We can take some flexible material (string or thread) and cut off a unit length of it (the same units as we've used for $R$ itself). We place one end of the string at the end $A$ of the fixed radius, and fit the string around the contour of the circle. If we now put the end $B$ of the movable radius at the other end of the string, the angle between the two radii is \textit{one radian}. As a mnemonic, 1 radian is 1 radius-angle.

To put it formally: \emph{A radian is the measure of the angle that cuts off an arc of length 1 on the unit circle.}

Another way of saying this is that an arc of unit length \textit{subtends} an angle of 1 radian at the center of the unit circle.

(If you don't like unit circles, you can say that \textit{an angle of one radian cuts off an arc equal in length to the radius on a circle of any given radius})


\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
draw(Circle((0,0),1));
real i;
for(i=0.;i<7.;i+=1.){
	draw((0,0)--(sin(i),cos(i)*1.1));
	if(i>0.)
		label("1 rad",(sin(i-.5),cos(i-.5))*1.3);
	}
fill((0,0)--(sin(6),cos(6))--(0,1)--cycle,grey);
label(minipage("\tiny A bit left: \\0.28... radians"),(sin(6.14),cos(6.14))*1.3+(.5,0));
\end{asy}
\end{wrapfigure}

If we take a length of string equal to the radius and go all the way around the circle, we find that we can fit in 6 lengths plus a bit more (about 0.28 of the radius)\footnote{Note that, if we had use the string to step out straight chords instead of arcs, we would complete the circle with \textit{exactly} 6 lengths, forming a regular hexagon. You can thus guess that one radian is a bit less than $60^\circ$.}. FOr one-half of the circle, the arc length is equal (to an accuracy of two decimal places) to 3.14 radii. Surprise: $3.14=\pi$! (No, \textit{not} a surprise. This is how $\pi$ is defined.) So we say there are $\pi$ radians in $180^\circ$, and we have:

\begin{itemize}
\item $2\pi$ radians is equivalent to $360^\circ$
\item $\pi$ radians is equivalent to $180^\circ$
\end{itemize}


The abbreviation rad is often used when we write the value of an angle in radians.

Numerically, we have \[1\text{ rad}=\frac{180^\circ}{\pi}\approx 57.3^\circ\]
Now it's your turn:

\begin{exercise}
Evaluate the following angles in radians:

\begin{asy}
size(2inch,0);
import olympiad;
draw(Circle((0,0),1));
draw((0,0)--(1,0));
draw(arc((0,0),.5,0,360),arrow=EndArrow);

draw(Circle((3,0),1));
draw((4,0)--(3,0)--(3,1));
draw((3.1,0)--(3.1,.1)--(3,.1));
draw(arc((3,0),.5,0,90),arrow=EndArrow);

draw(Circle((0,-3),1));
draw((1,-3)--(0,-3)--(0,-4));
draw((.1,-3)--(.1,-3.1)--(0,-3.1));
draw(arc((0,-3),.5,0,270),arrow=EndArrow);

draw(Circle((3,-3),1));
draw((4,-3)--(3,-3)--(3+cos(pi/4),sin(pi/4)-3));
draw(arc((3,-3),.5,0,45),arrow=EndArrow);
label("\tiny $45^\circ$",(3.2,-2.9));

draw(Circle((0,-6),1));
draw((1,-6)--(0,-6)--(cos(pi/3.),sin(pi/3.)-6));
draw(arc((0,-6),.5,0,60),arrow=EndArrow);
label("\tiny $60^\circ$",(0.2,-5.9));

draw(Circle((3,-6),1));
draw((4,-6)--(3,-6)--(3+cos(3.),-6+sin(3.)));
draw(arc((3,-6),.5,0,172),arrow=EndArrow);
draw(arc((3,-6),1.2,82,0),arrow=EndArrow);
draw(arc((3,-6),1.2,90,172),arrow=EndArrow);
label("$3r$",(3+cos(1.5),-6+sin(1.5))*1.1);
label("$r$",(3.5,-6),S);
\end{asy}


Remember, $\theta$ in radians is $\frac{\widehat{AB}}r$ or $\widehat{AB}=r\theta$ with $\theta$ in radians.
\end{exercise}

\begin{wrapfigure}{r}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((1,0)--(0,0)--(Sin(30),Cos(30)));
draw(anglemark((1,0),(0,0),(.8,.6),1));
label("$O$",(0,0),N);
label("$A$",(1,0),E);
label("$B$",(Sin(30),Cos(30)),NE);
draw(arc((0,0),.5,0,60),arrow=EndArrow);
draw((Sin(30),Cos(30))--(Sin(30)-Cos(30)*.3,Cos(30)+Sin(30)*.3),arrow=EndArrow);
label("$\theta$",(0.1,0),NE);
\end{asy}
\end{wrapfigure}

Thus, for example, on a circle with radius 10 cm, an angle of $n$ radians cuts off (intercepts) an arc of length $10n$ cm.

\begin{exercise}
Express in radian measure:
\begin{enumerate}
\item 30 degrees
\item 135 degrees
\item 210 degrees
\item 315 degrees
\item 160 degrees
\item 10 degrees
\end{enumerate}
\end{exercise}

\begin{exercise}
Express in degree measure:
\begin{enumerate}
\item $\pi/3$ radians
\item $\frac 59 \pi$ radians
\item $\frac{\pi}{24}$ rad
\item $\frac{\pi}{4}$ rad
\item $\frac 76\pi$ rad
\end{enumerate}
\end{exercise}

How about some trig functions of angles expressed in radian measure?
\begin{exercise}
Find:
\begin{enumerate}
\item $\sin \frac{\pi}{6}$
\item $\cos\frac{\pi}{4}$
\item Is it true that $\sin\frac{\pi}{18}=\cos\frac{4\pi}{9}$?
\end{enumerate}
\end{exercise}

\begin{wrapfigure}{r}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((-1,0)--(1,0));
draw((0,-1)--(0,1));
label("1",(.5,.5));
label("2",(-.5,.5));
label("3",(-.5,-.5));
label("4",(.5,-.5));
\end{asy}
\end{wrapfigure}

You should be familiar with the \textit{signs} of the trigonometic functions for different ranges of angle. This is traditionally formed in terms of the four \textit{quadrants} of the complete circle. It is convenient to make a table showing the signs of the trig functions without regard to their actual values:

\begin{tabular}{ccccc}
&1st Quad&2nd Quad&3rd Quad&4th Quad\\
$\sin (\csc)$&+&+&-&-\\
$\cos (\sec)$&+&-&-&+\\
$\tan (\cot)$&+&-&+&-
\end{tabular}

This means that there are always \textit{two} angles between 0 and $2\pi$ (or 0 and $360^\circ$) that have the same sign and magnitude of any given trig function.

The mnemonic ``\textbf{A}ll \textbf{S}tudents \textbf{T}ake \textbf{C}alculus'', while not a true statement (except at MIT and Caltech and maybe a few other places) can remind you which of the main trig functions are positive in the successive quadrants.

\begin{exercise}
Fill in the following table, giving both signs and magnitudes of the trig functions:

\begin{tabular}{r|c|c|c||r|c|c|c|}
$\theta$&$\sin\theta$&$\cos\theta$&$\tan\theta$&$\theta$&$\sin\theta$&$\cos\theta$&$\tan\theta$\\
\hline
$\pi/4$&&&&$5\pi/6$&&&\\
$\pi/3$&&&&$7\pi/6$&&&\\
$2\pi/3$&&&&$3\pi/2$&&&\\
$3\pi/4$&&&&$7\pi/4$&&&
\end{tabular}
\end{exercise}

If we are just dealing with triangles, all of the angles are counted positive and are less than $180^\circ$ (i.e. $<\pi$). But angles less than 0 or more than $\pi$ are important for describing rotations. For this purpose we use a definite sign convention:

\emph{Counterclockwise rotations are positive; clockwise rotations are negative}

You can remember this by making a fist of your right hand: if you point your thumb upward (positive), your fingers are curling/rotating counterclockwise, and if you point your thumb downward (negative), your fingers are curling clockwise.

Here are some examples:

$\frac{3\pi}2$ rad

$-\frac{\pi}{i}$ rad

$-4\pi$ rad

\begin{asy}
import olympiad;
size(6inch,0);
pair cent=(0,0);
draw(Circle(cent,1));
draw((cent+(0,-1))--cent--(cent+(1,0)));
draw(arc(cent,.5,0,270),arrow=EndArrow);
cent=(3,0);
draw(Circle(cent,1));
draw((cent+(-Sin(60),Cos(60)))--cent--(cent+(1,0)));
draw(arc(cent,.5,300,0),arrow=EndArrow);
cent=(5,0);
draw(Circle(cent,1));
draw(cent--(cent+(0,1)));
draw(reverse(arc(cent,.6,0,359)..arc(cent,.3,90,0)),arrow=EndArrow);
\end{asy}

When we are dealing with rotations, we often talk in terms of numbers of \textit{revolutions}. Since 1 revolution (rev) is equivalent to $2\pi$ rad, it is easy to convert from one to the other: just \textit{multiply revs by $2\pi$ to get rad}, or \textit{divide rads by $2\pi$ to get revs}.

\subsection{Trigonometric Functions as Functions}
\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
draw(Circle((0,0),1));
draw((-1,0)--(1,0));
draw((0,-1)--(0,1));
draw((0,0)--(Cos(60),Sin(60)));
draw(arc((0,0),.3,0,60),arrow=EndArrow);
draw((0,Sin(60))--(Cos(60),Sin(60)),p=1+dashed);
label("$x$",(0,Sin(60)),S);
label("$y$",(Cos(60),0),W);
label("$\theta$",(0,0),NE);
label("1",(Cos(60),Sin(60))/2);
draw((Cos(60),0)--(Cos(60),Sin(60)),p=1+dashed);
\end{asy}
\end{wrapfigure}

We have emphasized the usefulness of knowing the values of $\sin$, $\cos$, $\tan$, etc.\ of various specific angles, but of course the trig functions really \textit{are} functions of a continuous variable --- the angle $\theta$ that can have any value between $-\infty$ and $\infty$. It is important to have a sense of the appearance and properties of the graphs of these functions.

Drawing the unit circle can be of help in visualizing these functions. If we draw a unit circle, and give it $x$ and $y$ axes as shown, then we have:
\[\sin\theta=\frac y1=y; \cos\theta=\frac x1=x; \tan\theta=\frac yx\]

Notice the following features:
\begin{itemize}
\item Every time we go through an integral multiple of $2\pi$, we come back to the same point on the unit circle. This means that $\sin$, $\cos$, and $\tan$ are periodic functions of $\theta$ with period $2\pi$; i.e. 
\[\sin(\theta+2\pi)=\sin\theta\]
and similarly for $\cos$ and $\tan$.
\item The values of sin and cos never go outside the range between $+1$ and $-1$; they oscillate between these two limits.
\item $\cos\theta$ is $+1$ at $\theta=0$; $\sin\theta=+1$ at $\theta=\pi/2$. More generally, one can put:
\[\cos\theta=\sin(\theta+\pi/2)\] or $\sin\theta=\cos(\theta-\pi/2)$

Thus the whole cosine curve is shifted through $\pi/2$ negatively along the $\theta$ axis relative to the sine curve, as shown below:

\begin{asy}
import graph;
size(6inch,0);
draw(graph(sin,-5*pi/2-1,5*pi/2+1));
draw(graph(cos,-5*pi/2-1,5*pi/2+1),dashed);
xaxis(-5*pi/2-1,5*pi/2+1);
yaxis(-1,1.75);
int i;
for(i=-5;i<7;i+=2){
	xtick(format("$\\\frac{%i\cdot\pi}{2}$",i),i*pi/2);
}
for(i=-2;i<3;++i){
	xtick(format("$%i\cdot\pi$",i),i*pi);
}
\end{asy}

It is easy to construct quite good sketches of these functions with the help of the particular values of $\sin$ and $\cos$ with which you are familiar.
\item The tangent function becomes infinitely large (+ or -) at odd multiples of $\pi/2$, where the value of $x$ on the unit circle goes to 0. It is made of infinitely many separate pieces, as indicated below:

\begin{asy}
import graph;
size(5inch);
int i;
for(i=-5;i<5;i+=2){
	draw(graph(tan,i*pi/2+.46,(i+2)*pi/2-.46));
	xtick(format("$\frac{%i\cdot\pi}{2}$",i),i*pi/2);
}
axes();
\end{asy}


\end{itemize}

Like the sine function, the tangent function is zero whenever $\theta$ is an integral multiple of $\pi$. Moreover, $\tan\theta$ is almost equal to $\sin\theta$ if $\theta$ is a \textit{small} angle (say less than about $10^\circ$ or .2 rad). For such small angles, both sin and tan are also almost equal to $\theta$ itself as measured in radians. This can be seen from the diagram here. We have the following relationships:
\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
pair A=(0,1);
pair B=(cos(.23),sin(.23));
pair O=(0,0);
draw(A--B--O--A);
draw(B--(cos(.23),0));
\end{asy}
\end{wrapfigure}


\[\theta=\frac{AB}r=\frac{AB}{OA}\geq\frac{BN}{OA}\]
\[\sin\theta=\frac{BN}r=\frac{BN}{OA}\]
\[\tan\theta=\frac{BN}{ON}\geq\frac{BN}{OA}\]
Thus,

\[\sin\theta\approx\theta\approx\tan\theta\]
These results are the basis of many useful approximations.

\begin{exercise}
Using your calculator, find $\sin\theta$ and $\tan\theta$ for $\theta=0.1,0.15,0.2,0.25$ rads. If you do this, you will be able to see that it is always true that $\sin\theta\approx\theta\approx\tan\theta$ for these small angles.
\end{exercise}

\subsection{Trigonometric Identities}
You know that the various trig functions are closely related to one another. For example, $\cos\theta=1/\sec\theta$. Since this is true for \textit{every} $\theta$, this is an \textit{identity}, not an equation that can be solved for $\theta$. Trigonometric identities are very useful for simplifying and manipulating many mathematical expressions. You ought to know a few of them.

\begin{wrapfigure}{r}{1.5in}
\begin{asy}
import olympiad;
size(1.5inch);
draw((0,0)--(6,0)--(6,4)--(0,0));
label("$A$", (0,0),W);
label("$C$",(6,0),S);
label("$B$", (6,4),N);
label("$c$",(3,2),NW);
label("$b$",(3,0),S);
label("$a$",(6,2),E);
markscalefactor=.1;
draw(anglemark((6,0),(0,0),(6,4)));
draw(rightanglemark((0,0),(6,0),(6,4)));
label("$\theta$",(1.3,0),NW);
\end{asy}
\end{wrapfigure}

Probably the most familiar, and also one of the most useful, is the one based on the Pythagorean Theorem and the definitions of $\sin$ and $cos$:
\[c^2=a^2+b^2\] 
with $\sin\theta=a/c$, $\cos\theta=b/c$ gives
\[(\sin\theta)^2+(\cos\theta)^2)=1\]

Note that $(\sin\theta)^2$ is often abbreviated $\sin^2\theta$, and similarly for the other trigonometric functions. Do not confuse this with $\sin(\sin\theta))$, even though for any other function $f(x)$ $f^2(x)$ does mean $f(f(x))$.

Dividing through by $\cos^2\theta$ or $\sin^2\theta$ gives tow other identities useful for calculus:
\[\tan^2\theta+1=\sec^2\theta\]
\[1+\cot^2\theta=\csc^2\theta\]

Two other very simple identities are:
\[\sin(-\alpha)=-\sin\alpha\]
\[\cos(-\beta)=\cos\beta\]

(We say that $\sin\theta$ is an \textit{odd function} of $\theta$ and $\cos\theta$ is an \textit{even function} of $\theta$ because of these identities.)

Angle addition formulas: Given any two angles $\alpha$ and $\beta$, 
\begin{align*}
\sin(\alpha+\beta)&=\sin\alpha\cos\beta+\cos\alpha\sin\beta\\
\cos(\alpha+\beta)&=\cos\alpha\cos\beta-\sin\alpha\sin\beta
\end{align*}

If you learn these formulas, you can easily construct the formulas for $\sin$ or $\cos$ of the \textit{difference} of two angles. Just use the odd/even properties of $\sin$ and $\cos$.

\begin{exercise}
Use the angle addition formulas to evaluate the following:
\begin{enumerate}
\item $\sin(\theta+\frac{3\pi}2)$
\item $\cos(\theta-\frac{\pi}4)$
\item $\sin(\theta+\frac{\pi}6)$
\item $\cos(\theta+\frac{7\pi}{4})$
\end{enumerate}
\end{exercise}

Even if you don't memorize the general angle-addition formulae, you should certainly know the formulas obtained when you put $\alpha=\beta=\theta$ --- the \textit{double-angle formulas}:
\begin{align*}
\sin 2\theta&=2\sin\theta\cos\theta\\
\cos 2\theta&= \cos^2\theta-\sin^2\theta=2\cos^2\theta-1=1-2\sin^2\theta
\end{align*}

By using the second of these in reverse, you can develop half-angle formulas:

\begin{exercise}
Prove the half-angle formulas:
\begin{align*}
\sin \frac 12\theta&=\pm\sqrt{\frac{1-\cos\theta}{2}}\\
\cos \frac 12\theta&=\pm\sqrt{\frac{1+\cos\theta}{2}}
\end{align*}
\end{exercise}

\begin{exercise}
Using the results of the previous exercise, find $\sin 22.5^\circ$ and $\cos 22.5$. TODO add 15 degrees?
\end{exercise}

\subsection{Sine and Cosine Laws for the General Triangle}

Not everything can be done with right triangles, and you should be familiar with two other sets of identities that apply to a triangle of any shape. Rather than memorizing these forms, you should know how to use them to find angles and side lengths. It's also useful to see how they are derived, namely by dropping a perpendicular and using the Pythangorean Theoream:

\subsubsection{The Law of Sines}
\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
pair A=(0,0);
pair B=(6,4);
pair C=(8,0);
draw(A--B--C--A);
label("$a$",(B+C)/2,NE);
label("$b$",(A+C)/2,S);
label("$c$",(A+B)/2,NW);
label("$A$",A,S);
label("$B$",B,N);
label("$C$",C,SE);
label("$N$",(6,0),S);
draw(B--(6,0),dotted);
draw(rightanglemark(C,(6,0),B));
\end{asy}
\end{wrapfigure}

For any triangle $\triangle ABC$, labeled as in the diagram:
\[\frac{\sin A}{a}=\frac{\sin B}{b}=\frac{\sin C}{c}\]


This results follows from considering the length of a pependicular drawn from any angle to the opposite side. Such a perpendicular ($BN$ in our diagram) can be calculated in two ways: 
\[BN=c\sin A=a\sin C\] 

Rearranging this gives $\frac{\sin A}{a}=\frac{\sin C}{c}$, and it is pretty obvious that considering either of the other two perpendiculars will complete the raltionships. 

We use the law of sines to solve a triangle if we know \textit{one angle and the length of the side opposite to it, plus one other datapoint} -- either another angle or the length of another side. We can always make use of the fact that the angles of any triangle add up to $180^\circ$.

\begin{exercise}
In a triangle labeled as in the diagram above, let $A=30^\circ$, $a=10$, and $C=135^\circ$> Find $B$, $b$, and $c$.
\end{exercise}

\begin{exercise}
In another triangle, suppose $B=50^\circ$, $b=12$, $c=15$. Find $A$, $C$, and $a$.
\end{exercise}

\subsubsection{The Law of Cosines}

This is useful if we do \textit{not} know the values of an angle and its opposite side. What that means, essnetially, is that we are given the value of at most one angle. If this is the angle $A$ in the standard diagram, the Law of Cosines states that:
\[a^2=b^2+c^2-2bc\sin A\]

Thus, if $b,c,A$ are given, we can calculate the length of the third side $a$.

The Law of Cosines is an extension of the Pythagorean Theorem, and we prove it by using the Pythagorean Theorem. Take a triangle labeled as before, and again draw a perpindicular from angle $B$ onto $AC$. Let $BN=h$ and let $AN$ be $x$, so that $NC=b-x$. Then in $\triangle ABN$ we have $c^2=x^2+h^2$, and in $\triangle BCN$ we have $a^2=(b-x)^2+h^2$. 

\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
pair A=(0,0);
pair B=(6,4);
pair C=(8,0);
draw(A--B--C--A);
label("$a$",(B+C)/2,NE);
label("$b$",(A+C)/2,S);
label("$c$",(A+B)/2,NW);
label("$A$",A,S);
label("$B$",B,N);
label("$C$",C,SE);
label("$N$",(6,0),S);
label("$h$",(6,2),W);
draw(B--(6,0),dotted);
draw(rightanglemark(C,(6,0),B));
draw((A+(0,-1))--(6,-1),L="$x$",arrow=Arrows);
draw((C+(0,-1))--(6,-1),L="$b-x$",arrow=Arrows);
\end{asy}
\end{wrapfigure}


Combining these gives $c^2-a^2=2bx-b^2$. But $x=c\cos A$; substituting this and rearranging then gives 
\[a^2=b^2+c^2-2bc\cos A\] as desired. Doing similar calculations based on drawing perpendiculars from $A$ and $C$ gives similar equations for $b^2$ and $c^2$ in terms of $c,a,B$ and $a,b,C$ respectively. But you don't need to do new calculations to see this: just rotate the symbols in the first equation.

The Law of Cosines also allows us to find the angle $A$ if we are given the lengths of all three sides. For this purpose it can be rewritten as 
\[\cos A=\frac{b^2+c^2-a^2}{2bc}\] by solving for $\cos A$. As soon as one angle has been determined in this way, we can use the Law of Sines to do the rest, or apply the Law of Cosines to the other angles.

\begin{exercise}
In a triangle labeled as above, $a=5$, $b=10$, and $C=135^\circ$. Find $c,A,B$.
\end{exercise}

\begin{exercise}
In another triangle, $a=10$, $b=20$, $c=25$. Find all of the angles. [Draw a reasonably good sketch to see what the triangle looks like, and as a sanity check for your answers, and remember that $\sin\theta$ and $\sin(180^\circ-\theta)$ are equal.]
\end{exercise}

\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
import olympiad;
pair A=(0,0);
pair B=(6,4);
pair C=(7,0);
pair Cp=(5,0);
draw(A--B--Cp--C--A);
draw(anglemark(C,A,B));
label("$c$",(A+B)/2);
label("$a$",(B+Cp)/2);
label("$a$",(B+C)/2);
draw(B--C,dotted);
label("$A$",A);
label("$B$",B);
label("$C$",Cp);
label("$C'$",C);
\end{asy}
\end{wrapfigure}

\emph{Warning!} A triangle is completely defined if we know the lengths of two of its sides and the angle between these sides, or any two of its angles and the length of one side. Use of the law of sines or the law of cosines, as appropriate, will give us the rest of the information. However, if we know the lengths of two sides, plus an angle that is \textit{not} the angle between them, there \textit{may} be an ambiguity. The diagram here shows an example of this. If we are given the angle $A$ and the sides $a$ and $c$, there may be two possible solutions, according to whether the angle $C$ is less than $90^\circ$ or greater than $90^\circ$. The magnitude of $\cos C$ is defined, but not the sign of $\cos C$. This ambiguity will exist whenever $a$ is less than $c$: if the length of the side opposite the given angle is shorter than the adjacent side.

\begin{exercise}
A triangle has $A=30^\circ$, $a=6$, $c=10$. Find $B$, $C$, and $b$.
\end{exercise}

\section{Answers to Exercises}
Note: In a few cases (Exercises \ref{trig:ex:two:one}, \ref{trig:ex:three:five}, \ref{trig:ex:four:one}, \ref{trig:ex:five:two}), answers are not given, because you can so easily check them for yourself.

Exercise \ref{trig:ex:one:one}: $\frac 35; \frac 45; \frac 34; \frac 53; \frac 54; \frac 43$

Exercise \ref{trig:ex:one:two}: \begin{align*}
				\sin (90^\circ -\theta)&=\frac{5}{13};\\
				\sin \theta + \cos(90^\circ-\theta)&=\frac{12}{13}+\frac{12}{13}=\frac{24}{13};\\
				\tan\theta + \cot (90^\circ-\theta)&=\frac{12}{5}+\frac{12}{5}=\frac{24}{5};\\
				\sec\theta+\csc (90^\circ-\theta)&=\frac{13}{5}+\frac{13}{5}=\frac{26}{5}
				\end{align*}

Exercise \ref{trig:ex:one:three}: $\cos A=\frac{24}{25}; \tan A=\frac{7}{24}; \csc A=\frac{25}{7}; \sec A=\frac{25}{24}; \cot A=\frac{24}{7}$

Exercise \ref{trig:ex:one:four}: (a) $5\sin 20^\circ--1.71$; (b) $8\tan 40^\circ=6.71$; (c) $6\sec 53^\circ=9.97\approx 10$ --- a 3:4:5 triangle. (More precisely, the angles in such a triangle are approximately $36.9^\circ$ and $53.1^\circ$.)

Exercise \ref{trig:ex:two:one}: You should be able to check this for yourself, usign your calculator.

Exercise \ref{trig:ex:two:two}:\begin{tabular}{r|cccccc}
&$A$&$B$&$C$&$a$&$b$&$c$\\
\hline
(a)&$30^\circ$&$60^\circ$&$90^\circ$&$2\sqrt{3}$&$6$&$4\sqrt{3}$\\
(b)&$45^\circ$&$45^\circ$&$90^\circ$&$13$&$13$&$13\sqrt{2}$\\
(c)&$60^\circ$&$30^\circ$&$90^\circ$&$5\sqrt{3}$&5&10\\
(d)&$45^\circ$&$45^\circ$&$90^\circ$&$6\sqrt{2}$&$6\sqrt{2}$&$12$\\
(e)&*&*&*&*&*&*\\
(f)&$0^\circ$&$90^\circ$&$90^\circ$&0&4&4
\end{tabular}
(e) is not possible: $\sqrt{2}\approx 1.41>1$; this would require a leg to be longer than the hypotenuse.

Exercise \ref{trig:ex:two:three}:

\begin{wrapfigure}{r}{3in}
\begin{asy}
size(3inch,2inch);
import olympiad;
draw((18,0)--(0,0)--(0,10),p=black+2.0);
draw((10,0)--(0,10));
draw((18,0)--(0,10));
//house-building
draw((1,0)--(1,3.5)--(4,3.5)--(4,0));
draw((1.25,.5)--(1.25,1.25)--(1.75,1.25)--(1.75,.5)--(1.25,.5),p=black+.5);
draw((2.00,.5)--(2.00,1.25)--(2.50,1.25)--(2.50,.5)--(2.00,.5),p=black+.5);
draw((2.75,.5)--(2.75,1.25)--(3.25,1.25)--(3.25,.5)--(2.75,.5),p=black+.5);
draw((1.25,1.5)--(1.25,2.25)--(1.75,2.25)--(1.75,1.5)--(1.25,1.5),p=black+.5);
draw((2.00,1.5)--(2.00,2.25)--(2.50,2.25)--(2.50,1.5)--(2.00,1.5),p=black+.5);
draw((2.75,1.5)--(2.75,2.25)--(3.25,2.25)--(3.25,1.5)--(2.75,1.5),p=black+.5);
label("$P$",(10,0),NE);
label("$Q$",(18,0),NE);
markscalefactor=.2;
draw(anglemark((0,10),(10,0),(0,0)));
draw(anglemark((0,10),(18,0),(0,0)));
label("$45^\circ$",(8.75,0),NW);
label("$30^\circ$",(16.25,0),NW);
draw((-1,0)--(-1,10),arrow=Arrows,L="$h$");
draw((0,-1)--(10,-1),arrow=Arrows,L="$x$");
draw((10,-1)--(18,-1),arrow=Arrows,L="10 m");
\end{asy}
\end{wrapfigure}

Let the height of the top of the pole above eye level be $h$, and let the unknown distance $OP$ be $x$. We can make doyuble use of the relation $a=b\tan \theta$. In $\triangle OPT$, we have $h=OP\tan 45^\circ=x\tan 45^\circ=x$. In $\triangle OQT$, we have $h=OQ\tan 30^\circ=(x+10)\tan 30^\circ=(x+10)(\frac{1}{\sqrt{3}})$.

Multiplying the second equation throughout by $\sqrt{3}$ gives \[h\sqrt{3}=x+10\] Substituting $x=h$ from the first equation gives $\sqrt{3}=h+10$, and so \[h=\frac{10}{\sqrt{3}-1}\] Putting $\sqrt{3}\approx 1.73$ gives $h\approx \frac{10}{.73}\approx 13.7$ m.

[Alternatively, we could have put $x=h\cot 45^\circ$, $x+10=h\cot 30^\circ$, and eliminated $x$ by subtraction right away. Here we've used angles for which you knwo the values of the trig functions. But you could solve any similar problem with arbitrary angles. Suppose we put $\angle{OPT}=\alpha$, $\angle{OQT}=\beta$, $PQ=d$. Then you could put \[h=x\tan\alpha \Leftrightarrow h=h\cot \alpha\] \[h=(x+d)\tan \beta\Leftrightarrow (x+d)=h\cot \beta\]
Using the cotangents is more direct. You can verify that the result is $h=d/(\cot\alpha-\cot\beta)$. Or, you could have tackled this particular problem with its angles of $45^\circ$ and $30^\circ$ in a different way, using the known ratios of the sides in $\triangle OPT$ and $\triangle OQT$. Do this for the experience! (But of coures this cannot be used as a general method.)]

Exercise \ref{trig:ex:three:one}: $2\pi$; $\pi/2$; $3\pi/2$; $\pi/4$; $\pi/3$; $3$.

Exercise \ref{trig:ex:three:two}: (a) $\pi/6$; (b) $3\pi/4$; (c) $7\pi/6$; (d) $7\pi/4$; (e) $8\pi/9$; (f) $\pi/18$

Exercise \ref{trig:ex:three:three}: (a) $60^\circ$; (b) $100^\circ$; (c) $7.5^\circ$; (d) $45^\circ$; (e) $210^\circ$

Exercise \ref{trig:ex:three:four}: (a) $\sin \frac{\pi}{6}=\sin 30^\circ=\frac 12$; (b) $\cos\frac{\pi}4=\cos 45^\circ=\frac{1}{\sqrt{2}}=\frac{\sqrt{2}}2$; (c) We won't take `no' for an answer! --- $\sin\frac{\pi}{18}=\cos(\frac{\pi}{2}-\frac{\pi}{18})=\cos(\frac{8\pi}{18})=\cos\frac{4\pi}{9}$.

Exercise \ref{trig:ex:three:five}: You should be able to check these results for yourself.

Exercise \ref{trig:ex:four:one}: You will already have checked these results.

Exercise \ref{trig:ex:five:one}: (a) $-\cos\theta$; (b) $\frac{1}{\sqrt{2}}\left(\sin\theta+\cos\theta\right)$; (c) $\frac{\sqrt{3}}2\sin\theta+\frac 12\cos\theta$; (d) $\frac{1}{\sqrt{2}}\left(\sin\theta+\cos\theta\right)$. (Note that the results of (b) and (d) are the same, because $(\theta-\frac{\pi}4)$ and $(\theta+\frac{7\pi}4)$ are separated by $2\pi$.)

Exercise \ref{trig:ex:five:two}: You should have no trouble obtaining the stated results from the preceding formulas; it's just algebra. Think about the ambiguities of sign, though.

Exercise \ref{trig:ex:five:three}: 0.38; 0.92. (Get more significant digits if you like, and check with your calculator.)

Exercise \ref{trig:ex:six:one}: $B=15^\circ$, $b=5.2$, $c=14.1$.

Exercise \ref{trig:ex:six:two}: $A=56.8^\circ$, $C=73.2^\circ$, $a=13.1$.

Exercise \ref{trig:ex:six:three}: $c=14.0$, $A=14.6^\circ$, $B=30.3^\circ$.

Exercise \ref{trig:ex:six:four}: $A=22.3^\circ$, $B=49.5^\circ$, $C=108.2^\circ$.

Exercise \ref{trig:ex:six:five}: $\sin C=\frac 56$, permitting $C=56.4^\circ$, $B=93.6^\circ$, $b=12$;\\ \textit{or} $C=123.6^\circ$, $B=26.4^\circ$, $b=5.3$.

\emph{This module is based in large part on an earlier module prepared by the Department of Mathematics.}

\section{Trigonometry Review Problems}

\subsection{Right triangles and trigonometric functions}

\begin{problem}

\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
pair A=(6,0);
pair B=(0,8);
pair C=(0,0);
draw(rightanglemark(A,C,B));
draw(A--B--C--A);
label("$A$",A,W);
label("$B$",B,E);
label("$C$",C,SW);
label("13",(A+B)/2,NE);
label("5",(A+C)/2,E);
\end{asy}
\end{wrapfigure}

In the right triangle shown, what is $\sin A$? $\cos A$? $\tan A$? $\sec A$?
\end{problem}

\begin{problem}
One of the trigonometric functions is given: find the others:
\begin{enumerate}
\item $\sin\theta=\frac 25$; what is $\cos \theta$? $\tan\theta$? $\sec\theta$? $(0<\theta<90^\circ)$
\item $\tan A=\frac 34$; what is $\sin A, \cos A, \sec A$? $(0<A<90^\circ)$
\item $\sec\alpha=1.5$; what is $\sin \alpha, \cos\alpha, \tan\alpha$? $(0<\alpha<90^\circ)$
\end{enumerate}
\end{problem}

\begin{problem}

\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
draw(Circle((0,0),1));
draw((0,0)--(.8,.6)--(.8,0)--(0,0));
draw((-1,0)--(1,0));
draw(rightanglemark((.8,.6),(.8,0),(1,0)));
label("$A$",(.8,.6),NE);
label("$B$",(.8,0),S);
label("$\theta$",(0,0),NE);
\end{asy}
\end{wrapfigure}

In the circle of radius 1 pictured, express the lengths of $AB$ and $BC$ in terms of $\theta$. 
\end{problem}

\begin{problem}

\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
draw((0,0)--(2,8)--(10,0)--(0,0));
draw((2,0)--(2,8));
draw(rightanglemark((2,8),(2,0),(10,0)));

draw((0,-1)--(2,-1),arrow=Arrows,L="$x$");
label("$\alpha$",(0,0),NE);
label("$\beta$",(9,0),NW);
label("$y$",(6,4),NE);
\end{asy}
\end{wrapfigure}

In the diagram, express $y$ in terms of $x,\alpha,\beta$.
\end{problem}

\begin{problem}
A wire is connected to the top of a vertical pole 7 meters high. The wire is taut, and is fastened to a stake at ground level 24 meters from the base of the pole, making an angle $\beta$ with the ground. What is $\sin\beta$?
\end{problem}

\begin{problem}
A ski slope rises 4 vertical feet for every 5 horizontal feet. Find $\cos\theta$, where $\theta$ is the angle of inclination.
\end{problem}

\begin{problem}

\begin{wrapfigure}{r}{2in}
\begin{asy}
import olympiad;
size(2inch);
draw((0,0)--(4,0)--(4,-5)--(0,0));
draw(rightanglemark((0,0),(4,0),(4,-5)));
label("2",(2,0),N);
label("$\alpha$",(0,0),SE);
label("$x$",(2,-2.5),SW);
\end{asy}
\end{wrapfigure}

In the triangle, express in terms of $\alpha$ side $x$ and the area.

\end{problem}

\subsection{Special values of the trigonometric functions}

\begin{problem}
Give the values of each of the following (the angles are all in degrees):
\begin{enumerate}
\item $\sin 45$
\item $\tan 120$
\item $\tan 30$
\item $\cos 150$
\item $\tan 135$
\item $\sin (-45)$
\item $\sec 225$
\item $\cos 60$
\item $\sin 150$
\item $\cos 180$
\item $\sec 60$
\item $\cos(-30)$
\end{enumerate}
\end{problem}

\begin{problem}
An equilateral triangle has side length $a$. Express in terms of $a$ the distance from the center of the triangle to the midpoint of one side.
\end{problem}

\begin{problem}
Without a calculator, which is bigger: $\cos 28^\circ$ or $\cos 2.8^\circ$?
\end{problem}

\begin{problem}
A regular hexagon has sides of length $k$. What is its height, if it is placed:
\begin{enumerate}
\item so a vertex is at the bottom
\item so a side is at the bottom?
\end{enumerate}
\end{problem}

\begin{problem}
A flashlight beam has the shape of a right circular cone with a vertex angle of 30 degrees. The flashlight is 2 meters from a vertical wall, and the beam shines horizontally on the wall so that its central axis makes a 45 degree angle with the wall. WHat is the horizontal width of the illuminated region on the wall? (Begin by sketching a view from above, looking down on the cone of light.)
\end{problem}

\begin{problem}

\begin{wrapfigure}{r}{2in}

\begin{asy}
size(2inch);
draw((0,0)--(4,0)--(4,6)--(0,6)--(0,0));
label("$w$",(0,3),E);
draw((0,0)--(1.5,6)--(4,0));
label("60",(.1,.05),NE);
label("75",(1.5,5),S);
\end{asy}
\end{wrapfigure}
A rectangular piece of paper having width $W$ is to be cut so that two folds can be made at 60 and 75 degree angles, as pictured. What should the length be?
\end{problem}

\begin{problem}
An observer looks at a picture on a wall 10 meters away. The bottom of the picture subtends an angle 30 degrees below the horizontal; the top subtends an angle 45 degrees above the horizontal. What is the pictures' vertical dimension?
\end{problem}

\subsection{Radian measure}

\begin{problem}
Convert to radians the following angles in degrees: 60, 135, 210, -180, 380.
\end{problem}

\begin{problem}
Convert to degrees the following angles in radians: $\pi/6$, $4\pi/9$, $3\pi/4$, $5\pi/3$.
\end{problem}

\begin{problem}
Give the value of (angles are in radians): $\sin \pi/4$, $\cos 5\pi/6$, $\tan -5\pi/4$.
\end{problem}

\begin{problem}
Which angle is larger: $\frac{\pi}5$ radians or 40 degrees?
\end{problem}

\begin{problem}
The radius of a pizza slice is 25 cm and the length along the curved edge is 15cm. What is the angle of the slice in radians?
\end{problem}

\begin{problem}
Fred runs around a large circula race track with a radius of 90 meters. He runs a total of 20 radians. How many complete turns around the track does he make, and how far does he go?
\end{problem}

\begin{problem}
How many radians does the hour hand of a clock cover between 2:00 PM today and 5:00 AM the day after tomorrow?
\end{problem}

\begin{problem}
Mimi sees a building on the horizon 6km away. To her eye, the building subtends an angle of .01 radians above the horizon. About how tall is it? Use significant figures!
\end{problem}

\begin{problem}
A wheel is spinning at 2 radians/second. How many seconds will it take to make 10 complete revolutions?
\end{problem}

\subsection{Trigonometric graphs}
\textit{Note: radian measure is used throughout these problems.}

\begin{problem}
Find the smallest positive solution to $\cos 3x=0$.
\end{problem}

\begin{problem}
Find the smallest positive $x$ for which $\cos \frac x2$ has a minimum (low) point.
\end{problem}

\begin{problem}
Find the smallest positive $x$ for which $\sin 2(x+\frac{\pi}{4})=-1$.
\end{problem}

%\begin{problem}
%How many solutions are there to the equation $\sin x = \frac 15 x + \frac 15$?
%\end{problem}

\subsection{Trigonometric identities}

\begin{problem}
If $\sin\theta=\frac 35$, what is the value of $\sin 2\theta$ and $\cos 2\theta$? ($0<\theta<90^\circ$)
\end{problem}

\begin{problem}
Write down the formula for $\sin (a+b)$; use it to show that $\sin (x+\frac{\pi}2)=\cos x$.
\end{problem}

\begin{problem}
Express $\cos 2x$ in terms of $\sin x$.
\end{problem}

\begin{problem}
Simplify \[frac{(1-\sin^2 x)\tan x}{\cos x}\] and \[\frac{\cos^2 x-1}{\sin 2x}\]
\end{problem}

\subsection{Law of Sines and Law of Cosines}
\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
pair A=(4,5);
pair B=(0,0);
pair C=(8,-1);
draw(A--B--C--A);
label("$A$",A,N);
label("$B$",B,W);
label("$C$",C,SE);
label("$a$",(B+C)/2);
label("$b$",(A+C)/2);
label("$c$",(A+B)/2);
\end{asy}
\end{wrapfigure}

\textit{Note: all angles are in degrees, and the first five problems use the below diagram.}


\begin{problem}
If $A=30, B=135$, and $b=15$, what is $a$?
\end{problem}

\begin{problem}
If $A=45, a=16, c=12$, what is $\sin C$?
\end{problem}

\begin{problem}
If $a=5, b=7, c=10$, what is $\cos C$?
\end{problem}

\begin{problem}
If $a=7, b=9, C=45$, what is $c$?
\end{problem}

\begin{problem}
If $C=60$, express $c$ in terms of $a$ and $b$, without trig functions in your final answer.
\end{problem}

\begin{problem}
Fred and John are 100 meters apart and want to measure the distance from a pole. Fred measures the angle between John and the pole to be $\alpha$ degrees; John measures the angle between Fred and the pole to be $\beta$ degrees. Both angles are greater than 0. What is the distance between Fred and the pole?
\end{problem}

\begin{problem}

\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(4,3)--(6,0)--(4,-3)--(0,0));
draw((4,3)--(4,-3));
label("60",(0,0),E);
label("45",(6,0),W);
label("$x$",(2,1.5),NW);
label("$y$",(5,1.5),NE);
label("$\alpha$",(4,-3),NW);
label("$\beta$",(4,-3),NE);
\end{asy}
\end{wrapfigure}


What is $y$ in terms of $x, \alpha, \beta$? (Hint: use the law of sines twice.)


\end{problem}

\begin{problem}
A surveyor is 600 meters from one end of a lake and 800 meters from the other end. From his point of view, the lake subtends an angle of 60 degrees. How long is it from one end of the lake to the other?
\end{problem}

\begin{problem}
A laser on a mountaintop shines due north on a detector at sea level. There the laser beam makes an angle of 45 degrees with the ground. Then the laser shines on a second detector, also due north and at sea level, which is 4200 meters north of the first detector. At the second detector, the beam makes an angle of 15 degrees with the ground. How far is the second detector from the laser (in a straight line)?
\end{problem}

\begin{problem}
A plane is 1km from one landmark and 2km from another. From the plane's perspective, the land between them subtends an angle of 45 degrees. How far apart are the landmarks?
\end{problem}

\section{Solutions to Trigonometry Review Problems}
\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
pair A=(0,6);
pair B=(0,9);
pair C=(0,0);
draw(A--B--C--A);
label("$A$",A,N);
label("$B$",B,W);
label("$C$",C,SE);
label("12",(B+C)/2);
label("5",(A+C)/2);
label("13",(A+B)/2);
\end{asy}
\end{wrapfigure}



$BC=12$ by the Pythagorean Theorem: $BC=\sqrt{13^2-5^2}=\sqrt{144}$. Thus, $\sin A=\frac{12}{13}$, $\cos A=\frac{5}{13}$, $\tan A=\frac{12}{5}$, $\sec A=\frac{13}{5}$.
\end{solution}

\begin{solution}
Two equivalent methods. Best is to draw a triangle, find its third side by the Pythagorean Theorem, as the first solution to each problem uses. Other way is to use trigonometric identities, the second solution.

\begin{enumerate}
\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
pair A=(0,0);
pair B=(6,9);
pair C=(6,0);
draw(A--B--C--A);
label("$2$",(B+C)/2);
label("$\sqrt{21}$",(A+C)/2);
label("$5$",(A+B)/2);
\end{asy}
\end{wrapfigure}

 Since $\sin\theta=\frac 25$, draw $\triangle$ as shown. $\sqrt{5^2-2^2}=\sqrt{21}$ gives the third side. Thus, $\cos\theta=\frac{\sqrt{21}}{5}, \tan\theta=\frac{2}{\sqrt{21}}, \sec\theta=\frac{5}{\sqrt{21}}$

Identically, $\cos^2\theta+\sin^2\theta=1\rightarrow \cos\theta=\sqrt{1-4/25}=\sqrt{21}/5$. Thus, $\tan\theta=\frac{\sin\theta}{\cos\theta}=\frac{2/5}{\sqrt{21}/5}=\frac{2}{\sqrt{21}}$ and $\sec\theta=\frac{1}{\cos\theta}\rightarrow \sec\theta=\frac{5}{\sqrt{21}}$.

\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
pair A=(0,0);
pair B=(6,9);
pair C=(6,0);
draw(A--B--C--A);
label("$3$",(B+C)/2);
label("$4$",(A+C)/2);
label("$5$",(A+B)/2);
\end{asy}
\end{wrapfigure}

 Fill in 5 by the Pythagorean Theorem. $\sin A=3/5$, $\cos A=4/5$, $\sec A=5/4$. 

Identically, as above, but use $\sec^2 A=1+\tan^2 A\rightarrow \sec A=\sqrt{1+\frac{9}{16}}=\frac 54$. $\cos A=\frac{1}{\sec A}=\frac 45$ and $\sin A=\sqrt{1-\cos^2 A}=\frac 35$.

\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
pair A=(0,0);
pair B=(6,9);
pair C=(6,0);
draw(A--B--C--A);
label("$\alpha$",A,NE);
label("$2$",(A+C)/2);
\end{asy}
\end{wrapfigure}

  Fill in $x=\sqrt{3^2-2^2}=\sqrt{5}$. Thus, $\sin\alpha=\sqrt{5}/3$, $\cos \alpha=\frac 23$, $\tan \alpha=\frac{\sqrt{5}}{2}$.

Identically, $\cos\alpha=\frac{1}{\sec\alpha}=\frac 23$, $\sin\alpha=\sqrt{1-\left(\frac 23\right)^2}=\frac{\sqrt{5}}3$, $\tan\alpha=\frac{\sin\alpha}{\cos\alpha}=\frac{\sqrt{5}/3}{2/3}=\frac{\sqrt{5}}2$.
\end{enumerate}
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((0,0)--(.8,.6)--(1,0)--(0,0));
label("$A$",(.8,.6),NE);
label("$B$",(.8,0),S);
label("$C$",(1,0),SE);

draw((.8,.6)--(.8,0));
label("1",(.4,.3),NW);


\end{asy}
\end{wrapfigure}

 

$\frac{AB}1=\sin\theta$ and $OB=\cos\theta$, so $BC=1-\cos\theta$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw((0,0)--(2,6)--(9,0)--(0,0));
draw((2,6)--(2,0));
label("$\alpha$",(0,0),NE);
label("$x$",(1,-1));
label("$y$",(11/2,3),NE);
label("$z$",(2,3),E);
label("$\beta$",(9,0),NW);
\end{asy}
\end{wrapfigure}

$\frac zx=\tan \alpha\rightarrow z=x\tan\alpha$. Also, $\frac zy=\sin\beta\rightarrow z=y\sin\beta$. Thus, $x\tan\alpha=y\sin\beta\rightarrow y=\frac{x\tan\alpha}{\sin\beta}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(0,6)--(9,0)--(0,0));
label("7",(0,3),E);
label("24",(4.5,0),S);
label("$x$",(9,3),NE);
label("$\beta$",(9,0),NW);
\end{asy}
\end{wrapfigure}

By Pythagorean Theorem, $x=25$, so $\sin\beta=\frac{7}{25}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(8,0)--(8,5)--(0,0));
label("$x$",(4,2.5),NW);
label("$4$",(8,2.5),E);
label("$5$",(4,0),S);
label("$\theta$",(0,0),NE);
\end{asy}
\end{wrapfigure}

By Pythagorean Theorem, $x=\sqrt{4^2+5^2}=\sqrt{41}$ so $\cos\theta=\frac{5}{\sqrt{41}}=\frac{5\sqrt{41}}{41}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(6,0)--(6,-7));
label("$\alpha$",(0,0),SE);
label("$x$",(3,-3.5),SW);
label("$y$",(6,-3.5),E);
label("$2$",(3,0),N);
\end{asy}
\end{wrapfigure}

$\frac 2x=\cos \alpha \rightarrow x=\frac{2}{\cos\alpha}=2\sec\alpha$. To find area, $\frac y2=\tan\alpha\rightarrow y=2\tan\alpha$; area is $\frac 12\cdot 2y=\boxed{2\tan\alpha}$.

Other solutions: $\frac yx=\sin\alpha\rightarrow y=2\sec\alpha\sin\alpha=\frac{2}{\cos\alpha}\sin\alpha=2\tan\alpha$ etc... 

Or $y=\sqrt{2^2-x^2}\rightarrow y=\sqrt{2^2-2^2\sec^2\alpha}=2\sqrt{1-\sec^2\alpha}=2\tan\alpha$ etc...
\end{solution}

\begin{solution}
Best to draw the standard unit circle, put in the angle, then use your knowledge of the 30-60-90 or 45-45-90 triangle. Watch signs!
\begin{enumerate}
\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((0,0)--(1,0));
draw((0,0)--(1/sqrt(2),1/sqrt(2))--(1/sqrt(2),0));
draw(arc((0,0),.5,0,45));
\end{asy}
\end{wrapfigure}
 $\sin 45^\circ=\frac{\sqrt{2}}2$
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((1,0)--(-1,0));
draw((0,0)--(-1/2,sqrt(3)/2));
draw(arc((0,0),.5,0,120));
\end{asy}
\end{wrapfigure}
 $\tan 120=\frac{\sqrt{3}/2}{-1/2}=-\sqrt{3}$
\item 
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(sqrt(3)/2,0)--(sqrt(3)/2,1/2)--(0,0));
label("1",(sqrt(3)/2,1/2)/2,NW);
label("$\frac 12$",(sqrt(3)/2,1/4),E);
label("$\frac{\sqrt{3}}2$",(sqrt(3)/4,0),S);
\end{asy}
\end{wrapfigure}
$\tan 30=\frac{1}{\sqrt{3}}=\frac{\sqrt{3}}{3}$
\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((-1,0)--(1,0));
draw((-sqrt(3)/2,0)--(-sqrt(3)/2,1/2)--(0,0));
draw(arc((0,0),.5,0,150));
\end{asy}
\end{wrapfigure}
 $\cos 150=-\frac{\sqrt{3}}2$
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((1,0)--(-1,0));
draw((0,0)--(-1/sqrt(2),1/sqrt(2))--(0,1/sqrt(2))--(0,0));
draw(arc((0,0),.5,0,135));
\end{asy}
\end{wrapfigure}
$\tan 135=-1$
\item
\begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((0,0)--(1,0));
draw((0,0)--(1/sqrt(2),-1/sqrt(2))--(1/sqrt(2),0));
draw(arc((0,0),.5,0,-45),arrow=EndArrow);
\end{asy}
\end{wrapfigure}
 $\sin -45=-\frac{\sqrt{2}}2$ (or $\sin -45=-\sin 45=-\frac{\sqrt{2}}2$)
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
import olympiad;
size(1inch);
draw(Circle((0,0),1));
draw((-1,0)--(1,0));
draw((0,0)--(-1/sqrt(2),-1/sqrt(2))--(-1/sqrt(2),0));
draw(arc((0,0),.5,0,225));
\end{asy}
\end{wrapfigure}
 $\sin 225=\frac{1}{-\frac{\sqrt{2}}2}=-\frac{2}{\sqrt{2}}=-\sqrt{2}$
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(1/2,0)--(1/2,sqrt(3)/2)--(0,0));
label("2",(1/4,sqrt(3)/4),NW);
label("1",(1/4,0),S);
\end{asy}
\end{wrapfigure}
 $\cos 60=\frac 12$
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((-1,0)--(1,0));
draw((-sqrt(3)/2,0)--(-sqrt(3)/2,1/2)--(0,0));
draw(arc((0,0),.5,0,150));
\end{asy}
\end{wrapfigure}
 $\sin 150=\frac 12$
\item \begin{wrapfigure}{l}{1in}
\begin{asy}
draw((-1,0)--(1,0));
draw(arc((0,0),.5,0,180));
\end{asy}
\end{wrapfigure}
 $\cos 180=\frac{-1}{1}=-1$
\item See diagram for 11. $\sec 60=\frac 21=2$
\item See diagram for 3. $\cos -30=\cos 30=\frac{\sqrt{3}}2$
\end{enumerate}
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1.5in}
\begin{asy}
size(1.5inch);
draw(rotate(20,(0,1/sqrt(3)))*((-1,0)--(1,0)--(0,sqrt(3))--(-1,0)));
draw(rotate(20,(0,1/sqrt(3)))*((0,sqrt(3))--(0,0)),dotted);
draw(rotate(20,(0,1/sqrt(3)))*((-1,0)--(0,1/sqrt(3))),dotted);
label("$x$",rotate(20,(0,1/sqrt(3)))*(0,1/(2*sqrt(3))),E);
label("$a$",rotate(20,(0,1/sqrt(3)))*(-1/2,sqrt(3)/2),NW);
label("$\frac a2$",rotate(20,(0,1/sqrt(3)))*(-1/2,0),S);
\end{asy}
\end{wrapfigure}

\begin{wrapfigure}{r}{1.5in}
\begin{asy}
size(1.5inch);
draw((0,0)--(sqrt(3),0)--(sqrt(3),1));
draw((sqrt(3),1)--(0,0),dotted);
label("30",(0,0),NE);
label("2",(sqrt(3)/2,1/2),NW);
label("1",(sqrt(3),1/2),E);
label("$\sqrt{3}$",(sqrt(3)/2,0),S);
\end{asy}
\end{wrapfigure}

$\frac{x}{a/2}=\frac{1}{\sqrt{3}}$ since it's a 30-60-90 triangle; thus $x=\frac{a}{2\sqrt{3}}=\frac{a\sqrt{3}}{6}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1.5in}
\begin{asy}
size(1.5inch);
draw((0,0)--(cos(.35),sin(.35))--(cos(.35),0));
draw((0,0)--(cos(.3),sin(.3))--(cos(.3),0));
draw((0,0)--(1,0));
\end{asy}
\end{wrapfigure}

$\cos x$ decreases in the first quadrant as $x$ increases. $\cos 28^\circ>\cos 30^\circ=\frac{\sqrt{3}}2>.8$ (since on squaring, $\frac 34>(.8)^2=.64$.)
\end{solution}

\begin{solution}

\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
int i;
for(i=1;i<7;++i){
	draw((cos(pi*i/3),sin(pi*i/3))--(cos(pi*(i-1)/3),sin(pi*(i-1)/3)));
}
draw((1,0)--(-1,0),dotted);
draw((0,0)--(cos(pi*4/3),sin(pi*4/3)),dotted);
label("$k$",(cos(pi*4/3),sin(pi*4/3))*.5,SE);
label("$k$",(-.5,0),N);
label("$k$",((cos(pi*4/3),sin(pi*4/3))+(-1,0))/2,SW);
\end{asy}
\end{wrapfigure}

\begin{wrapfigure}{r}{1in}
\begin{asy}
size(1inch);
int i;
for(i=1;i<7;++i){
	draw((cos(pi*i/3+pi/6),sin(pi*i/3+pi/6))--(cos(pi*(i-1)/3+pi/6),sin(pi*(i-1)/3+pi/6)));
}
draw((sqrt(3)/2,0)--(-sqrt(3)/2,0),dotted);
draw((0,0)--(cos(pi*4/3+pi/6),sin(pi*4/3+pi/6)),dotted);
draw((0,0)--(cos(pi*4/3-pi/6),sin(pi*4/3-pi/6)),dotted);
label("$k$",(cos(pi*4/3+pi/6),sin(pi*4/3+pi/6))*.5,SE);
label("$k$",(cos(pi*4/3-pi/6),sin(pi*4/3-pi/6))*.5,SE);
label("$k$",(-sqrt(3)/2,0),S);
\end{asy}
\end{wrapfigure}

Each little triangle is equilateral, so the height resting on a tip is $2k$. Similarly, since the height of a 30-60-90 diagram is $k\sqrt{3}/2$, the height resting on an edge is $k\sqrt{3}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(8,0)--(0,-10)--(0,0));
draw((8,0)--(10,0)--(0,-10));
draw((10,0)--(18,0)--(0,-10));
label("$D$",(0,0));
label("$A$",(8,0)):
label("$B$",(10,0));
label("$C$",(18,0));
label("$O$",(0,-10));
label("2",(0,-5));
label("$60^\circ$",(8,0),SW);
label("$45^\circ$",(10,0),SW);
label("$30^\circ$",(18,0),SW);
label("$x$",(9,-5),SE);
\end{asy}
\end{wrapfigure}


$\angle{AOB}=30^\circ\rightarrow \angle{AOC}=15^\circ$. ALso, $\angle{DOC}=45^\circ\rightarrow\angle{DOA}=30^\circ, \angle{DOB}=60^\circ$. 

Thus $DB=2\sqrt{3}$

$\frac x2=\frac{1}{\sqrt{3}}\rightarrow DA=\frac{2}{\sqrt{3}}=\frac{2\sqrt{3}}3$. $AB=DB-DA=3$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{r}{3in}
\begin{asy}
size(3inch);
draw((0,0)--(10,0)--(10,6)--(0,6)--(0,0));
draw((0,0)--(4.5,6)--(10,0));
draw((4.5,6)--(4.5,0),dotted);
label("$w$",(0,3));
label("$w$",(7.25,3));
label("$w$",(7.25,0));
label("$A$",(0,0));
label("$B$",(4.5,0));
label("$C$",(10,0));
\end{asy}
\end{wrapfigure}

The angles are as shown, when the dashed perpindicular line is drawn. Let $BC=w$; $\frac{AB}{w}=\frac{1}{\sqrt{3}}\rightarrow AB=\frac{w}{\sqrt{3}}=\frac{w\sqrt{3}}3$ so length is $AC=w\left(1+\frac{\sqrt{3}}3\right)$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{r}{2in};
\begin{asy}
size(2inch);
draw((0,0)--(10,-10)--(0,-10)--(0,0));
draw((10,-10)--(0,-10-10/sqrt(3))--(0,-10));
label("$B$",(0,-10-10/sqrt(3)),S);
label("$C$",(0,-10),W);
label("$A$",(0,0),NW);
label("$D$",(10,-10),E);
label("10",(5,-10),N);
label("$45^\circ$",(10,-10),NW);
label("$30^\circ$",(10,-10),SW);
label("10",(0,-5),E);
label("$x$",(0,-5-5/sqrt(3)),E);
\end{asy}
\end{wrapfigure}

$\angle{ADC}=45^\circ$, $\angle{BDC}=30^\circ$; $AB=?$

$\frac{x}{10}=\frac{1}{\sqrt{3}}\rightarrow x=\frac{10}{\sqrt{3}}=\frac{10\sqrt{3}}3$. 

$AB=AC+BC=10+\frac{10}{3}\sqrt{3}=10\left(1+\frac{\sqrt{3}}3\right)$.

\end{solution}

\begin{solution}
Multiply each number by $\frac{\pi}{180}$ to get radians.
\begin{tabular}{cc}
Degrees&Radians\\
60&$\frac{\pi}{3}$\\
135&$\frac{3\pi}{4}$\\
210&$\frac{7\pi}{6}$\\
-180&$-\pi$\\
380&$\frac{19\pi}{9}$
\end{tabular}
\end{solution}

\begin{solution}
Multiply each number by $\frac{180}{\pi}$ to get degrees.
\begin{tabular}{cc}
Radians&Degrees\\
$\frac{\pi}{6}$&30\\
$\frac{4\pi}{9}$&80\\
$\frac{3\pi}{4}$&135\\
$\frac{5\pi}{3}$&300
\end{tabular}
\end{solution}

\begin{solution}
$\sin\frac{\pi}{4}=\frac{\sqrt{2}}2$

$\cos \frac{5\pi}{6}=-\frac{\sqrt{3}}2$

\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((-1,0)--(1,0));
draw((-sqrt(3)/2,0)--(-sqrt(3)/2,-1/2)--(0,0));
label("$\frac{1}{2}$",(-sqrt(3)/2,-1/4),W);
label("1",(-sqrt(3)/2,-1/2)*2/3,NE); 
label("$-\frac{\sqrt{3}}{2}$",(-sqrt(3)/4,0),S);
draw(arc((0,0),.5,0,150),arrow=EndArrow);
\end{asy}
\end{wrapfigure}

$\tan \left(-\frac{5\pi}{4}\right)=\frac{1}{-1}=-1$

\begin{wrapfigure}{r}{1in}
\begin{asy}
size(1inch);
draw((1,0)--(0,0)--(-1/sqrt(2),1/sqrt(2)));
draw(arc((0,0),360,135),arrow=EndArrow);
\end{asy}
\end{wrapfigure}

\end{solution}

\begin{solution}
$\frac{\pi}{5}$ radians is $36^\circ$, and so $\frac{\pi}{5}$ is a smaller angle, so $40^\circ$ is larger.
\end{solution}

\begin{solution}
$\frac{15}{25}=\frac{3}{5}$ radian (since 1 radius length of arc is 1 radian.)

(Longer way: Perimeter of $O=2\pi\cdot 25$; so we multiply the fraction of $O$ by the number of radians in $O$, $\frac{15}{2\pi\cdot 25}\cdot 2\pi$, to get the same answer.)
\end{solution}

\begin{solution}
20 radians is $20\cdot 90$ meters so $\boxed{1800}$ meters (since 1 radian is one radius length of arc).


Makes $\frac{20}{2\pi}$ turns around track, or approximately $\frac{10}{3.14}\approx 3+$, so $3$ complete turns.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
import olympiad;
draw(Circle((0,0),1));
draw((0,0)--(sin(pi/6),cos(pi/6)),arrow=EndArrow);
draw((0,0)--(sin(-pi/3),cos(-pi/3)),arrow=EndArrow);
\end{asy}
\end{wrapfigure}

2:00pm today to 2:00pm tomorrow is $4\pi$ radians.

2:00pm tomorrow to 2:00am the following day is $2\pi$ radians.

2:00am that day to 5:00am that day is $\frac{\pi}2$ radians.

Thus, $4\pi+2\pi+\frac{\pi}2=\boxed{\frac{13\pi}2}$ radians.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(0,6000*tan(.01))--(6000,0)--(0,0));
label("6000",(3000,0),S);
label("$x$",(0,3000*tan(.01)),W);
\end{asy}
\end{wrapfigure}

.01 radian is .01 radius-length of arc, so $.01\cdot 6000$ meters is approximately $60$ meters, with one significant figure (since angle is very small, arc length on circle is approximately vertical distance.)

\begin{wrapfigure}{r}{1in}
\begin{asy}
size(1inch);
import olympiad;
draw(Circle((0,0),1));
draw((0,0)--(sin(.01),cos(.01))--(sin(.01),0));
draw((0,0)--(1,0));
label("1",(sin(.01),cos(.01))/2,NW);
label("$x$",(sin(.01),cos(.01)/2),W);
label("$\approx x$",(sin(.005),cos(.005)),E);
\end{asy}
\end{wrapfigure}

(The exact building height is $6000\tan .01=6000\frac{\sin .01}{\cos .01}\approx 6000(.00)$ using the approximations $\sin\theta\approx 0$ and $\cos\theta\approx 1$ if $\theta$ is small.)
\end{solution}

\begin{solution}
10 complete revolutions is $10\cdot 2\pi=20\pi$ radians, so it will take $\frac{20\pi}{2}=\boxed{10\pi}$ seconds.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{2.5in}
\begin{asy}
import graph;
size(2.5inch);
draw(graph(cos,0,pi*2));
xaxis(-1,2*pi+2);
yaxis(-1.2,1.2);
xtick("$\pi$",(pi,0));
xtick("$\frac{\pi}{2}$",(pi/2,0));
\end{asy}
\end{wrapfigure}

$\cos t=0$ first when $t=\pi/2$ so $\cos 3x=0$ first when $3x=\pi/2$, or $x=\frac{\pi}{6}$.
\end{solution}

\begin{solution}
From above, $\cos t$ has its first minimum when $t=\pi$ so $\cos \frac x2$ has its first minimum when $\frac x2=\pi$, or $x=2\pi$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
import graph;
draw(graph(sin,0,2*pi));
xaxis(-1,2*pi+2);
yaxis(-1.2,1.2);
ytick("1",(0,1));
ytick("-1",(0,-1));
xtick("$\frac{3\pi}{2}$",(3*pi/2,0));
\end{asy}
\end{wrapfigure}

$\sin t=-1$ first when $t=3\pi/2$ so $\sin 2\left(x+\frac{\pi}{4}\right)=-1$ first when $2(x+\pi/4)=3\pi/2$, or $x=\pi/2$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(8,6)--(8,0)--(0,0));
label("5",(4,3),NW);
label("4",(4,0),S);
label("3",(8,3),E);
label("$\theta$",(0,0),NE);
\end{asy}
\end{wrapfigure}

$\sin\theta=\frac 35$, so $\cos \theta=\frac 45$. $\sin 2\theta=2\sin\theta\cos\theta=\frac{24}{25}$, and $\cos 2\theta=\cos^2\theta-\sin^2\theta=\frac{16}{25}-\frac{9}{25}=\frac{7}{25}$.
\end{solution}

\begin{solution}
$\sin(a+b)=\sin a\cos b+\cos a\sin b$

Thus, $\sin (x+\pi/2)=\sin x\cos\pi/2+\cos x\sin\pi/2=\sin x(0)+\cos x(1)=\cos x$.
\end{solution}

\begin{solution}
$\cos 2x=\cos^2 x-\sin^2 x=(1-\sin^2 x)-\sin^2 x=1-2\sin^2 x$
\end{solution}

\begin{solution}
\[\frac{(1-\sin^2 x)\tan x}{\cos x}=\frac{\cos^2 x}{\cos x}\frac{\sin x}{\cos x}=\sin x\]
\[\frac{\cos^2 x-1}{\sin 2x}=\frac{-\sin^2 x}{2\sin x\cos x}=\frac{-\sin x}{2\cos x}=-\frac{\tan x}{2}\]
\end{solution}

\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
pair A=(4,5);
pair B=(0,0);
pair C=(8,-1);
draw(A--B--C--A);
label("$A$",A,N);
label("$B$",B,W);
label("$C$",C,SE);
label("$a$",(B+C)/2);
label("$b$",(A+C)/2);
label("$c$",(A+B)/2);
\end{asy}
\end{wrapfigure}


\begin{solution}
$\frac{a}{b}=\frac{\sin A}{\sin B}\rightarrow \frac{a}{15}=\frac{\sin 30}{\sin 135}=\frac{1/2}{\sqrt{2}/2}=\frac{\sqrt{2}}2$; $\boxed{a=\frac{15\sqrt{2}}2}$
\end{solution}

\begin{solution}
$\frac{a}{c}=\frac{\sin A}{\sin C}\rightarrow \frac{16}{12}=\frac{\sqrt{2}/2}{\sin C}$; $\sin C=\frac{12}{16}\cdot\frac{\sqrt{2}}2=\boxed{\frac{3\sqrt{2}}8}$
\end{solution}

\begin{solution}
$c^2=a^2+b^2-2ab\cos C$ by the law of cosines; thus $10^2=5^2+7^2-2\cdot 5\cdot 7 \cos C$ so $\cos C=\frac{-26}{70}=\boxed{-\frac{13}{35}}$.
\end{solution}

\begin{solution}
$c^2=a^2+b^2-2ab\cos C\rightarrow c^2=7^2+9^2-2\cdot 7\cdot 9\cdot \frac{\sqrt{2}}2=130-63\sqrt{2}$, since $\cos 45=\sqrt{2}/2$; thus $c=\sqrt{130-63\sqrt{2}}$.
\end{solution}

\begin{solution}
$c^2=a^2+b^2-2ab\cdot 12\rightarrow c=\sqrt{a^2+b^2-ab}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{l}{1.5in}
\begin{asy}
size(1.5inch);
draw((0,0)--(5,4)--(5,-5)--(0,0));
label("F",(0,0),W);
label("$\alpha$",(0,0),E);
label("$\beta$",(5,-5),NW);
label("100",(2.5,-2.5),SE);
label("J",(5,-5),E);
label("pole",(5,4),E);
draw((4.75,3.5)--(6,4),arrow=StartArrow);
label("$180-\alpha-\beta$",(6,4),E);
\end{asy}
\end{wrapfigure}

Since $\sin(180-A)=\sin A$, by the law of sines \[\frac{x}{100}=\frac{\sin \beta}{\sin(180-\alpha-\beta)}=\frac{\sin\beta}{\sin(\alpha+\beta)}\] \[x=\frac{100\sin \beta}{\sin(\alpha+\beta)}\]
\end{solution}

\begin{solution}

\begin{wrapfigure}{r}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(4,3)--(6,0)--(4,-3)--(0,0));
draw((4,3)--(4,-3));
label("60",(0,0),E);
label("45",(6,0),W);
label("$x$",(2,1.5),NW);
label("$y$",(5,1.5),NE);
label("$\alpha$",(4,-3),NW);
label("$\beta$",(4,-3),NE);
\end{asy}

$\frac zx=\frac{\sin 60}{\sin \alpha}=\frac{\sqrt{3}}{2\sin\alpha}$

$\frac zy=\frac{\sin 45}{\sin\beta}=\frac{\sqrt{2}}{2\sin\beta}$

Thus, $\frac{x\sqrt{3}}{2\sin\alpha}=\frac{y\sqrt{2}}{2\sin\beta}$, or $y=\sqrt{\frac 32} \cdot \frac{\sin\beta}{\sin\alpha}\cdot x=\frac{x\sin\beta\sqrt{6}}{2\sin\alpha}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{r}{1.5in}
\begin{asy}
size(1.5inch);
draw((0,0)--(6,2)--(0,-8)--(0,0));
label("600",(0,-4),W);
label("800",(3,-5),SW);
label("$60^\circ$",(0,-8),N);
label("$x$",(3,1),N);
\end{asy}
\end{wrapfigure}

$c^2=600^2+800^2-2(600)(800)\cos 60=10^4(6^2+8^2-2\cdot 6\cdot 8\cdot \frac 12)=10^4(100-48)\rightarrow c=100\sqrt{52}=200\sqrt{13}$ meters.

\end{solution}

\begin{solution}
By filling in other angles as shown, we get the diagram to the left.

\begin{wrapfigure}{l}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(0,-10)--(18,-10)--(0,0);
draw((0,0)--(10,-10));
label("$45^\circ$",(10,-10),NW);
label("$135$",(10,-10),NE);
label("$15$",(18,-10),NW);
label("$30$",(13,-2),SE);
label("$x$",(9,-5),NE);
draw((10,-11)--(18,-11),arrow=Arrows,L="4200");
\end{asy}
\end{wrapfigure}

By law of sines, $\frac{x}{4200}=\frac{\sin 135^\circ}{\sin 30^\circ}=\frac{\sqrt{2}/2}{1/2}=\sqrt{2}\rightarrow x=4200\sqrt{2}$.
\end{solution}

\begin{solution}
\begin{wrapfigure}{r}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(3,5)--(9,0)--(0,0));
label("$P$",(3,5),N);
label("1",(1.5,2.5),NW);
label("2",(6,2.5),NE);
label("$x$",(4.5,0),S);
label("$45^\circ$",(3,5),S);
\end{asy}
\end{wrapfigure}

By law of cosines, with $\cos 45^\circ=\sqrt{2}/2$, 
\[x^2=1^2+2^2-2\cdot 1\cdot 2\cdot\sqrt{2}/2=5-2\sqrt{2}\]
\[x=\sqrt{5-2\sqrt{2}}\]
\end{solution}

\section{Trigonometry Diagnostic Test \#1}

\begin{problem}
Express $y$ in terms of $x,\alpha,\beta$. 

\begin{wrapfigure}{r}{2.5in}
\begin{asy}
size(2.5inch);
import(olympiad);
draw((0,0)--(3,5)--(9,0)--(0,0));
draw((3,5)--(3,0));
draw(rightanglemark((3,5),(3,0),(0,0)));
label("$\alpha$",(0,0),NE);
label("$\beta$",(9,0),NW);
label("$y$",(6,2.5),NE);
\end{asy}
\end{wrapfigure}
\end{problem}

\begin{problem}
An equilateral triangle has sides of length $a$. what is the perpendicular distance from its center to one of its sides?
\end{problem}

\begin{problem}
Fred runs around a large circular race track with a radius of 900 meters. He runs a total of 20 radians. How many complete turns  around the traack does he make and how far does he go?
\end{problem}

\begin{problem}
If $\sin\theta=\frac 25$, what is $\cos\theta$? $\sin 2\theta$?
\end{problem}

\begin{problem}
A laser on top of a mountain shines due north and downward on a detector at sea level. There, the laser beam makes an angle of $45^\circ$ with the ground. Then the laser shines on a second detector, also due north and at sea level, which is 4200 meters north of the first detector. At the second detector, the beam makes an angle of $15^\circ$ with the ground. How far is the second detector from the laser?
\end{problem}

\section{Solutions to Trigonometry Diagnostic Test \#1}
\begin{problem}
Express $y$ in terms of $x,\alpha,\beta$. 


\begin{wrapfigure}{r}{2.5in}
\begin{asy}
size(2.5inch);
import(olympiad);
draw((0,0)--(3,5)--(9,0)--(0,0));
draw((3,5)--(3,0));
draw(rightanglemark((3,5),(3,0),(0,0)));
label("$\alpha$",(0,0),NE);
label("$\beta$",(9,0),NW);
label("$y$",(6,2.5),NE);
\end{asy}
\end{wrapfigure}
\end{problem}

\begin{solution}
Call the altitude $z$. Then $\frac zx=\tan \alpha$ and $\frac zy=\sin\beta$, so $x\tan\alpha=y\sin\beta$, so $y=\frac{\tan\alpha}{\sin\beta}x$.
\end{solution}

\begin{problem}
An equilateral triangle has sides of length $a$. what is the perpendicular distance from its center to one of its sides?
\end{problem}

\begin{solution}
\begin{wrapfigure}{l}{2in}
\begin{asy}
size(2in);
draw((0,0)--(1,sqrt(3))--(2,0)--(0,0));
filldraw((0,0)--(1,1/sqrt(3))--(1,0)--cycle);
label("$a$",(.5,sqrt(3)/2),NW);
label("$\frac{a}{2}$",(.5,0),S);
label("$x$",(1,.5/sqrt(3)),E);
draw((2,0)--(1,1/sqrt(3)));
label("$30^\circ$",(2,0),NW);
\end{asy}
\end{wrapfigure}

$\frac{x}{a/2}=\tan 30^\circ=\frac{1}{\sqrt{3}}\rightarrow x=\frac{a}{2\sqrt{3}}=\frac{a\sqrt{3}}6$.
\end{solution}

\begin{problem}
Fred runs around a large circular race track with a radius of 900 meters. He runs a total of 20 radians. How many complete turns  around the traack does he make and how far does he go?
\end{problem}

\begin{solution}
Approach 1: 1 radian = radius length on circle, so he runs $20\cdot 900=18000$ meters. Me makes $\frac{20}{2\pi}=3+$ complete turns.

Approach 2: Or calculate distance by $\frac{20}{2\pi}$ turns ${}\cdot (2\pi\cdot 900)$ meters in the circumference ${}=20\cdot 900$.
\end{solution}

\begin{problem}
If $\sin\theta=\frac 25$, what is $\cos\theta$? $\sin 2\theta$?
\end{problem}

\begin{solution}
$\cos\theta=\sqrt{1-\sin^2\theta}=\sqrt{1-\frac{4}{25}}=\frac{\sqrt{21}}5$

\textit{or} draw the triangle: 

\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(sqrt(23),2)--(sqrt(23),0)--(0,0));
label("$\sqrt{23}$",(sqrt(23),0)/2,S);
label("5",(sqrt(23),2)/2,NW);
label("2",(sqrt(23),1),E);
label("$\theta$",(0,0),NW);
\end{asy}
\end{wrapfigure}

(by the Pythagorean theorem)

Thus $\cos\theta=\frac{\sqrt{21}}5$.

$\sin 2\theta=2\sin\theta\cos\theta=2\cdot\frac 25\cdot \frac{\sqrt{21}}5=\frac{4\sqrt{21}}{25}$.
\end{solution}

\begin{problem}
A laser on top of a mountain shines due north and downward on a detector at sea level. There, the laser beam makes an angle of $45^\circ$ with the ground. Then the laser shines on a second detector, also due north and at sea level, which is 4200 meters north of the first detector. At the second detector, the beam makes an angle of $15^\circ$ with the ground. How far is the second detector from the laser?
\end{problem}

\begin{solution}
\begin{wrapfigure}{l}{2in}
\begin{asy}
size(2inch);
draw((0,0)--(0,-10)--(18,-10)--(0,0);
draw((0,0)--(10,-10));
label("$45^\circ$",(10,-10),NW);
label("$135$",(10,-10),NE);
label("$15$",(18,-10),NW);
label("$30$",(13,-2),SE);
label("$x$",(9,-5),NE);
draw((10,-11)--(18,-11),arrow=Arrows,L="4200");
\end{asy}
\end{wrapfigure}

angle $a=135^\circ$, $b=30^\circ$.

Use law of sines: $\frac{x}{\sin a}=\frac{4200}{\sin b}\rightarrow x=\frac{4200\cdot\frac{\sqrt{2}}2}{\frac 12}=4200\sqrt{2}$
\end{solution}

\section{Trigonometry Diagnostic Test \#2}
\begin{problem}
If $C=90^\circ$, $A<90^\circ$, and $\sin A=\frac 35$, what is $\tan A$? $\sec A$?
\end{problem}

\begin{problem}
A flashlight shines a beam whose diameter spans an angle of $30^\circ$ onto a wall $x$ meters away. The axis of the flashlight makes a horizontal angle of $45^\circ$ with the wall. What is the horizontal width of the beam on the wall?
\end{problem}

\begin{problem} 
Write the formula for $\sin(a+b)$ and use it to show that $\sin\left(a+\frac{\pi}2\right)=\cos a$.
\end{problem}

\begin{problem}
Fred and John are 100 meters apart, and want to measure the distance from a pole. Fred measures the angle between John and the pole to be $\alpha$ degrees. John measures the angle between Fred and the pole to be $\beta$ degrees. Both $\alpha$ and $\beta$ are greater than zero. What is the distance between Fred and the pole?
\end{problem}

\section{Solutions to Trigonometry Diagnostic Test \#2}
\begin{problem}
If $C=90^\circ$, $A<90^\circ$, and $\sin A=\frac 35$, what is $\tan A$? $\sec A$?
\end{problem}

\begin{solution}
Draw triangle:

\begin{wrapfigure}{l}{1in}
\begin{asy}
size(1inch);
draw((0,0)--(4,0)--(4,3)--(0,0));
label("5",(2,1.5));
label("4",(2,0));
label("3",(4,1.5));
label("$A$",(0,0),NE);
\end{asy}
\end{wrapfigure}

$\tan A=\frac 34$

$\sec A=\frac 54$

Or, $\cos A=\sqrt{1-\sin^2 A}=\sqrt{1-(3/5)^2}=4/5$; $\tan A=\frac{\sin A}{\cos A}=\frac 34$, $\sec A=\frac{1}{\cos A}=\frac 54$.
\end{solution}

\begin{problem}
A flashlight shines a beam whose diameter spans an angle of $30^\circ$ onto a wall $x$ meters away. The axis of the flashlight makes a horizontal angle of $45^\circ$ with the wall. What is the horizontal width of the beam on the wall?
\end{problem}

\begin{solution}
\begin{asy}
size(4inch);
draw((4*sqrt(3),0)--(0,0)--(0,4),dotted);
draw((4*sqrt(3),0)--(0,4)--(0,12)--(4*sqrt(3),0));
draw((4*sqrt(3),0)--(0,8),dashed);
label("$A$",(0,12),N);
label("$M$",(0,8),W);
label("$B$",(0,4),W);
label("$C$",(0,0),SW);
label("$x=2\sqrt{3}$",(2*sqrt(3),0),S);
label("$O$",(4*sqrt(3),0),SE);
label("top view",(3,-2));

draw((7.5,6)--(7.5+sqrt(3)*2,6)--(9.5,6)--(7.5,6));
label("$B$",(9.5,6),W);
label("$C$",(7.5,6),SW);
label("$30^\circ$",(7.5+sqrt(3)*2,6),NW);
label("$2\sqrt{3}$",(8.5,6),S);

draw((8,.5)--(8,4.5)--(8+2*sqrt(3),.5)--cycle);
label("$A$",(8,4.5),W);
label("$C$",(8,.5),SW);
label("$2\sqrt{3}$",(8+sqrt(3),.5),S);
label("$60^\circ$",(8+2*sqrt(3),.5),NW);
\end{asy}


$\angle{AOB}=30^\circ\rightarrow \angle{MOB}=15^\circ$

$\angle{OMB}=45^\circ\rightarrow \angle{COM}=45^\circ$

These two imply $\angle{BOC}=30^\circ$; thus $BC=2$, and this makes $AC=(2\sqrt{3})\sqrt{3}=6$ and thus $AB=$.
\end{solution}

\begin{problem} 
Write the formula for $\sin(a+b)$ and use it to show that $\sin\left(a+\frac{\pi}2\right)=\cos a$.
\end{problem}

\begin{solution}
\begin{align*}
\sin(a+b)&=\sin a\cos b+\cos a\sin b\\
\sin(a+\frac{\pi}2)&=\sin a\cos\frac{\pi}{2}+\cos a\sin\frac{\pi}2
\end{align*}

Since $\cos\frac{\pi}2=0$, $\sin\frac{\pi}2=1$, this reduces to $\cos a$, as desired.
\end{solution}


\begin{problem}
Fred and John are 100 meters apart, and want to measure the distance from a pole. Fred measures the angle between John and the pole to be $\alpha$ degrees. John measures the angle between Fred and the pole to be $\beta$ degrees. Both $\alpha$ and $\beta$ are greater than zero. What is the distance between Fred and the pole?
\end{problem}

\begin{solution}
\begin{wrapfigure}{l}{1.5in}
\begin{asy}
size(1.5inch);
draw((0,0)--(5,4)--(5,-5)--(0,0));
label("F",(0,0),W);
label("$\alpha$",(0,0),E);
label("$\beta$",(5,-5),NW);
label("100",(2.5,-2.5),SE);
label("J",(5,-5),E);
label("pole",(5,4),E);
draw((4.75,3.5)--(6,4),arrow=StartArrow);
label("$180-\alpha-\beta$",(6,4),E);
\end{asy}
\end{wrapfigure}


The third angle is $180-\alpha-\beta$. By the law of sines:
\[\frac{x}{\sin \beta}=\frac{100}{\sin(180-\alpha-\beta)}\]

Thus \[x=\frac{100\sin\beta}{\sin(\alpha+\beta)}\] since $\sin(180-A)=\sin A$.
\end{solution}

\section{Self-Evaluation Summary}
You may want to informally evaluate your understanding of the various topic areas you have worked through in the \textit{Self-Paced Review}. If you meet with tutors, you can show this evaluation to them and discuss whether you were accurate in your self-assessment. 

For each topic which you have covered, grade yourself on a one to ten scale. One means you completely understand the topic and are able to solve all the problems without any hesitation. Ten means you could not solve any problems easily without review.

\tableofcontents

