Unit Circle Calculator
Enter any angle to get the unit circle point, all six trig values, quadrant, reference angle, and exact forms for special angles.
⭕ What is a Unit Circle Calculator?
A unit circle calculator computes the trigonometric values of any angle using the unit circle, a circle with radius 1 centred at the origin of the Cartesian plane. For any angle θ measured counter-clockwise from the positive x-axis, the terminal side of the angle meets the unit circle at exactly one point, and that point has coordinates (cos θ, sin θ). The unit circle is the geometric foundation of all trigonometry.
Real-world applications are wide-ranging. Engineers use unit circle values when analysing alternating current (AC) signals, which are modelled as sine waves. Programmers rely on sin and cos to rotate objects in 2D and 3D graphics. Physicists use the unit circle to decompose vectors into horizontal and vertical components. Students preparing for calculus must know the 16 standard unit circle angles by heart, since limits, derivatives, and integrals of trig functions depend on exact values like √3/2 and √2/2 at key points. Navigation systems compute bearings using trig functions derived from the unit circle.
A common misconception is that trig functions only apply to angles between 0° and 90°. The unit circle definition removes that restriction entirely. Any real-number angle, including 450°, -30°, or 7 radians, has a well-defined sin and cos. Negative angles go clockwise; angles beyond 360° simply wrap around the circle one or more times. Another misconception is that radians and degrees are interchangeable without conversion: they measure the same angles on different scales, and forgetting to convert is a common source of errors in calculus and physics.
This calculator removes the need to memorise a 16-value table. Enter any angle in either unit, and the calculator instantly shows the exact unit circle point, all six trig functions, the quadrant, the reference angle for quick sign-checking, and exact fraction or radical forms for the standard angles. The one-click common-angle buttons make it fast to jump to 30°, 45°, 60°, 90°, and beyond for quick lookups or exam preparation.
📐 Formula
The 16 standard angles (multiples of 30° and 45°) have exact values involving 0, 1/2, √2/2, and √3/2. All other angles have irrational sin and cos values that require a calculator. The reference angle for any angle θ is the acute angle between the terminal side and the x-axis, used to find magnitudes; the sign then depends on the quadrant per the ASTC rule.
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 - 45 Degrees (Quadrant I, Standard Angle)
Find all trig values and the unit circle point for θ = 45°
Example 2 - 120 Degrees (Quadrant II)
Find the unit circle point and trig values for θ = 120°
Example 3 - 225 Degrees (Quadrant III)
Find trig values for θ = 225° (Quadrant III special angle)
Example 4 - 315 Degrees (Quadrant IV)
Find trig values for θ = 315° (Quadrant IV)
❓ Frequently Asked Questions
🔗 Related Calculators
What is the unit circle and how is it used in trigonometry?
The unit circle is a circle of radius 1 centred at the origin. For any angle θ, the point where the terminal side of the angle meets the circle is (cos θ, sin θ). This gives sin and cos their coordinate interpretation and allows trig functions to be defined for all real angles, not just angles in right triangles.
How do you find sin and cos from the unit circle?
Draw the angle θ from the positive x-axis (counter-clockwise for positive angles). The x-coordinate of where the terminal side meets the circle is cos θ; the y-coordinate is sin θ. For example, at 60°, the point is (1/2, √3/2), so cos 60° = 1/2 and sin 60° = √3/2.
What are the exact unit circle values for common angles?
Key values: 0°: (1, 0); 30°: (√3/2, 1/2); 45°: (√2/2, √2/2); 60°: (1/2, √3/2); 90°: (0, 1); 120°: (-1/2, √3/2); 180°: (-1, 0); 270°: (0, -1); 360°: (1, 0). This calculator shows exact forms for all 16 standard angles.
What is a reference angle and how do you find it?
A reference angle is the acute angle (between 0° and 90°) between the terminal side of your angle and the x-axis. For Quadrant I: reference = θ. Quadrant II: reference = 180° - θ. Quadrant III: reference = θ - 180°. Quadrant IV: reference = 360° - θ. Trig values in any quadrant have the same magnitude as their reference angle values, with sign determined by the quadrant.
How do you convert degrees to radians and radians to degrees?
Multiply degrees by π/180 to get radians. Multiply radians by 180/π to get degrees. Key conversions: 30° = π/6 rad, 45° = π/4 rad, 60° = π/3 rad, 90° = π/2 rad, 180° = π rad, 270° = 3π/2 rad, 360° = 2π rad. This calculator converts automatically when you switch units.
What is the ASTC rule (All Students Take Calculus) for trig signs?
The ASTC rule gives the sign of trig functions by quadrant. All (sin, cos, tan all positive) in Quadrant I. Students (sin positive) in Quadrant II. Take (tan positive) in Quadrant III. Calculus (cos positive) in Quadrant IV. Since csc = 1/sin, sec = 1/cos, cot = 1/tan, their signs follow the same pattern.
Why is tan undefined at 90° and 270°?
tan θ = sin θ / cos θ. At 90°, cos 90° = 0, making the division by zero undefined. At 270°, cos 270° = 0, same result. The tangent function approaches positive infinity from one side and negative infinity from the other at these angles, so no single real value exists.
What is the Pythagorean identity and how does the unit circle prove it?
The Pythagorean identity states sin² θ + cos² θ = 1 for all angles θ. The unit circle proves this directly: every point (x, y) on a circle of radius 1 satisfies x² + y² = 1. Since x = cos θ and y = sin θ, substituting gives cos² θ + sin² θ = 1. This identity is used constantly to simplify trig expressions.
How is the unit circle different from a right triangle definition of trig?
Right triangle trig only works for angles between 0° and 90°, since you need a valid triangle. The unit circle extends all six trig functions to any real angle: positive, negative, greater than 90°, even greater than 360°. The unit circle definition is the foundation for calculus, complex numbers, Fourier analysis, and signal processing.
What does it mean that sin and cos have period 2π?
Period 2π means that sin(θ + 2π) = sin θ and cos(θ + 2π) = cos θ for all θ. In other words, after rotating a full circle (360° = 2π rad), you arrive at the same point on the unit circle and the function value repeats. That is why 405° gives the same sin and cos as 45°.
How do you find the angle when you know the unit circle point coordinates?
Use the inverse trig functions: θ = arctan(y/x) adjusted for the correct quadrant. If you know x = cos θ, θ = arccos(x) gives an angle in [0°, 180°]. If you know y = sin θ, θ = arcsin(y) gives an angle in [-90°, 90°]. For the full angle in [0°, 360°], check which quadrant (x, y) is in and adjust the arctan result accordingly.