Degrees to Radians Converter
Convert degrees to radians instantly with exact \( \pi \)-form, decimal radians, normalized angles, coterminal angles, quadrant location, unit-circle position, trigonometric values, step-by-step explanation, and a reference chart for common angles. This tool is built for students, teachers, engineers, coders, physics learners, calculus learners, and anyone working with angular measurement.
Convert Degrees to Radians
Result
| Output | Value | Meaning |
|---|
Degrees to Radians Formula
The formula to convert degrees to radians is:
\[ radians = degrees \times \frac{\pi}{180} \]
The reverse formula to convert radians to degrees is:
\[ degrees = radians \times \frac{180}{\pi} \]
These formulas come from the fact that one complete circle has \(360^\circ\), and the same complete circle also has \(2\pi\) radians. Therefore:
\[ 360^\circ = 2\pi \quad \Rightarrow \quad 180^\circ = \pi \]
Dividing both sides by \(180\), we get:
\[ 1^\circ = \frac{\pi}{180} \]
That is why every degree value can be converted into radians by multiplying it by \( \frac{\pi}{180} \).
What Is a Degree?
A degree is a familiar unit for measuring angles. A full turn around a circle is divided into \(360\) equal parts, and each part is called one degree. This means \(90^\circ\) is one quarter of a full turn, \(180^\circ\) is a half turn, \(270^\circ\) is three quarters of a turn, and \(360^\circ\) brings you back to the starting direction.
Degrees are common in school geometry, navigation, map directions, engineering drawings, design software, everyday angle measurement, and many calculator interfaces. When someone says a right angle is \(90^\circ\), most people immediately recognize it. That makes degrees excellent for communication and quick visual understanding.
However, degrees are not the natural angle unit for advanced mathematics. Calculus, trigonometric functions, physics equations, angular velocity, oscillations, waves, and many programming languages often use radians. This is why students frequently need a reliable degrees to radians converter.
What Is a Radian?
A radian is an angle unit based on the geometry of a circle. One radian is the angle made at the center of a circle when the arc length equals the radius of the circle. If the radius is \(r\) and the arc length is also \(r\), the central angle is \(1\) radian.
The definition can be written as:
\[ \theta = \frac{s}{r} \]
Here, \( \theta \) is the angle in radians, \(s\) is the arc length, and \(r\) is the radius. This formula is one of the main reasons radians are powerful. Radians connect angle measurement directly to distance along a circle.
A full circle has circumference:
\[ C = 2\pi r \]
If the full arc length is \(2\pi r\), then the full angle in radians is:
\[ \theta = \frac{2\pi r}{r} = 2\pi \]
Therefore, \(360^\circ = 2\pi\) radians. This relationship is the foundation of every degree-radian conversion.
Common Degrees to Radians Chart
| Degrees | Exact radians | Decimal radians | Common meaning |
|---|---|---|---|
| 0° | \(0\) | 0 | Starting direction |
| 15° | \(\frac{\pi}{12}\) | 0.261799 | Small special angle |
| 30° | \(\frac{\pi}{6}\) | 0.523599 | Special triangle angle |
| 45° | \(\frac{\pi}{4}\) | 0.785398 | Half of a right angle |
| 60° | \(\frac{\pi}{3}\) | 1.047198 | Equilateral triangle angle |
| 90° | \(\frac{\pi}{2}\) | 1.570796 | Right angle |
| 120° | \(\frac{2\pi}{3}\) | 2.094395 | Quadrant II special angle |
| 135° | \(\frac{3\pi}{4}\) | 2.356194 | Quadrant II diagonal |
| 150° | \(\frac{5\pi}{6}\) | 2.617994 | Quadrant II special angle |
| 180° | \(\pi\) | 3.141593 | Straight angle |
| 210° | \(\frac{7\pi}{6}\) | 3.665191 | Quadrant III special angle |
| 225° | \(\frac{5\pi}{4}\) | 3.926991 | Quadrant III diagonal |
| 240° | \(\frac{4\pi}{3}\) | 4.188790 | Quadrant III special angle |
| 270° | \(\frac{3\pi}{2}\) | 4.712389 | Negative y-axis |
| 300° | \(\frac{5\pi}{3}\) | 5.235988 | Quadrant IV special angle |
| 315° | \(\frac{7\pi}{4}\) | 5.497787 | Quadrant IV diagonal |
| 330° | \(\frac{11\pi}{6}\) | 5.759587 | Quadrant IV special angle |
| 360° | \(2\pi\) | 6.283185 | Full rotation |
How to Convert Degrees to Radians Step by Step
To convert degrees to radians, follow one simple process:
- Start with the angle in degrees.
- Multiply by \( \frac{\pi}{180} \).
- Simplify the fraction if possible.
- Write the exact answer in \( \pi \)-form.
- Use a calculator only if you need a decimal approximation.
Example: convert \(45^\circ\) to radians.
\[ 45^\circ \times \frac{\pi}{180} = \frac{45\pi}{180} \]
Now simplify the fraction:
\[ \frac{45\pi}{180} = \frac{\pi}{4} \]
So:
\[ 45^\circ = \frac{\pi}{4} \approx 0.785398 \]
Why Radians Matter in Mathematics
Radians are not just another way to label angles. They make many mathematical formulas cleaner. In calculus, the derivative of \( \sin x \) is exactly \( \cos x \) only when \(x\) is measured in radians. If degrees were used directly, extra conversion factors would appear. This is one major reason radians are the standard angle unit in calculus.
For example:
\[ \frac{d}{dx}\sin x = \cos x \]
This elegant derivative assumes \(x\) is in radians. Radians also simplify arc length:
\[ s = r\theta \]
and sector area:
\[ A = \frac{1}{2}r^2\theta \]
Again, these formulas use \( \theta \) in radians. If \( \theta \) is given in degrees, it must be converted first.
Degrees to Radians in Physics and Engineering
Physics and engineering frequently use radians because angular motion connects directly with distance, velocity, acceleration, waves, oscillations, and rotation. Angular velocity is often measured in radians per second:
\[ \omega = \frac{\theta}{t} \]
Linear speed for circular motion is:
\[ v = r\omega \]
In this formula, \( \omega \) must be in radians per second. If angular speed is given in degrees per second, it must be converted to radians per second before using the formula.
Engineers use radians in rotational dynamics, robotics, motor control, signal processing, alternating current, mechanical vibration, CAD calculations, and control systems. Programmers also use radians because many programming languages expect trigonometric inputs in radians. In JavaScript, Python, C, C++, Java, Swift and many other languages, functions like sine, cosine and tangent typically expect radians.
Degrees to Radians for Programming
If you are coding a calculator, animation, game, chart, physics simulation, robotics tool, or geometry app, you often need to convert user-friendly degree inputs into radians. Users may type \(30^\circ\), \(45^\circ\), or \(90^\circ\), but the programming language may expect radians.
const radians = degrees * Math.PI / 180;
The reverse conversion is:
const degrees = radians * 180 / Math.PI;
This page uses the same concept. It also gives exact \( \pi \)-form where possible because students often need answers like \( \frac{\pi}{6} \), \( \frac{\pi}{4} \), \( \frac{\pi}{3} \), and \( \frac{\pi}{2} \), not only decimals.
Exact Radian Form vs Decimal Radian Form
Exact radian form keeps \( \pi \) in the answer. For example, \(60^\circ = \frac{\pi}{3}\). Decimal radian form replaces \( \pi \) with approximately \(3.141592653589793\). Therefore:
\[ \frac{\pi}{3} \approx 1.047198 \]
Exact form is better for algebra, trigonometry, calculus, and classroom answers. Decimal form is better for calculators, coding, measurement, simulation, and numerical computation. This converter gives both so the answer is useful in both situations.
Negative Degrees and Coterminal Angles
A negative degree angle rotates clockwise instead of counterclockwise. For example, \(-90^\circ\) points downward on the unit circle. In radians:
\[ -90^\circ \times \frac{\pi}{180} = -\frac{\pi}{2} \]
Coterminal angles point in the same direction but differ by full rotations. In degrees:
\[ \theta_{coterminal} = \theta + 360k \]
In radians:
\[ \theta_{coterminal} = \theta + 2\pi k \]
where \(k\) is any integer. For example, \(45^\circ\), \(405^\circ\), and \(-315^\circ\) are coterminal because they all point in the same unit-circle direction.
Quadrants and Reference Angles
The unit circle is divided into four quadrants:
| Quadrant | Degree range | Radian range | Sign pattern |
|---|---|---|---|
| Quadrant I | \(0^\circ < \theta < 90^\circ\) | \(0 < \theta < \frac{\pi}{2}\) | \(\sin,\cos,\tan\) positive |
| Quadrant II | \(90^\circ < \theta < 180^\circ\) | \(\frac{\pi}{2} < \theta < \pi\) | \(\sin\) positive |
| Quadrant III | \(180^\circ < \theta < 270^\circ\) | \(\pi < \theta < \frac{3\pi}{2}\) | \(\tan\) positive |
| Quadrant IV | \(270^\circ < \theta < 360^\circ\) | \(\frac{3\pi}{2} < \theta < 2\pi\) | \(\cos\) positive |
This converter identifies the quadrant after normalizing the angle between \(0^\circ\) and \(360^\circ\). Angles on axes, such as \(0^\circ\), \(90^\circ\), \(180^\circ\), and \(270^\circ\), are not inside a quadrant. They are axis angles.
Reference Angle Explanation
A reference angle is the acute angle between the terminal side of an angle and the x-axis. Reference angles make trigonometry easier because special-angle values repeat across quadrants with different signs. For example, \(150^\circ\) has a reference angle of \(30^\circ\), so:
\[ 150^\circ = \frac{5\pi}{6} \]
and:
\[ \sin(150^\circ)=\sin(30^\circ)=\frac{1}{2} \]
The sign depends on the quadrant. Since \(150^\circ\) is in Quadrant II, sine is positive and cosine is negative.
Common Mistakes
| Mistake | Why it happens | Correct approach |
|---|---|---|
| Multiplying by \(180/\pi\) when converting degrees to radians | The reverse formula is being used | Use \(degrees \times \pi/180\) |
| Writing \(180^\circ = 2\pi\) | Confusing half turn and full turn | \(180^\circ = \pi\), \(360^\circ = 2\pi\) |
| Using degrees inside programming trig functions | Many languages expect radians | Convert first: \(rad = deg \times \pi/180\) |
| Rounding too early | Using decimal \( \pi \) too soon | Keep exact \( \pi \)-form until the final answer |
| Ignoring negative angles | Assuming all angles must be positive | Use coterminal angles and normalization |
Worked Examples
Convert \(30^\circ\) to radians
\[ 30^\circ \times \frac{\pi}{180} = \frac{30\pi}{180} = \frac{\pi}{6} \]
Therefore, \(30^\circ = \frac{\pi}{6} \approx 0.523599\).
Convert \(90^\circ\) to radians
\[ 90^\circ \times \frac{\pi}{180} = \frac{90\pi}{180} = \frac{\pi}{2} \]
Therefore, \(90^\circ = \frac{\pi}{2} \approx 1.570796\).
Convert \(225^\circ\) to radians
\[ 225^\circ \times \frac{\pi}{180} = \frac{225\pi}{180} = \frac{5\pi}{4} \]
Therefore, \(225^\circ = \frac{5\pi}{4} \approx 3.926991\).
Convert \(-60^\circ\) to radians
\[ -60^\circ \times \frac{\pi}{180} = -\frac{60\pi}{180} = -\frac{\pi}{3} \]
Therefore, \(-60^\circ = -\frac{\pi}{3} \approx -1.047198\).
Convert \(720^\circ\) to radians
\[ 720^\circ \times \frac{\pi}{180} = \frac{720\pi}{180} = 4\pi \]
Therefore, \(720^\circ = 4\pi\). This is two complete rotations because \(360^\circ = 2\pi\).
How to Use This Calculator
- Enter your angle in degrees.
- Choose decimal precision.
- Select whether you want exact \( \pi \)-form, decimal output, or full step-by-step work.
- Review the exact radians, decimal radians, normalized angle, quadrant, coterminal angles, and trig values.
- Use the unit-circle diagram to understand where the angle lands visually.
- Copy the result if you want to paste it into homework, notes, code, or documentation.
Why This Page Does Not Include Exam Score Tables
A degrees to radians converter is a mathematics utility, not an exam scoring calculator. So score guidelines, score tables, and next exam timetables do not apply directly to this page. The equivalent high-value material for this topic is a correct formula, exact-answer support, decimal support, unit-circle interpretation, common-angle chart, quadrant logic, reference-angle explanation, worked examples, and practical usage guidance for math, physics, engineering, and programming.
Degrees to Radians Converter FAQs
What is the formula to convert degrees to radians?
The formula is \( radians = degrees \times \frac{\pi}{180} \). Multiply the degree value by \( \pi/180 \).
How many radians are in \(180^\circ\)?
\(180^\circ = \pi\) radians. This is half of a full rotation.
How many radians are in \(360^\circ\)?
\(360^\circ = 2\pi\) radians. This is one full rotation around a circle.
What is \(45^\circ\) in radians?
\(45^\circ = \frac{\pi}{4}\) radians, which is approximately \(0.785398\).
What is \(90^\circ\) in radians?
\(90^\circ = \frac{\pi}{2}\) radians, which is approximately \(1.570796\).
Why do calculators and programming languages use radians?
Radians connect angles directly with arc length and make formulas in calculus, physics, and programming cleaner. Many trigonometric functions in programming languages expect radians.
Can negative degrees be converted to radians?
Yes. Use the same formula. For example, \(-90^\circ \times \frac{\pi}{180} = -\frac{\pi}{2}\).
What is the difference between exact radians and decimal radians?
Exact radians keep \( \pi \) in the answer, such as \( \frac{\pi}{3} \). Decimal radians approximate \( \pi \), such as \(1.047198\).
How do I convert radians back to degrees?
Use \( degrees = radians \times \frac{180}{\pi} \).
Is this converter useful for trigonometry?
Yes. It is useful for trigonometry, unit circle practice, calculus, physics, engineering, programming, and geometry.
Suggested internal links: radians to degrees converter, unit circle calculator, trigonometry calculator, sine calculator, cosine calculator, tangent calculator, arc length calculator, sector area calculator, and angle conversion tools.

