What Are Angles?
An angle is a geometric figure formed by two rays (called sides or arms) that share a common endpoint (called the vertex). Angles measure the amount of rotation between two lines and are fundamental to geometry, trigonometry, physics, engineering, navigation, and countless other fields.
Angles appear everywhere in daily life — from the hands of a clock to the slope of a roof, from the trajectory of a thrown ball to the direction you face while navigating. Understanding and converting angle units is essential for anyone working in mathematics, engineering, surveying, astronomy, or computer graphics.
Throughout history, different civilizations developed different systems for measuring angles. The Babylonians gave us the 360-degree system (based on their sexagesimal number system), French mathematicians introduced gradians during the metric era, and modern mathematics relies heavily on radians for their elegant mathematical properties.
Angle Units Explained
Degree (°)
The degree is the most familiar angle unit. One full rotation equals 360°, a right angle is 90°, and a straight line spans 180°. The 360-degree system originates from ancient Babylon, likely because 360 is close to the number of days in a year and is highly divisible (by 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, and 180).
Radian (rad)
A radian is the angle subtended at the center of a circle by an arc whose length equals the radius. One full rotation equals 2π radians (≈ 6.2832 rad). Radians are the standard angle unit in mathematics and physics because they simplify many formulas — the derivative of sin(x) is simply cos(x) when x is in radians, with no conversion factor needed.
Gradian (grad / gon)
The gradian (also called gon or grade) divides a right angle into exactly 100 parts, making a full circle 400 gradians. This decimal-friendly system is popular in surveying and civil engineering, particularly in continental Europe. Converting between gradians and percentage slope is straightforward: a 1% slope is approximately 1 gradian.
Arcminute (')
An arcminute is 1/60 of a degree. It is widely used in astronomy, navigation, and cartography where fine angular precision is needed. For example, the angular diameter of the full Moon as seen from Earth is about 31 arcminutes.
Arcsecond (")
An arcsecond is 1/60 of an arcminute, or 1/3600 of a degree. This extremely fine unit is used in astronomy to measure star positions, telescope resolution, and parallax angles. One arcsecond is approximately the angle subtended by a coin viewed from 4 kilometers away.
Conversion Formulas
Key formulas for converting between angle units:
Radians = Degrees × (π / 180)
Degrees = Radians × (180 / π)
Gradians = Degrees × (10 / 9)
Degrees = Gradians × (9 / 10)
Arcminutes = Degrees × 60
Arcseconds = Degrees × 3600
Common Angle Values Reference Table
| Degrees (°) | Radians (rad) | Gradians (grad) | Description |
|---|---|---|---|
| 0° | 0 | 0 | Zero angle |
| 30° | π/6 ≈ 0.5236 | 33.33 | Common triangle angle |
| 45° | π/4 ≈ 0.7854 | 50 | Half right angle |
| 60° | π/3 ≈ 1.0472 | 66.67 | Equilateral triangle angle |
| 90° | π/2 ≈ 1.5708 | 100 | Right angle |
| 120° | 2π/3 ≈ 2.0944 | 133.33 | Obtuse angle |
| 180° | π ≈ 3.1416 | 200 | Straight angle |
| 270° | 3π/2 ≈ 4.7124 | 300 | Reflex angle |
| 360° | 2π ≈ 6.2832 | 400 | Full rotation |
Trigonometry & Angle Applications
Angles are the foundation of trigonometry, which studies relationships between angles and side lengths in triangles. The six trigonometric functions (sine, cosine, tangent, cosecant, secant, cotangent) all take angle inputs and are used extensively in:
- Engineering: Structural analysis, signal processing, control systems
- Physics: Wave mechanics, optics, projectile motion, rotational dynamics
- Computer Graphics: 3D rotations, perspective projection, animation
- Navigation: Bearing calculations, GPS positioning, celestial navigation
- Surveying: Land measurement, construction layout, elevation calculations
- Astronomy: Star positions, planetary orbits, telescope pointing
In programming, most math libraries (like JavaScript's Math.sin() or Python's math.sin()) expect angles in radians. This is a common source of bugs — if your calculation gives unexpected results, check whether you need to convert degrees to radians first!
The unit circle — a circle with radius 1 centered at the origin — is the foundation for understanding radians visually. As you move counterclockwise from the positive x-axis, the angle in radians equals the arc length traveled. This elegant relationship makes radians the "natural" unit for circular motion and periodic phenomena.
Historical Context
The degree originated in ancient Babylon around 1000 BCE. The Babylonians used a base-60 (sexagesimal) number system and divided circles into 360 parts — possibly because they approximated the year as 360 days, with the sun moving roughly 1 degree per day along the ecliptic.
The radian was formally named by James Thomson in 1873, though the concept of measuring angles by arc length ratio dates back to Roger Cotes in 1714. Leonhard Euler also used the concept extensively in the 18th century.
Gradians (also called "gons") were introduced during the French Revolution as part of the metric system in the 1790s. The idea was to decimilize all measurements, including angles. While most metric angle reforms didn't survive, gradians remain standard in European surveying.
Frequently Asked Questions
How do I convert degrees to radians?
Multiply the angle in degrees by π/180 (approximately 0.01745). For example, 90° × (π/180) = π/2 ≈ 1.5708 radians. Our converter does this automatically.
How do I convert radians to degrees?
Multiply the angle in radians by 180/π (approximately 57.2958). For example, π radians × (180/π) = 180 degrees.
What is a gradian?
A gradian (gon or grade) divides a right angle into 100 equal parts. A full circle is 400 gradians. It's used primarily in surveying because percentage slopes correspond directly to gradians.
How many arcminutes are in a degree?
One degree contains exactly 60 arcminutes. Each arcminute contains 60 arcseconds, so one degree equals 3,600 arcseconds total.
Why do mathematicians prefer radians?
Radians make calculus cleaner — the derivative of sin(x) is cos(x) only when x is in radians. Taylor series, Euler's formula, and most mathematical identities assume radian input, eliminating cumbersome conversion constants.
What is 360 degrees in radians?
360 degrees equals exactly 2π radians (approximately 6.2832). This represents one complete revolution around a circle, and the circumference of a unit circle is 2π.
How do I convert gradians to degrees?
Multiply the gradian value by 0.9 (or equivalently, multiply by 9/10). For example, 100 gradians × 0.9 = 90 degrees (a right angle).
Is this angle converter free?
Yes! Our angle converter is completely free to use, works in any modern browser, and requires no registration. Convert between all common angle units instantly.