Home / Lessons / Radians and Degrees

Radians and Degrees

Understand why radians exist, master conversion formulas, and discover why calculus and physics prefer radians over degrees.

Beginner Free 10 min read

What Is a Radian?

A radian is a unit of angle measurement based on the radius of a circle. Specifically, one radian is the angle at the center of a circle that subtends (cuts off) an arc whose length is exactly equal to the radius of the circle. This definition ties angle measurement directly to the geometry of circles, making radians a natural and mathematically elegant unit.

Imagine you have a circle with radius r. Now take a piece of string equal in length to the radius and lay it along the circumference of the circle. The angle formed at the center by the two radii drawn to the endpoints of that arc is exactly one radian. Since the full circumference of a circle is 2 times pi times r, and each radian corresponds to an arc of length r, there are exactly 2 times pi radians (approximately 6.2832 radians) in a full circle.

1 radian = the angle where arc length = radius

Full circle = 2 pi radians = 360 degrees

Why Are There 2 pi Radians in a Circle?

The circumference of any circle is C = 2 times pi times r. If one radian corresponds to an arc length equal to r, then the number of radians in a full revolution is the total circumference divided by the radius:

Number of radians in a circle = C / r = (2 pi r) / r = 2 pi

This is why pi appears so frequently in angle measurements. A half circle (180 degrees) equals pi radians. A quarter circle (90 degrees) equals pi/2 radians. This relationship between pi and angle measure is not arbitrary -- it emerges directly from the geometry of the circle itself.

Why Not Use a "Nicer" Number?

You might wonder why mathematicians did not define a system where a full circle is a round number like 1 or 10. The answer is that radians are defined by geometry, not by human convenience. The number 2 times pi arises from the ratio of a circle's circumference to its radius. Any other choice would break the elegant connection between arc length and angle, which is precisely what makes radians so powerful in advanced mathematics.

Conversion Formulas

Converting between degrees and radians is straightforward once you know the fundamental relationship: 180 degrees equals pi radians.

Degrees to Radians:   radians = degrees x (pi / 180)

Radians to Degrees:   degrees = radians x (180 / pi)

The trick to remembering: to convert to radians, multiply by pi/180 (you are going toward pi). To convert to degrees, multiply by 180/pi (you are going toward 180).

Common Angle Conversion Table

Degrees Radians (exact) Radians (decimal)
000
30pi/60.5236
45pi/40.7854
60pi/31.0472
90pi/21.5708
1202pi/32.0944
1353pi/42.3562
1505pi/62.6180
180pi3.1416
2107pi/63.6652
2404pi/34.1888
2703pi/24.7124
3005pi/35.2360
3157pi/45.4978
33011pi/65.7596
3602pi6.2832

Key Takeaway

Memorize the key angles: 30 degrees = pi/6, 45 degrees = pi/4, 60 degrees = pi/3, 90 degrees = pi/2, and 180 degrees = pi. All other common angles are multiples or combinations of these. For example, 120 degrees = 2(pi/3) and 270 degrees = 3(pi/2).

Worked Examples

Example 1: Convert 135 Degrees to Radians

Problem

Convert 135 degrees to radians. Express the answer in terms of pi.

Solution

Step 1: Use the formula: radians = degrees x (pi / 180)

Step 2: radians = 135 x (pi / 180)

Step 3: Simplify the fraction: 135 / 180 = 3/4

Step 4: radians = 3pi/4

So 135 degrees equals 3pi/4 radians, which is approximately 2.356 radians.

Example 2: Convert 5pi/6 to Degrees

Problem

Convert 5pi/6 radians to degrees.

Solution

Step 1: Use the formula: degrees = radians x (180 / pi)

Step 2: degrees = (5pi/6) x (180 / pi)

Step 3: The pi cancels: degrees = 5 x 180 / 6

Step 4: degrees = 900 / 6 = 150 degrees

So 5pi/6 radians is exactly 150 degrees.

Example 3: Arc Length Using Radians

Problem

A circle has a radius of 8 cm. Find the arc length subtended by a central angle of 2.5 radians.

Solution

Step 1: Use the arc length formula: s = r times theta (where theta is in radians)

Step 2: s = 8 x 2.5

Step 3: s = 20 cm

The arc length is 20 cm. Notice how simple the formula is in radians -- no conversion factors needed. This is exactly why radians exist.

Why Calculus Prefers Radians

This is perhaps the most important reason to learn radians. In calculus, the derivatives of trigonometric functions are clean and elegant only when angles are measured in radians:

d/dx [sin(x)] = cos(x)     (only when x is in radians)

d/dx [cos(x)] = -sin(x)     (only when x is in radians)

If you were to use degrees instead, every derivative would carry an ugly conversion factor of pi/180:

d/dx [sin(x in degrees)] = (pi/180) x cos(x)

This pi/180 factor would propagate through EVERY calculation.

