Radians and Arc Length
Learning objectives
- Define the radian as the ratio of arc length to radius
- Convert between degrees and radians
- State radian values for standard angles
- Compute arc length given angle in radians
Degrees are a bookkeeping convenience. Splitting the circle into 360 equal parts is convenient for navigation and surveying, but the number has nothing to do with the geometry of the circle, it is a Babylonian inheritance. Radians are different. They measure angle the way the circle itself wants to be measured: by the length of the arc the angle cuts off, divided by the radius. Once you make that switch, the formulas of calculus, the derivative of sine, the area of a sector, the length of an arc, all snap into place without a stray factor of .
The definition
Stand at the centre of a circle of radius . Sweep out an arc of length along the rim. The angle in radians is the ratio
A radian is, literally, "as many radius-lengths of arc as your angle covers." If the arc length equals the radius, the angle is radian.
Why 2π is a full turn
The circumference of a circle is , the that already lives inside circle geometry. A full revolution therefore sweeps out of arc, which divided by gives radians. Half a turn is , a quarter is , and so on. The conversion to degrees follows from rad:
The standard angles, commit them to memory
. In degrees: . These appear so often in trigonometry and calculus that not memorising them is like trying to read English without knowing the alphabet.
- Astronomy: Angular sizes of stars and galaxies are reported in radians (or arcseconds, where 1 arcsec = radians); using radians keeps the small-angle approximation clean.
- Robotics: Joint angles in a robot arm are stored in radians because the arc-length formula is immediate; computing how far a finger sweeps when a wrist rotates is just with no degrees-to-radians overhead.
- Physics: Angular velocity is in radians per second precisely because then is correct without a unit-conversion factor; degrees would inject a needless into every dynamics equation.
(Drag the orange point around the unit circle. Press the snap buttons to jump to standard angles. The readout shows the radian value as a fraction of and as a decimal angle in degrees.)
Arc length and sector area
Once is in radians, the algebra is trivial. Arc length: . Sector area: . Both formulas come straight from the definition ; the sector area is just the area of the full disc scaled by the fraction .
Try it
- Predict first: radians equals how many degrees? Snap the widget to and verify it reads .
- Compute the arc length on a circle of radius subtended by an angle of rad. Then check using the formula .
- Find the area of a slice of pizza cut at rad from a pie of radius cm.
Pause: if you tried to use the sector-area formula with in degrees, would it give the right answer? Try , full-circle angle: degrees give , but the actual area is . The factor of is exactly the mismatch.
A trap to watch for
Calculators and programming languages have a mode setting: RAD or DEG. If your calculator is in DEG mode and you type , it interprets as degrees and returns , far from the expected . Always check the mode before computing a trigonometric value. In every calculus formula in this textbook, radians are assumed unless the angle is written with a degree symbol.
What you now know
You can measure angles as a ratio of arc to radius, convert freely between radians and degrees, list the standard angles in both units, and compute arc length and sector area from a radian measure. The next section uses the radian to define sine and cosine, not as ratios in a right triangle, but as coordinates on the unit circle. That definition will extend without modification to angles bigger than , to negative angles, and to angles beyond a full turn.
Quick check
Mark section complete →
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 11, §1, the canonical motivation-first treatment of radian measure.
- Apostol, T. M. (1967). Calculus, Volume 1 (2nd ed.). Wiley. Chapter 2 connects radian measure to the integral definition of .
- Stewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage. Appendix D reviews angles, arc length, and the standard-angle table.