Skip to main content

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.

Lesson 1 of 15 Trigonometry Beginner ⏱ 8 min read
🔥 Why This Matters

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.

🎯 What You'll Learn
  • 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°)
📖 Key Vocabulary
AngleA measure of rotation between two rays sharing a common vertex. Degree (°)1/360th of a full circle rotation. A full circle = 360°. Radian (rad)The angle subtended when the arc length equals the radius. A full circle = \(2\pi\) rad. Coterminal AnglesAngles that share the same terminal side — differ by full rotations (±360° or ±2π). Reference AngleThe acute angle (<90°) between the terminal side and the x-axis.
Key Concept — The Conversion Factor

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

DegreesRadians (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
Worked Example 1 — Basic: Degrees to Radians

Convert 120° to radians.

\[ 120° \times \frac{\pi}{180} = \frac{120\pi}{180} = \frac{2\pi}{3} \approx 2.094 \text{ rad} \]
Worked Example 2 — Intermediate: Radians to Degrees

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° \]
Worked Example 3 — Real World: Clock Hands

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.

✏️ Quick Check
  1. Convert 270° to radians (exact form).
  2. Convert \(\frac{7\pi}{6}\) radians to degrees.
  3. What is the reference angle for 210°?
▶ Show Answers
  1. \(270 \times \frac{\pi}{180} =\) \(\frac{3\pi}{2}\).
  2. \(\frac{7\pi}{6} \times \frac{180}{\pi} = \frac{7 \times 180}{6} =\) 210°.
  3. 210° is in Quadrant III; reference angle = \(210° - 180° =\) 30°.
⚠️ Common Mistakes
  • 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.
✅ Key Takeaways
  • 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.
💼 Career Connection — Software Engineering & Robotics

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.

Angle Converter
Convert between degrees, radians, and gradians.
Use calculator →
Degrees/Radians/Grads/Mils
Universal conversion between all angular units.
Use calculator →
Coterminal & Reference Angles
Find coterminal angles and the reference angle for any rotation.
Use calculator →
Continue Learning
Up Next: Sine, Cosine, and Tangent
Next Lesson →
Test Your Knowledge

Understanding Angles: Degrees and Radians — Quiz

5 questions per attempt  ·  Beginner  ·  Pass at 70%

Start Quiz →

More in Trigonometry

Sine, Cosine, and Tangent Introduction to Sine, Cosine, and Tangent (SOHCAHTOA) SOHCAHTOA: Using Trig Ratios to Find Missing Sides
← All Trigonometry lessons