← mapGeometry & Trig

The Unit Circle & Radians

⚗ Dr. Möbius, from the lab

You've been measuring angles in degrees your whole life. 360° for a full turn, because some ancient Babylonians liked the number 360 and nobody since has had the nerve to change it. Well, I have the nerve. 360 is arbitrary bullshit. There is a natural unit for angle measurement — it falls directly out of circles, it requires zero conversion factors, and it makes every formula in calculus clean. Today we rip off the Babylonian bandage. Also: sin and cos get an upgrade. They are no longer mere triangle ratios — they are coordinates on a circle. The larval form is complete.

THE BIG IDEA

A radian is the angle subtended by an arc equal to the radius; on the unit circle, the point at angle θ has coordinates (cos θ, sin θ) — extending trig to all angles, not just acute ones.

Radians: angle as arc length

Every circle is made of the same stuff: a center, a constant distance (radius), and a round boundary. If we agree to use a circle of radius 11 — the unit circle — then angles and arc lengths are the same number.

Definition. One radian is the angle subtended at the center of a circle by an arc whose length equals the radius.

On the unit circle (radius =1= 1): an arc of length ss subtends an angle of exactly ss radians. The full circumference is 2π2\pi, so a full turn is 2π2\pi radians. That's it. The whole number circle has 2π2\pi worth of angle in it, not 360360.

Why is this not arbitrary? Because the formula for arc length is: s=rθ(θ in radians),s = r\theta \quad (\theta \text{ in radians}), with NO conversion factor. In degrees, you'd need s=rθ(π/180)s = r\theta(\pi/180). That π/180\pi/180 is historical baggage, a constant that exists solely to apologize for a bad choice. Radians make the formula s=rθs = r\theta — clean, honest, no junk. This is what mathematics looks like when the units are chosen by the structure of the problem, not by some ancient dude counting fingers.

Converting between radians and degrees

The bridge: 2π rad=360°2\pi \text{ rad} = 360°, so π rad=180°\pi \text{ rad} = 180°.

degreesradians:θrad=θdegπ180.\text{degrees} \to \text{radians:} \quad \theta_{\text{rad}} = \theta_{\text{deg}} \cdot \frac{\pi}{180}. radiansdegrees:θdeg=θrad180π.\text{radians} \to \text{degrees:} \quad \theta_{\text{deg}} = \theta_{\text{rad}} \cdot \frac{180}{\pi}.

The critical values, which you should know cold:

DegreesRadians
30°30°π/6\pi/6
45°45°π/4\pi/4
60°60°π/3\pi/3
90°90°π/2\pi/2
180°180°π\pi
270°270°3π/23\pi/2
360°360°2π2\pi

The unit circle: the real home of sin and cos

Here is the upgrade. Place a circle of radius 11 centered at the origin. Pick any angle θ\theta, measured counterclockwise from the positive xx-axis. Draw the radius to that angle. The endpoint of that radius is the point

(cosθ, sinθ).(\cos\theta,\ \sin\theta).

This is the definition. Not a ratio of triangle sides — an actual coordinate on the unit circle.

Why is this consistent with the triangle definition? If 0<θ<90°0 < \theta < 90°, drop a perpendicular from the endpoint to the xx-axis. You get a right triangle with hypotenuse 11 (the radius), horizontal leg xx (adjacent to θ\theta), and vertical leg yy (opposite θ\theta). So:

cosθ=adjhyp=x1=x,sinθ=opphyp=y1=y.\cos\theta = \frac{\text{adj}}{\text{hyp}} = \frac{x}{1} = x, \qquad \sin\theta = \frac{\text{opp}}{\text{hyp}} = \frac{y}{1} = y.

The triangle definition and the circle definition agree in the first quadrant — and the circle definition then extends to all angles naturally, including 90°90°, 180°180°, negative angles, and angles bigger than 360°360°. The triangle was the larval form. This is the goddamn butterfly. Drag the widget and feel the upgrade:

Drag the angle around and watch the coordinates change:

unit circle
π/6π/4π/3π/22π/33π/45π/6πcos θsin θ
θ = 45° = π/4cos θ = 0.707sin θ = 0.707

Signs by quadrant