This is not just an aesthetic preference. In physics, engineering, and any field that uses differential equations, having that extra factor of pi/180 in every equation would be a constant source of errors and complexity. Radians eliminate this factor entirely because of a fundamental property: as the angle theta (in radians) approaches zero, sin(theta)/theta approaches 1. This limit is the foundation of all trigonometric calculus, and it only equals 1 when theta is in radians.

lim (theta -> 0) of sin(theta) / theta = 1     (theta in radians)

The Unit Circle in Radians

The unit circle is a circle of radius 1 centered at the origin. When we use radians, there is a beautiful correspondence: the angle in radians equals the arc length on the unit circle (since s = r times theta and r = 1, we get s = theta). This means that as you walk along the unit circle, the distance you travel equals the angle in radians.

The four quadrant boundaries on the unit circle in radians are:

The special angles (pi/6, pi/4, pi/3 and their multiples) give the well-known exact coordinate values involving square roots of 2, 3, and their halves. Memorizing the unit circle in radians is essential for success in precalculus, calculus, and beyond.

The Arc Length and Sector Area Formulas

Two of the most useful formulas in geometry become remarkably simple when you use radians:

Arc Length:   s = r x theta

Sector Area:   A = (1/2) x r^2 x theta

In both formulas, theta must be in radians. If you use degrees, you need to include a conversion factor of pi/180, which makes the formulas messier. For example, the degree version of arc length is s = (pi x r x theta_degrees) / 180. The radian version is simply s = r times theta. The simplicity is striking and this is a major reason the radian system exists.

Common Mistakes When Working with Radians

Key Takeaway

Radians are not an alternative to degrees -- they are the natural unit of angle measurement. They arise directly from the geometry of circles (arc length equals radius times angle), they make calculus derivatives clean (no pi/180 factor), and they simplify formulas throughout mathematics and physics. Learn to think in radians, and advanced math becomes significantly easier.

Practice Problems

Practice 1

Convert 225 degrees to radians. Express your answer in terms of pi.

Solution: radians = 225 x (pi/180) = 225pi/180 = 5pi/4. So 225 degrees = 5pi/4 radians.

Practice 2

Convert 7pi/4 radians to degrees.

Solution: degrees = (7pi/4) x (180/pi) = 7 x 180 / 4 = 1260 / 4 = 315 degrees.

Practice 3

A wheel has a radius of 35 cm. It rotates through an angle of 4pi/3 radians. What is the distance traveled by a point on the rim?

Solution: Arc length s = r x theta = 35 x (4pi/3) = 140pi/3 = approximately 146.6 cm.

Practice 4

Find the area of a sector with radius 10 m and central angle of pi/5 radians.

Solution: A = (1/2) x r^2 x theta = (1/2) x 100 x (pi/5) = 50pi/5 = 10pi = approximately 31.42 square meters.

Practice 5

Convert 2.8 radians to degrees. Round to one decimal place.

Solution: degrees = 2.8 x (180/pi) = 2.8 x 57.2958 = 160.4 degrees.

Frequently Asked Questions

Why not just use degrees for everything?
Degrees are perfectly fine for everyday angle measurement and basic geometry. However, radians make advanced mathematics dramatically simpler. The derivative of sin(x) is cos(x) only when x is in radians. Arc length is simply s = r times theta only in radians. Taylor series for trig functions work directly in radians. If you plan to study calculus, physics, or engineering, radians are not optional -- they are essential.
What does pi radians actually mean?
Pi radians means the angle formed at the center of a circle when the arc length equals pi times the radius. Since the circumference of a semicircle is pi times r, the angle pi radians is exactly a half turn, or 180 degrees. You can think of it as "the angle that takes you halfway around the circle."
How many radians are in 360 degrees?
There are 2pi radians in 360 degrees (approximately 6.2832 radians). This is because a full circle's circumference is 2 times pi times r, and each radian accounts for an arc of length r. So the total number of radians is (2 pi r) / r = 2pi.
Is 1 radian bigger or smaller than 1 degree?
One radian is much larger than one degree. One radian is approximately 57.296 degrees. So if you see an angle of "2 radians," that is about 114.6 degrees -- much larger than you might expect if you are used to thinking in degrees.
Do engineers use radians or degrees?
Both, depending on the context. Engineers use degrees for practical measurements like angles of pipes, structural beams, and land surveys. However, they use radians extensively in analytical work -- signal processing, control systems, structural dynamics, and AC circuit analysis all rely on radians because the underlying mathematics requires them. Most engineering software and programming languages default to radians for trig functions.
What about gradians or turns? Are there other angle units?
Yes, other angle units exist. Gradians (also called gons) divide a right angle into 100 parts, so a full circle is 400 gradians. This system is used in some European surveying equipment. Turns (or revolutions) measure angles as fractions of a complete rotation, so 1 turn = 360 degrees = 2pi radians. However, degrees and radians dominate in education and science. Degrees are used for everyday measurement, and radians for mathematical analysis.