Degrees to Radians Converter

Bidirectional angle conversion with visual unit circle, exact π‑fraction results, and step‑by‑step explanation.

°
Real numbers allowed (e.g., 45.5, -30, 720)
rad
Exact or decimal radian measure
Conversion Formula: radians = degrees × π / 180   |   degrees = radians × 180 / π
0° (0 rad)
30° (π/6)
45° (π/4)
60° (π/3)
90° (π/2)
180° (π)
270° (3π/2)
360° (2π)
1 rad ≈ 57.2958°
Conversion Result & Exact π Form
Degrees: 60.00 °
Radians (decimal): 1.0472 rad
Exact π‑form: π/3
Complementary angle (90°–θ): 30.00° (0.5236 rad)
Unit circle coordinates (cos θ, sin θ): (0.5000, 0.8660)
Based on current angle (degrees)
Terminal ray (θ) Arc length = θ (rad) x-axis (0°), y-axis (90°)
Client-side only: All conversions and drawings happen locally in your browser. No data is stored or shared with our servers—your calculations remain completely private. You can confidently use this tool for sensitive or proprietary calculations.

The Radian: A Natural Angle Measure

Radians are the standard unit of angular measure used in mathematics, physics, and engineering. Unlike degrees, which are arbitrary, the radian is defined by the radius of a circle: 1 radian is the angle subtended by an arc length equal to the radius. This makes calculus elegant — derivatives of trigonometric functions require radians. The conversion factor π rad = 180° bridges the two systems.

θ (rad) = θ (deg) × π / 180   ⟺   θ (deg) = θ (rad) × 180 / π

Memorize: Multiply degrees by π/180 to get radians. Multiply radians by 180/π to get degrees.

Why Use Radians? Key Advantages

  • Calculus & Analysis: Derivatives d/dθ sinθ = cosθ only when θ is in radians. Using degrees introduces a factor π/180.
  • Arc Length & Area: For a circle, arc length s = r·θ (radians) and sector area A = ½ r²θ. Formulas become clean.
  • Fourier Series & Waves: Angular frequency ω (rad/s) naturally uses radians.
  • Euler's Identity: e^{iπ} + 1 = 0 elegantly uses π radians.

The Calculus Advantage: Why Radians Are Essential

Radians make calculus with trigonometric functions elegant because of the fundamental limit:

limh→0 (sin h)/h = 1 (when h is in radians)

This leads to the simple derivative formulas:

d/dθ sinθ = cosθ
d/dθ cosθ = -sinθ

If degrees were used instead, the derivative formulas would require an awkward constant factor:

d/dθ sin(θ°) = (π/180) cos(θ°)
d/dθ cos(θ°) = -(π/180) sin(θ°)

This constant factor (π/180 ≈ 0.0174533) would appear in every differentiation and integration involving trig functions, making calculations unnecessarily complicated.

Historical & Mathematical Authority

The concept of radian measure was first introduced by Roger Cotes (1714) and later popularized by Leonhard Euler. The term "radian" was first used by James Thomson in 1873 and gradually adopted as the standard unit for angular measurement. Today, the radian is the SI derived unit for angle, essential in scientific computing.

Our converter follows the exact mathematical definition according to ISO 80000-2:2019 (Quantities and units — Part 2: Mathematics), which specifies radians as the coherent SI unit for plane angle. The U.S. National Institute of Standards and Technology (NIST) similarly recognizes the radian as the SI supplementary unit for plane angle.

Step‑by‑Step Conversion Example

Example 1: Convert 135° to radians.
Multiply 135 by π/180 = 135π/180 = simplify dividing by 45 → 3π/4 rad ≈ 2.35619 rad.

Example 2: Convert 2.5 rad to degrees.
2.5 × (180/π) ≈ 143.239°.

Our tool automates this process and also detects exact rational multiples of π (e.g., 30° → π/6, 45° → π/4).

Practical Applications Across Disciplines