The unit circle tells you the sign of sin and cos everywhere:

  • Quadrant I (0<θ<π/20 < \theta < \pi/2): x>0x > 0, y>0y > 0. Both positive.
  • Quadrant II (π/2<θ<π\pi/2 < \theta < \pi): x<0x < 0, y>0y > 0. Cos negative, sin positive.
  • Quadrant III (π<θ<3π/2\pi < \theta < 3\pi/2): x<0x < 0, y<0y < 0. Both negative.
  • Quadrant IV (3π/2<θ<2π3\pi/2 < \theta < 2\pi): x>0x > 0, y<0y < 0. Cos positive, sin negative.

Mnemonic: ASTC ("All Students Take Calculus" — or in my lab, "All Sine-butchering students Take Consequences") — All, Sine, Tangent, Cosine are positive in quadrants I, II, III, IV respectively.

Reference angles

For any angle θ\theta, the reference angle is the acute angle it makes with the nearest part of the xx-axis. If you know the reference angle α\alpha, then sinθ=sinα|\sin\theta| = \sin\alpha and cosθ=cosα|\cos\theta| = \cos\alpha; just pick the sign based on the quadrant.

Example: θ=150°\theta = 150°. Reference angle: 180°150°=30°180° - 150° = 30°. Quadrant II, so cos<0\cos < 0 and sin>0\sin > 0: cos150°=cos30°=32,sin150°=sin30°=12.\cos 150° = -\cos 30° = -\frac{\sqrt{3}}{2}, \qquad \sin 150° = \sin 30° = \frac{1}{2}.

Negative angles and angles beyond 360°

On the unit circle:

  • Negative angles go clockwise. θ=π/4\theta = -\pi/4 is the same point as θ=7π/4\theta = 7\pi/4.
  • Angles beyond 2π2\pi just wrap around. sin(θ+2π)=sinθ\sin(\theta + 2\pi) = \sin\theta for all θ\theta — periodicity.

Sin and cos as waves

Unroll the unit circle onto a horizontal axis: let θ\theta run from 00 to 2π2\pi (one full revolution). Plot the yy-coordinate (sin) against θ\theta: you get a sine wave — it rises from 00 to 11 at π/2\pi/2, falls back to 00 at π\pi, dips to 1-1 at 3π/23\pi/2, and returns to 00 at 2π2\pi. The cosine wave is the same shape, shifted left by π/2\pi/2.

Both waves have period 2π2\pi, amplitude 11, and repeat forever in both directions. The full story of periodic functions is its own lesson; the point here is that the circle IS the wave, just coiled up.

🔬 SPECIMENS (worked examples)

Worked example 1 — converting and reading the circle

Convert 225°225° to radians. Then find cos(225°)\cos(225°) and sin(225°)\sin(225°) exactly.

Step 1. Convert. 225°π180°=225π180=5π4 radians.225° \cdot \frac{\pi}{180°} = \frac{225\pi}{180} = \frac{5\pi}{4} \text{ radians.}

Step 2. Quadrant and reference angle. 225°=180°+45°225° = 180° + 45°, so we're 45°45° past the negative xx-axis, into Quadrant III. Reference angle =225°180°=45°= 225° - 180° = 45°.

Step 3. Signs. In Q III, both cosine and sine are negative.

Step 4. Apply reference angle values. cos45°=22,sin45°=22.\cos 45° = \frac{\sqrt{2}}{2}, \qquad \sin 45° = \frac{\sqrt{2}}{2}.

Since Q III makes both negative: cos(225°)=22,sin(225°)=22.\cos(225°) = -\frac{\sqrt{2}}{2}, \qquad \sin(225°) = -\frac{\sqrt{2}}{2}.

Check: the point (2/2, 2/2)(-\sqrt{2}/2,\ -\sqrt{2}/2) should be at distance 11 from the origin: (2/2)2+(2/2)2=1/2+1/2=1(\sqrt{2}/2)^2 + (\sqrt{2}/2)^2 = 1/2 + 1/2 = 1. Correct.

Worked example 2 — negative angle: clockwise is fine, panicking is not

Find sin(π/3)\sin(-\pi/3) and cos(π/3)\cos(-\pi/3) exactly.

