Radian - Definition, Formula, Conversion

#Trigonometry
TL;DR
A radian is the angle subtended at the centre of a circle by an arc whose length equals the radius. By definition, $\theta = s/r$ (arc length over radius). A full circle is $2\pi$ radians, so $360° = 2\pi$ rad, $180° = \pi$ rad, and $1\text{ rad} \approx 57.296°$.
BT
Bhanzu TeamLast updated on May 15, 20268 min read

What Is a Radian?

A radian is the unit of angle measure defined geometrically: it is the angle at the centre of a circle that subtends (cuts off) an arc whose length equals the radius of that circle.

The formula:

$$\theta_{\text{rad}} = \frac{s}{r}$$

where $s$ is the arc length and $r$ is the radius. The radian is dimensionless — a ratio of two lengths.

Because the circumference of a circle is $2\pi r$, a full rotation is:

$$\theta_{\text{full circle}} = \frac{2\pi r}{r} = 2\pi \text{ radians}$$

So a full circle is exactly $2\pi \approx 6.283$ radians. The relationship to degrees:

$$2\pi \text{ rad} = 360°$$

$$\pi \text{ rad} = 180°$$

$$1 \text{ rad} = \frac{180°}{\pi} \approx 57.296°$$

How Do You Convert Degrees to Radians?

The conversion formulas come from the relationship $\pi \text{ rad} = 180°$.

$$\text{radians} = \text{degrees} \times \frac{\pi}{180}$$

$$\text{degrees} = \text{radians} \times \frac{180}{\pi}$$

Common Angles in Both Units

Degrees

Radians

0

30°

$\tfrac{\pi}{6}$

45°

$\tfrac{\pi}{4}$

60°

$\tfrac{\pi}{3}$

90°

$\tfrac{\pi}{2}$

120°

$\tfrac{2\pi}{3}$

135°

$\tfrac{3\pi}{4}$

150°

$\tfrac{5\pi}{6}$

180°

$\pi$

270°

$\tfrac{3\pi}{2}$

360°

$2\pi$

Worked Examples

Convert 60° to radians.

$$60° \times \frac{\pi}{180} = \frac{60\pi}{180} = \frac{\pi}{3}$$

Convert $\tfrac{5\pi}{6}$ radians to degrees.

$$\frac{5\pi}{6} \times \frac{180}{\pi} = \frac{5 \times 180}{6} = 150°$$

Why Use Radians Instead of Degrees? (The Real-World GROUND)

"Degrees are arbitrary. Radians are nature's own unit." — paraphrased from any calculus textbook.

The 360-degree convention is arbitrary — it comes from the Babylonian base-60 numeral system around 2000 BCE. The choice of 360 specifically was probably influenced by the rough number of days in a year (the Babylonians worked with 360-day calendars) and the convenience of 360 = 8 × 45 = 6 × 60.

The radian, by contrast, is defined by the geometry of the circle itself — no human convention is needed. In any circle, the relationship between arc length, radius, and central angle is the same in radians.

This isn't aesthetic preference — it's why mathematics and physics work cleanly only when angles are in radians:

  • Calculus. $\frac{d}{dx}(\sin x) = \cos x$ is true only when $x$ is in radians. In degrees, the derivative is $\frac{\pi}{180} \cos x°$ — an ugly constant factor every time. Radians make the derivative clean.

  • Series expansions. $\sin x = x - \tfrac{x^3}{6} + \tfrac{x^5}{120} - \ldots$ holds only for $x$ in radians.

  • Angular velocity. In physics, $\omega = \frac{d\theta}{dt}$ uses radians per second. This connects directly to linear velocity via $v = r\omega$.

  • Engineering — rotation. Motor RPM (revolutions per minute) is often converted to rad/s for control-system calculations because rad/s plays nicely with calculus.

  • Astronomy. Parallax angles and apparent diameters are typically given in arcseconds (1° = 3,600 arcsec) for human readability, but the underlying physics uses radians.

The Swiss mathematician Roger Cotes (1682–1716) is sometimes credited with the concept of radian measure, though he didn't use the term. The word radian itself was coined by James Thomson in 1873.

Learn more: Trigonometric Table

What Is the Difference Between Radians and Degrees?

Radians and degrees both measure the same thing — angles — but on different scales and from different origins. Side by side:

Feature

Degrees

Radians

Origin

