Difference between revisions of "Trigonometry"

(Basic definitions: Added csc, sec, and cot. Changed "base" to "opposite side" and "altitude" to "adjacent side" since the angle theta is not always the topmost angle.)
m
(38 intermediate revisions by 18 users not shown)
Line 1: Line 1:
Trigonometry seeks to find the lengths of a [[triangle]]'s sides, given 2 [[angle]]s and a side. Trigonometry is closely related to [[analytic geometry]].
+
'''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.
  
==Basic definitions==
+
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 [[Trigonometric identities | identities]], which can simplify otherwise unwieldy equations.
Usually we call an angle <math>\displaystyle \theta</math>, read "theta", but <math>\theta</math> is just a variable. We could just as well call it <math>a</math>.
 
  
For the following definitions, the "opposite side" is the side opposite of angle <math>\displaystyle \theta</math> and the "adjacent side" is the side that is part of angle <math>\displaystyle \theta</math> but is not the hypotenuse.  
+
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.
  
i.e. If ABC is a right triangle with right angle C, and angle A = <math>\displaystyle \theta</math>, then BC is the "opposite side", AC is the "adjacent side", and AB is the hypotenuse.  
+
== 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.
  
''image of a 30-60-90 triangle''
+
=== 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 <math>A</math>, with side lengths specified in the diagram. Because angle <math>A</math> must be less than <math>90^{\circ}</math> for the triangle to stay right, these definitions only work for acute angles.
  
===[[Sine]]===
+
* '''Sine''': The sine of angle <math>A</math>, denoted <math>\sin (A)</math>, is defined as the ratio of the side opposite <math>A</math> to [[Image:Trig_triangle.png|thumb|right|350px]] the hypotenuse. <cmath>\sin (A) = \frac{\textrm{opposite}}{\textrm{hypotenuse}} = \frac{a}{c}.</cmath>
The sine of an angle <math>\theta</math>, abbreviated <math>\displaystyle \sin \theta</math>, is the ratio between the opposite side and the [[hypotenuse]] of a triangle. For instance, in the 30-60-90 triangle above, <math>\sin 30=\frac 12</math>.
+
* '''Cosine''': The cosine of angle <math>A</math>, denoted <math>\sin (A)</math>, is defined as the ratio of the side adjacent <math>A</math> to the hypotenuse. <cmath>\cos (A) = \frac{\textrm{adjacent}}{\textrm{hypotenuse}} = \frac{b}{c}.</cmath>
 +
* '''Tangent''': The tangent of angle <math>A</math>, denoted <math>\tan (A)</math>, is defined as the ratio of the side opposite <math>A</math> to the side adjacent to <math>A</math>. <cmath>\tan (A) = \frac{\textrm{opposite}}{\textrm{adjacent}} = \frac{a}{b}.</cmath>
  
===[[Cosine]]===
+
A common mnemonic to remember this is '''SOH-CAH-TOA''', where '''S'''ine = '''O'''pposite / '''H'''ypotenuse, '''C'''osine = '''A'''djacent / '''H'''ypotenuse, and '''T'''angent = '''O'''pposite / '''A'''djacent
The cosine of an angle <math>\theta</math>, abbreviated <math>\displaystyle \cos \theta</math>, is the ratio between the adjacent side and the [[hypotenuse]] of a triangle. For instance, in the 30-60-90 triangle above, <math>\cos 30=\frac{\sqrt{3}}{2}</math>.
 
  
===[[Tangent]]===
+
More uncommon are the reciprocals of the trigonometric functions, listed below.
The tangent of an angle <math>\theta</math>, abbreviated <math>\displaystyle \tan \theta</math>, is the ratio between the opposite side and the adjacent side of a triangle. For instance, in the 30-60-90 triangle above, <math>\tan 30=\frac{\sqrt{3}}{3}</math>. (Note that <math> \tan \theta=\frac{\sin\theta}{\cos\theta}</math>.)
+
* '''Cosecant''': The cosecant of angle <math>A</math>, denoted <math>\csc (A)</math>, is defined as the reciprocal of the sine of <math>A</math>. <cmath>\csc (A) = \frac{1}{\sin (x)} = \frac{\textrm{hypotenuse}}{\textrm{opposite}} = \frac{c}{a}.</cmath>
 +
* '''Secant''': The secant of angle <math>A</math>, denoted <math>\sec (A)</math>, is defined as the reciprocal of the cosine of <math>A</math>. <cmath>\sec (A) = \frac{1}{\cos (x)} = \frac{\textrm{hypotenuse}}{\textrm{adjacent}} = \frac{c}{b}.</cmath>
 +
* '''Cotangent''': The cotangent of angle <math>A</math>, denoted <math>\cot (A)</math>, is defined as the reciprocal of the tangent of <math>A</math>. <cmath>\cot (A) = \frac{1}{\tan (x)} = \frac{\textrm{adjacent}}{\textrm{opposite}} = \frac{b}{a}.</cmath>
  
===[[Cosecant]]===
+
The right triangle definition is most commonly taught in introductory geometry classes for its simplicity. However, it has its limitations. It only works if <math>\triangle ABC</math> is right, which means that the trigonometric functions are only defined when angle <math>A</math> is acute.
The cosecant of an angle <math>\theta</math>, abbreviated <math>\displaystyle \csc \theta</math>, is the ratio between the [[hypotenuse]] and the opposite side of a triangle. For instance, in the 30-60-90 triangle above, <math>\displaystyle \csc 30=2</math>. (Note that <math> \csc \theta=\frac{1}{\sin \theta}</math>.)
 
  
===[[Secant]]===
+
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.
The secant of an angle <math>\theta</math>, abbreviated <math>\displaystyle \sec \theta</math>, is the ratio between the [[hypotenuse]] and the adjacent side of a triangle. For instance, in the 30-60-90 triangle above, <math>\sec 30=\frac{2\sqrt{3}}{3}</math>. (Note that <math> \sec \theta=\frac{1}{\cos \theta}</math>.)
 
  
 +
=== Unit circle definition ===
 +
[[IMage:Unit_circle_trig.png|thumb|right|300px]] Consider the [[unit circle]], the circle with radius one centered at the origin. Starting at <math>(1, 0)</math>, walk a distance <math>\theta</math> counterclockwise around the unit circle, as shown in the diagram. The coordinates of this point are defined to be <math>(\cos (\theta), \sin (\theta) )</math>.
  
===[[Cotangent]]===
+
As for the other trigonometric functions, <math>\tan (\theta)</math> is defined to be the ratio of <math>\sin (\theta)</math> to <math>\cos (\theta)</math>, and cosecant, secant, and cotangent are defined to be the reciprocals of sine, cosine, and tangent, respectively.
The cotangent of an angle <math>\theta</math>, abbreviated <math>\displaystyle \cot \theta</math>, is the ratio between the adjacent side and the opposite side of a triangle. For instance, in the 30-60-90 triangle above, <math>\cot 30=\sqrt{3}</math>. (Note that <math> \cot \theta=\frac{\cos\theta}{\sin\theta}</math>.)
 
  
==See also==
+
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: <cmath>\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</cmath> <cmath>\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</cmath>
 +
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 <math>\triangle ABC</math>, <cmath>\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}=2R,</cmath> where <math>a</math> is the side opposite to <math>A</math>, <math>b</math> opposite to <math>B</math>, <math>c</math> opposite to <math>C</math>, and <math>R</math> is the [[circumradius]] of <math>\triangle ABC</math>. 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 <math>\triangle ABC</math>, <cmath>c^2 = a^2 + b^2 - 2ab\cos (C),</cmath> where <math>a</math> is the side opposite to <math>A</math>, <math>b</math> opposite to <math>B</math>, and <math>c</math> opposite to <math>C</math>. 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:
 +
* Pythagorean identities
 +
* Angle addition identities
 +
* Double angle identities
 +
* Half angle identities
 +
* Sum-to-product identities
 +
* Product-to-sum identities
 +
 
 +
== See also ==
 
* [[Trigonometric identities]]
 
* [[Trigonometric identities]]
* [[Trigonometric substitution]]
+
* [[Law of Sines]]
* [[Geometry]]
+
* [[Law of Cosines]]
 +
* [[Stewart's Theorem]]
 +
 
 +
[[Category:Trigonometry]]
 +
[[Category:Definition]]

Revision as of 11:44, 4 March 2022

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:

  • Pythagorean identities
  • Angle addition identities
  • Double angle identities
  • Half angle identities
  • Sum-to-product identities
  • Product-to-sum identities

See also