· 4 min read
How to Read Sine and Cosine Off the Unit Circle
Heshan Fernando
Co-founder & COO
Students are often handed a table of exact trigonometric values to memorise: sixteen angles, three functions, forty-eight entries. Most of it is unnecessary. Learn one quadrant and one rule and the rest follows.
The unit circle is what makes that possible, and it’s a much better mental model than a table of numbers.
What the unit circle is
A circle of radius 1, centred at the origin. Take any angle θ measured anticlockwise from the positive x-axis, and the point where that angle’s ray meets the circle has coordinates:
(cos θ, sin θ)
That’s the definition, not a consequence. Cosine is the x-coordinate; sine is the y-coordinate. Everything else in trigonometry follows from where that point sits.
Tangent is the ratio:
tan θ = sin θ ÷ cos θ = y ÷ x
Which immediately tells you where tangent is undefined: wherever x is zero, at 90° and 270°, because you can’t divide by zero. That’s a much more satisfying explanation than “tan is undefined there”.
The reference angle rule
Here’s what replaces the table.
For any angle, find its reference angle — the acute angle it makes with the x-axis. The magnitudes of sine and cosine are the same as for that reference angle. Only the signs change, according to the quadrant.
150° has a reference angle of 30°. So its coordinates have the same magnitudes as 30° — which are (√3/2, 1/2) — with the x-coordinate negative because 150° is in the second quadrant, left of the y-axis.
So cos 150° = −√3/2 and sin 150° = 1/2.
Learn the first quadrant’s three exact angles (30°, 45°, 60°) and the quadrant sign rule, and you have every exact value on the circle. That’s five things to remember instead of forty-eight.
| Quadrant | Angles | cos | sin | tan |
|---|---|---|---|---|
| I | 0–90° | + | + | + |
| II | 90–180° | − | + | − |
| III | 180–270° | − | − | + |
| IV | 270–360° | + | − | − |
The mnemonic “All Students Take Calculus” gives which function is positive in each quadrant: All, Sine, Tangent, Cosine.
Why radians rather than degrees
Degrees are a historical convention — 360 because Babylonian astronomers liked base 60.
A radian is defined by the circle itself: the angle subtended by an arc equal to the radius. That makes arc length simply rθ, and it makes the calculus of trigonometric functions come out cleanly — the derivative of sin x is cos x only when x is in radians. In degrees you’d carry a conversion factor forever.
Common mistakes to avoid
- Memorising the table instead of learning the reference-angle rule.
- Getting the sign wrong by misidentifying the quadrant, particularly for angles over 180°.
- Mixing degrees and radians within one calculation.
- Forgetting that tangent is undefined rather than zero at 90°.
- Treating negative angles as invalid — they just measure clockwise.
How to do it with Unit Circle Explorer
The Unit Circle Explorer shows the coordinates and reference angle for any angle you enter.
- Enter an angle in degrees or radians.
- Read the coordinates: x is cosine, y is sine, by definition.
- Look at the reference angle to see why the magnitudes match a first-quadrant angle.
- Check the sign against the quadrant rather than memorising it.
Other maths reference tools are in the tools directory.
Frequently asked questions
Do I need to memorise the unit circle?
No. Learn the first quadrant’s exact values and the reference-angle rule, and every other angle follows from a sign change. Five facts replace a full table.
Where is tangent undefined?
Wherever cosine is zero — at 90° and 270° — because tangent is y divided by x and the denominator vanishes there.
Why use radians?
Because a radian is defined by the circle’s own geometry, which makes arc length and the calculus of trigonometric functions come out cleanly. Degrees are a convention with no mathematical advantage.
Final thought
Learn one quadrant properly and the sign rule for the other three. Everyone who found trigonometry hard was probably memorising a table someone should have told them not to.