Radians vs degrees — the intuitive guide
Degrees measure an angle as a fraction of a full turn; radians measure it as a length on the unit circle. Once you see a radian as "how far you walked along the circle's edge", conversions, arc length formulas and even calculus start to feel obvious. This guide builds that picture step by step.
1. What a radian actually is
Place a circle with radius 1 (the unit circle) in front of you. Start at the rightmost point and walk counter-clockwise along the edge. When the distance you walked is exactly 1 — the same as the radius — the angle you have swept out is 1 radian.
That is the whole definition: an angle in radians is the arc length it cuts out of the unit circle. No arbitrary divisions, just geometry. Since the full circumference of the unit circle is 2π, a complete turn is 2π radians, a half turn is π radians, and a quarter turn is π/2 radians.
Because the radius cancels out, radians are a dimensionless unit — a pure ratio of two lengths. That is why mathematicians write θ = π/4 and not θ = π/4 "rad" in most formulas.
2. What a degree is
A degree is a historical convention: the Babylonians divided the full circle into 360 parts, probably because 360 has many divisors (2, 3, 4, 5, 6, 8, 9, 10, 12, …) and is close to the number of days in a year. One degree is therefore 1/360 of a full rotation.
Degrees are convenient for everyday geometry — 90° corners, 45° diagonals, 60° equilateral triangles — but the number 360 is arbitrary. Nothing in nature picks 360; it is simply a human agreement. Radians, by contrast, fall out of the circle itself.
3. Converting radians ↔ degrees
The bridge between the two systems is the half turn: π radians = 180°. Every conversion follows from that single fact.
A useful intuition: 1 radian ≈ 57.3°, because 180/π ≈ 57.2958. And 1° is about 0.01745 radians — roughly one fifty-seventh of a radian.
Quick mental checks: 90° is a quarter turn, so π/2. 60° is a third of a half turn, so π/3. If you can express the degree measure as a clean fraction of 180°, you can write the radian measure as the same clean fraction of π.
4. Arc length vs rotation — the key difference
The deepest way to see the difference: degrees tell you how much you rotated, radians tell you how far you travelled. On the unit circle both coincide numerically — the arc length is the angle. On any other circle they separate:
This formula only works because radians are defined through arc length. With degrees you would need the clumsier s = r · θ · π/180. The radian version is why engineers can compute how far a wheel rolls from its rotation angle, and why orbital mechanics, pendulums and wave equations are all written in radians.
Sector area is just as clean: a slice of a circle with angle θ (in radians) and radius r has area A = ½ r² θ — again, no conversion factors anywhere.
5. Common angles: degrees, radians, sine and cosine
| Degrees | Radians | sin | cos |
|---|---|---|---|
| 0° | 0 | 0 | 1 |
| 30° | π/6 | √3/2 ≈ 0.866 | 1/2 |
| 45° | π/4 | √2/2 ≈ 0.707 | √2/2 ≈ 0.707 |
| 60° | π/3 | 1/2 | √3/2 ≈ 0.866 |
| 90° | π/2 | 1 | 0 |
| 120° | 2π/3 | √3/2 | −1/2 |
| 135° | 3π/4 | √2/2 | −√2/2 |
| 150° | 5π/6 | 1/2 | −√3/2 |
| 180° | π | 0 | −1 |
| 270° | 3π/2 | −1 | 0 |
| 360° | 2π | 0 | 1 |
Notice the pattern in the radian column: everything is a simple fraction of π. Learning these eleven rows covers nearly every angle that appears in school mathematics.
6. Why calculus prefers radians
The famous derivative d/dx sin(x) = cos(x) is only true when x is measured in radians. In degrees, an ugly factor of π/180 sneaks into every derivative and integral of a trigonometric function. Radians are the unit in which the geometry of the circle and the rules of calculus line up perfectly.
The same is true for the small-angle approximation sin(x) ≈ x near 0, for the Taylor series of sine and cosine, and for Euler's identity eiπ + 1 = 0 — the π in that formula is an angle in radians. Physicists writing ω (angular frequency) in "rad per second" are using the same idea: radians connect rotation directly to distance and time.
7. Worked examples
Example 1 — convert 150° to radians. 150° = 150 × π/180 = 5π/6. Check with the fraction trick: 150 is 5/6 of 180, so the answer is 5/6 of π. ✓
Example 2 — convert 3π/4 to degrees. 3π/4 × 180/π = 3 × 180/4 = 135°. The π cancels immediately — it always does on the way back to degrees.
Example 3 — arc length. A bike wheel has radius 0.35 m and turns through 2.4 radians. The bike rolls forward s = r·θ = 0.35 × 2.4 = 0.84 m. In degrees this would have required an extra π/180 factor — radians made it a one-line answer.
Example 4 — spot the mistake. Your calculator says sin(1°) ≈ 0.9998? Impossible — sin(1°) should be tiny (≈ 0.0175). The calculator is in radian mode and computed sin(1 rad) ≈ 0.8415 … or worse. Always check the angle mode before an exam.
8. Try it interactively
The best way to internalise radians is to watch the arc grow as the angle sweeps. Open the lgStudy unit circle, drag the angle, and compare the rotation you see with the arc length the point has travelled — that arc length is the radian measure.