Guides · 8 min read

Radians vs Degrees: What a Radian Actually Is and When You Must Use One

Degrees are the unit almost everyone meets first, and for a while they are all you need. Then a course introduces radians with no obvious motivation, the special angles are relabelled with fractions of π, and a unit that used to be simple becomes a source of errors.

Radians are not a harder way of saying the same thing. They are a different kind of measurement - one defined by the circle itself rather than by an ancient convention - and several standard formulas only work in them. This guide explains what a radian is, how to move between the two units without thinking, and exactly where using the wrong one silently breaks your answer.

A degree is a convention; a radian is a ratio

There is no mathematical reason a full turn contains 360 degrees. The number is inherited from Babylonian astronomy and it survives because it is convenient: 360 has 24 different whole-number divisors, so halves, thirds, quarters, fifths, sixths, eighths, ninths, tenths and twelfths of a turn are all whole numbers of degrees. That is a genuinely useful property for navigation and construction, and it is the whole justification.

A radian is defined by the circle rather than chosen. Take a circle of radius r, lay an arc of length exactly r along its circumference, and the angle that arc subtends at the centre is one radian. Because the definition is a ratio of two lengths - arc over radius - a radian is dimensionless, which is why it disappears from formulas rather than cluttering them.

A full circumference is 2πr, so it contains 2πr ÷ r = 2π radians. Half a turn is π radians, which is the single equality every conversion comes from.

θ  (radians)=arc lengthradius2π rad=360,π rad=180\theta \;(\text{radians}) = \dfrac{\text{arc length}}{\text{radius}} \qquad\Longrightarrow\qquad 2\pi \text{ rad} = 360^{\circ}, \quad \pi \text{ rad} = 180^{\circ}

One radian is about 57.2958°, which is why nobody uses it for everyday angle measurement.

Converting in both directions

Both conversion factors come straight from π rad = 180°. Divide by 180 to get the value of one degree; divide by π to get the value of one radian.

In practice you never need to remember which way round the fraction goes. Write the conversion as a fraction equal to 1 - either π/180° or 180°/π - and choose the one whose denominator cancels the unit you are starting with.

1=π180 rad1 rad=(180π) ⁣57.29581^{\circ} = \dfrac{\pi}{180}\text{ rad} \qquad\qquad 1\text{ rad} = \left(\dfrac{180}{\pi}\right)^{\!\circ} \approx 57.2958^{\circ}

Multiply by π/180 going into radians; multiply by 180/π coming out.

Example 1 - degrees to radians

Convert 135° to radians, as an exact multiple of π.

  1. Multiply by π/180 so the degree units cancel.
    135×π180=135π180135^{\circ} \times \dfrac{\pi}{180^{\circ}} = \dfrac{135\pi}{180}
  2. Simplify the fraction. Both numbers divide by 45.
    135π180=3π4\dfrac{135\pi}{180} = \dfrac{3\pi}{4}

    Leave it as an exact multiple of π unless the question asks for a decimal. 3π/4 is more useful than 2.356.

  3. Sanity check: 135° is three quarters of 180°, and 3π/4 is three quarters of π.

Answer. 135° = 3π/4 radians ≈ 2.356 radians.

Example 2 - radians to degrees

Convert 7π/6 radians to degrees.

  1. Multiply by 180/π so the π cancels.
    7π6×180π=7×1806\dfrac{7\pi}{6} \times \dfrac{180^{\circ}}{\pi} = \dfrac{7 \times 180^{\circ}}{6}
  2. Evaluate.
    =7×30=210= 7 \times 30^{\circ} = 210^{\circ}
  3. Sanity check: 7π/6 is slightly more than π, and 210° is slightly more than 180°. Both sit in Quadrant III.

Answer. 7π/6 radians = 210°.

The special angles, in both units

You do not need a second unit circle for radians. The four first-quadrant angles convert once, and every other special angle is a whole-number multiple of one of them.

The trick that makes this fast is to think in denominators. Sixths are the 30° family, quarters are the 45° family, thirds are the 60° family. So 5π/6 is five of those 30° steps - 150° - without any arithmetic at all.

  • 30° = π/6, and the family runs π/6, 5π/6, 7π/6, 11π/6 (that is 30°, 150°, 210°, 330°).
  • 45° = π/4, and the family runs π/4, 3π/4, 5π/4, 7π/4 (that is 45°, 135°, 225°, 315°).
  • 60° = π/3, and the family runs π/3, 2π/3, 4π/3, 5π/3 (that is 60°, 120°, 240°, 300°).
  • The quadrantal angles are the halves: 90° = π/2, 180° = π, 270° = 3π/2, 360° = 2π.

The formulas that only work in radians

This is the practical answer to "why bother". Several standard formulas are clean in radians and carry an ugly conversion factor in degrees, and if you forget the factor the answer is simply wrong.

Arc length and sector area are the first place students meet this. Because a radian is defined as the angle whose arc equals the radius, the arc subtended by θ radians is exactly rθ - no constant, no conversion. In degrees the same formula becomes s = πrθ/180, which is the radian formula with the conversion baked in.

The same thing happens in calculus, and there it matters much more. The derivative of sin x is cos x only when x is in radians; in degrees it is (π/180)cos(x°). Every result downstream of that derivative - Taylor series, simple harmonic motion, Fourier analysis - assumes radians. This is the real reason the unit exists.

