trigonometry

Radian

A radian is the angle subtended by an arc whose length equals the radius. A full circle is 2π radians (≈ 6.28). Required unit for calculus.

A radian is an angle measured by the ratio arc lengthradius\frac{\text{arc length}}{\text{radius}} — pure number, no units. One radian is the angle subtended at the center of a circle by an arc whose length equals the radius.

Conversions:

  • Full circle: 2π2\pi rad =360°= 360°
  • Half circle: π\pi rad =180°= 180°
  • Right angle: π/2\pi/2 rad =90°= 90°
  • 11 rad 57.296°\approx 57.296°
  • Conversion: θrad=θdeg×π/180\theta_{\text{rad}} = \theta_{\text{deg}} \times \pi/180.

Why mathematicians prefer radians over degrees:

  • ddxsinx=cosx\frac{d}{dx}\sin x = \cos x holds only when xx is in radians (otherwise you'd need a π180\frac{\pi}{180} factor).
  • Arc length is simply s=rθs = r\theta.
  • Taylor series have clean coefficients.

Degrees are an arbitrary historical convention (Babylonian base-60). Radians arise naturally from the geometry of the circle, which is why every physics formula, calculus textbook, and computer-graphics shader uses them.