Radian Converter

Convert angle units in real-time and check trigonometric values.

Common Angle Reference

AngleDegreesRadians
00
30°30°π/6 (0.5236)
45°45°π/4 (0.7854)
60°60°π/3 (1.0472)
90°90°π/2 (1.5708)
180°180°π (3.1416)
360°360°2π (6.2832)

Complete Radian Conversion Guide

📐 What is a Radian?
A radian is the SI unit for measuring angles, based on the radius and arc length of a circle. Since circle circumference is 2πr, one full rotation (360°) equals 2π radians. Half rotation (180°) = π radians, right angle (90°) = π/2 radians.

🔢 Conversion Formulas
Degrees → Radians: radians = degrees × (π/180)
Example: 90° = 90 × π/180 = π/2 ≈ 1.5708 rad
Radians → Degrees: degrees = radians × (180/π)
Example: 1 rad = 1 × 180/π ≈ 57.2958°
Gradians: Right angle divided into 100 parts (1 grad = 0.9°)
360° = 400 grad, 90° = 100 grad
Turns: One full rotation = 1 turn
1 turn = 360° = 2π rad = 400 grad

✨ Common Angle Conversions
= 0 rad = 0 grad = 0 turn
30° = π/6 rad ≈ 0.5236 rad = 33.33 grad
45° = π/4 rad ≈ 0.7854 rad = 50 grad = 1/8 turn
60° = π/3 rad ≈ 1.0472 rad = 66.67 grad
90° = π/2 rad ≈ 1.5708 rad = 100 grad = 1/4 turn
180° = π rad ≈ 3.1416 rad = 200 grad = 1/2 turn
360° = 2π rad ≈ 6.2832 rad = 400 grad = 1 turn

🧮 Trigonometric Functions and Radians
In programming and calculators, trigonometric functions use radians as input:
• sin(π/6) = 0.5 (sine of 30°)
• cos(π/3) = 0.5 (cosine of 60°)
• tan(π/4) = 1 (tangent of 45°)
To calculate with degrees, convert to radians first: sin(30 × π/180).

💻 Programming Languages
Python: import math; math.sin(math.radians(30))
JavaScript: Math.sin(30 * Math.PI / 180)
C/C++: sin(30 * M_PI / 180)
Java: Math.sin(Math.toRadians(30))

⚙️ Practical Applications
Rotation Animation: CSS rotate(45deg) = rotate(0.7854rad)
Clock Angles: 3 o'clock = 0°, 12 o'clock = 90° = π/2 rad
Unit Circle: x = cos(θ), y = sin(θ), θ in radians
Angular Velocity: ω(rad/s) = RPM × 2π / 60
Physics: Angular acceleration, torque calculations

📚 Why Use Radians?
Radians are mathematically natural. The derivative d(sin x)/dx = cos x holds only when x is in radians. In degrees, an extra constant (π/180) is needed. Physics defines angular quantities using radians. Advanced math (Taylor series, Fourier transforms) requires radians.

Understanding Radians: Mathematical Definition

A radian is the SI standard unit for measuring angles, derived naturally from the geometric properties of circles. One radian is defined as the central angle subtended when the arc length equals the radius of the circle. Since the circumference of a circle is 2πr, a complete rotation (360°) equals exactly 2π radians, a half rotation (180°) equals π radians, and a right angle (90°) equals π/2 radians. Unlike degrees, which divide a circle into 360 arbitrary parts, radians emerge directly from the circle geometry, making them more natural for mathematical calculations. This inherent connection to circle properties makes radians indispensable in calculus, trigonometry, and physics. The radian measure simplifies many formulas and is the preferred unit in advanced mathematics, engineering, and scientific computing where precision and mathematical elegance are essential.

Converting Between Degrees and Radians

Converting between degrees and radians requires simple multiplication formulas. To convert degrees to radians, multiply by π/180. To convert radians to degrees, multiply by 180/π. For example, 45° equals 45 × π/180 = π/4 ≈ 0.7854 radians, while 2 radians equals 2 × 180/π ≈ 114.59 degrees. Memorizing common angle conversions proves helpful: 30° = π/6, 45° = π/4, 60° = π/3, 90° = π/2, 180° = π, 360° = 2π. These conversions are crucial in programming since most languages (Python, JavaScript, C++, Java) require radian inputs for trigonometric functions. Practical applications span angle calculations, rotation transformations, animations, physics simulations, and computer graphics. Understanding these conversions enables seamless work across different mathematical and programming contexts where angle measurements are fundamental.

Radians in Programming and Software Development

All major programming languages use radians as the standard input for trigonometric functions in their math libraries. Python uses math.sin(math.pi/6) to calculate sine of 30 degrees, JavaScript uses Math.sin(Math.PI/6), C++ uses sin(M_PI/6), and Java uses Math.sin(Math.PI/6). When working with degrees, conversion is necessary using functions like Python math.radians() or Java Math.toRadians(). Game development, computer graphics, and robotics rely heavily on radians for object rotation, vector operations, and directional calculations. CSS supports the rad unit directly in rotate() functions, useful for web animations. Angular velocity and angular acceleration calculations standardly use radians per second. Understanding radian-based calculations is essential for physics simulations, 3D transformations, and any computational work involving rotational motion or periodic functions.

Trigonometric Functions and Radian Relationships

The calculus of trigonometric functions achieves elegant simplicity only when angles are measured in radians. The derivative of sin(x) equals cos(x) beautifully when x is in radians; using degrees would require an additional π/180 factor. On the unit circle, a point at angle θ (in radians) has coordinates (cos θ, sin θ), directly expressing the geometric meaning of trigonometric functions. Advanced mathematical concepts like Taylor series expansion, Euler formula (e^(iθ) = cos θ + i sin θ), and Fourier transforms fundamentally require radian measurements. Periodic function analysis, signal processing, and wave equations all standardize on radian-based calculations. This mathematical naturalness makes radians indispensable in theoretical mathematics, physics, engineering analysis, and any field requiring rigorous mathematical treatment of angles and rotations.

Radians in Physics and Engineering Applications

Physics expresses angular velocity in radians per second (rad/s), converting from RPM using the formula RPM × 2π/60. All rotational motion formulas use radians: rotational kinetic energy (½Iω²), angular momentum (L = Iω), and torque (τ = Iα). Pendulum motion, circular motion, and planetary orbit calculations standardly employ radians. Electrical engineering uses radians for AC voltage phase angles, impedance calculations, and angular frequency (ω = 2πf). Mechanical engineering applies radians in gear ratio calculations, robotic arm joint angles, and control system feedback loop design. Surveying and architecture use radians for slope angles and azimuth calculations to achieve higher precision. The ubiquity of radians in scientific and engineering contexts stems from their mathematical naturalness and the simplified formulas they enable across diverse physical phenomena.

Alternative Angle Units: Gradians and Turns

Gradians (also called gons) divide a right angle into 100 parts, making one gradian equal to 0.9 degrees. A full circle contains 400 gradians, and this unit sees use in European surveying and civil engineering for decimal calculation convenience. The turn unit defines one complete rotation as 1, where 1 turn = 360° = 2π radians = 400 gradians. CSS supports the turn unit, allowing intuitive rotation expressions like rotate(0.25turn). Angle unit conversion relationships are: 1° = π/180 radians = 10/9 gradians = 1/360 turns. Professional practice selects appropriate units by context: radians for mathematics and science, degrees for everyday use and navigation, gradians for surveying, and turns for animations. Understanding these alternative units and their conversions enhances versatility when working across different technical disciplines and international standards.