User Rating 0.0
Total Usage 0 times
Enter any real number (positive or negative)
Quick presets:
Enter an angle and press Calculate
Is this tool helpful?

Your feedback helps us improve.

About

Two angles are coterminal when they share the same terminal side on the unit circle. The general formula is θcoterminal = θ + 360° n, where n Z. A common error in trigonometry problems is confusing coterminal angles with supplementary or complementary angles. This tool computes all coterminal angles for a given input, determines the quadrant of the terminal side, and extracts the reference angle α. It handles arbitrarily large positive or negative inputs and works in both degrees and radians.

The reference angle is always the acute angle between the terminal side and the nearest portion of the x-axis. This matters because trigonometric function values repeat across coterminal angles. An incorrect reference angle propagates errors through every subsequent calculation. Note: this tool normalizes angles assuming standard position (vertex at origin, initial side on positive x-axis). Non-standard coordinate systems require manual adjustment.

coterminal angle angle calculator reference angle unit circle trigonometry degrees radians quadrant

Formulas

The general coterminal angle formula expresses all angles sharing the same terminal side:

θcoterminal = θ + 360° n, n Z

In radians the equivalent expression is:

θcoterminal = θ + 2π n

To find the normalized (standard) angle θstd within [0°, 360°):

θstd = θ 360° floor(θ360°)

The reference angle α depends on the quadrant of θstd:

{
α = θstd if Q Iα = 180° θstd if Q IIα = θstd 180° if Q IIIα = 360° θstd if Q IV

Degree-radian conversion uses the identity:

θrad = θdeg π180

Where: θ = input angle, n = any integer (positive generates larger coterminals, negative generates smaller), α = reference angle (always acute, 0° α 90°), π 3.14159265.

Reference Data

QuadrantAngle Range (Degrees)Angle Range (Radians)Reference Angle αsin Signcos Signtan Sign
I0° - 90°0 - π2θ+++
II90° - 180°π2 - π180° θ+
III180° - 270°π - 3π2θ 180°+
IV270° - 360°3π2 - 2π360° θ+
Common Angle Reference Values
- 0°00°010
I30°π630°123213
I45°π445°22221
I60°π360°32123
- 90°π290°10undef
II120°2π360°32123
II135°3π445°22221
II150°5π630°123213
- 180°π0°010
III210°7π630°123213
III225°5π445°22221
IV315°7π445°22221
IV330°11π630°123213
- 360°2π0°010

Frequently Asked Questions

Infinitely many. Since coterminal angles are defined as θ ± 360°·n for all integers n, the set is unbounded in both positive and negative directions. This calculator generates a user-specified count (n = 1 through n = 5 by default) in each direction.
Yes. A negative angle represents clockwise rotation from the positive x-axis in standard position. For example, −45° is coterminal with 315° because −45° + 360° = 315°. Both share the same terminal side in Quadrant IV. The calculator normalizes any input to the [0°, 360°) range before determining quadrant and reference angle.
Quadrantal angles do not belong to any quadrant. The terminal side lies on an axis. The reference angle is either 0° or 90°. Trigonometric functions at these angles produce exact values (0, 1, −1, or undefined for tan at 90°/270°). The tool labels these as "Quadrantal" rather than assigning Q I - Q IV.
The reference angle α maps any angle to Q I, where all trig functions are positive. You then apply the correct sign based on the actual quadrant (ASTC rule: All, Sine, Tangent, Cosine). Without the correct reference angle, sign errors cascade through identities and equations. For example, sin(150°) = +sin(30°) = 0.5 because 150° is in Q II where sine is positive.
The normalization formula θ_std = θ − 360°·floor(θ/360°) handles arbitrarily large values. An input of 1,110° normalizes to 1,110 − 360·3 = 30°. The coterminal list then builds from the original input, not the normalized form. This preserves the user's frame of reference while still identifying quadrant and reference angle from the normalized result.
Yes. JavaScript uses IEEE 754 double-precision floating point, so π is approximated to about 15 significant digits. For most academic and engineering purposes this is sufficient. However, exact symbolic fractions of π (like 2π/3) cannot be represented perfectly. The tool displays radian results rounded to 6 decimal places and also shows the approximate fractional-π form when the input is close to a common multiple.