Trigonometry

Trigonometry is the study of relations between the side lengths and angles of triangles through the trigonometric functions. It is a fundamental branch of mathematics, and its discovery paved the way towards countless famous results.

In contest math, trigonometry is an integral subfield of both geometry and algebra. Many essential results in geometry are written in terms of the trigonometric functions, such as the Law of Sines and the Law of Cosines; many more, such as Stewart's Theorem, are most easily proven using trigonometry. In algebra, expressions involving the trigonometric functions appear frequently on contests. These are solved by clever usage of the trigonometric functions' countless identities, which can simplify otherwise unwieldy equations.

Outside of competition math, trigonometry is the backbone of much of analysis. In particular, Fourier Analysis is written almost entirely in the language of the trigonometric functions.

Definitions

The trigonometric functions can be defined in several equivalent ways. The definition usually taught first is the right triangle definition, for its ease of access. An intermediate to olympiad geometry course usually uses the unit circle definition of trigonometry. Beyond the scope of contest math, the Taylor series definition of trigonometry is preferred in order to extend trigonometry to a complex domain.

Right triangle definition

The right triangle definition of trigonometry involves the ratios between edges of a right triangle, with respect to a given angle. The definitions below will be referring to angle $A$, with side lengths specified in the diagram. Because angle $A$ must be less than $90^{\circ}$ for the triangle to stay right, these definitions only work for acute angles.

  • Sine: The sine of angle $A$, denoted $\sin (A)$, is defined as the ratio of the side opposite $A$ to
    Trig triangle.png
    the hypotenuse. \[\sin (A) = \frac{\textrm{opposite}}{\textrm{hypotenuse}} = \frac{a}{c}.\]
  • Cosine: The cosine of angle $A$, denoted $\sin (A)$, is defined as the ratio of the side adjacent $A$ to the hypotenuse. \[\cos (A) = \frac{\textrm{adjacent}}{\textrm{hypotenuse}} = \frac{b}{c}.\]
  • Tangent: The tangent of angle $A$, denoted $\tan (A)$, is defined as the ratio of the side opposite $A$ to the side adjacent to $A$. \[\tan (A) = \frac{\textrm{opposite}}{\textrm{adjacent}} = \frac{a}{b}.\]

A common mnemonic to remember this is SOH-CAH-TOA, where Sine = Opposite / Hypotenuse, Cosine = Adjacent / Hypotenuse, and Tangent = Opposite / Adjacent

More uncommon are the reciprocals of the trigonometric functions, listed below.

  • Cosecant: The cosecant of angle $A$, denoted $\csc (A)$, is defined as the reciprocal of the sine of $A$. \[\csc (A) = \frac{1}{\sin (x)} = \frac{\textrm{hypotenuse}}{\textrm{opposite}} = \frac{c}{a}.\]
  • Secant: The secant of angle $A$, denoted $\sec (A)$, is defined as the reciprocal of the cosine of $A$. \[\sec (A) = \frac{1}{\cos (x)} = \frac{\textrm{hypotenuse}}{\textrm{adjacent}} = \frac{c}{b}.\]
  • Cotangent: The cotangent of angle $A$, denoted $\cot (A)$, is defined as the reciprocal of the tangent of $A$. \[\cot (A) = \frac{1}{\tan (x)} = \frac{\textrm{adjacent}}{\textrm{opposite}} = \frac{b}{a}.\]

The right triangle definition is most commonly taught in introductory geometry classes for its simplicity. However, it has its limitations. It only works if $\triangle ABC$ is right, which means that the trigonometric functions are only defined when angle $A$ is acute.

Even though it is defined using right triangles, trigonometry is just as useful when used on acute and obtuse triangles. The Law of Sines and Law of Cosines mentioned below generalize the right triangle definition to include all triangles.

Unit circle definition

Unit circle trig.png

Consider the unit circle, the circle with radius one centered at the origin. Starting at $(1, 0)$, walk a distance $\theta$ counterclockwise around the unit circle, as shown in the diagram. The coordinates of this point are defined to be $(\cos (\theta), \sin (\theta) )$.

As for the other trigonometric functions, $\tan (\theta)$ is defined to be the ratio of $\sin (\theta)$ to $\cos (\theta)$, and cosecant, secant, and cotangent are defined to be the reciprocals of sine, cosine, and tangent, respectively.

The benefit of this definition is that it matches the right triangle definition for acute angles, but extends their domain from acute angles to all real-valued angles. As such, this definition is usually preferred in intermediate to olympiad geometry settings.

Taylor series definition

The Taylor series for sine and cosine are used as the definition of sine and cosine in analysis, particularly complex analysis. Defining the trigonometric functions this way gives a concrete way to extend the definition of trigonometry from the real numbers to the full complex plane. The taylor series for sine and cosine are shown below: \[\sin (x) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n+1}}{(2n+1)!} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} \cdots\] \[\cos (x) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!} = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} \cdots\] These definitions are not used in high school math competitions; however, they do appear on the Putnam and other university competitions.

Applications in Geometry

While trigonometry is useful at any level, intermediate competitions are particularly fond of geometric trigonometry questions. In addition to those mentioned

Law of Sines

The Law of Sines states that in any $\triangle ABC$, \[\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}=2R,\] where $a$ is the side opposite to $A$, $b$ opposite to $B$, $c$ opposite to $C$, and $R$ is the circumradius of $\triangle ABC$. The law of sines is particularly handy in problems involving the circumradius, seeing extremely wide usage in intermediate geometry.

Law of cosines

The Law of Cosines states that in any $\triangle ABC$, \[c^2 = a^2 + b^2 - 2ab\cos (C),\] where $a$ is the side opposite to $A$, $b$ opposite to $B$, and $c$ opposite to $C$. It is a generalization of the Pythagorean Theorem and is used to prove several famous results, such as Heron's Formula and Stewart's Theorem. However, it sees limited applicability compared to the Law of Sines, as usage of the Law of Cosines can get algebra-heavy. It is helpful to memorize common, "nicer" values of sine and cosine as it can come in handy in contests, especially if you wish to apply either this or the Law of Sines to problems.

Trigonometric identities

Trigonometric identities are expressions true for all inputs involving the trigonometric functions. Due to the natural relationship between their definitions, these identities run numerous. In contest math, the most useful of these are:

See also