It shows up in programming too. The trigonometric functions in JavaScript, Python, C and essentially every other language take radians, so passing a degree value to Math.sin gives a plausible-looking number that is meaningless.

s=rθA=12r2θlimx0sinxx=1ddxsinx=cosxs = r\theta \qquad A = \tfrac{1}{2}r^{2}\theta \qquad \lim_{x \to 0}\dfrac{\sin x}{x} = 1 \qquad \dfrac{d}{dx}\sin x = \cos x

All four statements require θ and x in radians. In degrees each acquires a factor of π/180.

Example 3 - arc length and sector area

A circle has radius 8 cm. Find the length of the arc cut off by a central angle of 50°, and the area of the corresponding sector.

  1. Convert the angle to radians first. This is the step that must not be skipped.
    50×π180=5π180.8727 rad50^{\circ} \times \dfrac{\pi}{180^{\circ}} = \dfrac{5\pi}{18} \approx 0.8727 \text{ rad}
  2. Apply the arc-length formula.
    s=rθ=8×0.87276.98 cms = r\theta = 8 \times 0.8727 \approx 6.98\text{ cm}
  3. Apply the sector-area formula.
    A=12r2θ=12(8)2(0.8727)=32×0.872727.93 cm2A = \tfrac{1}{2}r^{2}\theta = \tfrac{1}{2}(8)^{2}(0.8727) = 32 \times 0.8727 \approx 27.93\text{ cm}^{2}
  4. Cross-check the area against the fraction of the whole circle: 50/360 of π(8)² = 0.1389 × 201.06 ≈ 27.93 cm². They agree.

    Had you substituted θ = 50 without converting, the arc would have come out as 400 cm - longer than the entire circumference of about 50 cm. Absurd answers are useful; they tell you the unit was wrong.

Answer. Arc length ≈ 6.98 cm and sector area ≈ 27.93 cm².

Example 4 - the small-angle approximation

Physics texts routinely replace sin θ with θ for small angles. Check how good that is at θ = 0.05 radians, and explain why the same substitution is nonsense in degrees.

  1. Evaluate both quantities in radians.
    sin(0.05)0.0499792versusθ=0.05\sin(0.05) \approx 0.0499792 \qquad\text{versus}\qquad \theta = 0.05
  2. Compute the relative error.
    0.050.04997920.04997920.00042=0.042%\dfrac{0.05 - 0.0499792}{0.0499792} \approx 0.00042 = 0.042\%
  3. Now try the same in degrees. 0.05 radians is about 2.865°, and sin(2.865°) is still 0.0499792 - nothing like 2.865.

    The approximation sin θ ≈ θ is a statement about radians specifically, and it is the reason pendulum and optics derivations insist on them.

Answer. In radians the approximation is accurate to about 0.04% at θ = 0.05. In degrees it is not an approximation at all; the two sides are not even the same order of magnitude.

Which unit should you use?

Neither unit is better in general - they are better at different jobs, and part of fluency is switching without ceremony.

Use degrees when a human has to read the number, when the context is navigation, surveying, construction or machining, and when a problem is stated in degrees and expects degrees back. Use radians whenever calculus is anywhere nearby, whenever you are working with arc length, sector area, angular velocity or circular motion, and whenever you are writing code.

The one rule that is not optional: answer in the unit the question used. A correct value in the wrong unit is marked wrong, and rightly so, because in an applied context it is wrong.

  • Set your calculator's mode before the first keystroke, and check it again after any reset. Most calculators show a small DEG or RAD indicator.
  • The quickest test: sin(30) should give 0.5 in degree mode and about −0.988 in radian mode.
  • A second test that catches the reverse error: sin(π/6) should give 0.5 in radian mode and about 0.00914 in degree mode.
  • If an answer is off by a factor near 57 or near 0.0175, you have a unit error rather than an arithmetic one.

Frequently asked questions

Why is a radian a better unit if it is not a whole number of anything?

Because it is defined by the circle rather than imposed on it. Measuring an angle as arc length divided by radius makes the measure dimensionless, which is what lets s = rθ, A = ½r²θ and the derivative of sine come out without conversion constants. Degrees are convenient for people; radians are convenient for mathematics.

Should I leave answers as multiples of π or convert to decimals?

Keep the exact form - 3π/4 rather than 2.356 - unless the question asks for a decimal or you are producing a physical measurement. Exact forms do not accumulate rounding error, and they make special angles recognisable at a glance.

Do radians change the values of sine and cosine?

No. sin 30° and sin(π/6) are the same number, 0.5, because 30° and π/6 are the same angle. Only the label on the angle changes; the point on the unit circle does not move.

What are gradians, and do I need them?

A gradian divides a right angle into 100 parts, so a full turn is 400 gradians. Some surveying instruments and many calculators support them - the GRAD mode. You will almost certainly never need it, but you do need to recognise the mode indicator, because being stuck in GRAD produces answers that look nearly right and are not.

How do I convert an angular speed rather than an angle?

Exactly the same factors apply, because the conversion is linear. Revolutions per minute to radians per second, for instance, is multiply by 2π then divide by 60: 33 rpm is 33 × 2π / 60 ≈ 3.456 rad/s.

Keep going

Practise it

Reading a method is not the same as running it under time pressure. The workspace drills this material in the quiz, and the triangle solver shows a worked solution for any triangle you type in.