Degrees to Radians Converter
Convert degrees to radians. Essential angle conversion for trigonometry and mathematics.
180° =
3.141593 rad
Also Equals
3.141593
Radians (rad)
200
Gradians (gon)
Formula
radians = degrees × (π / 180)
180° × (π / 180) = 3.141593 rad
Common Conversions
30°
= π/6 rad
45°
= π/4 rad
90°
= π/2 rad
180°
= π rad
Converting Degrees to Radians
Degrees to radians conversion transforms an angle measurement from the degree system — where a full circle is 360 degrees — to the radian system — where a full circle is 2π radians. Radians are the standard unit of angular measurement in mathematics, physics, and engineering because they simplify many formulas and make calculus operations more elegant. In the radian system, the angle is defined as the ratio of the arc length to the radius of the circle, giving it a natural geometric meaning.
The degree system divides a circle into 360 equal parts, a convention inherited from ancient Babylonian astronomy. While degrees are intuitive for everyday use and navigation, radians are preferred in mathematical analysis because trigonometric functions, derivatives, and series expansions produce cleaner results when angles are measured in radians. For example, the derivative of sin(x) is cos(x) only when x is in radians.
The conversion factor between degrees and radians derives from the relationship that 180° equals π radians. Therefore, to convert degrees to radians, you multiply the degree value by π/180. Conversely, to convert radians to degrees, multiply by 180/π. This calculator performs the conversion instantly and also displays the equivalent value in gradians for reference.
The Conversion Formula
The relationship between degrees and radians is based on the fundamental identity that a half-circle equals both 180 degrees and π radians.
Degrees to Radians
Where:
- Degrees= Angle in degrees (0° to 360° for a full circle)
- π= Pi, approximately 3.14159
- Radians= Angle in radians (0 to 2π for a full circle)
Common Angle Conversions
Certain angle values appear so frequently in mathematics and physics that knowing their radian equivalents by heart is useful. These angles correspond to the standard positions on the unit circle.
| Degrees | Radians | Fraction of Circle |
|---|---|---|
| 0° | 0 rad | 0 |
| 30° | π/6 rad | 1/12 |
| 45° | π/4 rad | 1/8 |
| 60° | π/3 rad | 1/6 |
| 90° | π/2 rad | 1/4 |
| 180° | π rad | 1/2 |
| 360° | 2π rad | 1 |
How to Use This Calculator
The degrees to radians converter provides instant, accurate results:
- Enter an angle in degrees: Type any numerical value into the input field.
- View the radian result: The converted value appears immediately in the main result display.
- See additional equivalents: The calculator also displays the value in gradians (gon), another angular unit where a full circle is 400 gradians.
- Check the formula: The formula section shows the exact calculation: degrees × (π / 180) = radians.
Common angle presets (30°, 45°, 90°, 180°) are available for quick reference to standard trigonometric values.
Real-World Applications
Degrees to radians conversion is essential in trigonometry and calculus. All standard trigonometric functions (sin, cos, tan) and their inverses use radians as the default unit in mathematics. Calculating derivatives, integrals, and series expansions of trigonometric functions requires radian arguments. For example, the Taylor series for sin(x) = x - x³/3! + x⁵/5! - ... is valid only when x is in radians.
In physics and engineering, radians simplify formulas involving angular motion. Angular velocity (ω), centripetal acceleration (a = ω²r), rotational kinetic energy (KE = ½Iω²), and simple harmonic motion equations all use radians. Using degrees in these formulas would introduce extra conversion factors and increase the chance of errors.
Computer graphics and game development require radians for rotation calculations. Most programming languages provide trigonometric functions that accept radian arguments. Developers converting from human-readable degree values to internal radian representations use this conversion constantly when implementing rotation, steering, and orientation logic.
Worked Examples
Converting 90 Degrees
Problem:
Convert 90 degrees to radians.
Solution Steps:
- 1Apply the formula: radians = degrees × (π / 180)
- 2Substitute: radians = 90 × (π / 180)
- 3Simplify: radians = 90π / 180 = π / 2
- 4Decimal: π / 2 ≈ 1.5708 radians
Result:
90° = π/2 ≈ 1.5708 radians
Converting 45 Degrees
Problem:
What is 45 degrees in radians?
Solution Steps:
- 1Formula: radians = 45 × (π / 180)
- 2Simplify: 45π / 180
- 3Reduce fraction: π / 4
- 4Decimal: ≈ 0.7854 radians
Result:
45° = π/4 ≈ 0.7854 radians
Converting 300 Degrees
Problem:
Convert 300 degrees to radians.
Solution Steps:
- 1Formula: radians = 300 × (π / 180)
- 2Simplify: 300π / 180
- 3Reduce: 5π / 3
- 4Decimal: ≈ 5.2360 radians
Result:
300° = 5π/3 ≈ 5.2360 radians
Tips & Best Practices
- ✓Memorize: 30° = π/6, 45° = π/4, 60° = π/3, 90° = π/2, 180° = π, 360° = 2π
- ✓Quick mental conversion: multiply degrees by π and divide by 180
- ✓Reverse conversion: multiply radians by 180 and divide by π
- ✓A radian is approximately 57.3 degrees — useful for rough estimates
- ✓For programming, always convert degrees to radians before using trig functions
- ✓π radians = 180° is the most important conversion fact to remember
Frequently Asked Questions
Sources & References
- Khan Academy - Radians and degrees (2024)
- Wikipedia - Radian (2024)
- NIST - Mathematical functions (2024)
Last updated: 2026-06-06
Help us improve!
How would you rate the Degrees to Radians Converter?
Editorial Note
MyCalcBuddy Editorial Team
This page is maintained as an educational calculator reference.
Formula Source: NIST Guide to SI Units
by National Institute of Standards