Radians and Degrees

Learn to convert between radians and degrees, two ways of measuring angles.

Advanced25 minLesson

Definition

Radians and degrees are two different units for measuring angles.
  • Degrees: A full circle is 360°360°
  • Radians: A full circle is 2π2\pi radians
The key relationship:
180°=π radians180° = \pi \text{ radians}
This means:
  • To convert degrees to radians: multiply by π180\frac{\pi}{180}
  • To convert radians to degrees: multiply by 180π\frac{180}{\pi}

Try it now

How many degrees are in a full circle?

Worked Examples

Convert 45°45° to radians.

1

Write the conversion formula

Radians == Degrees ×π180\times \frac{\pi}{180} → Formula ready

2

Substitute the value

45×π18045 \times \frac{\pi}{180} → 45π180\frac{45\pi}{180}

3

Simplify the fraction

45π180=π4\frac{45\pi}{180} = \frac{\pi}{4} → Divide both by 45

Common Mistakes

Forgetting to simplify the fraction after conversion

Why it's wrong: The raw calculation often gives an unsimplified result like 90π180\frac{90\pi}{180}.

Correct: Always simplify: 90π180=π2\frac{90\pi}{180} = \frac{\pi}{2}. Look for common factors.

Using degrees when calculator is in radian mode (or vice versa)

Why it's wrong: Calculators have different modes. sin⁡(90)\sin(90) in radian mode gives approximately 0.8940.894, not 11.

Correct: Always check your calculator mode. sin⁡(90°)=1\sin(90°) = 1 but sin⁡(90 rad)≈0.894\sin(90 \text{ rad}) \approx 0.894.

Confusing π\pi radians with 180π180\pi degrees

Why it's wrong: Mixing up the conversion direction leads to huge errors.

Correct: π\pi radians =180°= 180° (not 180π°180\pi°). Remember: π≈3.14\pi \approx 3.14 is the radian value.

Interactive Visual

Unit Circle

Degrees

0°

Radians

0

sin(θ)

0

cos(θ)

1

tan(θ)

0

Coordinates (cos, sin)

(1, 0)

Click and drag to rotate the angle around the unit circle.

Angle Explorer

0°90°180°
Acute

Drag the blue point or use the slider to change the angle.

Interactive Sandbox

Expression Calculator

Try these:

History

No calculations yet

Practice Problems

16 problems
Problem 1 of 16
Easy

How many degrees are in a full circle?

Why It Matters

Radians are essential in higher mathematics and science:
  • Calculus: Derivatives of trigonometric functions only work correctly with radians
  • Physics: Angular velocity and acceleration use radians per second
  • Engineering: Circular motion calculations require radians
  • Programming: Most programming languages use radians for trig functions
While degrees are intuitive for everyday use, radians make mathematical formulas simpler and more elegant!

Real World Applications

Rotating Objects in Video Games

Game developers use radians to rotate characters and objects smoothly on screen.

Example:

A character turning 90°90° to face right rotates π2\frac{\pi}{2} radians in the code.

1Try It Yourself

A spaceship needs to rotate 270 degrees to face the player.

How many radians should the programmer use?

Step 1: Write the mathematical expression

Convert 270°270° to radians:

Circular Motion in Physics

Scientists measure angular velocity in radians per second for rotating objects.

Example:

A wheel spinning at 2π2\pi radians per second completes exactly one full rotation every second.

2Try It Yourself

A Ferris wheel rotates 60 degrees every 10 seconds.

What is its angular velocity in radians per second?

Step 1: Write the mathematical expression

First convert 60°60° to radians, then divide by time:

Key Takeaways

  • 1180°=π180° = \pi radians is the key relationship
  • 2To convert degrees to radians: multiply by π180\frac{\pi}{180}
  • 3To convert radians to degrees: multiply by 180π\frac{180}{\pi}
  • 4Common angles: 30°=π630° = \frac{\pi}{6}, 45°=π445° = \frac{\pi}{4}, 60°=π360° = \frac{\pi}{3}, 90°=π290° = \frac{\pi}{2}
  • 5Radians are preferred in calculus, physics, and programming

Frequently Asked Questions

Radians make calculus formulas much simpler. For example, the derivative of sin⁡(x)\sin(x) is cos⁡(x)\cos(x) only when xx is in radians. With degrees, you would need an extra conversion factor.
Radians make calculus formulas much simpler. For example, the derivative of sin⁡(x)\sin(x) is cos⁡(x)\cos(x) only when xx is in radians. With degrees, you would need an extra conversion factor.
One radian is the angle where the arc length equals the radius. It is approximately 57.3°57.3°. Think of wrapping the radius around the circle's edge - that arc spans 1 radian.
Start with 180°=π180° = \pi. Then 90°=π290° = \frac{\pi}{2} (half), 60°=π360° = \frac{\pi}{3} (third), 45°=π445° = \frac{\pi}{4} (quarter), 30°=π630° = \frac{\pi}{6} (sixth).

Glossary

Radian
A unit of angle measurement where the angle subtends an arc equal in length to the radius. One full circle is 2π2\pi radians.
Degree
A unit of angle measurement where one full circle equals 360°360°.
Pi (π\pi)
The ratio of a circle's circumference to its diameter, approximately 3.141593.14159.
Reference angle
The acute angle formed between the terminal side of an angle and the x-axis.
Unit circle
A circle with radius 1 centered at the origin, used to define trigonometric functions.

Formula Card

Degrees to Radians

rad=deg×π180\text{rad} = \text{deg} \times \frac{\pi}{180}

Multiply degrees by pi/180

Radians to Degrees

deg=rad×180π\text{deg} = \text{rad} \times \frac{180}{\pi}

Multiply radians by 180/pi

Key Relationship

180°=π rad180° = \pi \text{ rad}

The fundamental conversion

Full Circle

360°=2π rad360° = 2\pi \text{ rad}

A complete rotation

More in This Topic