Angles often look simple until a formula, calculator, or software system expects radians instead of degrees. The conversion is exact and follows one clear rule: 1 degree (deg) = π/180 radians (rad), or approximately 0.0174532925 rad.
What Does Degree to Radian Mean?
Degree to radian is a conversion within the measure of Angle. It changes an angle expressed in degrees into the equivalent angle expressed in radians without changing the angle itself.
A degree divides a full circle into 360 equal parts. A radian measures an angle by comparing the length of its intercepted arc with the circle’s radius. One radian is the angle formed when the arc length equals the radius.
Because a full circle measures 360 degrees and 2π radians, the two units are linked by this exact relationship:
360 deg = 2π rad
Exact Degree to Radian Conversion Factor
The exact conversion factor is:
1 deg = π/180 rad
In decimal form:
1 deg ≈ 0.0174532925 rad
This means every degree value is multiplied by π/180 to obtain radians. The result is approximate when written as a decimal because π is an irrational number.
Degree to Radian Formula
To convert an angle from degrees to radians, use:
Radians = Degrees × π/180
In symbols:
rad = deg × π/180
For a quick estimate, multiplying degrees by 0.0174533 gives a close decimal result. For exact mathematical work, keep the answer in terms of π whenever possible.
How to Convert Degrees to Radians
- Start with the angle in degrees.
- Multiply the degree value by π.
- Divide the result by 180.
- Keep the π form for an exact answer or calculate a decimal approximation.
Worked Example: Convert 45 Degrees to Radians
Begin with 45 degrees:
45 deg × π/180 = 45π/180 rad
Reduce the fraction:
45π/180 = π/4 rad
As a decimal:
π/4 ≈ 0.7854 rad
Therefore, 45 deg = π/4 rad ≈ 0.7854 rad.
Worked Example: Convert 120 Degrees to Radians
Apply the same formula:
120 deg × π/180 = 120π/180 rad
Reduce the fraction:
120π/180 = 2π/3 rad
In decimal form:
2π/3 ≈ 2.0944 rad
Therefore, 120 deg = 2π/3 rad ≈ 2.0944 rad.
Common Degree to Radian Conversions
Some angle values appear often in geometry, trigonometry, engineering, and programming. Their exact radian forms are especially useful because they avoid unnecessary rounding.
- 0 deg = 0 rad
- 30 deg = π/6 rad ≈ 0.5236 rad
- 45 deg = π/4 rad ≈ 0.7854 rad
- 60 deg = π/3 rad ≈ 1.0472 rad
- 90 deg = π/2 rad ≈ 1.5708 rad
- 180 deg = π rad ≈ 3.1416 rad
- 270 deg = 3π/2 rad ≈ 4.7124 rad
- 360 deg = 2π rad ≈ 6.2832 rad
Degree to Radian Conversion Table
Each row applies the same rule: multiply degrees by π/180. Decimal radian values are rounded to four decimal places.
| Degree (deg) | Radian (rad) |
|---|---|
| 1 deg | 0.0175 rad |
| 2 deg | 0.0349 rad |
| 5 deg | 0.0873 rad |
| 10 deg | 0.1745 rad |
| 20 deg | 0.3491 rad |
| 50 deg | 0.8727 rad |
| 100 deg | 1.7453 rad |
| 500 deg | 8.7266 rad |
Why Radians Matter
Degrees are familiar and intuitive for describing turns, directions, and everyday angles. Radians are often more convenient in mathematics because they connect an angle directly to the radius and arc length of a circle.
Many calculus formulas are written naturally in radians. For example, the derivative of sin(x) is cos(x) when the angle x is measured in radians. The same simple relationship does not hold when x is measured in degrees unless an additional conversion factor is included.
Radians are also the standard angle input for many programming languages, scientific libraries, graphing systems, and technical software. Entering degrees where radians are expected can produce a result that appears reasonable but is mathematically incorrect.
Practical Applications of Degree to Radian Conversion
Trigonometry and Geometry
Students and professionals convert degrees to radians when working with sine, cosine, tangent, arc length, and sector area. Standard angles such as 30, 45, 60, and 90 degrees become compact fractions of π in radian form.
Calculus and Mathematical Modeling
Radians are the standard unit for differentiation and integration involving trigonometric functions. Converting an angle first helps preserve the expected form of equations and prevents scale errors in derivatives, rates, and oscillation models.
Programming and Software
Software functions for sine, cosine, and tangent commonly expect radians. For example, an angle of 90 degrees must be converted to π/2 radians before it is passed to a radian-based function.
Engineering and Physics
Radians appear in angular velocity, rotational motion, wave equations, vibration analysis, and control systems. An angular speed stated in degrees per second can be converted by multiplying the degree value by π/180, producing radians per second.
Graphics, Robotics, and Navigation
Computer graphics and robotics use angles to rotate objects, position joints, and calculate movement. Navigation and direction systems may display degrees for people while internal calculations use radians.
Common Mistakes to Avoid
- Using 180 instead of π/180: The conversion requires multiplication by π followed by division by 180.
- Confusing 180 degrees with 180 radians: A straight angle is 180 degrees, but it is π radians.
- Rounding too early: Keep the exact π form during intermediate steps when accuracy matters.
- Mixing calculator modes: A calculator set to degree mode may interpret a radian value incorrectly, and vice versa.
- Forgetting the angle’s direction: Positive and negative values remain positive and negative after conversion. For example, -90 deg equals -π/2 rad.
Degree to Radian and Radian to Degree
The reverse conversion is also straightforward:
Degrees = Radians × 180/π
For example, converting π/3 radians back to degrees gives:
π/3 × 180/π = 60 deg
The π terms cancel, leaving the original degree value. This confirms that the two formulas are inverse relationships within the Angle measure.
Key Takeaway
To convert degrees to radians, multiply the degree value by π/180. The central relationship is 1 deg = π/180 rad ≈ 0.0174532925 rad. Keep exact answers in terms of π when precision matters, and use rounded decimals when a practical numerical value is required.