Unit Circle Calculator

Every Trig Value Lives on This Circle

The unit circle — a circle of radius exactly 1 centered at the origin — is the single reference that defines sine and cosine for every possible angle, not just the acute angles that fit inside a right triangle. Any angle, positive or negative, maps to a unique point on that circle, and the point's x and y coordinates are cosine and sine by definition.

The Formula

x = cos(θ)
y = sin(θ)
tan(θ) = sin(θ) / cos(θ)

Tangent is undefined wherever cosine is zero — at 90° and 270° — since that step is a division by zero.

Common Reference Angles

Coordinates on the unit circle for standard angles
Anglecos(θ)sin(θ)
10
30°0.86600.5
45°0.70710.7071
60°0.50.8660
90°01
180°−10
270°0−1

Where This Matters

  • Rotations in graphics and robotics — rotating a point or vector by an angle uses cosine and sine values read straight off the unit circle.
  • Signal processing — sine and cosine waves that model periodic signals are generated by tracing the unit circle over time.
  • Trigonometry education — the unit circle is the standard way to extend sine and cosine beyond acute triangle angles into negative angles and angles past 90°.

How to Use This Calculator

  1. Enter the Angle.
  2. Choose the unit: Degrees or Radians.
  3. Select Calculate to get the cosine, sine, and tangent values, plus the corresponding point on the unit circle.

Related Calculations

Working with coordinates instead of angles directly? See the Polar to Cartesian Converter, which uses the same cosine/sine relationship at any radius.