The unit circle is the single tool that ties together every angle-based idea in trigonometry: sine and cosine values, reference angles, quadrant signs, and radian measure. Instead of memorizing dozens of triangle ratios, the unit circle lets you read the (cos θ, sin θ) coordinates for any angle straight off a circle of radius 1.

How the unit circle works

Draw a circle of radius 1 centered at the origin of the coordinate plane. Starting from the positive x-axis, sweep counterclockwise by an angle θ. Wherever that sweep — the angle's terminal side — crosses the circle is the point (cos θ, sin θ). Because the circle has radius 1, the x-coordinate of that point is defined as cos θ and the y-coordinate as sin θ. This is a direct extension of the right-triangle definitions of sine and cosine (opposite/hypotenuse, adjacent/hypotenuse) to angles of any size, including angles past 90° and negative angles, where a right triangle no longer makes sense on its own.

Tangent follows directly as sin θ / cos θ, the slope of the terminal-side ray. Because the unit circle has radius 1, no division by the hypotenuse is needed — the coordinates are the trig values.

Reference angles and the ASTC rule

Rather than memorizing separate exact values for every angle around the full circle, trigonometry uses reference angles: every angle maps back to an acute angle (0°–90°) in Quadrant I, and the sign is determined by which quadrant the original angle falls in. The classic mnemonic is All-Sine-Tangent-Cosine ("All Students Take Calculus"): in Quadrant I, all three functions are positive; in Quadrant II, only sine is positive; in Quadrant III, only tangent is positive; in Quadrant IV, only cosine is positive.

So 210° (Quadrant III) has the same reference angle as 30°, and its cosine and sine are both negative because tangent alone is positive in Quadrant III — cos(210°) = -cos(30°) and sin(210°) = -sin(30°).

The 16 standard angles and their exact values

Every multiple of 30° and 45° around the circle — 16 angles total, including the four axis angles 0°/90°/180°/270° — has an exact symbolic (cos, sin) value derived from two special right triangles: the 30-60-90 triangle (giving 1/2 and √3/2) and the 45-45-90 triangle (giving √2/2 for both). Any angle outside this set of 16 does not have a clean symbolic form and is left as a decimal approximation — this calculator's Exact Values tab makes that distinction explicit rather than showing a misleading rounded fraction.

Limits and things to watch for

Tangent is undefined at 90° and 270° (and any angle coterminal with them) because cosine is 0 there, which would require dividing by zero — this calculator reports "undefined" rather than an error or an infinite decimal. Floating-point rounding also means a radian input converted from an exact degree value (like π/2) may compute cos as an extremely small non-zero number instead of a mathematically perfect 0; the calculator's exact-value lookup sidesteps this by matching against the true symbolic values, not the raw floating-point output.