Guides · 7 min read

How to Memorise the Unit Circle (and Rebuild It in 30 Seconds)

Almost every student is handed the unit circle as a diagram with sixteen angles, sixteen coordinate pairs, and an instruction to learn it by Friday. That is thirty-two separate facts, and rote-memorised facts decay fast - usually somewhere between the homework and the exam.

You do not need thirty-two facts. The unit circle contains exactly three numbers, one sign rule, and one reflection. Learn those and you can redraw the entire circle from a blank page in under a minute, which is a far more durable skill than recalling a picture.

This guide builds the circle from its definition, shows the pattern that generates every value, and then works three examples end to end so you can see the method run at full speed.

The unit circle is a definition, not a table

The unit circle is the circle of radius 1 centred at the origin. Pick an angle θ, measure it anticlockwise from the positive x-axis, and travel that far around the circle. The point you land on has coordinates (cos θ, sin θ). That is the definition of sine and cosine for any angle - cosine is the horizontal coordinate, sine is the vertical one.

Because the radius is 1, applying the Pythagorean theorem to that point gives you something familiar.

The most-used identity in trigonometry is not a separate fact to store. It is the circle's own equation, x² + y² = 1, with the coordinates renamed. Anything true about the circle is automatically true about sine and cosine, and that is the leverage this guide is built on.

(x,y)=(cosθ, sinθ)cos2θ+sin2θ=1(x,\, y) = (\cos\theta,\ \sin\theta) \qquad\Longrightarrow\qquad \cos^{2}\theta + \sin^{2}\theta = 1

The point at angle θ has coordinates (cos θ, sin θ), and every point on the circle satisfies x² + y² = 1.

There are only three numbers on the whole circle

Across all sixteen special angles, exactly three magnitudes ever appear: 1/2, √2/2 and √3/2 - plus the boundary values 0 and 1. Nothing else. If a special-angle sine comes out as √7/3, you have made an arithmetic mistake; you have not discovered a new value.

Better still, those numbers arrive in order. Write the first-quadrant angles 0°, 30°, 45°, 60°, 90° in a row and count 0, 1, 2, 3, 4 underneath a square root, all over 2.

Simplified, that row reads 0, 1/2, √2/2, √3/2, 1 - and it is monotonically increasing, which matches the picture: as you climb from the positive x-axis towards the top of the circle, the height of the point grows from 0 to 1.

Cosine is the same row read backwards: cos 0° = 1, cos 30° = √3/2, cos 45° = √2/2, cos 60° = 1/2, cos 90° = 0. That reversal is not a coincidence either - it is the cofunction identity, cos(90° − θ) = sin θ, which says that reflecting an angle across the 45° line swaps the two coordinates.

sin0, sin30, sin45, sin60, sin90  =  02, 12, 22, 32, 42\sin 0^{\circ},\ \sin 30^{\circ},\ \sin 45^{\circ},\ \sin 60^{\circ},\ \sin 90^{\circ} \;=\; \dfrac{\sqrt{0}}{2},\ \dfrac{\sqrt{1}}{2},\ \dfrac{\sqrt{2}}{2},\ \dfrac{\sqrt{3}}{2},\ \dfrac{\sqrt{4}}{2}

Count 0, 1, 2, 3, 4 under the radical and halve. This one line generates the entire first quadrant.

  • Tangent never needs its own row - it is the quotient sin θ / cos θ, so tan 30° = (1/2) ÷ (√3/2) = 1/√3 = √3/3.
  • tan 45° = (√2/2) ÷ (√2/2) = 1, and tan 60° = (√3/2) ÷ (1/2) = √3.
  • Secant, cosecant and cotangent are just reciprocals: flip the value you already have. sec 60° = 1 ÷ (1/2) = 2.
  • tan 90° is undefined because cos 90° = 0, and you cannot divide by zero. The same happens at 270°.

Reference angles: one quadrant is enough

The reference angle is the acute angle between the terminal side of θ and the x-axis - never the y-axis. Every trig function at θ has the same magnitude as it does at the reference angle. Only the sign can differ.

That single fact collapses four quadrants into one. Learn the first quadrant properly and the other three come free.

