What Are Radians, and Why Mathematicians Prefer Them
Degrees are a human invention. There are 360 of them in a circle mostly because ancient astronomy settled on a highly divisible round number long before calculus existed to demand anything better. Radians are different: they are the circle's own natural unit, defined by the geometry of the circle itself rather than by any ancient convention. That is why higher mathematics quietly drops degrees the moment things get serious.
The definition: arc length over radius
One radian is, by definition, the angle you sweep out at the centre of a circle when the arc traced along its edge is exactly as long as the radius. Written as a formula, that is simply
θ = s / r,
where s is the arc length and r is the radius. Because you are dividing a length by a length, a radian carries no units at all — it is a pure number. That dimensionless quality is exactly what makes radians behave so well in later mathematics.
Why a full circle is 2π radians
Walk all the way around the circle and the arc you cover is the whole circumference, 2πr. Divide that by the radius and you get 2πr / r = 2π. So one full turn is 2π radians, which means 360° = 2π radians and, halving both sides, 180° = π radians. That last equality is the bridge you will use for every conversion.
Converting in both directions
From the fact that 180° equals π radians, two conversion rules follow:
- Degrees to radians: multiply by π/180.
- Radians to degrees: multiply by 180/π.
They are inverses of each other, so if you ever forget which way a factor goes, just check that the unit you want survives and the one you started with cancels.
A conversion each way
Turn 60° into radians: 60 × π/180 = π/3 ≈ 1.0472 radians. Now go the other way and turn 2.5 radians into degrees: 2.5 × 180/π ≈ 2.5 × 57.30 ≈ 143.24°. Notice that radian measures do not have to be neat fractions of π; 2.5 is a perfectly ordinary angle, a little under 143 and a quarter degrees.
Arc length in action
Rearranging the definition gives a beautifully compact formula for arc length: s = r θ, valid whenever θ is measured in radians. Say a circle has radius 8 cm and you want the arc cut off by a 60° angle. First convert: 60° is π/3 ≈ 1.0472 radians. Then s = 8 × 1.0472 ≈ 8.38 cm. Try that same shortcut with degrees plugged in directly and it fails; the clean s = r θ relationship only exists because radians are defined through arc length in the first place.
Sector area is just as clean
Arc length is not the only formula that simplifies once radians are in play. The area of a circular sector — the pie-slice shape cut out by a central angle — is
area = ½ r2 θ,
valid whenever θ is in radians, for exactly the same reason s = rθ is: both formulas are built directly from the radian's own definition. Take the radius-8 circle and the 60° angle from the arc-length example above, already converted to π/3 ≈ 1.0472 radians. The sector area comes out to ½ × 82 × 1.0472 ≈ ½ × 64 × 1.0472 ≈ 33.51 square centimetres. As a rough check, a full circle of that radius has area π × 82 ≈ 201.06 cm2, and a 60° slice is exactly one-sixth of the full circle (60° is one-sixth of 360°), so one-sixth of 201.06 is about 33.51 — matching the direct formula. Trying the same shortcut with θ in degrees would need an extra π/180 stitched into the formula by hand, which is precisely the kind of friction radians are designed to remove.
A relatively young unit for a very old subject
Angle measurement itself goes back a very long way, and dividing a circle into 360 parts is an old convention with roots stretching back through centuries of astronomy and geometry. The radian, by contrast, is a comparatively modern addition to that history — a formalisation of "measure the angle by the arc it cuts," which mathematicians only settled on and named as a standard unit once calculus had made its convenience impossible to ignore. The exact dates and names behind that story are less important here than the underlying reason it happened at all: as soon as someone needed a derivative of sin x that did not carry an ugly conversion constant, radians stopped being optional.
Why calculus and physics insist on them
The payoff arrives in calculus. The tidy fact that the derivative of sin x is cos x is only true when x is in radians; switch to degrees and an ugly conversion factor of π/180 muscles its way into every derivative. Radians also make the small-angle approximation sin θ ≈ θ work for tiny angles, a shortcut physicists lean on constantly for pendulums, optics, oscillating springs, and any other system whose motion is governed by a small rotation away from equilibrium. Angular speed, rotational motion, and wave equations all come out cleaner in radians too. Degrees are fine for everyday geometry, but once you differentiate a trig function, radians are the only sensible choice.
Benchmarks worth memorising
A few radian values come up so often that it pays to know them cold. A quarter turn, 90°, is π/2. A half turn, 180°, is π. A three-quarter turn, 270°, is 3π/2. And the friendly first-quadrant trio — 30°, 45°, and 60° — are π/6, π/4, and π/3. Since one radian is roughly 57.3°, you can also keep a rough feel for the scale: a right angle is a little more than one and a half radians. Anchoring these handful of values means you can read most radian expressions at a glance instead of converting every time. The full Trig Values Reference lists all of these side by side with their sine, cosine, and tangent values, if you want the complete picture in one table.
Degrees are not the only alternative
Degrees are the most familiar competitor to radians, but they are not the only one in use. Gradians split a right angle into 100 equal parts instead of 90, so a full turn is 400 gradians rather than 360 degrees. The conversion factors follow the same pattern as degrees: multiply degrees by 10/9 to get gradians, or gradians by 9/10 to get degrees back. A 90° angle is a tidy 100 gradians, but plenty of familiar angles turn ugly — 30° becomes 33.33 gradians and 60° becomes 66.67 gradians, neither of which is any friendlier than the original degree measure. Radians remain the only one of the three units built from the circle's own geometry rather than from an arbitrary choice of how many pieces to cut a turn into; Degrees, Radians, and Gradians: Comparing Angle Units lays all three side by side with worked conversions.
Watching the derivative claim converge
The claim that sin′(x) = cos(x) only in radians is usually stated and left at that, but it is worth watching the approximation actually tighten as it should. The derivative is defined as the limit of a difference quotient, [sin(x + h) − sin(x)] / h, as h shrinks toward zero. At x = 1 radian, that quotient should approach cos(1) ≈ 0.5403. Using h = 0.1: [sin(1.1) − sin(1)] / 0.1 ≈ 0.497. Shrinking to h = 0.05 gives ≈ 0.518, and shrinking further to h = 0.01 gives ≈ 0.530 — visibly creeping closer to 0.5403 with every smaller step, exactly as the limit definition promises. Pushing h much smaller than this starts running into the calculator's own four-decimal display rounding, where the tiny genuine change in sine gets swamped by rounding noise in the last displayed digit — a good reminder that a numeric check is only as precise as the numbers feeding it, even when the underlying calculus is exact.
Checking the small-angle approximation
The claim that sin θ ≈ θ for small angles, mentioned above as a physicist's shortcut, is worth actually checking rather than taking on faith. At θ = 0.1 radians, evaluating sine directly gives sin(0.1) ≈ 0.0998 — already matching θ itself to three decimal places. Shrink the angle to 0.05 radians and sin(0.05) ≈ 0.05, matching to four decimal places. The approximation is not a coincidence at these particular values; it comes from the fact that sin θ and θ are two curves that touch and share the same slope at θ = 0, so they stay close together as long as θ stays small. It is also strictly a radian-only trick: sin(0.1°) is nowhere near 0.1, since 0.1° and 0.1 radians describe wildly different angles.
What "no units" buys you elsewhere
The dimensionless nature of a radian pays off in places beyond calculus. Angular velocity, for instance, is often quoted in radians per second precisely so that multiplying by a radius in metres gives a linear speed in metres per second with no leftover conversion factor cluttering the units. Try the same calculation in degrees per second and a stray π/180 has to be inserted by hand to make the units come out right. Once you notice this pattern, it explains why so much of physics and engineering defaults to radians even when the underlying angle, like a wheel's rotation, would be just as easy to picture in degrees.
None of this makes degrees wrong for everyday use — a protractor marked in radians would be a strange and impractical tool, and "turn the wheel 45°" communicates just as clearly as any radian equivalent. The two units simply specialise: degrees for humans reading a dial or a map bearing, radians for the mathematics working underneath it. Recognising which situation calls for which is the whole skill, and it becomes automatic once you have converted between them a few dozen times.
Get comfortable moving between the two units and the rest follows. Convert any angle in a moment with the degrees to radians converter, and see Reading the Unit Circle for where these radian measures actually live on the circle itself.