The Unit Circle
The Unit Circle is a circle centered at the origin with a radius of exactly 1 unit. It connects angles to coordinates and provides a visual, intuitive way to understand sine, cosine, and tangent for any angle.
This guide covers special angles, radian-degree conversion, coordinates on the circle, reference angles, memory tricks, worked examples with full steps, and an interactive unit circle explorer.
1Introduction
The Unit Circle is a cornerstone of trigonometry. It’s a simple concept with far-reaching implications, connecting angles, coordinates, and trigonometric functions in a beautifully elegant way.
Simply put, the Unit Circle is a circle centered at the origin (0, 0) of a coordinate plane with a radius of exactly 1 unit. Its equation is x² + y² = 1.
Imagine standing at the center of a clock. The hands sweep out angles. Now, imagine that clock face is perfectly sized so that its hands are exactly 1 unit long. As a hand sweeps around, its tip traces out the Unit Circle. The position of that tip (its x and y coordinates) tells us the cosine and sine of the angle.
The unit circle is crucial for pre-calculus, calculus, physics, and engineering, where understanding periodic functions and circular motion is key. It defines trig functions for any angle, not just those in right triangles.
2Key Definitions
Unit Circle
A circle with radius 1, centered at the origin (0,0). Equation: x² + y² = 1.
Radian
An angle unit where the arc length equals the radius. 2π radians = 360°.
Reference Angle (θR)
The acute angle formed by the terminal side and the x-axis. Always between 0° and 90°.
Terminal Side
The ray that rotates around the origin to form an angle. Starts at the positive x-axis.
Cosine (cos θ)
The x-coordinate of the point where the terminal side intersects the unit circle.
Sine (sin θ)
The y-coordinate of the point where the terminal side intersects the unit circle.
Tangent (tan θ)
The ratio sinθ/cosθ = y/x. Undefined when cosθ = 0.
Quadrants
Four regions of the coordinate plane, numbered I–IV counter-clockwise from the top-right.
Quadrant I (0°–90°)
x > 0, y > 0
sin +, cos +, tan +
Quadrant II (90°–180°)
x < 0, y > 0
sin +, cos −, tan −
Quadrant III (180°–270°)
x < 0, y < 0
sin −, cos −, tan +
Quadrant IV (270°–360°)
x > 0, y < 0
sin −, cos +, tan −
Any point on the unit circle can be written as (cos θ, sin θ). The x-coordinate is always cosine and the y-coordinate is always sine. This is the foundation of the unit circle.
3Radian vs Degree Conversion
Angles can be measured in degrees or radians. The key relationship is 180° = π radians.
Degrees → Radians
Radians = Degrees × π/180°
60° × π/180 = π/3
90° × π/180 = π/2
45° × π/180 = π/4
Radians → Degrees
Degrees = Radians × 180°/π
π/6 × 180/π = 30°
π/4 × 180/π = 45°
2π/3 × 180/π = 120°
Common Conversions
| Degrees | Radians |
|---|---|
| 0° | 0 |
| 30° | π/6 |
| 45° | π/4 |
| 60° | π/3 |
| 90° | π/2 |
| 120° | 2π/3 |
| 180° | π |
| 270° | 3π/2 |
| 360° | 2π |
4Coordinates on the Unit Circle
For any angle θ in standard position, the point where its terminal side intersects the unit circle has special significance:
P(x, y) = (cos θ, sin θ)
x-coordinate
cos θ
y-coordinate
sin θ
tangent
sin θ / cos θ
This is why tan θ is undefined when cos θ = 0 (at 90° and 270°) — you cannot divide by zero.
Unit Circle Explorer
InteractiveDrag the angle slider to move around the unit circle. Watch how sin (y-coordinate) and cos (x-coordinate) change in real-time.
Jump to special angle
Cosine (x)
cos(45°) = 0.7071
Sine (y)
sin(45°) = 0.7071
Tangent (y/x)
tan(45°) = 1.0000
Quadrant
I
Ref. Angle
45°
Coordinates
(0.71, 0.71)
5Special Angles
There are certain “special” angles on the unit circle that you should memorize. Here are the key angles in the first quadrant:
| Degrees | Radians | cos θ (x) | sin θ (y) | tan θ |
|---|---|---|---|---|
| 0° | 0 | 1 | 0 | 0 |
| 30° | π/6 | √3/2 | 1/2 | √3/3 |
| 45° | π/4 | √2/2 | √2/2 | 1 |
| 60° | π/3 | 1/2 | √3/2 | √3 |
| 90° | π/2 | 0 | 1 | undef |
Coordinates for angles in other quadrants are derived from these first-quadrant values using reference angles and quadrant signs. The magnitudes are the same — only the signs change.
6The “All Over 2” Memory Trick
Instead of memorizing each coordinate separately, notice that every special angle value follows a pattern of √n / 2.
For Sine (y-values) — count UP from 0:
0°
√0/2
= 0
30°
√1/2
= 1/2
45°
√2/2
≈ .707
60°
√3/2
≈ .866
90°
√4/2
= 1
For Cosine (x-values) — count DOWN from 4:
0°
√4/2
= 1
30°
√3/2
≈ .866
45°
√2/2
≈ .707
60°
√1/2
= 1/2
90°
√0/2
= 0
Sine goes √0, √1, √2, √3, √4 all over 2. Cosine does the exact reverse. For other quadrants, keep the same values and adjust the sign using ASTC.
7Finding Values Using the Unit Circle
Follow these steps to find the sine, cosine, or tangent of any angle:
Find the coterminal angle
If the angle is >360° or negative, add/subtract 360° to get an equivalent angle between 0° and 360°.
Identify the quadrant
This tells you the signs. Remember ASTC: All (Q1), Sine (Q2), Tangent (Q3), Cosine (Q4).
Find the reference angle
Q1: θR = θ • Q2: 180° − θ • Q3: θ − 180° • Q4: 360° − θ
Use first-quadrant values + signs
Look up sin and cos for the reference angle from the special angles table, then apply the correct sign from step 2.
Calculate tangent if needed
tan θ = sin θ / cos θ. If cos θ = 0, tangent is undefined.
Example: Find sin(225°) and cos(225°)
225° is in Quadrant III (180°–270°)
Reference angle = 225° − 180° = 45°
sin(45°) = √2/2, cos(45°) = √2/2
In Q3: sin is negative, cos is negative
sin(225°) = −√2/2, cos(225°) = −√2/2
8Worked Examples
Problem: Convert 45 degrees to radians.
Step 1: Recall the formula: radians = degrees × π/180
Step 2: Substitute: 45 × π/180
Step 3: Simplify: 45/180 = 1/4
Step 4: Multiply by π: 1/4 × π = π/4
Answer: π/4 radians
Method: Degree to radian conversion
Problem: Find cos(60°) and sin(60°).
Step 1: Locate 60° on the unit circle — it’s a special angle in Q1
Step 2: From the special angles table, coordinates at 60° are (1/2, √3/2)
Step 3: x-coordinate = cos(60°) = 1/2
Step 4: y-coordinate = sin(60°) = √3/2
Answer: cos(60°) = 1/2, sin(60°) = √3/2
Method: Unit circle coordinates
Problem: Find the reference angle for 150°.
Step 1: Identify the quadrant — 150° is between 90° and 180° → Q2
Step 2: Formula for Q2: θR = 180° − θ
Step 3: θR = 180° − 150° = 30°
Answer: 30°
Method: Reference angle calculation
Problem: Convert 3π/4 radians to degrees.
Step 1: Recall: degrees = radians × 180°/π
Step 2: Substitute: (3π/4) × 180°/π
Step 3: Cancel π: 3/4 × 180°
Step 4: Multiply: 3 × 45° = 135°
Answer: 135°
Method: Radian to degree conversion
Problem: Find tan(π/3).
Step 1: Recall tan = sin/cos
Step 2: π/3 radians = 60°
Step 3: sin(60°) = √3/2, cos(60°) = 1/2
Step 4: tan = (√3/2) / (1/2)
Step 5: Simplify: √3/2 × 2/1 = √3
Answer: √3
Method: Tangent from unit circle
Problem: Find sin(150°) and cos(150°).
Step 1: 150° is in Q2 (between 90° and 180°)
Step 2: Reference angle = 180° − 150° = 30°
Step 3: sin(30°) = 1/2, cos(30°) = √3/2
Step 4: In Q2, sine is positive, cosine is negative (ASTC)
Step 5: sin(150°) = +1/2, cos(150°) = −√3/2
Answer: sin(150°) = 1/2, cos(150°) = −√3/2
Method: Reference angle + ASTC quadrant signs
Problem: Find all trig values for 240°.
Step 1: 240° is in Q3 (between 180° and 270°)
Step 2: Reference angle = 240° − 180° = 60°
Step 3: sin(60°) = √3/2, cos(60°) = 1/2
Step 4: In Q3, both sin and cos are negative; tan is positive
Step 5: sin(240°) = −√3/2, cos(240°) = −1/2
Step 6: tan(240°) = (−√3/2) / (−1/2) = √3
Answer: sin = −√3/2, cos = −1/2, tan = √3
Method: Reference angle + ASTC for all three functions
9Memory Aids
All trig functions positive in Q1, Sine positive in Q2, Tangent positive in Q3, Cosine positive in Q4. This tells you the signs for any quadrant.
Just as x comes before y in the alphabet, cosine (x-coordinate) comes before sine (y-coordinate) when writing the point (cos θ, sin θ).
Sine values for 0°, 30°, 45°, 60°, 90° follow this pattern. Cosine does the reverse (√4, √3, √2, √1, √0 all over 2).
The core conversion: 180° = π radians. From this single fact you can derive all degree-radian conversions by multiplying or dividing by π/180.
The reference angle is always the acute angle to the x-axis (not the y-axis). Think of it as “how far from the nearest horizontal?”
10Common Mistakes to Avoid
Mixing Up Sine and Cosine
Wrong: Thinking sine is the x-coordinate and cosine is the y-coordinate.
Right: Cosine = x-coordinate, Sine = y-coordinate. Remember: “x before y, cos before sin.”
Incorrect Quadrant Signs
Wrong: sin(210°) = 1/2 (forgetting Q3 makes sine negative)
Right: sin(210°) = −1/2. Always check which quadrant your angle is in and use ASTC to determine signs.
Radian/Degree Conversion Errors
Wrong: 60° × 180/π (multiplied by the wrong fraction)
Right: To go from degrees to radians, multiply by π/180. To go from radians to degrees, multiply by 180/π.
Incorrect Reference Angle
Wrong: Reference angle for 300° = 300° − 180° = 120°
Right: 300° is in Q4, so the reference angle = 360° − 300° = 60°. Always use the correct formula for the quadrant.
Forgetting Tangent is Sine/Cosine
Wrong: Trying to memorize tangent values independently for every angle.
Right: Just remember tan θ = sin θ / cos θ. Once you know sine and cosine, tangent follows automatically.
Forgetting Tangent is Undefined at 90° and 270°
Wrong: tan(90°) = 1 or tan(90°) = 0
Right: tan(90°) is undefined because cos(90°) = 0 and you cannot divide by zero. The same applies to 270°.
Not Simplifying Coordinates
Wrong: Leaving cos(0°) = √4/2 without simplifying
Right: √4/2 = 2/2 = 1. Always simplify radicals and fractions in your final answer.
Measuring Reference Angle to the Y-Axis
Wrong: Reference angle for 120° = 120° − 90° = 30° (measured from y-axis)
Right: Reference angles are always measured from the x-axis. For 120° (Q2): 180° − 120° = 60°.
11Quick Revision Summary
- The unit circle has radius 1, centered at the origin. Equation: x² + y² = 1.
- Any point on it is (cos θ, sin θ). x = cosine, y = sine.
- tan θ = sin θ / cos θ. Undefined when cos θ = 0.
- 180° = π radians. Multiply by π/180 or 180/π to convert.
- Memorize the five special angles: 0°, 30°, 45°, 60°, 90° and their coordinates.
- Use the “All Over 2” trick: sin goes √0 to √4 over 2; cos reverses.
- ASTC (All Students Take Calculus) gives you the signs in each quadrant.
- The reference angle is always acute and measured from the x-axis.
- For other quadrants: use first-quadrant values + adjust signs with ASTC.
- Always simplify radicals and fractions in your final answers.
Frequently Asked Questions
What is the unit circle?
The unit circle is a circle with a radius of 1, centered at the origin (0,0) of a coordinate plane. Its equation is x² + y² = 1. It is used to define the trigonometric functions sine and cosine for all angles.
Why is the unit circle important?
The unit circle connects angles to coordinates, providing a visual and intuitive way to understand sine, cosine, and tangent for any angle — not just those in right triangles. It is the foundation for pre-calculus, calculus, physics, and engineering.
How do I convert degrees to radians?
Multiply the degree measure by π/180. For example, 90° × π/180 = π/2 radians. The key relationship is 180° = π radians.
What is a reference angle?
A reference angle is the acute angle formed between the terminal side of your angle and the x-axis. It is always between 0° and 90° and helps you find trig values in any quadrant using the known values from Quadrant I.
What does "All Students Take Calculus" mean?
ASTC is a mnemonic for remembering which trig functions are positive in each quadrant: All (Q1), Sine (Q2), Tangent (Q3), Cosine (Q4). This helps you apply the correct sign when using reference angles.
Practice Quiz
Test your understanding — select the correct answer for each question.
1.What is the radius of the unit circle?
2.How many radians is 180 degrees?
3.What is cos(0°)?
4.What is sin(90°)?
5.What are the coordinates at 45° on the unit circle?
6.What is tan(45°)?
7.In which quadrant is 120°?
8.What is the reference angle for 210°?
9.What is cos(π)?
10.At what angle are sin and cos equal?
Study Tips
- Memorize the first-quadrant values first — everything else is derived from these five special angles using reference angles and ASTC.
- Use the interactive explorer above — move the slider around the full circle to build intuition for how sin and cos change.
- Practice converting between radians and degrees — start with the common angles and work up to less familiar ones.
- Draw the unit circle by hand — this is one of the best ways to internalize the coordinates and quadrant signs.
- Check your signs last — first find the magnitude using the reference angle, then apply the correct sign using ASTC.
Related Topics
Right Triangle Trigonometry
SOH-CAH-TOA, finding sides and angles, inverse trig functions
Angles and Triangles
Triangle properties, angle relationships, and congruence
Functions and Graphs
Function notation, types, transformations, and graphing
Quadratic Equations
Solving, graphing, and applying quadratic equations