Article

HomeArticles › Degrees vs Radians

Degrees vs Radians: When to Use Which

Degrees and radians measure the same thing — angle — but one of them will silently wreck your homework if you pick the wrong mode. Here's what a radian actually is, why physics refuses to use anything else, and the one trick that saves you from the classic sin(30) trap.

Last updated: May 4, 2026.

What a radian actually is

Most people learn radians as a weird second unit for angles and never get a clean picture of what they mean. Here it is: a radian is the angle you get when the arc length along a circle equals the radius of that circle.

Take any circle. Measure its radius. Now lay that radius along the curved edge like a piece of string. The angle that arc carves out at the center is exactly one radian. That's the whole definition — no circles of fixed size, no special constants. It's a pure geometric ratio: angle in radians = arc length ÷ radius.

Because the full circumference of a circle is 2π × radius, a full trip around the circle is radians. Half a trip is π radians. A quarter is π/2. That's where the pivot conversion comes from:

π rad = 180°

Everything else falls out of that. One radian works out to 180/π ≈ 57.2958°. One degree is π/180 ≈ 0.01745 rad. You do not need to memorize those numbers — memorize π = 180° and derive the rest.

Why calculus and physics use radians exclusively

Here is the part nobody mentions in a trig class: radians aren't just "another unit." They are the only unit that makes calculus clean.

The famous rule d/dx [sin(x)] = cos(x) is only true when x is in radians. In degrees, it becomes d/dx [sin(x°)] = (π/180) · cos(x°). Every single derivative of a trig function sprouts an ugly π/180 factor, which then multiplies through every formula that depends on it. Second derivatives get (π/180)². Integrals get 180/π. Physics would become unreadable.

So every equation in physics — simple harmonic motion x(t) = A cos(ωt), wave equations, rotational kinematics, Euler's formula e^(iθ) = cos θ + i sin θ — implicitly uses radians. When a problem says "ω = 2 rad/s," it means 2 rad/s. If you sneak degrees in, the answer is wrong by a factor of 57, and the units don't catch you because radians are technically dimensionless.

Short version: if you're differentiating, integrating, or doing physics, you're in radians whether you like it or not. Fighting that is fighting the math.

When degrees are fine (honestly, most of life)

Radian evangelism can get out of hand. For anything that isn't calculus, degrees are the better unit because the numbers are human-sized.

  • Everyday geometry. A right angle is 90°. A stop sign has 135° interior angles. These are numbers you can hold in your head. The radian equivalents (π/2, 3π/4) require mental arithmetic on top of the geometry.
  • Navigation. Every compass bearing, flight heading, and nautical chart is in degrees. Nobody says "fly on a heading of 1.5708 radians."
  • Surveying and construction. Theodolites, total stations, and carpentry speeds-squares all read in degrees (and often degrees-minutes-seconds).
  • Astronomy catalogs. Right ascension and declination are degrees-based. So are altitude and azimuth for amateur telescopes.
  • CAD and CNC. Drawing packages default to degrees because that's what machinists and drafters speak.

The rule of thumb: if you're measuring a real-world object or direction, use degrees. If you're solving an equation that came out of calculus, use radians. Most people's day-to-day math is in the first bucket, which is why degree mode is usually the right default on a physical calculator.

How to tell what mode your calculator is in

Every scientific calculator has a tiny mode indicator somewhere on the display — usually a "DEG," "RAD," or "GRAD" pill. (Grad is a third unit, 400 per circle, used almost nowhere. Ignore it.) On the scientific calculator here, the mode sits in the display meta bar where you can't miss it; a tap on the pill toggles between degrees and radians.

The fastest way to sanity-check which mode you're in, if the pill is hidden or you don't trust it, is to type sin(90) and hit equals:

  • If the answer is 1, you're in degree mode. (sin 90° = 1.)
  • If the answer is about 0.8940, you're in radian mode. (90 radians ≈ 5156.6°, which reduces to about 116.6° around the circle, and sin(116.6°) ≈ 0.8940.)

That one test takes two seconds and has saved more homework than any other trick in this article. Do it every time you sit down with an unfamiliar calculator.

Most people get this wrong: sin(30) is not 0.5

Here is the trap that catches every first-year engineering student. You punch sin(30) into a calculator expecting 0.5 — the textbook value of sin 30° — and you get −0.988. Panic.

Nothing is broken. The calculator is in radian mode, and 30 radians is a completely different angle. Work it out: 30 × 180/π ≈ 1718.87°. Subtract 360° four times to reduce it to the first revolution: 1718.87 − 1440 = 278.87°. That's deep in the fourth quadrant, where sine is strongly negative. sin(278.87°) ≈ −0.988. The calculator is right; your expectation was wrong.

The same trap runs in reverse. If you're in degree mode and you compute sin(π/6), you'll get sin(0.5236°) ≈ 0.00914, nowhere near the 0.5 you expected. π/6 is only "30" when the unit is radians.

The critical habit: always glance at the mode pill before you trust a trig result. Every time. If the number looks wildly off — you expected 0.5 and got 0.009, or you expected 1 and got 0.89 — the first suspect is always the mode, not the math.

A cheat sheet of the values worth memorizing

These are the conversions and exact values that cover 90% of real problems:

  • 0° = 0 rad, sin = 0, cos = 1
  • 30° = π/6 rad ≈ 0.5236, sin = 0.5, cos = √3/2 ≈ 0.866
  • 45° = π/4 rad ≈ 0.7854, sin = cos = √2/2 ≈ 0.707
  • 60° = π/3 rad ≈ 1.0472, sin = √3/2, cos = 0.5
  • 90° = π/2 rad ≈ 1.5708, sin = 1, cos = 0
  • 180° = π rad ≈ 3.1416, sin = 0, cos = −1
  • 360° = 2π rad ≈ 6.2832, sin = 0, cos = 1

If you can recognize 1.5708 as "ninety degrees in disguise," you're already ahead of most people working with a scientific calculator.

Frequently asked questions

Why is a radian dimensionless?

Because it's defined as arc length divided by radius — a length over a length. The units cancel. That's also why you'll see angular velocity written as "rad/s" in some contexts and just "1/s" in others; the radian is implicit. It's technically correct but constantly confusing.

Is there a case where radians are better for everyday math?

Yes — arc length. The formula s = rθ (arc length equals radius times angle) only works when θ is in radians. If you want to know how far a point on a spinning wheel travels, radians make it a one-step multiplication. In degrees you'd need s = r · θ · π/180.

What's the deal with gradians?

Gradians (or "gons") divide a full circle into 400 units, so a right angle is exactly 100 grad. They were a metric-system attempt to decimalize angles. They still show up in some European surveying equipment, but for almost any other purpose, ignore the "GRAD" setting on your calculator — hitting it accidentally is a common source of wrong answers.

Does it matter which mode I use for the inverse trig functions?

Absolutely. arcsin(0.5) returns 30 in degree mode and about 0.5236 (which is π/6) in radian mode. If you're plugging an inverse-trig result into a calculus formula, you need the radian version. If you're back-solving a geometry problem, you want degrees.

Try it yourself

Open the scientific calculator, watch the mode pill, and run a few trig values in each mode. Try sin(90) both ways. Try sin(π/6) in radian mode versus degree mode. Once the difference stops being surprising, you've internalized the one thing that matters about this whole topic.

This article is for general education. See our Terms.