Radian measure
A radian is the angle that cuts an arc equal to the radius. See where the 2π of a full turn comes from, how to convert degrees and radians both ways, and why the arc-length and sector-area formulas collapse to a single multiplication in this measure.
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:
- The unit circleThe 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.
- The circle: angles, tangent, regular polygonsAn inscribed angle is always half the central angle on the same arc — and from that one sentence follow the right angle over a diameter, the construction of a tangent and half of every exam question about circles. Plus chords, tangent segments, regular polygons, and the length of an arc and the area of a sector.
Where this is used
Real situations where you count exactly the way this lesson teaches:
- The socket in the wallMains voltage runs as a sine, u(t) = 325 · sin(ωt), where ω = 2π · 50 Hz ≈ 314 rad/s. Four milliseconds after a zero crossing the angle is 314 · 0.004 = 1.256 rad and the voltage is 325 · sin(1.256) ≈ 309 V. The calculator has to be in RAD mode for that: in DEG it computes sin 1.256° ≈ 0.022 and answers 7 V instead of 309 V.
- A bike computerA wheel of radius 0.35 m turns through 2 rad. The bike moves l = 0.35 · 2 = 0.70 m — one multiplication, no dividing by 360. That is exactly what a bike computer does: it counts revolutions, multiplies by 2π · 0.35 ≈ 2.20 m and shows the distance ridden.
- RoboticsServo controllers take angles in radians, because angular velocity and torque are expressed in rad/s. An arm 0.4 m long rotated by 0.5 rad moves the gripper 0.4 · 0.5 = 0.20 m along the arc. Sending the controller 30 instead of π/6 ≈ 0.524 produces a motion almost 60 times too large — that is how many degrees one radian holds.
- Optics and reticlesThe milliradian (1 mrad = 0.001 rad) is the correction unit on rifle scopes and theodolites for exactly one reason: l = rα. At 300 m one mrad spans 300 · 0.001 = 0.30 m, so "two clicks of 0.1 mrad" shifts the point of impact by 6 cm with no trigonometry involved.
- Cutting sheet metalA sheet sector of radius 40 cm and angle 1.2 rad has an area of ½ · 40² · 1.2 = 960 cm² and a curved edge 40 · 1.2 = 48 cm long. Two multiplications are enough to price the material and order the edging tape — in degrees the same numbers need a division by 360 first.
All formulas
One radian
the angle whose arc is as long as the radius
A full turn and a half turn
a circumference of 2πr holds 2π radii
Degrees → radians
the result is a smaller number than the degree count
Radians → degrees
π cancels and the degree count is left
Arc length
α in radians — no conversion factor at all
Sector area
α in radians; α = 2π gives πr²
Splitting a full turn into parts is a convention — a convenient one, because 360 divides by a great many numbers, but one inherited from the Babylonian base-sixty system. The circle itself knows nothing about it. The measure the circle supplies on its own looks different.
An angle measured by its arc
Take a circle of radius and mark off an arc exactly long. The central angle standing on that arc is one radian.
What matters is that the definition does not depend on the size of the circle. Double the radius and the arc of one radius doubles with it — while the angle between the arms stays put. Radian measure is therefore a ratio:
that is, the number of radii that fit into the arc. Two lengths cancel, so the radian is dimensionless; the abbreviation is written only to tell it apart from degrees.
Where the 2π comes from
The whole circle is long. How many arcs of length fit into it?
So a full turn is radians, and a half turn is half of that:
Everything else follows from that single equality. One radian is
The number is irrational, so it never gets written out exactly in degrees. That is why angles in radian measure are written as multiples of — , , — rather than as decimal expansions.
Converting both ways
Since , the conversion factor each way is a fraction that equals one:
| degrees | ||||||||
|---|---|---|---|---|---|---|---|---|
| radians |
If you need an actual value converted — gradians, arcminutes and arcseconds included — the angle converter will do it.
Arc length
Now it is clear what this measure was invented for. The definition , rearranged for , gives a formula with no conversion factor at all:
Compare it with the degree version you know from the circle:
Both give the same number — but the second one has to say first what fraction of a full turn the angle is. Radian measure has that fraction built into the number itself.
Sector area
The same calculation for area. A sector of angle is the same fraction of the disc that is of the full turn :
An extreme check: for the formula gives , the area of the whole disc ✓.
Why this is the natural measure
Three facts that simply do not hold in degrees.
- The arc and sector formulas carry no conversion factor. and are one multiplication each. In degrees both need an extra division by .
- For small angles . At rad we have — a difference in the fifth decimal place. That approximation underpins calculations in optics, mechanics and navigation, and in degrees it would be false ().
- The argument axis of a trigonometric graph is scaled in . The graph of has period precisely because its argument is a radian measure; in degrees the period would be and the curve would be stretched two hundredfold against its value axis.
Hence the practical rule: calculators and programming libraries work in radians. Math.sin(1) in JavaScript is the sine of one radian, about , not the sine of one degree.
Exercises
In the conversion questions the answer is either a multiple of π (e.g. π/3, 3π/4) or a plain degree count (e.g. 60). In the arc and sector questions write the exact value — again as a multiple of π, e.g. 2π or 15π/2.
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.
Common mistakes
- Multiplying by instead of — converting degrees into radians must produce a smaller number.
- Treating as a unit — is an ordinary number (about ), not "π thirds of a degree".
- Using with the angle in degrees — for and it returns instead of . The angle has to be converted first.
- A calculator in DEG mode with an argument in radians — quick test: must give . If it gives , the calculator is working in degrees.
- Confusing with — the half is not decoration; without it the area comes out twice too large.
- Rounding mid-calculation — cancel the fractions first and substitute only at the end, and only if you have to.
Formula card
Topic: Radian measure
One radian
the angle whose arc is as long as the radius
A full turn and a half turn
a circumference of 2πr holds 2π radii
Degrees → radians
the result is a smaller number than the degree count
Radians → degrees
π cancels and the degree count is left
Arc length
α in radians — no conversion factor at all
Sector area
α in radians; α = 2π gives πr²
