Table of Contents
What Is Trigonometry?
Trigonometry is the branch of mathematics that studies the relationships between the angles and sides of triangles. It provides a set of functions — sine, cosine, tangent, and their reciprocals — that connect angular measurements to ratios of lengths, making it possible to calculate distances and angles that would be impossible to measure directly.
Triangles, Ratios, and Why You Should Care
If you’ve ever wondered when you’d actually use the math you learned in school, trigonometry is probably the best answer. It’s not abstract for the sake of being abstract — it’s the mathematical tool that makes it possible to measure the height of a building without climbing it, determine the distance to a star without traveling to it, and model everything from sound waves to electrical currents to the orbit of satellites.
The core idea is beautifully simple. In a right triangle (a triangle with one 90-degree angle), the ratios between the sides are completely determined by the other angles. If you know one angle and one side, you can calculate everything else. That’s it. That’s the whole foundation of trigonometry.
But from that simple foundation, an extraordinary amount of science and engineering follows. When an architect designs a roof pitch, they’re using trigonometry. When a GPS satellite determines your position, the calculation runs through trigonometric functions. When your phone displays a 3D game, the graphics engine performs millions of trigonometric calculations per second. When a doctor looks at your CT scan, the image was reconstructed using trigonometric principles.
The Origin Story: Measuring the Unmeasurable
Ancient Astronomy Drives the Math
Trigonometry was invented to solve a practical problem: how do you measure the distance to celestial objects you can’t reach?
The earliest known trigonometric work comes from ancient Babylon and Egypt, but the systematic development began with Greek astronomy. Hipparchus of Nicaea (c. 190-120 BCE) is generally credited as the founder of trigonometry. He created the first known table of chord lengths — essentially a table of sine values — to help calculate the positions of stars and predict eclipses.
Hipparchus’s approach was clever. He knew the Earth’s distance from the Sun varied throughout the year (because the Sun appears to move at slightly different speeds at different times of year). To calculate the distances, he needed to relate angles — which he could measure from Earth — to distances in space. The chord table was his tool.
Ptolemy, working in Alexandria around 150 CE, extended Hipparchus’s work in his massive astronomical treatise the Almagest. Ptolemy’s chord table was the trigonometric reference standard for over a thousand years. He also proved the equivalent of several modern trigonometric identities, including the angle addition formulas.
Indian Mathematicians Create Sine and Cosine
The transition from chord-based trigonometry to the sine function happened in India. Around 500 CE, the mathematician Aryabhata defined the “half-chord” (ardha-jya in Sanskrit, later shortened to jya) — what we now call the sine function. This was a significant conceptual shift: instead of working with the full chord of a circle, Indian mathematicians worked with half the chord, which simplified calculations considerably.
The cosine function (kotijya) followed naturally. Indian mathematicians also developed remarkably accurate approximations for these functions — Madhava of Sangamagrama (c. 1350-1425) discovered the infinite series expansions for sine and cosine about 250 years before European mathematicians did the same.
Arabic Transmission and European Refinement
Islamic scholars translated and extended the Indian and Greek work. Al-Battani (c. 858-929) introduced the tangent function and produced improved astronomical tables. Nasir al-Din al-Tusi (1201-1274) wrote what’s considered the first treatise treating trigonometry as a discipline in its own right, separate from astronomy.
European mathematicians adopted trigonometry through translations of Arabic texts. Regiomontanus (1436-1476) wrote De Triangulis Omnimodis (On Triangles of Every Kind), the first European textbook dedicated to trigonometry. By the 17th century, the subject had matured into essentially its modern form, with Euler standardizing the notation and establishing the deep connections to complex numbers and exponential functions.
The Core Functions: SOH-CAH-TOA and Beyond
Right Triangle Trigonometry
Start with a right triangle. Label one of the non-right angles theta. The three sides, relative to that angle, are:
- Hypotenuse — the longest side, opposite the right angle
- Opposite — the side across from angle theta
- Adjacent — the side next to angle theta (that isn’t the hypotenuse)
The three primary trigonometric functions are ratios of these sides:
- Sine (sin theta) = Opposite / Hypotenuse
- Cosine (cos theta) = Adjacent / Hypotenuse
- Tangent (tan theta) = Opposite / Adjacent
The mnemonic SOH-CAH-TOA has helped generations of students remember these definitions. And they really are worth remembering — these three ratios are the workhorses of applied mathematics.
Three more functions are defined as reciprocals:
- Cosecant (csc theta) = 1 / sin theta = Hypotenuse / Opposite
- Secant (sec theta) = 1 / cos theta = Hypotenuse / Adjacent
- Cotangent (cot theta) = 1 / tan theta = Adjacent / Opposite
A Concrete Example
Say you’re standing 50 meters from the base of a building and you measure the angle from horizontal to the top of the building as 32 degrees. How tall is the building?
You have the adjacent side (50 meters) and need the opposite side (building height). The function connecting opposite and adjacent is tangent:
tan(32 degrees) = height / 50
height = 50 x tan(32 degrees) = 50 x 0.6249 = 31.2 meters
That’s it. You measured the height of a building without leaving the ground. This is exactly how surveyors work — and how the ancient Egyptians estimated the height of their pyramids.
The Unit Circle: Trig Without Triangles
Here’s where trigonometry gets more powerful. Right triangle definitions only work for angles between 0 and 90 degrees. But angles can be any value — 150 degrees, 270 degrees, negative angles, angles measured in radians rather than degrees.
The unit circle extends the trigonometric functions to all angles. Place a circle with radius 1 centered at the origin of a coordinate system. For any angle theta measured counterclockwise from the positive x-axis, draw the radius at that angle. Where the radius meets the circle, the x-coordinate is cos(theta) and the y-coordinate is sin(theta).
This elegant definition works for any angle. At 0 degrees, you’re at the point (1, 0), so cos(0) = 1 and sin(0) = 0. At 90 degrees, you’re at (0, 1), so cos(90) = 0 and sin(90) = 1. At 180 degrees, you’re at (-1, 0), so cos(180) = -1 and sin(180) = 0. And it wraps around — at 360 degrees, you’re back to (1, 0), and the whole pattern repeats.
This periodicity — the functions repeating every 360 degrees (or 2 pi radians) — is what makes trigonometry essential for describing anything that oscillates, rotates, or vibrates.
The Key Identities
Trigonometric identities are equations that hold true for all angles. They’re the rules of the game, and knowing the important ones makes problem-solving dramatically faster.
The Pythagorean Identity
sin squared theta + cos squared theta = 1
This is the single most important trigonometric identity. It follows directly from the Pythagorean theorem applied to the unit circle (the radius is 1, so x squared + y squared = 1). Two related identities follow by dividing through:
1 + tan squared theta = sec squared theta
1 + cot squared theta = csc squared theta
Angle Addition Formulas
sin(A + B) = sin A cos B + cos A sin B
cos(A + B) = cos A cos B - sin A sin B
These look like they should be simple but took centuries to prove rigorously. They’re incredibly useful — from them, you can derive double-angle formulas, half-angle formulas, product-to-sum identities, and more. The entire structure of trigonometric identities rests on these two equations.
The Law of Sines and Law of Cosines
For any triangle (not just right triangles):
Law of Sines: a/sin(A) = b/sin(B) = c/sin(C)
Law of Cosines: c squared = a squared + b squared - 2ab cos(C)
The Law of Cosines is the generalization of the Pythagorean theorem. When angle C is 90 degrees, cos(C) = 0, and you get back the familiar a squared + b squared = c squared.
These laws are essential for surveyors, navigators, and anyone working with non-right triangles. A surveyor measuring an irregular plot of land uses the Law of Cosines constantly.
Radians: Why Mathematicians Prefer Them
Degrees are familiar but arbitrary — the 360-degree circle dates back to Babylonian astronomy. Radians are mathematically natural: one radian is the angle whose arc length equals the radius.
A full circle = 2 pi radians (approximately 6.283 radians) A half circle = pi radians (approximately 3.14159 radians) A right angle = pi/2 radians (approximately 1.571 radians)
Why do mathematicians and physicists prefer radians? Because the calculus of trigonometric functions works cleanly only in radians. The derivative of sin(x) is cos(x) — but only if x is in radians. In degrees, the derivative of sin(x degrees) is (pi/180) cos(x degrees), which is ugly and inconvenient. Radians eliminate the conversion factor.
This isn’t just an aesthetic preference. In physics, angular velocity is measured in radians per second, not degrees per second, because the formulas for circular motion, wave propagation, and rotational dynamics all assume radians. Getting the units wrong means getting the physics wrong.
Where Trigonometry Shows Up in Real Life
Engineering and Architecture
Structural engineers use trigonometry to decompose forces into components. A force acting at an angle can be split into horizontal and vertical components using sine and cosine. This is fundamental to analyzing trusses, beams, cables, and every other structural element.
When an engineer designs a bridge truss, each member carries either tension or compression. The force in each member is calculated by resolving the applied loads into components at each joint — pure trigonometry. A roof truss, a crane boom, a cable-stayed bridge — they’re all analyzed the same way.
Navigation and GPS
Before GPS, maritime navigation depended almost entirely on trigonometry. Celestial navigation — determining position by measuring the angles between the horizon and celestial bodies — is applied spherical trigonometry. A sextant measures the angle; trigonometric calculations convert it to latitude and longitude.
GPS is still trigonometry, just faster. Each GPS satellite broadcasts its position and a time signal. Your receiver calculates the distance to each satellite (from the time delay) and uses trilateration — a process closely related to triangulation — to determine your position. The math involves solving systems of equations built on the geometry of spheres, with trigonometric functions throughout.
Waves and Oscillations
This might be the most important application of all. Any periodic phenomenon — sound waves, light waves, ocean waves, electrical currents, radio signals, heartbeats — can be described using sine and cosine functions.
A pure tone at 440 Hz (the note A above middle C) is a pressure wave described by a sine function with a period of 1/440 seconds. A complex sound — a voice, a violin, a car engine — is a combination of sine waves at different frequencies and amplitudes. The mathematical tool for breaking complex signals into their component sine waves is the Fourier transform, named after Joseph Fourier, who showed in 1822 that any periodic function can be expressed as a sum of sines and cosines.
This principle — called Fourier analysis — is used in music production, image compression (JPEG), signal processing, medical imaging (MRI and CT scans), telecommunications, and virtually every area of modern technology. Your phone’s ability to compress photos, play music, and transmit your voice all depend on trigonometric decomposition of signals.
Computer Graphics
Every 3D game, animation, and CAD program runs on trigonometry. Rotating objects in 3D space uses rotation matrices built from sine and cosine values. Projecting 3D scenes onto a 2D screen requires trigonometric calculations for perspective. Lighting calculations use the cosine of the angle between a surface and a light source (Lambert’s cosine law) to determine brightness.
A modern GPU performs billions of trigonometric operations per second. The sine and cosine functions are so important to graphics that GPUs have dedicated hardware circuits for calculating them — it’s faster to build specialized silicon than to compute them in software.
Surveying and Cartography
Surveyors have used trigonometry since ancient Egypt, and modern cartography still depends on it. Triangulation — measuring angles from known baselines to determine unknown distances — was the primary method for mapping the Earth’s surface from the 18th century through the mid-20th century. The Great Trigonometrical Survey of India (1802-1871) measured the entire subcontinent, including the height of Mount Everest, using chains of triangles extending over thousands of miles.
The Deep Connections
Euler’s Formula
Euler’s formula — e to the power (i times theta) equals cos(theta) plus i times sin(theta) — connects trigonometry to complex numbers and exponential functions. It’s been called the most beautiful equation in mathematics. The special case where theta equals pi gives Euler’s identity: e to the power (i times pi) plus 1 equals 0, linking five fundamental mathematical constants in a single equation.
This isn’t just beautiful — it’s practical. Euler’s formula simplifies the analysis of alternating current circuits, quantum mechanics, signal processing, and control systems. Electrical engineers use it daily.
Trigonometry and Calculus
Trigonometric functions are among the first functions students encounter in calculus, and for good reason. The derivative of sin(x) is cos(x). The derivative of cos(x) is -sin(x). The integral of cos(x) is sin(x). These clean relationships make trigonometric functions essential building blocks for solving differential equations — which describe everything from planetary orbits to population growth to heat flow.
Trigonometry started 3,000 years ago as a practical tool for astronomers trying to measure the sky. It evolved into one of the most widely applied branches of mathematics in existence. Every time something rotates, oscillates, vibrates, or has an angle that matters, trigonometry is the tool that handles it. Not bad for a field built on the ratios of triangle sides.
Frequently Asked Questions
What are the six trigonometric functions?
The six trig functions are sine (sin), cosine (cos), tangent (tan), cosecant (csc), secant (sec), and cotangent (cot). Sine equals opposite over hypotenuse, cosine equals adjacent over hypotenuse, and tangent equals opposite over adjacent (SOH-CAH-TOA). The other three are reciprocals: cosecant is 1/sine, secant is 1/cosine, and cotangent is 1/tangent.
What is the difference between degrees and radians?
Degrees and radians are both units for measuring angles. A full circle is 360 degrees or 2pi radians. One radian is the angle subtended by an arc equal in length to the radius — about 57.3 degrees. Radians are preferred in mathematics and physics because they simplify many formulas: the derivative of sin(x) is cos(x) only when x is in radians. The conversion is straightforward — multiply degrees by pi/180 to get radians.
Why is trigonometry important in real life?
Trigonometry is used constantly in engineering, architecture, physics, astronomy, navigation, computer graphics, music theory, and medicine. Surveyors use it to measure land. Engineers use it to calculate forces in bridges and buildings. GPS systems use trigonometric calculations to determine position. Sound and light waves are described by sine and cosine functions. CT scanners use trigonometric principles to reconstruct images of the body.
What does SOH-CAH-TOA mean?
SOH-CAH-TOA is a mnemonic for remembering the three primary trigonometric ratios in a right triangle. SOH: Sine equals Opposite over Hypotenuse. CAH: Cosine equals Adjacent over Hypotenuse. TOA: Tangent equals Opposite over Adjacent. 'Opposite' and 'adjacent' are defined relative to the angle you're working with, and the hypotenuse is always the longest side (across from the right angle).
Can you use trigonometry with non-right triangles?
Yes. The Law of Sines and the Law of Cosines extend trigonometry to any triangle, not just right triangles. The Law of Sines states that the ratio of each side to the sine of its opposite angle is constant. The Law of Cosines generalizes the Pythagorean theorem — it reduces to the Pythagorean theorem when the included angle is 90 degrees. Surveyors, navigators, and engineers use these laws regularly.
Further Reading
Related Articles
What Is Algebra?
Algebra explained clearly: variables, equations, functions, and why this branch of math matters far beyond the classroom.
scienceWhat Is Calculus?
Calculus is the branch of mathematics studying continuous change through derivatives and integrals, used in physics, engineering, economics, and beyond.
scienceWhat Is Geometry?
Geometry is the branch of mathematics studying shapes, sizes, positions, and spatial relationships. Learn about Euclidean, non-Euclidean, and modern geometry.
scienceWhat Is Applied Mathematics?
Applied mathematics uses math techniques to solve real-world problems in engineering, physics, biology, and finance. Learn how it works and why it matters.
scienceWhat Is Astronomy?
Astronomy is the scientific study of celestial objects, space, and the universe. Learn about stars, planets, galaxies, and the methods astronomers use.