In mathematics, the trigonometric functions are functions of an angle important when studying triangles and modeling periodic phenomena. They may be defined as ratios of two sides of a right triangle containing the angle, or, more generally, as ratios of coordinates of points on the unit circle, or, more generally still, as infinite series. All three approaches will be presented below.
There are six basic trigonometric functions.
- Sine (sin)
- Cosine (cos)
- Tangent (tan)
- Secant (sec) ( 1 / cos )
- Cosecant (csc) ( 1 / sin )
- Cotangent (cot) ( 1 / tan )
Sine, cosine and tangent are by far the most important. Several relations between these functions are listed on the page about trigonometric identities.
Right Triangle Definitions
In order to define the trigonometric functions for the angle A, start with an arbitrary right triangle that contains the angle A:
We use the following names for the sides of the triangle:
- The hypotenuse is the side opposite the right angle, in this case c.
- The opposite side is the side opposite to the angle we are interested in, in this case a.
- The adjacent side is the side that is a leg of the angle, but not the hypotenuse, in this case b.
Then,
1). The sine of an angle is the ratio of the length of the opposite side to the length of the hypotenuse. In our case
- sin(A) = opp/hyp = a/c.
A mnemonic commonly used in the UK is "OHMS". This is memorable because it might mean "On Her Majesty's Service", which is stamped on the front of mail sent by the government, or "Opposite over Hypotenuse Means Sine".
2). The cosine of an angle is the ratio of the length of the adjacent side to the length of the hypotenuse. In our case
- cos(A) = adj/hyp = b/c.
3). The tangent of an angle is the ratio of the length of the opposite side to the length of the adjacent side. In our case
- tan(A) = opp/adj = a/b.
One familiar mnemonic to remember these definitions is SOHCAHTOA. It reminds one that "SOH", sin = opposite/hypotenuse,"CAH", cos = adjacent/hypotenuse, and "TOA", tan = opposite/adjacent.
The remaining three functions are best defined using the above three functions.
4). The cosecant csc(A) is the inverse of sin(A), i.e. the ratio of the length of the hypotenuse to the length of the adjacent side:
- csc(A) = hyp/opp = c/a.
5). The secant sec(A) is the inverse of cos(A), i.e. the ratio of the length of the hypotenuse to the length of the opposite side:
- sec(A) = hyp/adj = c/b.
6). The cotangent cot(A) is the inverse of tan(A), i.e. the ratio of the length of the adjacent side to the length of the opposite side:
- cot(A) = adj/opp = b/a.
Computing
The values of the trigonometric functions have been tabulated and can also be computed by calculator. For some simple angles, the values can be computed by hand, as in the following examples:
Suppose we have a right triangle where the two other angles are equal, and therefore = 45 degrees (π/4 radians). Then the length of side b and the length of side a are equal; we can choose a = b= 1. Now, one can determine the sin, cos and tan of an angle of 45 degrees. Using the Pythagorean Theorem, c = √(a2 + b2) = √2. This is illustrated in the following figure:
Therefore,
- <math>\sin \left(45^\circ\right) = {1 / \sqrt2} = {\sqrt2 / 2}</math>
- <math>\cos \left(45^\circ\right) = {1 / \sqrt2} = {\sqrt2 / 2}</math>
- <math>\tan \left(45^\circ\right) = {\sqrt2 / \sqrt2} = 1</math>
To determine the trigonometric functions for angles of 60 degrees (π/3 radians) and 30 degrees (π/6 radians), we start with an equilateral triangle of side length 1. All its angles are 60 degrees. By dividing it into two, we obtain a right triangle with 30 and 60 degree angles. For this triangle, the shortest side = 1/2, the next largest side =(√3)/2 and the hypotenuse = 1. This yields
- <math>\sin \left(30^\circ\right) = {1 / 2}</math>
- <math>\cos \left(30^\circ\right) = {\sqrt3 / 2}</math>
- <math>\tan \left(30^\circ\right) = {\sqrt3 / 3}</math>
and
- <math>\sin \left(60^\circ\right) = {\sqrt3 / 2}</math>
- <math>\cos \left(60^\circ\right) = {1 / 2}</math>
- <math>\tan \left(60^\circ\right) = \sqrt3</math>
Unit Circle Definitions
The six trig functions can also be defined in terms of the unit circle, the circle of radius one centered at the origin. The unit circle definition provides little in the way of practical calculation; indeed it relies on right triangles for most angles. The unit circle definition does, however, permit the definition of the trig functions for all positive and negative arguments, not just for angles between 0 and π/2 radians.
The equation for the unit circle is:
- <math>x^2 + y^2 = 1</math>
and it looks like this:
In the picture, some common angles, measured in radians, are given. Note that we measure angles positive in the counter clockwise direction and angles negative in the clockwise direction. The coordinates of where a line that makes an angle θ with the positive half of the x-axis intersects the circle are equal to cosθ and sinθ, respectively. The triangle in the graphic reveals the reason: the radius is equal to the hypotenuse and has length 1, sinθ = y/1 and cosθ = x/1. The unit circle can be thought of as a way of looking at an infinite number of triangles by varying the lengths of their legs but keeping the length of their hypotenuses equal to 1.
For angles greater than 2π or less than -2π simply continue to rotate around the circle. In this way, sine and cosine become periodic functions with period 2π:
- <math>\sin\theta = \sin\left(\theta + 2k\pi\right)</math>
- <math>\cos\theta = \cos\left(\theta + 2k\pi\right)</math>
for any angle θ and any integer k.
Though only sine and cosine were defined directly by the unit circle, the other four trig functions can be defined by
- <math>\tan\theta = \frac{\sin\theta}{\cos\theta}</math>
- <math>\sec\theta = \frac{1}{\cos\theta}</math>
- <math>\csc\theta = \frac{1}{\sin\theta}</math>
- <math>\cot\theta = \frac{\cos\theta}{\sin\theta}</math>
Here is a plot of sine and cosine:
Series definitions
Here, and generally in calculus, it is of utmost importance that all angles are measured in radians. One may then define
- <math>\sin\left(x\right) = x - {x^3 / 3!} + {x^5 / 5!} - {x^7 / 7!} + \cdots</math>
- <math>\cos\left(x\right) = 1 - {x^2 / 2!} + {x^4 / 4!} - {x^6 / 6!} + \cdots</math>
These definitions are equivalent to the above given ones because of the theory of Taylor series, and because of the fact that the derivative of sine is cosine and the derivative of cosine is -sine. These definitions are often used as the starting point in a rigorous treatment of analysis since the theory of such infinite series is well known. The differentiability and continuity is then easily established, as is Euler's formula relating the trigonometric functions to the exponential function as well as the most remarkable formula in the world. The series definitions have the additional advantage that they allow to extend the sine and cosine functions for all complex arguments.
Inverse Functions
The trigonometric functions are not monotonic, so their inverses are not unique. The principle inverses are usually defined as:
- <math>y = \arcsin\left(x\right)
- <math>y = \arccos\left(x\right)
- <math>y = \arctan\left(x\right)
- <math>y = \arccsc\left(x\right)
- <math>y = \arcsec\left(x\right)
- <math>y = \arccot\left(x\right)
These functions are each equivalent to an integral:
- <math>\arcsin\left(x\right) =
- <math>\arccos\left(x\right) =
- <math>\arctan\left(x\right) =
- <math>\arccsc\left(x\right) =
- <math>\,\arcsec\left(x\right) =
- <math>\arccot\left(x\right) =
Note: arcsec also means arcsecond.
Properties and applications
The trigonometric functions, as the name suggests, are of crucial importance in trigonometry, mainly because of the following two results:
The law of sines for an arbitrary triangle states:
- sin(A)/a = sin(B)/b = sin(C)/c
If the angle isn't contained between the two sides, the triangle may not be unique. Be aware of this ambiguous case of the Sine Law.
The law of cosines is an extension to the Pythagorean Theorem:
- c2 = a2 + b2 - 2ab cos(C)
There is also a law of tangents[?]:
- <math>\frac{a-b}{a+b} = \frac{\frac{\tan(A-B)}{2}} {\frac{\tan(A+B)}{2}}</math>
The trigonometric functions are also important outside of the study of triangles. They are periodic functions with characteristic wave patterns as graphs, useful for modelling recurring phenomena such as sound or light waves. Every signal can be written as a (typically infinite) sum of sine and cosine functions of different frequencies; this is the basic idea of Fourier analysis.
For a compilation of many relations between the trigonometric functions, see trigonometric identities.
An alternative use for trigonometric functions is to make pretty patterns.
{x, y} = Σ_n=1→∞ (1/F(n+1)){sin(θF(n)),cos(θF(n))}
See also:
Common misspelling and questions (FAQ)
rigonometric-function tigonometric-function trgonometric-function trionometric-function trignometric-function trigoometric-function trigonmetric-function trigonoetric-function trigonomtric-function trigonomeric-function trigonometic-function trigonometrc-function trigonometri-function trigonometricfunction trigonometric-unction trigonometric-fnction trigonometric-fuction trigonometric-funtion trigonometric-funcion trigonometric-functon trigonometric-functin trigonometric-functio rtigonometric-function tirgonometric-function trgionometric-function triognometric-function trignoometric-function trigoonmetric-function trigonmoetric-function trigonoemtric-function trigonomteric-function trigonomertic-function trigonometirc-function trigonometrci-function trigonometri-cfunction trigonometricf-unction trigonometric-ufnction trigonometric-fnuction trigonometric-fucntion trigonometric-funtcion trigonometric-funciton trigonometric-functoin trigonometric-functino trigonometric-functio ttrigonometric-function trrigonometric-function triigonometric-function triggonometric-function trigoonometric-function trigonnometric-function trigonoometric-function trigonommetric-function trigonomeetric-function trigonomettric-function trigonometrric-function trigonometriic-function trigonometricc-function trigonometric--function trigonometric-ffunction trigonometric-fuunction trigonometric-funnction trigonometric-funcction trigonometric-functtion trigonometric-functiion trigonometric-functioon trigonometric-functionn 5rigonometric-function rrigonometric-function frigonometric-function 6rigonometric-function grigonometric-function 6rigonometric-function yrigonometric-function grigonometric-function t4igonometric-function teigonometric-function tdigonometric-function t5igonometric-function tfigonometric-function t5igonometric-function ttigonometric-function tfigonometric-function tr8gonometric-function trugonometric-function trjgonometric-function tr9gonometric-function trkgonometric-function tr9gonometric-function trogonometric-function trkgonometric-function tritonometric-function trifonometric-function trivonometric-function triyonometric-function tribonometric-function triyonometric-function trihonometric-function tribonometric-function trig9nometric-function triginometric-function trigknometric-function trig0nometric-function triglnometric-function trig0nometric-function trigpnometric-function triglnometric-function trigohometric-function trigobometric-function trigojometric-function trigojometric-function trigomometric-function trigon9metric-function trigonimetric-function trigonkmetric-function trigon0metric-function trigonlmetric-function trigon0metric-function trigonpmetric-function trigonlmetric-function trigonojetric-function trigononetric-function trigonoketric-function trigonoketric-function trigono,etric-function trigonom3tric-function trigonomwtric-function trigonomstric-function trigonom4tric-function trigonomdtric-function trigonom4tric-function trigonomrtric-function trigonomdtric-function trigonome5ric-function trigonomerric-function trigonomefric-function trigonome6ric-function trigonomegric-function trigonome6ric-function trigonomeyric-function trigonomegric-function trigonomet4ic-function trigonometeic-function trigonometdic-function trigonomet5ic-function trigonometfic-function trigonomet5ic-function trigonomettic-function trigonometfic-function trigonometr8c-function trigonometruc-function trigonometrjc-function trigonometr9c-function trigonometrkc-function trigonometr9c-function trigonometroc-function trigonometrkc-function trigonometrid-function trigonometrix-function trigonometrif-function trigonometrif-function trigonometriv-function trigonometric0function trigonometricpfunction trigonometric[function trigonometric-runction trigonometric-dunction trigonometric-cunction trigonometric-tunction trigonometric-vunction trigonometric-tunction trigonometric-gunction trigonometric-vunction trigonometric-f7nction trigonometric-fynction trigonometric-fhnction trigonometric-f8nction trigonometric-fjnction trigonometric-f8nction trigonometric-finction trigonometric-fjnction trigonometric-fuhction trigonometric-fubction trigonometric-fujction trigonometric-fujction trigonometric-fumction trigonometric-fundtion trigonometric-funxtion trigonometric-funftion trigonometric-funftion trigonometric-funvtion trigonometric-func5ion trigonometric-funcrion trigonometric-funcfion trigonometric-func6ion trigonometric-funcgion trigonometric-func6ion trigonometric-funcyion trigonometric-funcgion trigonometric-funct8on trigonometric-functuon trigonometric-functjon trigonometric-funct9on trigonometric-functkon trigonometric-funct9on trigonometric-functoon trigonometric-functkon trigonometric-functi9n trigonometric-functiin trigonometric-functikn trigonometric-functi0n trigonometric-functiln trigonometric-functi0n trigonometric-functipn trigonometric-functiln trigonometric-functioh trigonometric-functiob trigonometric-functioj trigonometric-functioj trigonometric-functiom trygonometric-function trigonometric-functon yrigonometric-function tyrigonometric-function trigonometric-functionsOf the day's distinguished names Her feverish sharp-toothed gold-crowned child! Captured here, unreconciled Its pettish humours license, barely The glory is departed! 100 Who, of knowledge, by hearsay, Somewhere as a god, Millions of the wild made tame In Vishnu-land what Avatar? With the demurest of footfalls 110 With serpentine and syenite, That simultaneously take snuff, And kerchiefwise unfold his sash To hold fast where a steel chain snaps, Waring in Moscow, to those rough 120 Like the lambwhite maiden dear Unable to repress the tear, To Dian's fane at Taurica, Mingles her tender grave Hellenic speech As pours some pigeon, from the myrrhy lands 130 Where breed the swallows, her melodious cry In Russia? Never! Spain were fitter! That we and Waring meet again Into the blackness, out of grave Madrid Its stiff gold blazing pall 140 Or, best of all, The leaving us was just a feint; And now works on without a wink Of something great in fresco-paint: Up and down and o'er and o'er 150 .