Functions
AI Assistant

The Unit Circle

Walk around a circle and discover that sin and cos are just coordinates

One circle unlocks all of trigonometry. Every sine value, every cosine value, every identity — they all live on the unit circle. The unit circle is a circle with radius 1 centered at the origin. Every point on it can be written as (\cos\theta, \sin\theta), where θ is the angle measured from the positive x-axis.

This means cosine is just the x-coordinate and sine is just the y-coordinate of a point on the circle. That one insight unlocks all of trigonometry: sign changes in different quadrants, the Pythagorean identity \sin^2\theta + \cos^2\theta = 1, and the values of sin and cos at every key angle.

In this lesson, you'll walk around the unit circle angle by angle — from 0° to 360° — placing points and reading off their coordinates. By the end, sin and cos won't be abstract formulas; they'll be positions on a circle you can see and touch.

Graph

FAQ

What is the unit circle?
The unit circle is a circle centered at the origin (0, 0) with a radius of exactly 1. Its equation is x^2 + y^2 = 1. It's "unit" because the radius is one unit long.
How are sine and cosine related to the unit circle?
For any angle θ, the point on the unit circle at that angle has coordinates (\cos\theta, \sin\theta). So cosine = x-coordinate and sine = y-coordinate. This is the geometric definition of sin and cos.
What are the key angles on the unit circle?
The key angles are 0°, 30°, 45°, 60°, 90° and their counterparts in each quadrant. At 30°: (√3/2, 1/2). At 45°: (√2/2, √2/2). At 60°: (1/2, √3/2). At 90°: (0, 1). These values repeat with sign changes in other quadrants.
What is the difference between radians and degrees?
Degrees and radians are two ways to measure angles. A full circle is 360° or 2π radians. To convert: multiply degrees by \pi/180 to get radians. So 90° = π/2, 180° = π, 45° = π/4. Radians are preferred in higher math because they simplify many formulas.