Radians ↔ Degrees Unit Circle Converter
Drag the ray around a live unit circle. Special-angle stars at pi/6, pi/4, pi/3, pi/2, 2pi/3 and beyond snap precisely. Both directions read out simultaneously, with sin, cos, tan, csc, sec, cot shown as exact fractions wherever possible.
Quick Conversion
Formula: ° = rad × 180/π
Radian → Degree
Degree → Radian
Trig values at pi/4
Quadrant: Q1Special angle
Radian intuition
1 radian ≈ 57.2958° — the angle at which the arc length on a unit circle equals the radius. Toggle the animation above to watch the ray sweep from 0 to 1 radian while the highlighted arc grows to match the radius (radius = arc, exactly).
Unit-circle special angles (click to snap)
| deg | rad (exact) | rad (decimal) | sin | cos | tan | Q |
|---|---|---|---|---|---|---|
| 0° | 0 | 0.0000 | 0 | 1 | 0 | axis |
| 30° | pi/6 | 0.5236 | 1/2 | sqrt(3)/2 | 1/sqrt(3) | Q1 |
| 45° | pi/4 | 0.7854 | sqrt(2)/2 | sqrt(2)/2 | 1 | Q1 |
| 60° | pi/3 | 1.0472 | sqrt(3)/2 | 1/2 | sqrt(3) | Q1 |
| 90° | pi/2 | 1.5708 | 1 | 0 | undefined | axis |
| 120° | 2pi/3 | 2.0944 | sqrt(3)/2 | -1/2 | -sqrt(3) | Q2 |
| 135° | 3pi/4 | 2.3562 | sqrt(2)/2 | -sqrt(2)/2 | -1 | Q2 |
| 150° | 5pi/6 | 2.6180 | 1/2 | -sqrt(3)/2 | -1/sqrt(3) | Q2 |
| 180° | pi | 3.1416 | 0 | -1 | 0 | axis |
| 210° | 7pi/6 | 3.6652 | -1/2 | -sqrt(3)/2 | 1/sqrt(3) | Q3 |
| 225° | 5pi/4 | 3.9270 | -sqrt(2)/2 | -sqrt(2)/2 | 1 | Q3 |
| 240° | 4pi/3 | 4.1888 | -sqrt(3)/2 | -1/2 | sqrt(3) | Q3 |
| 270° | 3pi/2 | 4.7124 | -1 | 0 | undefined | axis |
| 300° | 5pi/3 | 5.2360 | -sqrt(3)/2 | 1/2 | -sqrt(3) | Q4 |
| 315° | 7pi/4 | 5.4978 | -sqrt(2)/2 | sqrt(2)/2 | -1 | Q4 |
| 330° | 11pi/6 | 5.7596 | -1/2 | sqrt(3)/2 | -1/sqrt(3) | Q4 |
A 7-paragraph history of the radian
1. Babylonian roots (c. 1500 BCE). The first systematic angle measurement comes from Babylonian astronomers who divided the sky into 360 parts, one for roughly each day of their calendar year. The base-60 system that gave us 60 minutes per hour also gave us 60 arcminutes per degree. For two and a half millennia, angles meant degrees: a unit chosen for divisibility, not for mathematical elegance.
2. Roger Cotes and the analytic angle (1714). Working alongside Newton at Cambridge, Roger Cotes recognized that calculus would be much cleaner if angles were measured by arc length on a unit circle rather than by 360ths of a turn. In his posthumously published Harmonia Mensurarum (1722), Cotes showed that integrating 1/(1+x^2) gives the inverse tangent — but only if the “angle” you get out is measured in this natural arc-length unit. That unit had no name yet.
3. Euler bridges trig and exponentials (1748). Leonhard Euler'sIntroductio in analysin infinitorum derived the now-famous identity e^(i theta) = cos(theta) + i sin(theta). The identity is only true if theta is measured in radians; in degrees you would carry a pi/180 factor everywhere. Euler didn't call it “radian” either, but he established the convention that all subsequent calculus would assume.
4. James Thomson names it (1873). The term “radian” first appears in print in examination questions set by James Thomson at Queen's College Belfast in 1873. Thomson was the brother of William Thomson (Lord Kelvin), and the word combined “radius” with the “-an” suffix already familiar from “median” and “secant.” Earlier candidates — “rad”, “radial”, “p-measure” — lost out.
5. Twentieth-century standardization. The radian became the official SI “supplementary unit” for plane angle in 1960 and a dimensionless derived unit in 1995. Engineering textbooks of the 1920s through 1950s often included degree-mode tables of sin, cos, and tan; by the 1970s, undergraduate calculus had standardized on radians, with degrees relegated to applied problems.
6. The programming-language consensus. When ALGOL and FORTRAN defined trigonometric subroutines in the 1960s, they had to pick a convention. They chose radians, because that is what the underlying Taylor-series expansion wants and because conversion at the call site is one multiplication. C'smath.h, Python's math module, Java'sjava.lang.Math, JavaScript's Math.sin, and every GPU shader language since — all radians. There is no sindbuilt into any of them.
7. The unit circle as pedagogical artifact. The poster on every high-school geometry classroom wall — the unit circle with sixteen exact values for sin, cos, and tan at multiples of 30 and 45 degrees — only acquired its modern fixed-radian form in mid-20th-century American textbooks. Before that, trig tables of decimal degrees ruled. Today the unit circle is the first thing students see when they cross from geometry into precalculus, and the radian is the unit they meet first.
What Users Say
“My students grasp the unit circle in one class period now. The exact pi/6, pi/4, pi/3 labels show up the moment they drag the ray, and the '1 radian demo' finally makes the arc-equals-radius definition click. Best digital protractor I have used in fifteen years of teaching.”
“I bounce between MATLAB radians and CAD-friendly degrees all day. The live both-direction readout and the trig values panel saved me a dozen calculator key presses on a control-surface deflection calc. The pi fraction display is gold for sanity checking.”
“JavaScript's Math.sin wants radians, Unity Inspector wants degrees, and Blender wants whatever it feels like that morning. This tool sits in a pinned browser tab so I can sanity-check rotations and shader uniforms in seconds.”
“The trig values panel showing exact fractions (sin(pi/3) = sqrt(3)/2) is the only one online that does it correctly. Helped me check a couple of homework integrals where I was sure my radian conversion was wrong.”
Love using our calculator?
Related angle converters
Related Articles
Dive deeper with our expert guides and tutorials related to Radians and Degrees Unit Circle Converter