2.1: Radian Measure
( \newcommand{\kernel}{\mathrm{null}\,}\)
Learning Objectives
- Define radian measure.
- Convert angle measure from degrees to radians and radians to degrees.
- Calculate the values of the 6 trigonometric functions for special angles in terms of radians or degrees.

In Figure 2.1.1 we see that a central angle of 90∘ cuts off an arc of length π2r, a central angle of 180∘ cuts off an arc of length πr, and a central angle of 360∘ cuts off an arc of length 2πr, which is the same as the circumference of the circle. So associating the central angle with its intercepted arc, we could say, for example, that
360∘"equals''2πr(or 2π 'radiuses').
The radius r was arbitrary, but the 2π in front of it stays the same. So instead of using the awkward "radiuses'' or "radii'', we use the term radians:
360∘ = 2π radians
The above relation gives us any easy way to convert between degrees and radians:
Degrees to radians:x degrees=(π180⋅x) radiansRadians to degrees:x radians=(180π⋅x) degrees
Equation 2.1.3 follows by dividing both sides of Equation ??? by 360, so that 1∘=2π360=π180 radians, then multiplying both sides by x. Equation 2.1.4 is similarly derived by dividing both sides of Equation ??? by 2π then multiplying both sides by x.
The statement θ=2π radians is usually abbreviated as θ=2π rad, or just θ=2π when it is clear that we are using radians. When an angle is given as some multiple of π, you can assume that the units being used are radians.
Example 2.1.1
Convert 18∘ to radians.
Solution
Using the conversion Equation 2.1.3 for degrees to radians, we get
18∘ = π180⋅18 = π10 rad .
Example 2.1.2
Convert π9 radians to degrees.
Solution
Using the conversion Equation 2.1.4 for radians to degrees, we get
π9 rad = 180π⋅π9 = 20∘ .
Table 4.1 Commonly used angles in radians
Table 4.1 shows the conversion between degrees and radians for some common angles. Using the conversion Equation 2.1.4 for radians to degrees, we see that
1 radian = 180π degrees ≈ 57.3∘ .

Formally, a radian is defined as the central angle in a circle of radius r which intercepts an arc of length r, as in Figure 4.1.2. This definition does not depend on the choice of r (imagine resizing Figure 4.1.2).
One reason why radians are used is that the scale is smaller than for degrees. One revolution in radians is 2π≈6.283185307, which is much smaller than 360, the number of degrees in one revolution. The smaller scale makes the graphs of trigonometric functions (which we will discuss in Chapter 5) have similar scales for the horizontal and vertical axes. Another reason is that often in physical applications the variables being used are in terms of arc length, which makes radians a natural choice.
The default mode in most scientific calculators is to use degrees for entering angles. On many calculators there is a button labeled DRG for switching between degree mode (D), radian mode (R), and gradian mode (G). On some graphing calculators, such as the the TI-83, there is a MODE button for changing between degrees and radians. Make sure that your calculator is in the correct angle mode before entering angles, or your answers will likely be way off. For example,
sin4∘ = −0.0698 ,sin(4 rad) = −0.7568 ,
so the values are not only off in magnitude, but do not even have the same sign. Using your calculator's sin−1, cos−1, and tan−1 buttons in radian mode will of course give you the angle as a decimal, not an expression in terms of π.
You should also be aware that the math functions in many computer programming languages use radians, so you would have to write your own angle conversions.
Contributors and Attributions
Michael Corral (Schoolcraft College). The content of this page is distributed under the terms of the GNU Free Documentation License, Version 1.2.