Degrees & Radians

A 4,000-Year Story — and Why It Matters for Calculus

When you write 90°, you're using a system invented by ancient Babylonian astronomers. When you write \(\tfrac{\pi}{2}\), you're using a unit that grows directly out of a circle's own geometry. This page tells both stories — and explains why every math course beyond pre-calculus works almost entirely in radians.

1 The Ancient Degree

Degrees did not emerge from any deep mathematical truth. They were born of astronomy, practical convenience, and one civilization's particular way of counting.

c. 2000 BCE

🏺 The Babylonians — Inventors of the 360° Circle

The Babylonians used a base-60 (sexagesimal) number system. Sixty is a remarkably useful number: it has 12 divisors (1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60), making fractions like one-third, one-quarter, and one-sixth exact in base 60 — no repeating digits.

Their astronomers tracked the sun's slow drift against the background stars. Over one year, the sun completes one full circuit and moves roughly 1° per day. A Babylonian year had about 360 days, so they divided the full circle into 360 equal parts — one for each day of the year.

Key insight: 360 was chosen because it approximates the solar year and is divisible by 24 different whole numbers, making it extremely practical for ancient astronomy and geometry. It was a choice of convenience, not mathematical necessity.
c. 150 BCE

🏛️ Hipparchus of Nicaea — The First Trig Tables

The Greek astronomer Hipparchus adopted the Babylonian degree system and compiled the first known trigonometric table (a table of chord lengths for different central angles). He also subdivided each degree into 60 arcminutes and each arcminute into 60 arcseconds — the DMS system (degrees–minutes–seconds) still used in GPS coordinates today.

c. 150 CE

📜 Ptolemy's Almagest — The Standard for 1,400 Years

Claudius Ptolemy's astronomical masterwork, the Almagest, codified degree-based trigonometry in exhaustive detail. It was the authoritative reference for astronomy in Europe and the Islamic world for over a millennium. Every educated mathematician from the Roman Empire through the Renaissance thought in degrees.

c. 1800 CE

🥐 France Tries 400 — The Gradian Experiment

During the French Revolution, France launched a sweeping metrication effort: meters, grams, liters, even decimal time. For angles they proposed the gradian (also called "grad" or "gon"): 400 gradians = full circle, so a right angle is a tidy 100 gradians.

Gradians survive today in some surveying software and scientific calculators (the GRAD mode). But they never displaced degrees in everyday use — demonstrating once again that 360° is a historical convention, not a mathematical law.

The takeaway: Degrees, gradians, and even "turns" (1 turn = 360°) are all valid angle units. The choice of 360 is arbitrary. This raises a natural question: is there a non-arbitrary way to measure angles?

2 What Is a Radian?

Unlike degrees, a radian is defined entirely by the geometry of the circle itself — no arbitrary numbers required.

O r r arc = r θ = 1 rad ≈ 57.3° When arc length = radius, the angle = 1 radian

The Definition

Take any circle. Measure off an arc along its circumference that is equal in length to the circle's radius \(r\). The central angle subtended by that arc is defined to be exactly 1 radian.

Because the full circumference equals \(2\pi r\), you can fit exactly \(2\pi\) such radius-lengths around the entire circle. Therefore:

$$360° = 2\pi \text{ radians} \approx 6.2832 \text{ rad}$$

This relationship follows purely from the definition of \(\pi\) — no arbitrary numbers were chosen.

A Brief History of the Radian

  • 1714 Roger Cotes (1682–1716) first described the radian concept in work published posthumously. He showed that measuring angles as arc/radius ratios produced cleaner mathematical formulas.
  • 1873 James Thomson (1822–1892), brother of the famous Lord Kelvin, coined the word radian in an examination paper at Queen's College Belfast. The name "radian" is a portmanteau of radius and angle.
  • Late 1800s As calculus matured, radians became the universal standard in pure mathematics and physics. The reason: they make the derivatives of trig functions come out clean — no conversion factors needed (see Section 3 below).

3 Six Reasons Mathematics Uses Radians

Each of the following formulas is elegant in radians and messy in degrees. This is why every course beyond pre-calculus — calculus, physics, engineering — works exclusively in radians.

1

Arc Length

The length \(s\) of a circular arc with central angle \(\theta\) and radius \(r\):

$$s = r\theta$$

Radians: \(s = r\theta\)  ✓ clean
Degrees: \(s = \dfrac{\pi r\theta}{180}\)  — requires conversion

2

Area of a Sector

The area of a "pie-slice" sector with central angle \(\theta\):

$$A = \tfrac{1}{2}r^2\theta$$

Radians: \(A = \tfrac{1}{2}r^2\theta\)  ✓ clean
Degrees: \(A = \dfrac{\pi r^2\theta}{360}\)  — requires conversion

3

Derivatives of Trig Functions