Babylonian base-60 system (~2000 BCE)

Circle geometry (arc length ÷ radius)

Full circle

$360°$

$2\pi \approx 6.283$ rad

Straight angle

$180°$

$\pi$ rad

Right angle

$90°$

$\tfrac{\pi}{2}$ rad

Symbol

$°$

rad (often omitted)

Dimensionless?

Yes (arbitrary unit)

Yes (length ÷ length)

Used in

Geometry, surveying, navigation, everyday angles

Calculus, physics, engineering, pure math

Calculator mode

DEG

RAD

$\frac{d}{dx}\sin x$

$\frac{\pi}{180}\cos x°$ (messy)

$\cos x$ (clean)

Best for

Human-readable angles

Mathematical/physical formulas

The practical rule of thumb. If you're solving a geometry problem with angles labelled "30°, 60°, 90°" — use degrees and convert if a formula demands it. If you're doing calculus, mechanics, or any problem involving derivatives, integrals, or angular velocity — use radians from the start.

Where Are Radians Used? (Practical Applications)

Radians aren't a math-class curiosity — they show up in nearly every quantitative field that touches rotation, oscillation, or waves.

  • Calculus. The derivative identities $\frac{d}{dx}\sin x = \cos x$, $\frac{d}{dx}\cos x = -\sin x$, $\frac{d}{dx}\tan x = \sec^2 x$ — all require $x$ in radians.

  • Angular kinematics. Angular velocity $\omega = d\theta/dt$ and angular acceleration $\alpha = d\omega/dt$ are measured in rad/s and rad/s². The linear-velocity relation $v = r\omega$ assumes radians.

  • Simple harmonic motion. A mass on a spring oscillates as $x(t) = A\cos(\omega t + \phi)$ with $\omega t$ in radians.

  • Wave equations. Sinusoidal waves $y = A\sin(kx - \omega t)$ use radians for both the spatial phase $kx$ and the temporal phase $\omega t$.

  • Electrical engineering — AC circuits. Phase angles between voltage and current are stated in radians for impedance calculations.

  • Computer graphics. Rotation matrices use radians. Every 3D engine — Unity, Unreal, Blender — accepts angles in radians for trigonometric operations under the hood.

  • Robotics. Joint angles for robot arms are tracked in radians for control-loop math.

  • Astronomy. Parallax angles, apparent diameters, and orbital elements get converted to radians for small-angle approximations like $\sin \theta \approx \theta$ (which only works in radians).

  • GPS and navigation. Latitude-longitude calculations use radians internally even when displayed to users in degrees.

  • Signal processing. The Fourier transform expresses frequency in radians per sample (or rad/s for continuous signals).

The single thread connecting all these: any time a formula involves $d/dx$, integration, small-angle approximations, or $r\theta$/$r\omega$ relationships, radians are not just convenient — they're required. Plug degrees in and the formulas break.

On the unit circle (radius $r = 1$ centred at the origin), a radian measure $\theta$ corresponds to:

  • An arc length of $\theta$ along the circle.

  • A central angle of $\theta$ radians.

Because the radius is 1, arc length equals angle measure. This is the geometric reason radians appear naturally in trig:

  • $\sin\theta$ = $y$-coordinate of the point at angle $\theta$ on the unit circle.

  • $\cos\theta$ = $x$-coordinate of the same point.

When the angle is in radians, these coordinates are functions of arc length along the unit circle — and the calculus of these functions has a clean derivative form.

A Worked Example

Find the arc length of a circle of radius 10 cm subtended by a 60° angle.

The intuitive (wrong) approach. A student plugs the angle in degrees directly into the arc length formula $s = r\theta$:

$$s \stackrel{?}{=} 10 \times 60 = 600 \text{ cm}$$

That answer is 600 cm — about 6 metres of arc on a circle whose circumference is only $2\pi \cdot 10 \approx 62.8$ cm. Clearly wrong.

Why it fails. The formula $s = r\theta$ uses $\theta$ in radians, not degrees. Without conversion, you get a number off by a factor of $\frac{180}{\pi} \approx 57.3$.

The correct method. Convert 60° to radians first:

$$60° \times \frac{\pi}{180} = \frac{\pi}{3} \text{ rad}$$

Then apply the arc-length formula:

$$s = r\theta = 10 \times \frac{\pi}{3} = \frac{10\pi}{3} \approx 10.47 \text{ cm}$$

