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
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
| Angle | cos(θ) | sin(θ) |
|---|---|---|
| 0° | 1 | 0 |
| 30° | 0.8660 | 0.5 |
| 45° | 0.7071 | 0.7071 |
| 60° | 0.5 | 0.8660 |
| 90° | 0 | 1 |
| 180° | −1 | 0 |
| 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
- Enter the Angle.
- Choose the unit: Degrees or Radians.
- 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.
Geometric and Trigonometric Principles of the Unit Circle
In mathematics, analytic geometry, and trigonometry, the Unit Circle is defined as a circle of unit radius (radius r = 1) centered at the origin (0,0) of the Cartesian coordinate plane. Formulated through the foundational Pythagorean circle equation:
The unit circle establishes the bridge connecting geometric right-triangle trigonometry with continuous cyclic periodic functions. For any counterclockwise rotation angle θ (measured from the positive X-axis), the Cartesian coordinates (x, y) of the terminating point on the circle's circumference are defined exactly as:
Radians, Degrees, and Arc Length
Because the circumference of a circle of radius 1 is exactly 2π (C = 2 × π × 1), one complete 360-degree rotation equals 2π radians:
Special Exact Angle Values on the Unit Circle
| Degrees | Radians | cos(θ) [X-Coordinate] | sin(θ) [Y-Coordinate] | tan(θ) [Slope] |
|---|---|---|---|---|
| 0° | 0 | 1 | 0 | 0 |
| 30° | π / 6 | √3 / 2 (approx. 0.866) | 1 / 2 (0.500) | √3 / 3 (approx. 0.577) |
| 45° | π / 4 | √2 / 2 (approx. 0.707) | √2 / 2 (approx. 0.707) | 1 |
| 60° | π / 3 | 1 / 2 (0.500) | √3 / 2 (approx. 0.866) | √3 (approx. 1.732) |
| 90° | π / 2 | 0 | 1 | Undefined (∞) |
| 180° | π | -1 | 0 | 0 |
| 270° | 3π / 2 | 0 | -1 | Undefined (-∞) |
Quadrant Signs: The ASTC Rule
The algebraic signs of trigonometric functions across the four coordinate quadrants follow the mnemonic "All Students Take Calculus" (ASTC):
- Quadrant I (0° to 90°): All functions (sin, cos, tan) are POSITIVE.
- Quadrant II (90° to 180°): Only Sine (and cosecant) is POSITIVE; cosine and tangent are negative.
- Quadrant III (180° to 270°): Only Tangent (and cotangent) is POSITIVE; sine and cosine are negative.
- Quadrant IV (270° to 360°): Only Cosine (and secant) is POSITIVE; sine and tangent are negative.
Step-by-Step Worked Calculation Example
Example: Determining Exact Trigonometric Values for θ = 210° (7π/6 Radians)
Problem: Determine the exact values of cos(210°), sin(210°), and tan(210°) using reference angle geometry on the unit circle.
Step 1: Identify the quadrant and reference angle:
210° lies in Quadrant III (between 180° and 270°).
Reference Angle (θref) = 210° - 180° = 30° (π/6 radians)
Step 2: Recall base values for 30°:
cos(30°) = √3 / 2 | sin(30°) = 1/2 | tan(30°) = √3 / 3
Step 3: Apply Quadrant III signs (T is positive, S and C are negative):
cos(210°) = -√3 / 2 ≈ -0.8660
sin(210°) = -1/2 = -0.5000
tan(210°) = +√3 / 3 ≈ +0.5774
Conclusion: The terminal point coordinates on the unit circle are (-√3/2, -1/2).
Fundamental Pythagorean Trigonometric Identities
- Primary Pythagorean Identity: sin²(θ) + cos²(θ) = 1
- Tangent-Secant Identity: 1 + tan²(θ) = sec²(θ)
- Cotangent-Cosecant Identity: 1 + cot²(θ) = csc²(θ)
Angle Sum, Difference, and Double-Angle Trigonometric Identities
The coordinates on the unit circle serve as the foundation for deriving all fundamental analytic trigonometric identities:
- Sine Sum and Difference: sin(α ± β) = sin(α)cos(β) ± cos(α)sin(β)
- Cosine Sum and Difference: cos(α ± β) = cos(α)cos(β) ∓ sin(α)sin(β)
- Double-Angle Identities:
- sin(2θ) = 2 × sin(θ) × cos(θ)
- cos(2θ) = cos²(θ) - sin²(θ) = 2cos²(θ) - 1 = 1 - 2sin²(θ)
- tan(2θ) = [ 2 × tan(θ) ] / [ 1 - tan²(θ) ]
Euler's Formula and the Unit Circle in the Complex Plane
When the Cartesian coordinate axes are mapped to the complex plane — with real numbers on the horizontal real axis and imaginary numbers (i = √-1) on the vertical imaginary axis — any point on the unit circle corresponds to a complex exponential number governed by Euler's Formula:
Setting θ = π yields the renowned Euler's Identity: eiπ + 1 = 0, connecting the five fundamental mathematical constants (e, i, π, 1, 0) in a single equation. In electrical engineering, complex phasors represent alternating AC voltages and currents as rotating vectors along the complex unit circle.
Inverse Trigonometric Functions and Principal Value Ranges
| Inverse Function | Notation | Domain (Input) | Principal Range (Output) |
|---|---|---|---|
| Arcsine | arcsin(x) / sin-1(x) | -1 ≤ x ≤ +1 | -π/2 to +π/2 (-90° to +90°) |
| Arccosine | arccos(x) / cos-1(x) | -1 ≤ x ≤ +1 | 0 to π (0° to 180°) |
| Arctangent | arctan(x) / tan-1(x) | -∞ < x < +∞ | -π/2 to +π/2 (-90° to +90°) |
Tangent, Secant, and Cosecant Line Segments in Geometry
The historical names of trigonometric functions derive directly from their physical geometric constructions on the unit circle:
- Tangent Line: Construct a vertical line tangent to the unit circle at point (1,0). Extending the angle ray θ from the origin intersects this vertical line at height y = tan(θ).
- Secant Line: The total length of the extended hypotenuse ray from the origin to the vertical tangent line intersection equals sec(θ) = 1 / cos(θ).
- Cotangent & Cosecant: Constructed similarly on a horizontal line tangent to the top of the circle at point (0,1).
Unit Circle Symmetry and Even/Odd Function Properties
Reflecting terminal angle points across Cartesian axes reveals fundamental algebraic symmetry identities:
- Cosine is an Even Function (Y-Axis Symmetry): cos(-θ) = cos(θ)
- Sine is an Odd Function (Origin Symmetry): sin(-θ) = -sin(θ)
- Tangent is an Odd Function (Origin Symmetry): tan(-θ) = -tan(θ)
Trigonometric Fourier Series in Signal Processing
In digital signal processing and electrical acoustics, Jean-Baptiste Joseph Fourier proved that any arbitrary periodic waveform f(t) can be decomposed into an infinite sum of harmonically related sinusoidal functions whose fundamental frequencies correspond to integer rotations around the unit circle:
This unit-circle trigonometric decomposition serves as the mathematical foundation for modern MP3 compression, Wi-Fi OFDM modulation, and MRI medical imaging.
Trigonometric Interpolation and Chebyshev Polynomials
In numerical analysis and scientific computing, mapping interpolation nodes along the unit circle (Chebyshev nodes) minimizes Runge's phenomenon, providing optimal polynomial approximations for differential equations.