This is the single most important reason calculus uses radians. In radians, the derivatives are perfectly clean:

$$\frac{d}{dx}[\sin x] = \cos x$$ $$\frac{d}{dx}[\cos x] = -\sin x$$

In degrees, a factor of \(\dfrac{\pi}{180}\) appears in every single derivative, cluttering every calculus formula. Radians make it vanish entirely.

Why? The derivative formula \(\frac{d}{dx}[\sin x] = \cos x\) depends on the limit \(\lim_{x\to 0}\frac{\sin x}{x} = 1\), which is only true when \(x\) is in radians.
4

Taylor Series

One of calculus's greatest results: every trig function can be expressed as an infinite polynomial. These series only work when \(x\) is in radians:

$$\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!} + \cdots$$ $$\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \cdots$$

These series converge for all real \(x\). They're how your calculator actually computes sine and cosine — by adding up polynomial terms until the answer is accurate enough.

5

Small Angle Approximation

For small angles \(\theta\) (in radians), the Taylor series shows that the first term dominates:

$$\sin\theta \approx \theta \approx \tan\theta$$

Example: \(\sin(0.1) \approx 0.09983\), which differs from \(0.1\) by less than 0.2%. This approximation is used throughout physics, astronomy, and optics wherever angles are small.

Note: \(\theta = 0.1\) rad is about 5.7°. In degrees, the corresponding statement would be \(\sin(5.73°) \approx 0.0998\) — an ugly number that reveals nothing about the underlying pattern.

6

Euler's Formula

One of the most profound results in all of mathematics connects exponentials, trig functions, and complex numbers:

$$e^{i\theta} = \cos\theta + i\sin\theta$$

Setting \(\theta = \pi\) gives what is often called the most beautiful equation in mathematics:

$$e^{i\pi} + 1 = 0$$

This works because \(\pi\) is literally the arc length of a semicircle on the unit circle — a purely geometric quantity, measured in radians.

4 Conversion Quick Reference

Degrees Radians (exact) Radians (decimal)
\(0\) 0.0000
30° \(\pi/6\) 0.5236
45° \(\pi/4\) 0.7854
60° \(\pi/3\) 1.0472
90° \(\pi/2\) 1.5708
120° \(2\pi/3\) 2.0944
135° \(3\pi/4\) 2.3562
150° \(5\pi/6\) 2.6180
180° \(\pi\) 3.1416
210° \(7\pi/6\) 3.6652
225° \(5\pi/4\) 3.9270
240° \(4\pi/3\) 4.1888
270° \(3\pi/2\) 4.7124
300° \(5\pi/3\) 5.2360
315° \(7\pi/4\) 5.4978
330° \(11\pi/6\) 5.7596
360° \(2\pi\) 6.2832

Conversion Formulas

Degrees → Radians (multiply by \(\pi/180\)):

$$\text{rad} = \text{deg} \times \frac{\pi}{180}$$

Radians → Degrees (multiply by \(180/\pi\)):

$$\text{deg} = \text{rad} \times \frac{180}{\pi}$$

Memory trick: \(\pi \text{ rad} = 180°\). Both conversion factors are just different ways of writing 1 — multiplying by them changes the label, not the angle.

Convention in mathematics & programming: When an angle appears with no unit label — for example, \(\sin(x)\) where \(x = \pi/3\) — radians are always assumed. This is the default in Python, JavaScript, C, Java, and every scientific calculator's RAD mode.

5 The Unit Circle Connection

On a unit circle (radius \(r = 1\)), the arc length formula simplifies to something remarkable:

$$s = r\theta = 1 \cdot \theta = \theta$$

On the unit circle, arc length and angle in radians are the same number. The radian value is not just a label — it is literally a distance along the circle.

When you see \(\theta = \tfrac{\pi}{2}\) on the unit circle, you are not merely seeing "90° in different notation." You are seeing that the arc from \((1,\,0)\) to \((0,\,1)\) has a length of exactly \(\tfrac{\pi}{2} \approx 1.5708\) — meaning roughly 1.57 radii fit along that quarter-circle arc.

This is why the unit circle is so central to trigonometry: by setting \(r = 1\), the radius disappears from every formula, leaving the pure geometric relationship between angle and position. The coordinates at angle \(\theta\) are \((\cos\theta,\, \sin\theta)\), and the arc length from the starting point is simply \(\theta\) itself.

Why \(r = 1\)?

Choosing \(r = 1\) eliminates the radius from the arc length formula (\(s = \theta\)), the sector area formula (\(A = \tfrac{1}{2}\theta\)), and the coordinate formulas for sine and cosine.

The unit circle is not a special case — it is the most general and informative case, because it isolates the pure angle relationship free of any particular scale.

Ready to practice the unit circle angles in both degrees and radians?

Go to the Unit Circle Quiz →