Check. A 60° angle is one-sixth of a full circle. One-sixth of the circumference $2\pi \cdot 10 \approx 62.8$ cm is $\approx 10.47$ cm ✓.

At Bhanzu, our trainers teach the radians-not-degrees rule early — every formula involving $s = r\theta$, $A = \tfrac{1}{2}r^2\theta$ (sector area), $v = r\omega$, or $\frac{d}{dx}\sin x$ requires radians. Once that connection sticks, the most common slip is gone.

What Are the Most Common Mistakes With Radians?

Mistake 1: Using degrees in formulas that require radians

Where it slips in: Arc length $s = r\theta$, sector area, angular velocity, calculus derivatives.

Don't do this: Plugging degrees into $s = r\theta$.

The correct way: Convert to radians first. If a formula uses $\theta$ without units, default-assume radians. The rusher who forgets this conversion produces nonsense answers — usually off by a factor of $\approx 57$.

Mistake 2: Forgetting $\pi$ is a number (not a unit)

Where it slips in: Writing answers like "$\theta = \tfrac{\pi}{4}$ radians" — actually fine, but also writing "$\theta = \tfrac{\pi}{4}$" without the unit.

Don't do this: Treating $\pi$ as a unit.

The correct way: $\pi$ is a number ($\approx 3.14159$), not a unit. Radians is the unit (often omitted because radian is dimensionless). $\theta = \pi/4$ means $\theta \approx 0.785$ rad — a value, not a "$\pi/4$ count."

Mistake 3: Calculator in the wrong mode

Where it slips in: Calculator set to DEG mode while you're working in RAD, or vice versa.

Don't do this: Compute $\sin(1.0)$ on a DEG-mode calculator expecting the sin of 1 radian.

The correct way: Always check the mode before computing trig values. $\sin(1°) \approx 0.0175$. $\sin(1 \text{ rad}) \approx 0.841$. Different by a factor of nearly 50.

The Mathematicians Who Shaped Radian Measure

Roger Cotes (1682–1716, England) — First to articulate the radian as the natural unit of angle in his posthumous 1722 Harmonia Mensurarum. Newton said of Cotes' early death: "Had Cotes lived, we might have known something."

Leonhard Euler (1707–1783, Switzerland) — Implicitly used radian measure throughout his work on series expansions of sin and cos, which only work cleanly in radians.

James Thomson (1822–1892, Ireland/Scotland) — Older brother of Lord Kelvin; coined the term radian in 1873. Before then, the unit was used but didn't have a standard name.

A Practical Next Step

Try these three before moving on to angular velocity and rotational motion.

  1. Convert 135° to radians.

  2. Convert $\tfrac{7\pi}{6}$ rad to degrees.

  3. Find the arc length on a circle of radius 8 m subtended by an angle of $\tfrac{\pi}{4}$ radians.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a radian in simple words?
A radian is a unit of angle measure based on the geometry of a circle. One radian is the angle that, when drawn at the centre of a circle, cuts off an arc equal in length to the radius. There are $2\pi \approx 6.28$ radians in a full circle.
What is the formula for radians?
$\theta = s/r$, where $s$ is the arc length and $r$ is the radius of the circle. The radian is dimensionless — it's a ratio of two lengths.
How do you convert degrees to radians?
Multiply by $\tfrac{\pi}{180}$. For example, $60° \times \tfrac{\pi}{180} = \tfrac{\pi}{3}$ radians.
How do you convert radians to degrees?
Multiply by $\tfrac{180}{\pi}$. For example, $\tfrac{\pi}{4} \text{ rad} \times \tfrac{180}{\pi} = 45°$.
How many radians are in a circle?
A full circle is $2\pi$ radians (~6.283). Half a circle (a straight line) is $\pi$ radians. A right angle is $\tfrac{\pi}{2}$ radians.
Why do we use radians instead of degrees?
Because radians are the natural angle unit derived from circle geometry — not an arbitrary historical choice like 360 degrees. In calculus and physics, formulas like $\frac{d}{dx}\sin x = \cos x$ and $v = r\omega$ are clean only when angles are in radians.
Is $\pi/2$ a radian measure?
Yes — $\pi/2$ radians equals $90°$. The number $\pi/2$ is just a value (about 1.571); the unit is radians, often left unwritten because the radian is dimensionless.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →