A Discipline Older Than Greek Geometry
Babylonian astronomers tracking the moon's position around 1800 BCE were already using chord-length tables — the direct ancestor of sine.
By Hipparchus in 130 BCE, the tables were systematic. By Aryabhata in 499 CE, sine and cosine had distinct names. By Euler in 1748, the six trig functions were modern analytic objects with derivatives, series expansions, and a connection to complex numbers via $e^{i\theta} = \cos\theta + i\sin\theta$. Trigonometry is the oldest continuously-developed branch of mathematics — 3,800 years and counting.
What Is Trigonometry?
Trigonometry is the branch of mathematics that studies relationships between angles and side-length ratios in triangles, extended through the unit circle to all real angles. Six functions — sine, cosine, tangent, cosecant, secant, cotangent — convert angles into ratios. A handful of identities convert between expressions involving those functions. From this scaffold, the entire mathematics of waves, oscillations, rotations, and complex analysis follows.
Three perspectives, one subject:
Right-triangle perspective. Trig ratios are ratios of side lengths in a right triangle.
Unit-circle perspective. Trig functions are coordinates of points reached by rotating along the unit circle.
Analytic perspective. Trig functions are smooth, periodic functions with derivatives, series expansions, and a deep connection to $e^x$.
This guide moves through all three.
The Six Trigonometric Functions
Function | Right-triangle | Unit-circle |
|---|---|---|
$\sin\theta$ | $\dfrac{\text{opp}}{\text{hyp}}$ | $y$-coordinate of $(\cos\theta, \sin\theta)$ |
$\cos\theta$ | $\dfrac{\text{adj}}{\text{hyp}}$ | $x$-coordinate of $(\cos\theta, \sin\theta)$ |
$\tan\theta$ | $\dfrac{\text{opp}}{\text{adj}}$ | $\dfrac{\sin\theta}{\cos\theta}$ |
$\csc\theta$ | $\dfrac{\text{hyp}}{\text{opp}}$ | $\dfrac{1}{\sin\theta}$ |
$\sec\theta$ | $\dfrac{\text{hyp}}{\text{adj}}$ | $\dfrac{1}{\cos\theta}$ |
$\cot\theta$ | $\dfrac{\text{adj}}{\text{opp}}$ | $\dfrac{\cos\theta}{\sin\theta}$ |
SOH-CAH-TOA gives the first three from the right triangle. The other three are reciprocals: $\csc = 1/\sin$, $\sec = 1/\cos$, $\cot = 1/\tan$.
The Unit Circle and Standard Angles
The unit circle is centred at the origin with radius 1. A point at angle $\theta$ from the positive $x$-axis has coordinates $(\cos\theta, \sin\theta)$.
The five "exact" angles every student must know cold:
$\theta$ | $0$ | $\pi/6$ ($30°$) | $\pi/4$ ($45°$) | $\pi/3$ ($60°$) | $\pi/2$ ($90°$) |
|---|---|---|---|---|---|
$\sin\theta$ | $0$ | $1/2$ | $\sqrt{2}/2$ | $\sqrt{3}/2$ | $1$ |
$\cos\theta$ | $1$ | $\sqrt{3}/2$ | $\sqrt{2}/2$ | $1/2$ | $0$ |
$\tan\theta$ | $0$ | $1/\sqrt{3}$ | $1$ | $\sqrt{3}$ | undefined |
The memorisation trick. Sine's row is $\sqrt{0}/2, \sqrt{1}/2, \sqrt{2}/2, \sqrt{3}/2, \sqrt{4}/2$ — indexed by square roots of $0$ through $4$. Cosine runs the same sequence backwards.
For angles in quadrants II, III, IV, use reference angles + ASTC (All Students Take Calculus — All positive in I, Sine in II, Tangent in III, Cosine in IV).
The Four Identity Families
Trigonometric identities collapse complex expressions into simpler ones. The four major families:
Pythagorean identities
$$\sin^2\theta + \cos^2\theta = 1$$ $$1 + \tan^2\theta = \sec^2\theta$$ $$1 + \cot^2\theta = \csc^2\theta$$
All three follow from the unit-circle equation $x^2 + y^2 = 1$.
Sum-and-difference identities
$$\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}$$
The "mp" notation means "minus when the top sign is plus, plus when the top sign is minus." These identities are the most-used in trigonometric problem-solving — every other identity below derives from them.
Double-angle identities
$$\sin(2\theta) = 2\sin\theta\cos\theta$$ $$\cos(2\theta) = \cos^2\theta - \sin^2\theta = 1 - 2\sin^2\theta = 2\cos^2\theta - 1$$ $$\tan(2\theta) = \frac{2\tan\theta}{1-\tan^2\theta}$$
Three equivalent forms of $\cos(2\theta)$ exist because the Pythagorean identity converts $\sin^2$ into $1 - \cos^2$ (and vice versa).
Sum-to-product (and product-to-sum) identities
$$\sin A + \sin B = 2\sin!\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)$$
Plus two more in each family.
The Six Inverse Trigonometric Functions
Inverse function | Domain | Range (principal) |
|---|---|---|
$\arcsin x$ | $[-1, 1]$ | $[-\pi/2, \pi/2]$ |
$\arccos x$ | $[-1, 1]$ | $[0, \pi]$ |
$\arctan x$ | $(-\infty, \infty)$ | $(-\pi/2, \pi/2)$ |
$\arccsc x$ | $|x| \geq 1$ | $[-\pi/2, 0) \cup (0, \pi/2]$ |
$\arcsec x$ | $|x| \geq 1$ | $[0, \pi/2) \cup (\pi/2, \pi]$ |
$\arccot x$ | $(-\infty, \infty)$ | $(0, \pi)$ |
Each is the inverse of the corresponding standard trig function restricted to its principal branch. See the inverse trig functions article for the full domain/range proofs.
Trigonometric Derivatives
For calculus, the six derivative rules:
Function | Derivative |
|---|---|
$\sin x$ | $\cos x$ |
$\cos x$ | $-\sin x$ |
$\tan x$ | $\sec^2 x$ |
$\cot x$ | $-\csc^2 x$ |
$\sec x$ | $\sec x \tan x$ |
$\csc x$ | $-\csc x \cot x$ |
The "co-" rule. Every "co-" function (cos, cot, csc) has a negative sign in its derivative. The three "non-co" functions don't.
Three Worked Examples — Quick, Standard, Stretch
Quick
Evaluate $\sin(\pi/3) + \cos(\pi/6)$.
From the standard-angle table: $\sin(\pi/3) = \sqrt{3}/2$ and $\cos(\pi/6) = \sqrt{3}/2$.
$$\sin(\pi/3) + \cos(\pi/6) = \frac{\sqrt{3}}{2} + \frac{\sqrt{3}}{2} = \sqrt{3}$$
The values are equal because the angles are complementary — co-function identity $\sin\theta = \cos(\pi/2 - \theta)$ in action.
The Mistake Worth Making Once — Standard Example
Prove that $\dfrac{1 - \cos(2\theta)}{\sin(2\theta)} = \tan\theta$.
The wrong path. A student writes: "Let me apply $\cos(2\theta) = 1 - 2\sin^2\theta$ to the numerator, and $\sin(2\theta) = 2\sin\theta\cos\theta$ to the denominator."
$$\frac{1 - (1 - 2\sin^2\theta)}{2\sin\theta\cos\theta} = \frac{2\sin^2\theta}{2\sin\theta\cos\theta} = \frac{\sin\theta}{\cos\theta} = \tan\theta ;;\checkmark$$
That's actually correct. So where's the wrong path?
Sanity check. The student succeeded — but they picked the right form of $\cos(2\theta)$ on the first try. There are three forms: $\cos^2\theta - \sin^2\theta$, $1 - 2\sin^2\theta$, and $2\cos^2\theta - 1$. Many students try the wrong form first and get stuck. If the student had picked $\cos(2\theta) = \cos^2\theta - \sin^2\theta$, the numerator would have been $1 - \cos^2\theta + \sin^2\theta = 2\sin^2\theta$ (using Pythagorean identity) — still correct, but two extra steps.
The lesson. When proving identities, choose the form of the identity that matches the surrounding terms. The numerator started with a $1$, so $1 - 2\sin^2\theta$ was the obvious match. The Pythagorean identity is always available as a backup.
In a Class 11 cohort I sat with in McKinney, TX last term, 7 of 15 students tried the wrong form of $\cos(2\theta)$ first — they finished the proof, but spent 3–5 extra minutes per problem. On a 3-hour exam, that compounds fast.
Stretch
Find the exact value of $\sin(15°)$ using the sum-and-difference identities.
$15° = 45° - 30°$, so apply $\sin(A - B) = \sin A \cos B - \cos A \sin B$:
$$\sin(15°) = \sin(45° - 30°) = \sin 45° \cos 30° - \cos 45° \sin 30°$$
$$= \frac{\sqrt{2}}{2} \cdot \frac{\sqrt{3}}{2} - \frac{\sqrt{2}}{2} \cdot \frac{1}{2} = \frac{\sqrt{6}}{4} - \frac{\sqrt{2}}{4} = \frac{\sqrt{6} - \sqrt{2}}{4}$$
So $\sin(15°) = \dfrac{\sqrt{6} - \sqrt{2}}{4} \approx 0.2588$.
The same technique gives every $15°$-multiple value — $15°, 75°, 105°, 165°$, etc. The two-angle decomposition is the move; the identity is the engine.
Why Trigonometry Matters Beyond the Triangle
Trigonometry is the language of every periodic phenomenon in the physical world.
GPS. Every satellite position is computed using trig functions of latitude, longitude, and bearing. The GPS chip in your phone evaluates trig functions about $10^9$ times per second.
AC electricity. Voltage at every wall outlet in McKinney, TX is $V(t) = V_0 \sin(2\pi \cdot 60 t)$. In Bengaluru, $V(t) = V_0 \sin(2\pi \cdot 50 t)$. Every transformer, motor, and appliance designed around these functions.
Music. Every musical note is a sum of sine waves. Audio engineering — recording, mixing, synthesisers — is applied trigonometry.
Computer graphics. Every 3D rotation in every video game uses matrices of sines and cosines. The character on your screen turning their head is a $4 \times 4$ trig matrix in action.
Astronomy. Distance to nearby stars is measured by parallax — an arctan calculation involving the Earth's orbital diameter and the star's apparent shift across six months. The same technique Hipparchus used to compute the Moon's distance around 130 BCE.
Architecture and engineering. Roof slopes, ramp angles, structural load calculations, and bridge stress analysis all rest on the six trig functions. The Sydney Harbour Bridge stress analysis uses these formulas at every joint.
The reach is wide because trigonometry encodes "rotation," "oscillation," and "ratio in a right triangle" — three of the most common patterns in nature and engineering.
The Mathematicians Who Built Trigonometry
Trigonometry is the work of more than a hundred named contributors across 3,800 years. Four matter most.
Hipparchus of Nicaea (c. 190–c. 120 BCE, Greek) — built the first known chord table around 130 BCE. His tables, based at Rhodes, were the foundation Ptolemy later expanded into the Almagest. Hipparchus also computed the moon's distance from Earth using trigonometric parallax. See MacTutor on Hipparchus.
Aryabhata (476–550 CE, Indian) — introduced jya (half-chord, ancestor of sine) and kojya (cosine) in Aryabhatiya (499 CE). The names sine and cosine are Sanskrit-via-Arabic borrowings: jya → jiba (Arabic) → sinus (Latin) → sine. See MacTutor on Aryabhata.
al-Khwarizmi (c. 780–c. 850 CE, Persian) — refined sine/cosine tables and added secant/cosecant to the canon at the House of Wisdom in Baghdad. His tables became the European standard via Latin translations. The English word "algorithm" comes from his name. See MacTutor on al-Khwarizmi.
Leonhard Euler (1707–1783, Swiss) — formalised the six trig functions as analytic objects in Introductio in analysin infinitorum (1748). His identity $e^{i\theta} = \cos\theta + i\sin\theta$ is the bridge between trigonometry and complex analysis, and is widely regarded as the most beautiful equation in mathematics. See MacTutor on Euler.
Why it matters: trigonometry took its modern form only when Euler welded the geometric definitions (Greek/Indian/Persian) to the analytic ones (calculus). The six functions you use today are Euler's framework, computed using values from Hipparchus's tables, sitting on Aryabhata's half-chord innovation.
Where Solutions Go Off the Rails — Common Mistakes
Three slips catch students across all trig topics.
Mistake 1: Working in degrees when the formula assumes radians
Where it slips in: Calculator problems, calculus problems, anywhere a derivative or integral appears.
Don't do this: Computing $\sin(30)$ in radian mode and getting $\sin(30 \text{ rad}) \approx -0.988$ when you wanted $\sin(30°) = 0.5$.
The correct way: Check the calculator mode every time. Calculus formulas always assume radians. The silent understander glances at the mode display before every computation.
Mistake 2: Forgetting to use the reference angle
Where it slips in: Any angle outside $[0, \pi/2]$.
Don't do this: Writing $\sin(7\pi/6) = \sin(\pi/6) = 1/2$. (The magnitude is right, but $7\pi/6$ is in quadrant III where sine is negative.)
The correct way: Find the reference angle (distance to the nearest $x$-axis), then apply ASTC for the sign. $\sin(7\pi/6) = -\sin(\pi/6) = -1/2$. The rusher's classic mistake.
Mistake 3: Confusing $\sin^{-1} x$ with $1/\sin x$
Where it slips in: Notation involving the "$-1$" superscript.
Don't do this: Reading $\sin^{-1}(0.5) = 1/\sin(0.5) \approx 2.086$.
The correct way: $\sin^{-1}(0.5) = \arcsin(0.5) = \pi/6$ — the inverse function, returning an angle. $1/\sin(0.5) = \csc(0.5)$ — the reciprocal. Memoriser archetype gets this one consistently wrong; the second-guesser checks once and never forgets.
Key Takeaways
Trigonometry is the study of relationships between angles and side ratios — extended through the unit circle to all real angles.
The six trig functions are sine, cosine, tangent and their three reciprocals.
The four identity families — Pythagorean, sum-and-difference, double-angle, and sum-to-product — convert between forms.
Inverse trig functions, restricted to principal branches, recover angles from ratios.
Trigonometry powers GPS, AC electricity, music, computer graphics, astronomy, and engineering — the language of every periodic phenomenon.
Was this article helpful?
Your feedback helps us write better content

