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

Radians = Degrees × (π / 180)

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 rad0
30°π/6 rad1/12
45°π/4 rad1/8
60°π/3 rad1/6
90°π/2 rad1/4
180°π rad1/2
360°2π rad1

How to Use This Calculator

The degrees to radians converter provides instant, accurate results:

  1. Enter an angle in degrees: Type any numerical value into the input field.
  2. View the radian result: The converted value appears immediately in the main result display.
  3. See additional equivalents: The calculator also displays the value in gradians (gon), another angular unit where a full circle is 400 gradians.
  4. 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:

  1. 1Apply the formula: radians = degrees × (π / 180)
  2. 2Substitute: radians = 90 × (π / 180)
  3. 3Simplify: radians = 90π / 180 = π / 2
  4. 4Decimal: π / 2 ≈ 1.5708 radians

Result:

90° = π/2 ≈ 1.5708 radians

Converting 45 Degrees

Problem:

What is 45 degrees in radians?

Solution Steps:

  1. 1Formula: radians = 45 × (π / 180)
  2. 2Simplify: 45π / 180
  3. 3Reduce fraction: π / 4
  4. 4Decimal: ≈ 0.7854 radians

Result:

45° = π/4 ≈ 0.7854 radians

Converting 300 Degrees

Problem:

Convert 300 degrees to radians.

Solution Steps:

  1. 1Formula: radians = 300 × (π / 180)
  2. 2Simplify: 300π / 180
  3. 3Reduce: 5π / 3
  4. 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

Radians are preferred because they simplify mathematical formulas. The derivatives of trigonometric functions, Taylor series expansions, and many integration results are cleaner when angles are in radians. For example, the derivative of sin(x) equals cos(x) only when x is in radians. Using degrees would introduce extra π/180 factors throughout calculations.
A full circle contains exactly 2π radians, which is approximately 6.2832 radians. Since a circle is also 360 degrees, we get the fundamental relationship: 360° = 2π radians, or equivalently, 180° = π radians. This relationship is the basis for all degree-to-radian conversions.
A gradian (also called a gon or gradian) is an alternative angular unit where a full circle is divided into 400 gradians. It was introduced during the French Revolution as part of the metric system. Gradians are used in some surveying and civil engineering applications. The conversion is: 100 gradians = 90 degrees = π/2 radians.
To convert radians to degrees, multiply by 180/π. For example, π/4 radians × (180/π) = 45 degrees. This is the inverse of the degrees-to-radians formula. In practice, if you have a radian value and need degrees, just multiply by 180 and divide by π.
Most programming languages (JavaScript, Python, Java, C++) use radians as the default unit for trigonometric functions like Math.sin(), Math.cos(), and Math.atan(). Some languages provide separate degree-based functions (like JavaScript's Math.sin() expects radians but you can convert first). Always check the documentation for the specific language you are using.

Sources & References

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.

Source

Formula Source: NIST Guide to SI Units

by National Institute of Standards

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.