Intermediate level

The unit circle

The unit circle carries the sine and the cosine from a triangle onto the whole circle. See how the coordinates of a point become the values of the functions, what signs they take in the four quadrants, and what a negative angle or one past a full turn means.

Before you start

This topic builds on earlier ideas. Before you start, it's worth working through the lessons below — they'll make everything click:

Where this is used

Real situations where you count exactly the way this lesson teaches:

  • The workshop
    Six holes spaced evenly on a circle of radius 12 cm sit 60° apart. Rather than bending a tape along the arc, work out the coordinates: the third hole falls at 120°, that is at (12 · cos 120°, 12 · sin 120°) = (−6 cm, 10.4 cm). The minus sign says it lies 6 cm to the left of the centre, and measuring along two perpendicular directions lands it to the millimetre.
  • Computer graphics
    Every "rotate by 15°" is this one calculation run over all the pixels. A point 100 px from the centre, turned by 210°, ends up at (100 · cos 210°, 100 · sin 210°) = (−86.6, −50). No right triangle has an angle of 210°; on the unit circle the answer simply comes out as two negative coordinates, because the point is in the third quadrant.
  • Stepper motors
    A motor with 200 steps per revolution turns its shaft by 360° / 200 = 1.8° a step, but controllers and motion libraries take radians: 1.8° = π/100 ≈ 0.0314 rad, and a full turn is 2π ≈ 6.283 rad. Send 1.8 instead of 0.0314 and the move comes out 57 times too big — that being how many degrees there are in one radian.

All formulas

  • Equation of the unit circle

    x2+y2=1x^2 + y^2 = 1

    a circle centred at (0, 0) with radius 1

  • The point on the circle

    P=(cosα,  sinα)P = (\cos \alpha, \; \sin \alpha)

    the cosine is the x-coordinate, the sine the y-coordinate

  • Coterminal angles

    sin(α+360)=sinα\sin(\alpha + 360^\circ) = \sin \alpha

    a full turn changes nothing

The right-triangle definitions have one limitation: a triangle only has acute angles, so sin150\sin 150^\circ means nothing in them. The unit circle removes that limitation — and shows, along the way, what the sine and the cosine really are.

A circle of radius 1

Draw a circle centred at (0,0)(0, 0) with radius 11:

x2+y2=1x^2 + y^2 = 1

The angle α\alpha is measured from the positive xx semi-axis, counter-clockwise. Its arm meets the circle in exactly one point PP.

cos αsin ααr = 1Pxy
The point P has coordinates (cos α, sin α): the cosine is the segment on the x axis, the sine the one on the y axis.
P=(cosα,  sinα)P = (\cos \alpha, \; \sin \alpha)

For an acute angle this is exactly the triangle definition. The radius, its projection onto the xx axis and the vertical segment form a right triangle whose hypotenuse is 11, so

cosα=x1=x,sinα=y1=y\cos \alpha = \frac{x}{1} = x, \qquad \sin \alpha = \frac{y}{1} = y

A radius of one removes the division — only the coordinates are left. What is new is that the point can be turned past 9090^\circ and its coordinates still exist.

Signs in the quadrants

The axes split the plane into four quadrants, numbered counter-clockwise. The sign of a function is simply the sign of the matching coordinate.

+ +− +− −+ −α
In each quadrant the first symbol belongs to the cosine (the x-coordinate), the second to the sine (the y-coordinate).
quadrantrangecosα\cos \alphasinα\sin \alphatanα\tan \alpha
I00^\circ9090^\circ++++++
II9090^\circ180180^\circ-++-
III180180^\circ270270^\circ--++
IV270270^\circ360360^\circ++--

The tangent is a quotient, so its sign follows from the other two: two minus signs in the third quadrant make a plus.

Values outside the first quadrant

Take the numeric value from the reference angle — the acute angle between the arm and the xx axis — and the sign from the quadrant.

Find sin 150° and cos 150°.

Negative angles and extra turns

Nothing forces us to stop at 360360^\circ. A negative angle is measured clockwise, and an angle past a full turn simply lands where it has already been:

sin(α+360)=sinα,cos(α+360)=cosα\sin(\alpha + 360^\circ) = \sin \alpha, \qquad \cos(\alpha + 360^\circ) = \cos \alpha
390°P
390° is a full turn plus 30°. The arm ends where the arm of 30° ends — which is why both sines are equal.

Angles leading to the same point are called coterminal. Hence sin390=sin30=12\sin 390^\circ = \sin 30^\circ = \frac{1}{2}, while sin(30)=12\sin(-30^\circ) = -\frac{1}{2}, because turning the other way flips the sign of the yy-coordinate.

The other measure of an angle

An angle can be measured in something other than degrees. The same quarter circle is 9090^\circ or π2\frac{\pi}{2} radians — a measure in which the size of an angle is the length of the arc it cuts, rather than a convention about splitting a turn into 360 parts. That is the measure the rest of this branch uses, and the one the axes of the trigonometric graphs are scaled in; the definition, both conversions and the formulas for arc length and sector area are a topic of their own: radian measure.

Exercises

For a value of a function, type the exact value, e.g. √2/2 or −1/2. For a quadrant, give its number as a Roman numeral: I, II, III or IV.

Practice

Work through a set of exercises — they get harder as you go. At the end you'll see your score and the mistakes worth reviewing.

Exercise 1 of 8Score: 0
cos 0° =

Common mistakes

  • Measuring the angle from the yy axis — an angle always starts at the positive xx semi-axis.
  • Swapping sine and cosine — the cosine is the horizontal coordinate, the sine the vertical one. Alphabetically: cosine before sine, just as xx comes before yy.
  • Losing the sign in quadrants II–IV — the value comes from the reference angle, but the sign comes from the quadrant.
  • Confusing the quadrant with the reference angle200200^\circ lies in quadrant III, but its reference angle is 2020^\circ; two different numbers answering two different questions.
  • Looking for the quadrant before reducing to one turn430430^\circ and 290-290^\circ are the same arm as 7070^\circ, which is quadrant I.
  • A sine greater than 1 — impossible on a circle of radius 1; such a result means an error in the arithmetic.

Formula card

Topic: The unit circle

  • Equation of the unit circle

    x2+y2=1x^2 + y^2 = 1

    a circle centred at (0, 0) with radius 1

  • The point on the circle

    P=(cosα,  sinα)P = (\cos \alpha, \; \sin \alpha)

    the cosine is the x-coordinate, the sine the y-coordinate

  • Coterminal angles

    sin(α+360)=sinα\sin(\alpha + 360^\circ) = \sin \alpha

    a full turn changes nothing

cos αsin ααr = 1Pxy
The unit circle: the point P on the circle has coordinates (cos α, sin α). The cosine is measured along the x axis, the sine along the y axis.
+ +− +− −+ −α
Signs in the four quadrants: the first symbol is the cosine (the x-coordinate), the second the sine (the y-coordinate).

Frequently asked questions

Related articles