Skip to main content

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.

Lesson 7 of 15 Trigonometry Intermediate ⏱ 11 min read
🔥 Why This Matters

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.

🎯 What You'll Learn
  • 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°
📖 Key Vocabulary
Unit CircleA circle centered at the origin with radius 1. Every point on it is \((\cos\theta, \sin\theta)\). Reference AngleThe acute angle between the terminal side of θ and the x-axis. Used to find trig values in any quadrant. QuadrantOne of the four regions of the coordinate plane. Signs of sin and cos depend on the quadrant. Terminal SideThe final position of a ray after rotating through angle θ from the positive x-axis.
Key Concept — Why (cos θ, sin θ)?

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)

QuadrantAnglessincostan
I0° – 90°+++
II90° – 180°+
III180° – 270°+
IV270° – 360°+

Mnemonic: All (QI) → Sine (QII) → Tan (QIII) → Cos (QIV) = which function is positive.

Worked Example 1 — Basic: Read Coordinates

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)\).
Worked Example 2 — Intermediate: Evaluate Using Reference Angles

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\).
Worked Example 3 — Real World: Circular Motion

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}}\).
✏️ Quick Check
  1. What are the coordinates at 270° on the unit circle?
  2. In which quadrant is 315°? What is its reference angle?
  3. Find \(\cos(300°)\) and \(\sin(300°)\).
▶ Show Answers
  1. \((0, -1)\).
  2. Quadrant IV; reference angle = 360° − 315° = 45°.
  3. Ref angle 60°; QIV → cos positive, sin negative: \(\cos300° = \frac{1}{2}\), \(\sin300° = -\frac{\sqrt{3}}{2}\).
⚠️ Common Mistakes
  • 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.
✅ Key Takeaways
  • 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.
💼 Career Connection — Game Development & Computer Graphics

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.

Unit Circle Explorer
Explore sine, cosine, and tangent values on the unit circle.
Use calculator →
Coterminal & Reference Angles
Find coterminal angles and the reference angle for any rotation.
Use calculator →
← Previous Lesson
Back to
Solving Right Triangles: Finding Missing Angles
Continue Learning
Up Next: Trig Functions on the Coordinate Plane
Next Lesson →
Test Your Knowledge

The Unit Circle (Foundations) — Quiz

5 questions per attempt  ·  Intermediate  ·  Pass at 70%

Start Quiz →

More in Trigonometry

Understanding Angles: Degrees and Radians Sine, Cosine, and Tangent Introduction to Sine, Cosine, and Tangent (SOHCAHTOA)
← All Trigonometry lessons