Trigonometry: Angles, Triangles, and Functions
Trigonometry sits at the intersection of geometry and algebra, using the relationships between angles and side lengths to describe the world in rotating, oscillating, and periodic terms. This page covers the core definitions, the six fundamental functions, the scenarios where trigonometry does the heavy lifting, and the decision points that separate basic triangle work from more advanced applications. Whether the context is a structural engineer calculating load distribution or a student working through the Common Core Math Standards, the same six functions underlie every calculation.
Definition and scope
A right triangle has one angle fixed at 90°. The other two angles must sum to 90° as well — that constraint alone gives trigonometry its leverage. From any acute angle in that triangle, there are three sides to name: the side opposite the angle, the side adjacent to it, and the hypotenuse (always the longest side, always opposite the right angle). The six trigonometric functions — sine, cosine, tangent, cosecant, secant, and cotangent — are simply the six ratios those three sides can form with each other.
The National Council of Teachers of Mathematics (NCTM) classifies trigonometry within secondary mathematics as a bridge between geometric reasoning and functional thinking. That framing is accurate. Once the functions are defined on right triangles, they extend naturally to the unit circle — a circle of radius 1 centered at the origin — where the angle can take any real-number value, not just those between 0° and 90°. That extension is what turns trigonometry from a tool for measuring triangles into a language for describing anything that repeats.
How it works
The unit circle definition is where trigonometry's full scope opens up. For any angle θ measured from the positive x-axis, the cosine of θ is the x-coordinate of the corresponding point on the unit circle, and the sine of θ is the y-coordinate. This produces values that oscillate smoothly between −1 and 1 as θ increases — and that oscillation is the signature of every wave phenomenon in physics, engineering, and signal processing.
The six functions, with their standard right-triangle definitions, break down as follows:
- Sine (sin θ) — opposite ÷ hypotenuse
- Cosine (cos θ) — adjacent ÷ hypotenuse
- Tangent (tan θ) — opposite ÷ adjacent (equivalently, sin θ ÷ cos θ)
- Cosecant (csc θ) — hypotenuse ÷ opposite (reciprocal of sine)
- Secant (sec θ) — hypotenuse ÷ adjacent (reciprocal of cosine)
- Cotangent (cot θ) — adjacent ÷ opposite (reciprocal of tangent)
The Common Core State Standards Initiative, under High School Functions: Trigonometric Functions (HSF-TF), specifies that students should extend the domain of trigonometric functions using the unit circle and prove the Pythagorean identity sin²(θ) + cos²(θ) = 1 — a relationship that follows directly from the Pythagorean theorem applied to the unit circle. From that single identity, 8 additional identities can be derived, including the sum-and-difference formulas and the double-angle formulas that appear throughout calculus.
Common scenarios
Navigation and surveying. Before GPS, triangulation using measured angles and the law of sines — which states that in any triangle, each side divided by the sine of its opposite angle yields a constant ratio — was the standard method for determining position. Surveyors still use theodolites, instruments that measure horizontal and vertical angles to fractions of an arc-second, in construction layout and land boundary work.
Physics and engineering. Simple harmonic motion — the swinging of a pendulum, the vibration of a guitar string, the oscillation of an AC electrical circuit — is modeled directly by sine and cosine functions. In AC circuits, for instance, voltage and current are described as sinusoidal waves, and the phase difference between them (the angle by which one leads or lags the other) determines real power delivery. The National Institute of Standards and Technology (NIST) maintains standards for electrical measurements in which phase angle calculations are central to calibration accuracy.
Computer graphics and signal processing. Rotation matrices, which turn objects in 2D and 3D space, are built entirely from sine and cosine values. The Fourier transform — the mathematical backbone of audio compression, image processing, and wireless communication — decomposes any signal into a sum of sine and cosine components of different frequencies. That decomposition is why a JPEG image file is smaller than a raw bitmap: high-frequency components that the eye cannot detect are discarded, leaving only the sinusoidal terms that matter perceptually.
Decision boundaries
The choice of which trigonometric law or identity applies depends on what information is already known about a triangle. There are four standard cases:
- Right triangle, one acute angle and one side known → basic SOH-CAH-TOA (the mnemonic for sine, cosine, and tangent ratios) applies directly.
- Oblique triangle (no right angle), two sides and the included angle known → the Law of Cosines: c² = a² + b² − 2ab·cos(C).
- Oblique triangle, two angles and one side known → the Law of Sines.
- Oblique triangle, three sides known, no angles → the Law of Cosines, solved for the angle.
The ambiguous case — two sides and a non-included angle — is a known boundary condition where the Law of Sines can produce 0, 1, or 2 valid triangles, requiring a deliberate check before proceeding.
For students moving into calculus or differential equations, the inverse trigonometric functions (arcsin, arccos, arctan) introduce an additional decision layer: their restricted domains (arcsin operates on [−1, 1] and returns values in [−π/2, π/2]) must be accounted for whenever solving equations that have periodic solutions. The full landscape of trigonometry, from triangle ratios to Fourier analysis, is mapped in more structural terms across the mathematics topic index.