The Unit Circle Decoded
Every trig value you will ever need lives on one simple circle. The unit circle is a circle of radius 1 centered at the origin, and it is the Rosetta Stone of trigonometry. Once you understand it, sine, cosine, and tangent stop being mysterious button-presses on a calculator and start being coordinates you can see.
The Circle and Its Coordinates
A point on the unit circle at angle theta from the positive x-axis has coordinates (cos theta, sin theta). That is the whole idea. Let’s watch it happen.
Here we plot the upper and lower halves of the unit circle as two separate functions, along with sin(x) and cos(x) waves so you can see how the coordinates trace out the familiar wavy curves.
The purple circle is the unit circle itself. The horizontal blue line shows cos(theta) — the x-coordinate of the point. The horizontal red line shows sin(theta) — the y-coordinate.
Drag theta slowly from 0 to 6.28 (a full revolution). Watch how cos(theta) starts at 1 and sin(theta) starts at 0. At theta = pi/2 (about 1.57), the point reaches the top of the circle: cos = 0 and sin = 1. Can you find the angle where both coordinates are equal?
Sine and Cosine As Waves
If we “unroll” the angle theta and plot sine and cosine as functions of x, we get the classic wave shapes. The unit circle is where those waves come from.
- sin(x) starts at 0, rises to 1, falls to -1, and repeats every 2pi.
- cos(x) starts at 1, falls to -1, rises back, and repeats every 2pi.
- They are the same shape shifted by pi/2 radians (90 degrees).
Special Angles
Certain angles produce exact values that appear constantly in math and science. These are the special angles you should memorize:
| Angle (degrees) | Angle (radians) | cos theta | sin theta |
|---|---|---|---|
| 0 | 0 | 1 | 0 |
| 30 | pi/6 | sqrt(3)/2 | 1/2 |
| 45 | pi/4 | sqrt(2)/2 | sqrt(2)/2 |
| 60 | pi/3 | 1/2 | sqrt(3)/2 |
| 90 | pi/2 | 0 | 1 |
Notice the symmetry: the sine values at 0, 30, 45, 60, 90 degrees are 0, 1/2, sqrt(2)/2, sqrt(3)/2, 1 — and the cosine values are the same list in reverse order. That is because cos(theta) = sin(90 - theta). The two functions are reflections of each other across 45 degrees.
The Right Triangle Connection
The unit circle did not appear out of thin air. It comes directly from right triangles. Imagine a right triangle whose hypotenuse is a radius of the unit circle (so the hypotenuse has length 1). Then:
- cos(theta) = adjacent / hypotenuse = adjacent / 1 = adjacent side
- sin(theta) = opposite / hypotenuse = opposite / 1 = opposite side
So the x-coordinate of the point on the circle is the adjacent side, and the y-coordinate is the opposite side. SOH-CAH-TOA is literally built into the circle.
The green line is the hypotenuse (a radius of the unit circle). The horizontal red line shows sin(theta) — the height of the triangle. As you change the angle, the triangle gets taller or shorter, and the sine and cosine values change accordingly.
All Four Quadrants
So far we’ve focused on the first quadrant (angles 0 to 90 degrees). But the unit circle covers all angles from 0 to 360 degrees and beyond. The signs of sine and cosine tell you which quadrant the point is in:
| Quadrant | Angle range | cos | sin |
|---|---|---|---|
| I | 0 to 90 | + | + |
| II | 90 to 180 | - | + |
| III | 180 to 270 | - | - |
| IV | 270 to 360 | + | - |
Use the theta slider at the top and watch the horizontal lines for cos and sin. When theta passes pi/2 (90 degrees), cos goes negative — the point has crossed into the second quadrant where x-coordinates are negative. Can you verify the sign pattern in all four quadrants?
The Pythagorean Identity
Since every point on the unit circle is at distance 1 from the origin, we always have:
cos^2(theta) + sin^2(theta) = 1
This is the most important identity in trigonometry, and it is nothing more than the Pythagorean theorem applied to the unit circle.
The yellow line is the sum sin^2(x) + cos^2(x) — it’s a flat line at y = 1. No matter what x is, the red and blue curves always add up to exactly 1.
Challenge: Without a calculator, find the exact value of sin(5pi/6) and cos(5pi/6). Hint: 5pi/6 is in the second quadrant, and its reference angle is pi/6. Use the quadrant sign rules and the special angle table above.