Radian to Degree Converter
Convert angles between degrees and radians for trigonometry and engineering. Handles both directions with full precision.
Enter your values above to see the results.
Tips & Notes
- ✓Multiply degrees by π/180 to get radians. Multiply radians by 180/π to get degrees.
- ✓Memorize key conversions: 180°=π, 90°=π/2, 45°=π/4, 30°=π/6, 60°=π/3.
- ✓Full rotation: 360°=2π radians. Half: 180°=π. Quarter: 90°=π/2.
- ✓Arc length = r×θ where θ is in radians. For r=5, θ=π/3: arc = 5π/3 ≈ 5.24 units.
- ✓Calculator: always check degree/radian mode before computing sin, cos, tan.
Common Mistakes
- ✗Multiplying by π/180 when converting from radians — should multiply by 180/π.
- ✗Forgetting that π ≈ 3.14159, not 180. π is the radian measure of 180°, not the number 180.
- ✗Leaving calculator in wrong mode: sin(90) in radians ≈ 0.894, not 1. Always check mode.
- ✗Rounding π prematurely. Use full precision (3.14159265...) for accurate conversions.
- ✗Confusing degrees-minutes-seconds (DMS) with decimal degrees. 30°30 = 30.5°, not 3030.
Radian to Degree Converter Overview
Radians and degrees are two units for measuring angles — both describe the same physical rotation, but using different scales. Degrees divide a full rotation into 360 equal parts, a choice tracing back to ancient Babylonian astronomy and the approximate 360-day year. Radians measure angles by the arc length they subtend on a unit circle — one radian is the angle corresponding to an arc length exactly equal to the radius. While degrees are intuitive for everyday use, radians are mathematically natural: every calculus formula involving trigonometry requires angles in radians to work without extra conversion factors.
Conversion formulas:
Radians = Degrees × π/180
Degrees = Radians × 180/π
EX: 45° → 45 × π/180 = π/4 ≈ 0.7854 rad | EX: π/3 rad → π/3 × 180/π = 60°
EX: 270° → 270 × π/180 = 3π/2 ≈ 4.7124 rad | EX: 5π/6 rad → 5π/6 × 180/π = 150°Radians are the mathematically natural unit for angle measurement — the arc length formula s = rθ works only in radians, meaning arc length equals radius times angle directly, without any conversion factor. Calculator angle mode: most scientific calculators have a DEG/RAD mode switch. sin(90) in DEG mode = 1.0. sin(90) in RAD mode ≈ 0.894 — wrong if you intended 90°. Always verify the mode before any trigonometric calculation; this is the single most common source of errors in physics and engineering.