Unit-circle coordinates
Read trigonometric values from a point on the unit circle.
Unit-circle coordinates is one of 1 unit circle formula in the trigonometry section of this library, and it is used at high school · ap level.
Why unit-circle coordinates works
Draw a right triangle from the origin to a point on a circle of radius 1. The hypotenuse is 1, so cosine, normally adjacent over hypotenuse, becomes just the adjacent leg, which is the x-coordinate. The same collapse makes sine the y-coordinate, and it lets angles beyond 90 degrees have values, since coordinates can be negative.
What each symbol means
$\theta$ is measured from the positive $x$-axis.
Unit-circle coordinates: when it holds
The point must satisfy $x^2+y^2=1$; tangent requires $x\ne0$.
When it stops applying
The tangent half of the statement has no value when x = 0, at π/2 and 3π/2, because dividing y by zero is not allowed. The sine and cosine readings stay perfectly fine at those angles, at (0, 1) and (0, −1).
Unit-circle coordinates: a worked example
At $\theta=\pi/6$, the point is $(\sqrt3/2,1/2)$.
The mistake to avoid
What people do: Students read the point the wrong way round and take x as the sine.
Why it goes wrong: Coordinates are listed as (x, y), and x pairs with cosine, so swapping them silently trades an angle for its complement.
Do this instead: Memorize the pattern cosine first. At θ = π/6 the point is (√3/2, 1/2), so cos is 0.866 and sin is 0.5. Swapping them would give 0.866 as sin 30 degrees, which is really sin 60 degrees.
Unit-circle coordinates: step by step
- Name the unknown, and the unit the answer has to come out in.
- Match the symbols to your values. $\theta$ is measured from the positive $x$-axis.
- Check the conditions before substituting. The point must satisfy $x^2+y^2=1$; tangent requires $x\ne0$.
- Substitute, keep exact values to the last line, then test the sign, size, and unit against a rough estimate — the check that catches most trigonometry slips.
Where this formula fits
- Subject
- Trigonometry formulas — 18 entries in this library
- Topic
- Unit circle
- Level
- High school · AP
Formulas are easiest to keep when they sit inside a method rather than on a list. Use the links below to see where unit-circle coordinates comes from, to check a calculation against a tool, and to practise it until you can recall it without looking.
- The Unit Circle — the lesson behind this formula: connect angles to coordinates, sine, and cosine.
- Trigonometry Calculator — check your substitution and the value it produces.
- Study trigonometry — the subject guide that explains the ideas these formulas compress.
- Precalculus Practice — questions that make you retrieve the formula instead of recognising it.
- All 18 trigonometry formulas — the full grouped reference, or the complete formula library.
Questions about unit-circle coordinates
What if my circle has a radius other than 1?
Divide each coordinate by the radius first. On a circle of radius 5, a point at (3, 4) gives cos θ = 3/5 and sin θ = 4/5, which is why the unit circle is chosen: the division disappears.
How do I get values for angles past 90 degrees?
Find the reference angle to the nearest part of the x-axis, read the values there, then attach the signs of that quadrant. At 150 degrees the reference is 30 degrees, so the point is (−0.866, 0.5).
Which way do I measure the angle?
Start at the positive x-axis and sweep counterclockwise for positive angles. Clockwise sweeps count as negative, so −90 degrees and 270 degrees land on the same point, (0, −1).
Why does x² + y² = 1 matter here?
It is the circle's own equation, and substituting the coordinates turns it straight into cos²θ + sin²θ = 1. It also gives you a fast way to check a memorized point is actually on the circle.