Understanding Angles: Degrees and Radians
Learn how we measure rotation using degrees and radians, convert between both systems, and understand why radians are the preferred unit in science and calculus.
Your calculator has two angle modes — degrees and radians — and mixing them up is one of the most common errors in trigonometry and physics. A NASA engineer calculating a rocket trajectory, a programmer writing a game physics engine, and a surveyor measuring a land boundary all use angles constantly. Knowing which unit system you're in (and how to convert) is the essential first step before any trig calculation.
- Define a radian and explain why a full circle = \(2\pi\) radians
- Convert angles between degrees and radians using the conversion factor \(\frac{\pi}{180}\)
- Identify key benchmark angles in both systems (30°, 45°, 60°, 90°, 180°, 270°, 360°)
One full circle = 360° = \(2\pi\) radians. So:
\[ 180° = \pi \text{ rad} \] \[ \text{Degrees} \to \text{Radians:} \quad \theta_{rad} = \theta_{deg} \times \frac{\pi}{180} \] \[ \text{Radians} \to \text{Degrees:} \quad \theta_{deg} = \theta_{rad} \times \frac{180}{\pi} \]Benchmark Angle Conversions
| Degrees | Radians (exact) | Radians (approx.) |
|---|---|---|
| 30° | \(\frac{\pi}{6}\) | ≈ 0.524 |
| 45° | \(\frac{\pi}{4}\) | ≈ 0.785 |
| 60° | \(\frac{\pi}{3}\) | ≈ 1.047 |
| 90° | \(\frac{\pi}{2}\) | ≈ 1.571 |
| 180° | \(\pi\) | ≈ 3.142 |
| 360° | \(2\pi\) | ≈ 6.283 |
Convert 120° to radians.
\[ 120° \times \frac{\pi}{180} = \frac{120\pi}{180} = \frac{2\pi}{3} \approx 2.094 \text{ rad} \]Convert \(\frac{5\pi}{4}\) radians to degrees.
\[ \frac{5\pi}{4} \times \frac{180}{\pi} = \frac{5 \times 180}{4} = \frac{900}{4} = 225° \]A clock hand rotates 30° per hour (360° ÷ 12 hours). After 4 hours, how many radians has it rotated?
\[ 4 \times 30° = 120° \times \frac{\pi}{180} = \frac{2\pi}{3} \approx 2.09 \text{ rad} \]In programming a clock animation, radians are used directly — no degree conversion needed at runtime.
- Convert 270° to radians (exact form).
- Convert \(\frac{7\pi}{6}\) radians to degrees.
- What is the reference angle for 210°?
▶ Show Answers
- \(270 \times \frac{\pi}{180} =\) \(\frac{3\pi}{2}\).
- \(\frac{7\pi}{6} \times \frac{180}{\pi} = \frac{7 \times 180}{6} =\) 210°.
- 210° is in Quadrant III; reference angle = \(210° - 180° =\) 30°.
- Calculator in wrong mode: sin(30°) = 0.5, but sin(30 rad) ≈ −0.988. Always verify your calculator's angle mode before computing trig functions.
- Multiplying by 180 instead of π/180: To go degrees→radians, multiply by π/180 (a number less than 1 for angles under 180°). If your answer is larger than the degree measure, you went the wrong way.
- Thinking radians are "harder": Radians are just a different unit — like miles vs. kilometers. The conversion factor π/180 is the only thing to memorize.
- 1 full circle = 360° = \(2\pi\) rad. So \(180° = \pi\) rad.
- Degrees → Radians: multiply by \(\frac{\pi}{180}\).
- Radians → Degrees: multiply by \(\frac{180}{\pi}\).
- Benchmark angles — 30°, 45°, 60°, 90° — should become second nature in both systems.
Every programming language's math library uses radians, not degrees. When a game developer rotates a sprite or a robotics engineer rotates a joint, they call sin() and cos() with radians. A programmer who doesn't know the degree-to-radian conversion will get wrong results every time. Robotics controllers, GPS systems, and 3D rendering engines all operate in radians. This is one of those unit conversions that trips up beginners in every technical field.
Calculator Connection
The Angle Converter converts between degrees, radians, gradians, and other angle units. The Degrees/Radians/Grads/Mils Converter handles all four angle systems at once. The Coterminal & Reference Angle Calculator finds coterminal angles and the reference angle for any input.
Interactive Diagram
Drag the elements to explore the concept hands-on.
Try it with the Calculator
Apply what you've learned with these tools.
Understanding Angles: Degrees and Radians — Quiz
5 questions per attempt · Beginner · Pass at 70%
Start Quiz →