θref={θQuadrant I180θQuadrant IIθ180Quadrant III360θQuadrant IV\theta_{\text{ref}} = \begin{cases} \theta & \text{Quadrant I} \\[2pt] 180^{\circ} - \theta & \text{Quadrant II} \\[2pt] \theta - 180^{\circ} & \text{Quadrant III} \\[2pt] 360^{\circ} - \theta & \text{Quadrant IV} \end{cases}

In radians, replace 180° with π and 360° with 2π. The structure is identical.

Signs: ask about coordinates, not about functions

Most students try to memorise which of six functions is positive in which of four quadrants - twenty-four facts. Do not. Ask two questions instead: is the x-coordinate negative here, and is the y-coordinate negative here?

Cosine follows x. Sine follows y. Tangent is y/x, so it is positive exactly when x and y share a sign. Everything else is a reciprocal and keeps the sign of the function it inverts.

If you want a mnemonic anyway, the standard one is ASTC - All, Sine, Tangent, Cosine - read anticlockwise from Quadrant I, naming the function that stays positive in each quadrant. "All Students Take Calculus" is the usual phrasing. But the coordinate question is faster and it never leaves you wondering whether the mnemonic ran clockwise.

  • Quadrant I (x > 0, y > 0): everything is positive.
  • Quadrant II (x < 0, y > 0): sine and cosecant positive; cosine and tangent negative.
  • Quadrant III (x < 0, y < 0): tangent and cotangent positive; sine and cosine negative.
  • Quadrant IV (x > 0, y < 0): cosine and secant positive; sine and tangent negative.

Three worked examples at full speed

The method is always the same four moves: locate the quadrant, take the reference angle, read the first-quadrant magnitude, then attach the sign. Once it is automatic it takes about five seconds per value.

Example 1 - evaluate cos 210° exactly

Find the exact value of cos 210° without a calculator.

  1. Locate the quadrant. 210° lies between 180° and 270°, so the terminal side is in Quadrant III.
  2. Take the reference angle. In Quadrant III, subtract 180°.
    θref=210180=30\theta_{\text{ref}} = 210^{\circ} - 180^{\circ} = 30^{\circ}
  3. Read the magnitude from the first quadrant.
    cos30=32\cos 30^{\circ} = \dfrac{\sqrt{3}}{2}
  4. Attach the sign. In Quadrant III the x-coordinate is negative, and cosine is the x-coordinate, so the result is negative.

    This is the step people skip. The reference angle only ever gives you the size.

Answer. cos 210° = −√3/2, which is roughly −0.866.

cos210=320.866\cos 210^{\circ} = -\dfrac{\sqrt{3}}{2} \approx -0.866

Example 2 - evaluate sin(5π/4) exactly

Find the exact value of sin(5π/4).

  1. Convert to degrees if that helps you place it. Multiply by 180/π.
    5π4180π=225\dfrac{5\pi}{4} \cdot \dfrac{180^{\circ}}{\pi} = 225^{\circ}

    With practice you will skip this: 5π/4 is one quarter-turn past π, so it is halfway into Quadrant III.

  2. 225° lies between 180° and 270°, so again Quadrant III.
  3. Take the reference angle.
    θref=225180=45\theta_{\text{ref}} = 225^{\circ} - 180^{\circ} = 45^{\circ}
  4. Read the first-quadrant magnitude.
    sin45=22\sin 45^{\circ} = \dfrac{\sqrt{2}}{2}
  5. Attach the sign. In Quadrant III the y-coordinate is negative, and sine is the y-coordinate.

Answer. sin(5π/4) = −√2/2, which is roughly −0.707.

sin5π4=220.707\sin\dfrac{5\pi}{4} = -\dfrac{\sqrt{2}}{2} \approx -0.707

Example 3 - evaluate tan 300° exactly

Find the exact value of tan 300°.

  1. 300° lies between 270° and 360°, so the terminal side is in Quadrant IV.
  2. Take the reference angle. In Quadrant IV, subtract from 360°.
    θref=360300=60\theta_{\text{ref}} = 360^{\circ} - 300^{\circ} = 60^{\circ}
  3. Build the magnitude from sine and cosine rather than memorising a tangent row.
    tan60=sin60cos60=3/21/2=3\tan 60^{\circ} = \dfrac{\sin 60^{\circ}}{\cos 60^{\circ}} = \dfrac{\sqrt{3}/2}{1/2} = \sqrt{3}
  4. Attach the sign. In Quadrant IV, x > 0 and y < 0, so the quotient y/x is negative.

Answer. tan 300° = −√3, which is roughly −1.732.

tan300=31.732\tan 300^{\circ} = -\sqrt{3} \approx -1.732

Radians without learning a second table

Half a turn is π radians and also 180°, and every conversion follows from that one equality.

The four first-quadrant angles become 30° = π/6, 45° = π/4, 60° = π/3 and 90° = π/2, and every other special angle is a whole-number multiple of one of those. Count in sixths for the 30° family (π/6, 5π/6, 7π/6, 11π/6), in quarters for the 45° family (π/4, 3π/4, 5π/4, 7π/4), and in thirds for the 60° family (π/3, 2π/3, 4π/3, 5π/3).

There is no separate radian unit circle to memorise. It is the same circle with the angle labels rewritten, and the coordinates do not change at all.

π rad=1801=π180 rad1 rad=(180π) ⁣\pi \text{ rad} = 180^{\circ} \qquad 1^{\circ} = \dfrac{\pi}{180}\text{ rad} \qquad 1\text{ rad} = \left(\dfrac{180}{\pi}\right)^{\!\circ}

Multiply by π/180 going into radians, and by 180/π coming out.

The 30-second rebuild

This is the drill worth practising, because it is what you will actually do in an exam when your memory of the diagram fails. Do it on scrap paper before you start a trig question and the whole paper gets easier.

  • Draw the axes and a circle. Mark 0°, 90°, 180°, 270° and write their obvious coordinates: (1, 0), (0, 1), (−1, 0), (0, −1).
  • In Quadrant I, mark 30°, 45°, 60°. Write the sines as √1/2, √2/2, √3/2 and the cosines as the same list reversed.
  • Reflect those three points across the y-axis for Quadrant II (negate x), through the origin for Quadrant III (negate both), and across the x-axis for Quadrant IV (negate y).
  • Label the angles: 150/135/120 in QII, 210/225/240 in QIII, 330/315/300 in QIV. Notice each set is the QI set mirrored.
  • If the question is in radians, relabel using π = 180° as you go. Do not maintain two circles in your head.

Where this usually goes wrong

Four mistakes account for most lost marks, and all four are avoidable once you know to look for them.

  • Measuring the reference angle from the y-axis. It is always from the x-axis, so 120° has reference angle 60°, not 30°.
  • Getting the magnitude right and forgetting the sign. Do the sign as a deliberate final step, every time.
  • Swapping sine and cosine. Cosine comes first alphabetically and it is the first coordinate - that pairing is worth internalising.
  • Leaving the calculator in the wrong angle mode. If sin(π/6) returns 0.5236 rather than 0.5, your calculator read π/6 as degrees.

Frequently asked questions

Do I actually have to memorise the unit circle?

You have to be able to produce it quickly, which is not the same thing. Memorising the pattern - the √n/2 row, the reference-angle rule and the two coordinate signs - is faster to learn and much harder to forget than memorising sixteen coordinate pairs, and it survives being asked about an angle that is not on the standard diagram.

How do I remember whether sin 30° is 1/2 or √3/2?

Bigger angle, bigger sine, at least up to 90°. Sine is the height of the point, and the point climbs as the angle grows. Since 30° is the lower of the two angles, it takes the smaller value 1/2, and 60° takes √3/2 ≈ 0.866.

What about angles above 360° or negative angles?

Add or subtract full turns until you land in [0°, 360°); the coordinates are unchanged because you end at the same point. For negative angles you can also use the parity rules directly: sine is odd, so sin(−θ) = −sin θ, while cosine is even, so cos(−θ) = cos θ.

Why is tangent undefined at 90° and 270°?

Because tan θ = sin θ / cos θ, and cos θ is 0 at both of those angles - the point sits on the y-axis, so its x-coordinate vanishes. The same reasoning tells you secant is undefined there too, while cosecant and cotangent are undefined at 0° and 180° where sine is 0.

Should I learn the circle in degrees or in radians?

Learn it in degrees first, because they are easier to picture, then relabel using π = 180°. But make sure you can work in radians before you reach calculus: arc length, sector area and every derivative of a trig function assume radians and are simply wrong in degrees.

Keep going

Practise it

Reading a method is not the same as running it under time pressure. The workspace drills this material in the quiz, and the triangle solver shows a worked solution for any triangle you type in.