The Unit Circle
Master the unit circle — the 16 benchmark angles in degrees and radians, their (cos, sin) coordinate pairs, and why this circle is the foundation of all trig beyond right triangles.
The unit circle is the single most important diagram in trigonometry. It extends sin and cos beyond right triangles to all angles — including obtuse angles, negative angles, and angles greater than 360°. Every trig identity, every graph of a sine wave, and every rotation in computer graphics, physics simulation, or robotics is built on the unit circle. Memorizing its 16 key points is one of the highest-value investments you can make in mathematics.
- Define the unit circle and explain why its radius is 1
- Read (cos θ, sin θ) coordinates from any benchmark angle
- Identify angles in all four quadrants and understand sign patterns
- Use reference angles to evaluate trig functions for angles beyond 90°
For a unit circle (radius = 1), the right triangle definitions give: \(\cos\theta = \frac{\text{adj}}{\text{hyp}} = \frac{x}{1} = x\) and \(\sin\theta = \frac{\text{opp}}{\text{hyp}} = \frac{y}{1} = y\). So any point on the unit circle is exactly \((\cos\theta, \sin\theta)\).
This means you can evaluate sin and cos for any angle — not just those in right triangles — by reading the x and y coordinates from the circle.
Sign Rules by Quadrant (ASTC — All Students Take Calculus)
| Quadrant | Angles | sin | cos | tan |
|---|---|---|---|---|
| I | 0° – 90° | + | + | + |
| II | 90° – 180° | + | − | − |
| III | 180° – 270° | − | − | + |
| IV | 270° – 360° | − | + | − |
Mnemonic: All (QI) → Sine (QII) → Tan (QIII) → Cos (QIV) = which function is positive.
What are the coordinates of the point at 150° on the unit circle?
- 150° is in Quadrant II. Reference angle = 180° − 150° = 30°.
- \(\cos30° = \frac{\sqrt{3}}{2},\ \sin30° = \frac{1}{2}\).
- In QII: cos is negative, sin is positive → point is \(\left(-\frac{\sqrt{3}}{2},\ \frac{1}{2}\right)\).
Find \(\sin(225°)\) and \(\cos(225°)\).
- 225° is in QIII. Reference angle = 225° − 180° = 45°.
- \(\sin45° = \frac{\sqrt{2}}{2},\ \cos45° = \frac{\sqrt{2}}{2}\).
- Both sin and cos are negative in QIII:
- \(\sin225° = -\frac{\sqrt{2}}{2} \approx -0.707\) and \(\cos225° = -\frac{\sqrt{2}}{2} \approx -0.707\).
A Ferris wheel of radius 10 m has its center at height 10 m (so the bottom seat is at ground level). A seat starts at the rightmost point (0°) and rotates counter-clockwise. At 120°, what is the seat's height above ground?
- On a unit circle: \(y = \sin120° = \frac{\sqrt{3}}{2} \approx 0.866\).
- Scaled to radius 10: \(y_{offset} = 10 \times 0.866 = 8.66\) m above center.
- Height above ground: \(10 + 8.66 = \mathbf{18.66 \text{ m}}\).
- What are the coordinates at 270° on the unit circle?
- In which quadrant is 315°? What is its reference angle?
- Find \(\cos(300°)\) and \(\sin(300°)\).
▶ Show Answers
- \((0, -1)\).
- Quadrant IV; reference angle = 360° − 315° = 45°.
- Ref angle 60°; QIV → cos positive, sin negative: \(\cos300° = \frac{1}{2}\), \(\sin300° = -\frac{\sqrt{3}}{2}\).
- Swapping x and y: The x-coordinate = cos, y-coordinate = sin. It's easy to flip these. Remember: x comes first alphabetically, as does "co-sine" — though that's not how most people remember it. Just practice reading the circle.
- Forgetting to apply the sign: The reference angle gives the magnitude; the quadrant tells you the sign. Always check which quadrant you're in before finalizing your answer.
- Confusing 120° with 150°: Both are in QII but have different reference angles (60° vs 30°). Draw the angle carefully before labeling.
- Every point on the unit circle is \((\cos\theta, \sin\theta)\).
- The reference angle is the acute angle to the nearest x-axis. It determines the magnitude.
- ASTC (All, Sine, Tangent, Cosine) tells you which function is positive per quadrant.
- The unit circle extends trig beyond right triangles to all angles.
Every rotation in a 2D or 3D game engine is computed using the unit circle. When a character sprite rotates, a camera orbits a scene, or a physics engine calculates the direction of a collision impulse — the engine calls \(\cos\theta\) and \(\sin\theta\) to find the x and y components of a unit vector. The unit circle is not abstract — it is the literal coordinate system that drives all visual rotation in software.
Calculator Connection
The Unit Circle Explorer shows the coordinates and trig values for any angle. The Coterminal & Reference Angle Calculator finds the reference angle for any input angle in any quadrant.
Interactive Diagram
Drag the elements to explore the concept hands-on.
Try it with the Calculator
Apply what you've learned with these tools.
The Unit Circle (Foundations) — Quiz
5 questions per attempt · Intermediate · Pass at 70%
Start Quiz →