Step 1. A negative angle goes clockwise. π/3-\pi/3 is the same terminal position as 2ππ/3=5π/32\pi - \pi/3 = 5\pi/3, which is in Quadrant IV.

Step 2. Reference angle: 2π5π/3=π/32\pi - 5\pi/3 = \pi/3, so the reference angle is π/3=60°\pi/3 = 60°.

Step 3. Signs in Q IV: cosine is positive, sine is negative.

Step 4. cos(π/3)=cos(π/3)=12,\cos(-\pi/3) = \cos(\pi/3) = \frac{1}{2}, sin(π/3)=sin(π/3)=32.\sin(-\pi/3) = -\sin(\pi/3) = -\frac{\sqrt{3}}{2}.

Alternative view: sin\sin is an odd function (sin(θ)=sinθ\sin(-\theta) = -\sin\theta) and cos\cos is an even function (cos(θ)=cosθ\cos(-\theta) = \cos\theta). These identities follow directly from the unit circle: reflecting through the xx-axis negates the yy-coordinate (sin\sin) but not the xx-coordinate (cos\cos).

Worked example 3 — the trap: angles beyond 2π

Find sin(7π/6)\sin(7\pi/6) and determine in which quadrant the terminal side lies. Also find the smallest positive angle coterminal with 11π/6-11\pi/6.

Part 1. 7π/6=π+π/67\pi/6 = \pi + \pi/6. This is π/6\pi/6 past π\pi (the negative xx-axis), landing in Quadrant III.

Reference angle: 7π/6π=π/6=30°7\pi/6 - \pi = \pi/6 = 30°.

Q III: both negative. So: sin(7π/6)=sin(π/6)=12.\sin(7\pi/6) = -\sin(\pi/6) = -\frac{1}{2}.

Part 2. To find the smallest positive coterminal angle to 11π/6-11\pi/6: Add 2π2\pi: 11π/6+2π=11π/6+12π/6=π/6-11\pi/6 + 2\pi = -11\pi/6 + 12\pi/6 = \pi/6.

The smallest positive coterminal angle is π/6\pi/6 (or 30°30°). The trap: students forget they can add (or subtract) any multiple of 2π2\pi and land on an equivalent position. Coterminal angles are infinite in number; we just want the representative in [0,2π)[0, 2\pi).

☠ KNOWN HAZARDS

  • Mixing up sin\sin and cos\cos on the axes. cosθ\cos\theta is the xx-coordinate and sinθ\sin\theta is the yy-coordinate. Every single time, no exceptions, no debate. The xx-axis is "cosine territory", the yy-axis is "sine territory." If you mix them up you will flip every answer and I will know — the reactor detectors are sensitive.

  • Using degree formulas with radian inputs. If you have θ=π/6\theta = \pi/6 radians and substitute into a formula expecting degrees, you'll get nonsense. Check your units. Radians are the default in every serious mathematical context.

  • Forgetting to compute the reference angle correctly. In Q2: ref =πθ= \pi - \theta. In Q3: ref =θπ= \theta - \pi. In Q4: ref =2πθ= 2\pi - \theta. The reference angle is ALWAYS acute and ALWAYS measured to the nearest xx-axis piece.

  • Writing sin(π/6)=1/2\sin(\pi/6) = 1/2 then computing sin(150°)=?\sin(150°) = ? with no work. These are the same angle (π/6=30°\pi/6 = 30° and 150°=5π/6150° = 5\pi/6, which has reference angle 30°30° in Q2 where sin is positive). Use the reference angle method explicitly until it's automatic.

TL;DR

  • A radian is the angle subtended by an arc equal to the radius. On the unit circle, 2π2\pi radians =360°= 360°, and arc length =rθ= r\theta with no conversion factor.

  • The unit-circle definition: (cosθ,sinθ)(\cos\theta, \sin\theta) is the point on the unit circle at angle θ\theta from the positive xx-axis. This extends sin/cos to all angles.

  • Signs by quadrant (ASTC): All positive in Q1; Sine positive in Q2; Tangent positive in Q3; Cosine positive in Q4.

  • Reference angle method: find the acute angle to the nearest xx-axis, use the known exact value, then apply the quadrant sign.

  • Sin and cos are periodic with period 2π2\pi: the unit circle unrolled is a wave.

unlocks