Degrees to Radians Converter
Convert angle measurements from degrees to radians quickly and accurately. Enter any degree value and get the equivalent in radians, including both decimal and pi-based expressions.
Common Degrees to Radians Conversions
| Degrees (°) | Radians (Expression) | Radians (Decimal) |
|---|---|---|
| 0° | 0 | 0 |
| 15° | π/12 | 0.261799 |
| 30° | π/6 | 0.523599 |
| 45° | π/4 | 0.785398 |
| 60° | π/3 | 1.047198 |
| 90° | π/2 | 1.570796 |
| 120° | 2π/3 | 2.094395 |
| 135° | 3π/4 | 2.356194 |
| 150° | 5π/6 | 2.617994 |
| 180° | π | 3.141593 |
| 270° | 3π/2 | 4.712389 |
| 360° | 2π | 6.283185 |
How to Convert Degrees to Radians
Converting degrees to radians is a fundamental skill in mathematics, physics, and engineering. Both degrees and radians are units used to measure angles, but they represent angles in different ways. Understanding the relationship between these two units is essential for working with trigonometric functions, circular motion, and many other mathematical concepts.
The Conversion Formula
The formula to convert degrees to radians is derived from the relationship between a full circle in degrees (360°) and a full circle in radians (2π):
This formula works because 180 degrees equals π radians. Therefore, to convert any angle from degrees to radians, you simply multiply the degree value by π/180.
Alternative Formula (Without Pi)
If you prefer to work with decimal values instead of π, you can use this alternative formula:
This value (0.0174533) is the decimal equivalent of π/180, which equals approximately 0.017453292519943.
Example 1: Converting 45 Degrees to Radians
Using the π formula:
radians = 45° × (π / 180) = 45π / 180 = π/4 radians
Using the decimal formula:
radians = 45° × 0.0174533 = 0.785398 radians
Example 2: Converting 90 Degrees to Radians
Using the π formula:
radians = 90° × (π / 180) = 90π / 180 = π/2 radians
Using the decimal formula:
radians = 90° × 0.0174533 = 1.570796 radians
What Is a Degree?
A degree is a unit of angle measurement equal to 1/360th of a full rotation. The choice of 360 for a full circle dates back to ancient Babylon, where a base-60 number system was used. The number 360 is particularly convenient because it has many divisors (1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, 360), making it easy to divide circles into equal parts.
Degrees are further subdivided into:
- Minutes of arc ('): 1 degree = 60 minutes
- Seconds of arc ("): 1 minute = 60 seconds, so 1 degree = 3,600 seconds
What Is a Radian?
A radian is defined as the angle subtended at the center of a circle by an arc whose length is equal to the radius of the circle. In other words, if you take the radius of a circle and wrap it around the circumference, the angle created at the center is exactly 1 radian.
Since the circumference of a circle is 2πr (where r is the radius), a full circle contains 2π radians. This means:
- Full circle = 2π radians = 360°
- Half circle = π radians = 180°
- Quarter circle = π/2 radians = 90°
Visual representation of 1 radian: the angle where arc length equals radius
Why Use Radians?
Radians are the preferred unit in advanced mathematics and physics because they simplify many formulas. When angles are measured in radians:
- The derivative of sin(x) is simply cos(x)
- Arc length = radius × angle (when angle is in radians)
- Angular velocity formulas become simpler
- Taylor series expansions for trigonometric functions are cleaner
Key Conversion Values to Remember
Memorizing these common conversions can help you work more efficiently:
- 30° = π/6 radians ≈ 0.5236 rad
- 45° = π/4 radians ≈ 0.7854 rad
- 60° = π/3 radians ≈ 1.0472 rad
- 90° = π/2 radians ≈ 1.5708 rad
- 180° = π radians ≈ 3.1416 rad
- 360° = 2π radians ≈ 6.2832 rad
Applications of Degree to Radian Conversion
Understanding how to convert between degrees and radians is essential in many fields:
Mathematics: Calculus and trigonometry often require angles in radians. Most mathematical software and programming languages use radians as the default for trigonometric functions.
Physics: Angular velocity, angular acceleration, and rotational motion calculations use radians. The SI unit for angular velocity is radians per second (rad/s).
Engineering: Electrical engineers use radians when working with AC circuits and signal processing. Mechanical engineers use radians for rotational dynamics.
Computer Graphics: 3D graphics and game development often require angle conversions when working with rotation matrices and trigonometric calculations.
Navigation: While navigation commonly uses degrees, some calculations require conversion to radians for spherical trigonometry.