Trigonometry#
Trigonometry is a branch of mathematics that studies the relationships between the angles and sides of triangles, especially right-angled triangles.
Definition#
There are two main ways to define trigonometric functions: the unit sircle method and the right-angled triangle method.
Here’s a corrected and clearer version of your description:
The unit circle method uses a circle with a radius of 1 centered at \((0, 0)\). A ray at an angle \(\theta\) from the positive \(x\)-axis extends from the origin. The coordinates of the point where the ray intersects the circle define the trigonometric functions of \(\theta\): the \(x\)-coordinate gives \(\cos(\theta)\), and the \(y\)-coordinate gives \(\sin(\theta)\).
The following picture shows a typical unit circle.
In the right-angle method, trigonometric functions are defined as the ratios between the sides of a right-angled triangle. For non-right angle of a right-angled triangle:
Sine is the ratio of the opposite side to the hypotenuse.
Cosine is the ratio of the adjacent side to the hypotenuse.
Tangent is the ratio of the opposite and adjacent sides.
The following picture shows \(\Delta ABC\) with some notations.
The following statements will be correct according to notations:
\(sin(\theta) = \frac{\textcolor{green}{AC}}{\textcolor{red}{BC}}\).
\(cos(\theta) = \frac{\textcolor{blue}{AB}}{\textcolor{red}{BC}}\).
\(tan(\theta) = \frac{\textcolor{green}{AC}}{\textcolor{blue}{AB}}\).
Identities#
In trigonometry, trigonometric identities are equalities that involve trigonometric functions and are true for every value of the occurring variables for which both sides of the equality are defined.
The table below lists some of the identities.
Group |
Identity |
---|---|
Fundamental |
\(\sin^2 x + \cos^2 x = 1\) |
\(1 + \tan^2 x = \sec^2 x\) |
|
\(1 + \cot^2 x = \csc^2 x\) |
|
Reciprocal |
\(\sin x = \frac{1}{\csc x}\) |
\(\cos x = \frac{1}{\sec x}\) |
|
\(\tan x = \frac{1}{\cot x}\) |
|
\(\cot x = \frac{1}{\tan x}\) |
|
Quotient |
\(\tan x = \frac{\sin x}{\cos x}\) |
\(\cot x = \frac{\cos x}{\sin x}\) |
|
Shift Identities |
\(\cos(\frac{\pi}{2} + x) = -\sin(x)\) |
\(\sin(\frac{\pi}{2} + x) = \cos(x)\) |
|
\(\cos(\pi + x) = -\cos(\pi)\) |
|
\(\sin(\pi + x) = -\sin(\pi)\) |
|
\(\cos(\frac{3 \pi}{2} + x) = \sin(x)\) |
|
\(\sin(\frac{3 \pi}{2} + x) = -\cos(x)\) |
|
Co-Function |
\(\sin(\frac{\pi}{2} - x) = \cos x\) |
\(\tan(\frac{\pi}{2} - x) = \cot x\) |
|
\(\sec(\frac{\pi}{2} - x) = \csc x\) |
|
Even-Odd |
\(\cos(-x) = \cos x\) |
\(\sin(-x) = -\sin x\) |
|
\(\tan(-x) = -\tan x\) |
|
Sum & Difference |
\(\sin(a \pm b) = \sin a \cos b \pm \cos a \sin b\) |
\(\cos(a \pm b) = \cos a \cos b \mp \sin a \sin b\) |
|
\(\tan(a \pm b) = \frac{\tan a \pm \tan b}{1 \mp \tan a \tan b}\) |
|
Double Angle |
\(\sin 2x = 2 \sin x \cos x\) |
\(\cos 2x = \cos^2 x - \sin^2 x = 2 \cos^2 x - 1 = 1 - 2 \sin^2 x\) |
|
\(\tan 2x = \frac{2 \tan x}{1 - \tan^2 x}\) |
|
Half Angle |
\(\sin^2 x = \frac{1 - \cos 2x}{2}\) |
\(\cos^2 x = \frac{1 + \cos 2x}{2}\) |
|
Product-to-Sum |
\(\sin(a)\sin(b) = \frac{1}{2}[\cos(a - b) - \cos(a + b)]\) |
\(\cos(a)\cos(b) = \frac{1}{2}[\cos(a - b) + \cos(a + b)]\) |
|
\(\sin(a)\cos(b) = \frac{1}{2}[\sin(a + b) + \sin(a - b)]\) |
|
Sum-to-Product |
\(\sin(a) + \cos(b) = 2 \sin\left(\frac{a + b}{2}\right)\cos\left(\frac{a - b}{2}\right)\) |
\(\sin(a) - \sin(b) = 2 \cos\left(\frac{a + b}{2}\right)\sin\left(\frac{a - b}{2}\right)\) |
|
\(\cos(a) + \cos(b) = 2 \cos\left(\frac{a + b}{2}\right)\cos\left(\frac{a - b}{2}\right)\) |
|
\(\cos(a) - \cos(b) = -2 \sin\left(\frac{a + b}{2}\right)\sin\left(\frac{a - b}{2}\right)\) |