Unit Circle Calculator
Visualize and compute trig values: sin θ, cos θ, tan θ, and the point (x,y) on the unit circle. Choose Basic, Static Visual, or Interactive Visual mode below. Unit toggle (°/rad/grad) available across modes.
Quick Reference — common angles
| Angle | sin θ (exact) | sin θ (decimal) | cos θ (exact) | cos θ (decimal) | tan θ (decimal) |
|---|---|---|---|---|---|
| 0° | 0 | 0 | 1 | 1 | 0 |
| 30° | 1/2 | 0.5 | √3/2 | 0.8660254 | 0.5773503 |
| 45° | √2/2 | 0.7071068 | √2/2 | 0.7071068 | 1 |
| 60° | √3/2 | 0.8660254 | 1/2 | 0.5 | 1.7320508 |
| 90° | 1 | 1 | 0 | 0 | undefined |
| 120° | √3/2 | 0.8660254 | −1/2 | −0.5 | −1.7320508 |
| 135° | √2/2 | 0.7071068 | −√2/2 | −0.7071068 | −1 |
| 180° | 0 | 0 | −1 | −1 | 0 |
Unit Circle — definition, computation, and why it matters
The unit circle is a circle of radius 1 centered at the origin of the Cartesian plane. It is the most fundamental geometric tool for understanding trigonometric functions because it directly connects angles to coordinate pairs: any angle θ measured from the positive x-axis corresponds to a point on the circle with coordinates (cos θ, sin θ). This makes trig functions naturally interpretable as coordinates on a normalized circle. The Unit Circle Calculator helps students and practitioners see this relationship numerically and visually, supporting learning, verification and practical computations.
Angles and units
Angles can be measured in different units: degrees (360° per circle), radians (2π per circle), and gradians (400 per circle). Radians are particularly convenient in calculus and for series expansions because many formulas assume radian measure. Conversion formulas are exact: radians = degrees × π/180; degrees = radians × 180/π; grads = degrees × 10/9. This tool supports all three units and makes conversions explicit in step outputs.
Coordinates on the unit circle
Given an angle θ, the coordinates on the unit circle are:
(x, y) = (cos θ, sin θ)
Because the radius is 1, cos θ and sin θ are respectively the x- and y-coordinates of the point. These values are bounded between −1 and 1. Tangent is defined as tan θ = sin θ / cos θ, when cos θ ≠ 0. The calculator detects singularities (cos near 0) and reports tan as undefined when appropriate, with an explanation of the division-by-zero cause.
Normalization and periodicity
Trig functions are periodic: sine and cosine repeat every 2π radians (360°). The calculator normalizes angles modulo 360° (or 2π rad) when showing equivalent angles, which helps interpret inputs larger than a full rotation or negative angles. For example, 390° is equivalent to 30° (390 mod 360 = 30) and the displayed sin/cos values reflect that equivalence. The steps show normalization when it occurs.
Exact values and common angles
Certain angles produce exact radical values, such as 30°, 45°, 60°, 90° and their equivalents. These appear frequently in geometry, algebra and engineering. The calculator recognizes these canonical angles and prints exact symbolic values (like √2/2) in addition to numeric approximations. This hybrid presentation is especially useful in classroom explanations and when checking symbolic solutions.
Visualization helps intuition
Seeing a point move around the unit circle as an angle changes builds geometric intuition: the x-coordinate traces cosine, the y-coordinate traces sine, and the slope of the radius relates to tangent. The Interactive Visual mode animates the point smoothly as you drag the slider — this illustrates periodicity and sign changes cleanly. The Static Visual mode is useful when you want to enter a precise angle and freeze the picture for annotation or printing.
Applications
The unit circle is used everywhere: converting between polar and Cartesian coordinates, analyzing waves and oscillations, rotating points in graphics, solving triangles in navigation, and underpinning Fourier analysis and complex exponentials. Mastering the relationship between angle and coordinates dramatically simplifies many problems across math and engineering.
Using this calculator
- Choose your mode: Basic for numeric output, Static to calculate & freeze a diagram, Interactive to explore with a slider and animation.
- Pick a unit: degrees are intuitive for most geometry; switch to radians when working with calculus.
- Enter an angle (expressions like pi/6 are accepted), click Calculate (or move the slider in Interactive mode), and inspect the numeric and visual outputs. Use the step-by-step view to see conversions, normalization, and algebraic reasoning.
Edge cases and numerical care
Because of floating-point arithmetic, numeric results are approximate; the calculator provides adjustable display precision. For angles where cosine is very close to zero (e.g., 90°) tangent can blow up numerically — the tool detects this and reports undefined rather than returning excessively large numbers. Inputs that include symbolic expressions (like pi/3) are parsed and converted to numeric radian values for evaluation.
Conclusion
The Unit Circle Calculator pairs numeric precision with clear visual intuition. Use it to check homework, teach concepts, or prototype transformations in applied projects. The combination of Basic, Static Visual and Animated Interactive modes offers flexibility: numerical checks when needed, static diagrams for reporting, and smooth animations for exploration.
Frequently Asked Questions
Yes — negative angles are allowed and normalized as needed (e.g., −30° ≡ 330°).
The Animate button moves the point smoothly from its current angle to a target (one full rotation by default) and stops. You can start/stop it manually.
Yes — enter 'pi/6', 'Math.PI/3', or decimal radians; use the unit toggle to set interpretation when appropriate.
The calculator reports tan as undefined and explains the singularity because division by zero is not allowed.
Yes — Copy Result and Download CSV are available after calculating to save numeric outputs and steps.
Yes — the SVG scales to available width and works on mobile devices; the slider supports touch input.
Internal computations use JavaScript double precision; displayed decimals are set by the precision control.
Yes — when an input is normalized (e.g., 390° → 30°) the steps area shows that transformation.
Yes — use the unit toggle and enter angle values in grads; the calculator will convert for computation and visualization.
No — this tool only produces real-valued trig outputs.