Field Application of Radians/Degrees Conversion
Physics & Engineering Rotational kinematics: angular velocity ω = dθ/dt (rad/s), torque τ = r × F, wave mechanics (phase constant φ in radians).
Computer Graphics & Game Dev 3D rotations, game development — trigonometric functions in shaders require radians. All major graphics APIs (OpenGL, DirectX, WebGL) and libraries (Unity, Unreal Engine) use radians for rotation functions.
Astronomy & Astrophysics Right ascension, declination conversion; small‑angle approximations where sinθ ≈ θ (in radians) for θ < 0.1 rad.
Machine Learning & Robotics Angle embeddings, rotation matrices for coordinate transforms, quaternion representations of 3D rotations.
GPS, GIS & Navigation Great‑circle distances using the haversine formula require latitude/longitude differences in radians: a = sin²(Δφ/2) + cosφ₁·cosφ₂·sin²(Δλ/2).
Programming & Scientific Computing All standard math libraries (C++ <cmath>, Python math/numpy, MATLAB, R) use radians by default for trigonometric functions.
Real‑world case: Satellite dish alignment

A satellite technician needs to adjust an antenna by 2.3 radians. To communicate with a client who expects degrees, the conversion is needed:

2.3 rad × (180/π) ≈ 2.3 × 57.2958 ≈ 131.78°

Using our converter: instant and error‑free conversion. Additionally, the arc length on a 10m radius dish:

s = rθ = 10 × 2.3 = 23 meters

This demonstrates the direct physical interpretation of radians: 1 radian corresponds to an arc length equal to the radius.

Common Conversion Table (Degrees ⇄ Radians)

Degrees Radians (exact) Decimal Radians
0 0.0000
30° π/6 0.5236
45° π/4 0.7854
60° π/3 1.0472
90° π/2 1.5708
120° 2π/3 2.0944
180° π 3.1416
270° 3π/2 4.7124
360° 6.2832

Interactive Unit Circle: Visual Learning

The canvas above draws a unit circle (radius = 1). The red ray shows the terminal side of your angle θ (in degrees, measured from the positive x‑axis counterclockwise). The blue arc highlights the radian measure length along the circumference. Coordinates (cosθ, sinθ) are computed in real time — a direct application of radian‑based trig functions. This helps internalize why 360° = 2π rad corresponds to a full revolution.

Frequently Asked Questions

Because the circumference of a circle is 2πr, and a full circle (360°) corresponds to an arc length equal to the full circumference, giving 2π radians. Hence 180° = π rad.

Absolutely. Negative angles represent clockwise rotation. Our converter handles any real number and still computes the equivalent radian measure and unit circle coordinates (normalized modulo 360° for visualisation).

We use double‑precision floating point (IEEE 754) and display up to 4 decimal places. The π‑exact form recognizes common rational fractions with denominator up to 12.

Our algorithm divides the radian value by π, then approximates the ratio as a fraction (a/b) with b ≤ 12 and tolerance 1e-6. If found, it displays "aπ/b". Otherwise, it shows the decimal.

The converter computes the exact radian equivalent for any real number input, including angles outside the 0-360° range. For example, 450° = 450 × π/180 = 5π/2 radians. In the unit circle visualization, angles are normalized to the equivalent angle between 0° and 360° (450° → 90°), since trigonometric functions are periodic with period 360° (2π radians). This normalization is for visualization only; the mathematical conversion is exact.

These are inherent to computer representation of numbers. JavaScript (and most programming languages) uses binary floating-point arithmetic (IEEE 754 standard) which cannot represent all decimal numbers exactly. For example, π is irrational and can only be approximated. This causes tiny rounding errors (~1e-16 relative error) in calculations. Our π-fraction simplification avoids this for common angles by using symbolic representation rather than decimal.

Mathematical accuracy assured — This converter implements the exact radian definition based on ISO 80000-2:2019 (Quantities and units — Part 2: Mathematics) and follows NIST guidelines for angle measurement. The algorithm has been verified against standard mathematical references including "Handbook of Mathematical Functions" by NIST and "Trigonometry" by I.M. Gelfand. Regular peer review by GetZenQuery Tech team ensures ongoing accuracy. Last updated: April 2026.