Skip to content

The Unit Circle

In this lesson you’ll learn what the unit circle is, why it’s important, and the sine and cosine values for the most common angles.

The unit circle is a circle with radius 1 centered at the origin (0, 0) on the coordinate plane.

Any point on the unit circle can be written as (cos θ, sin θ), where θ is the angle measured counterclockwise from the positive x-axis. This gives us a powerful visual tool:

  • The x-coordinate of the point is cos θ
  • The y-coordinate of the point is sin θ

The diagram above shows all 16 key angles with their degree and radian values, plus the (cos, sin) coordinates at each point. You don’t need to memorize all of them right away. Start with the four quadrantal angles (0, π/2, π, 3π/2) and the first-quadrant values (π/6, π/4, π/3), then use symmetry to fill in the rest.

A few patterns that help:

  • The values 0, 1/2, √2/2, √3/2, and 1 are the only ones that show up for sine and cosine on the unit circle. They just appear in different combinations and with different signs depending on the quadrant.
  • In Quadrant I, both sin and cos are positive.
  • In Quadrant II, sin is positive, cos is negative.
  • In Quadrant III, both are negative.
  • In Quadrant IV, cos is positive, sin is negative.

The unit circle repeats every 2π radians (one full rotation).

1. Find sin(π/3) and cos(π/3)

At π/3 (60°), the point on the unit circle is (1/2, √3/2).

cos(π3)=12sin(π3)=32\cos\left(\frac{\pi}{3}\right) = \frac{1}{2} \qquad \sin\left(\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2}

2. Find sin(π) and cos(π)

At π (180°), the point is (-1, 0).

cos(π)=1sin(π)=0\cos(\pi) = -1 \qquad \sin(\pi) = 0

3. Find sin(3π/2) and cos(3π/2)

At 3π/2 (270°), the point is (0, -1).

cos(3π2)=0sin(3π2)=1\cos\left(\frac{3\pi}{2}\right) = 0 \qquad \sin\left(\frac{3\pi}{2}\right) = -1

4. Find sin(5π/4) and cos(5π/4)

5π/4 is in Quadrant III (225°). The reference angle is π/4 (45°), and in Q3 both sin and cos are negative.

cos(5π4)=22sin(5π4)=22\cos\left(\frac{5\pi}{4}\right) = -\frac{\sqrt{2}}{2} \qquad \sin\left(\frac{5\pi}{4}\right) = -\frac{\sqrt{2}}{2}

The unit circle is fundamental in:

  • Computer graphics and game development (rotating objects, calculating positions)
  • Physics (circular motion, waves, oscillations)
  • Engineering (signal processing, AC circuits)
  • Music and audio (sound waves and frequencies)
  • Navigation and robotics (angles and heading)

Example: when a game character rotates or a satellite dish points in a certain direction, the unit circle helps calculate the exact x and y components of that direction.

On the unit circle, the coordinates of a point at angle $\theta$ are:
What is $\cos\left(\frac{\pi}{2}\right)$?
What is $\sin(\pi)$?
In which quadrant are both sine and cosine negative?
What is $\cos\left(\frac{\pi}{3}\right)$?