Angle Units Conversion Calculator

Convert between degrees, radians and gradians, with a live unit-circle position chart.
Convert

Convert Angle

radians = degrees×π/180  •  gradians = degrees×10/9
90° (quarter turn)
180° (half turn)
1 radian
45° (common phase angle)
Enter a value and press Convert.

Position on the Unit Circle (live — updates with your input)

Three Ways to Measure an Angle

Degrees (°) divide a full circle into 360 parts — the everyday, intuitive unit, historically tied to ancient Babylonian base-60 mathematics. Radians (rad) are the natural mathematical unit, defined so that an angle's radian measure equals the arc length it sweeps out on a unit circle divided by the radius — a full circle is exactly radians. Radians are the required unit in calculus and most trigonometric formulas in physics and engineering (including AC phase angle calculations), because derivatives and series expansions of sine/cosine only take their simple textbook forms when the angle is in radians. Gradians (grad), also called "gons," divide a full circle into 400 parts, making a right angle exactly 100 grad — a decimal-friendly unit occasionally used in surveying and some European engineering contexts.

UnitFull circleRight angle
Degrees360°90°
Radians2π rad≈6.2832π/2 rad≈1.5708
Gradians400 grad100 grad

Real-World Applications & Fully-Explained Examples

Worked examples — explained in full

1. 90° (a quarter turn) to radians. 90×π/180=π/2≈1.5708 rad.
2. 180° (a half turn) to radians. 180×π/180=π≈3.1416 rad — a useful sanity check, since π radians is one of the most recognizable angle values in mathematics.
3. 1 radian to degrees. 1×180/π≈57.30° — the angle at which the arc length exactly equals the radius.
4. 45° (a common AC phase angle, e.g. at an RC filter's cutoff) to radians. 45×π/180=π/4≈0.7854 rad.
5. 100 gradians to degrees. 100×0.9=90° — confirming a right angle is exactly 100 gradians, by definition.
6. 45° to gradians. 45/0.9=50 grad — exactly half of example 5's 100 grad right angle, consistent with 45° being exactly half of 90°.

Frequently Asked Questions

How do I convert degrees to radians?

Multiply by π/180: e.g. 90°×π/180=π/2≈1.5708 radians.

How do I convert radians to degrees?

Multiply by 180/π: e.g. 1 radian×180/π≈57.30°.

Why do programming languages and calculators often expect radians?

Most trigonometric functions in programming libraries (sin, cos, tan) and mathematical formulas in calculus/physics are defined to work naturally in radians, since radian measure is what makes derivatives of trig functions and series expansions like the Taylor series take their simplest textbook form.

What is a gradian and where is it used?

A gradian (or "gon") divides a full circle into 400 equal parts instead of 360, making a right angle exactly 100 gradians. It sees occasional use in surveying and some European engineering instruments, valued for its clean decimal relationship to right angles, but is far less common than degrees or radians.

Why does AC phase angle matter in electronics?

In AC circuits, voltage and current can be shifted in time relative to each other (due to inductance or capacitance), and this time shift is expressed as a phase angle — used directly in power factor, impedance, and power triangle calculations throughout AC circuit analysis.

What is pi radians equal to in degrees?

π radians = 180° exactly — this is one of the most useful reference points to memorize, since it makes converting many common angles (90°=π/2, 45°=π/4, 60°=π/3, etc.) quick to do from memory.

How many radians are in a full circle?

2π radians (approximately 6.2832), corresponding to 360° — this comes directly from the radian's definition as arc length divided by radius, and a full circle's circumference is 2π times its radius.

Do motors and generators use mechanical or electrical degrees?

Both are used depending on context: mechanical degrees describe the physical rotor position (0-360° per physical revolution), while electrical degrees describe the phase of the generated waveform, which equals mechanical degrees multiplied by the number of magnetic pole pairs — an important distinction in multi-pole machine analysis.

How precise should angle conversions be for engineering calculations?

Match the precision needed by your downstream calculation — control systems and precision positioning often need several decimal places of radian precision, while general conceptual work is usually fine with 1-2 decimal places.

Is there a quick way to estimate radians from degrees without a calculator?

A rough rule of thumb: 1 radian ≈ 57.3°, so dividing a degree value by about 57.3 gives an approximate radian value — useful for quick mental sanity checks, though not a substitute for the exact π/180 conversion in real calculations.

Related Calculators

Impedance CalculatorPower Factor CalculatorAll Calculators