Skip to main content

Coterminal Angle Calculator

Our free angles calculator solves coterminal angle problems. Get worked examples, visual aids, and downloadable results.

Share this calculator

Formula

Coterminal angle = angle + 360n (degrees) or angle + 2*pi*n (radians)

Coterminal angles share the same terminal side in standard position. Adding or subtracting any multiple of 360 degrees (or 2*pi radians) produces a coterminal angle. The principal angle is the unique coterminal angle in the range [0, 360) degrees.

Worked Examples

Example 1: Finding Coterminal Angles of 400 Degrees

Problem: Find the smallest positive coterminal angle, the largest negative coterminal angle, and the reference angle for 400 degrees.

Solution: Smallest positive: 400 - 360 = 40 degrees (Quadrant I)\nLargest negative: 40 - 360 = -320 degrees\nReference angle: 40 degrees (already in Quadrant I)\nOther coterminals: 400 + 360 = 760, 400 - 720 = -320\nAll share the same terminal side at 40 degrees from positive x-axis.

Result: Principal angle: 40 degrees (Quadrant I). Reference angle: 40 degrees. Coterminals: ..., -680, -320, 40, 400, 760, ...

Example 2: Negative Angle Coterminal Analysis

Problem: Find coterminal angles for -150 degrees and determine the quadrant.

Solution: Smallest positive: -150 + 360 = 210 degrees (Quadrant III)\nReference angle: 210 - 180 = 30 degrees\nLargest negative coterminal: -150 degrees itself\nNext positive: 210 + 360 = 570 degrees\nNext negative: -150 - 360 = -510 degrees

Result: Principal angle: 210 degrees (Quadrant III). Reference angle: 30 degrees. sin(210) = -0.5, cos(210) = -0.866.

Frequently Asked Questions

What are coterminal angles and how do you find them?

Coterminal angles are angles that share the same terminal side when drawn in standard position (vertex at the origin, initial side along the positive x-axis). They differ by full rotations of 360 degrees (or 2*pi radians). To find coterminal angles, simply add or subtract 360 degrees (or 2*pi radians) from the given angle. For example, 45 degrees, 405 degrees, and -315 degrees are all coterminal because they all have their terminal side in the same position. You can generate infinitely many coterminal angles by adding any integer multiple of 360 degrees. The formula is: coterminal angle = original angle + 360n, where n is any integer.

How do you find the smallest positive coterminal angle?

To find the smallest positive coterminal angle, divide the given angle by 360 and take the remainder (modulo operation). If the angle is positive, the remainder is your answer. If the angle is negative, add 360 to the negative remainder. For example, for 750 degrees: 750 mod 360 = 30 degrees. For -200 degrees: -200 mod 360 = -200 + 360 = 160 degrees. In programming terms, you compute angle mod 360, and if the result is negative, add 360. The smallest positive coterminal angle is always between 0 and 360 degrees (exclusive of 360), and it uniquely identifies the terminal position of all coterminal angles.

What is a reference angle and how does it relate to coterminal angles?

A reference angle is the acute angle (between 0 and 90 degrees) formed between the terminal side of an angle and the x-axis. All coterminal angles share the same reference angle because they have the same terminal side. To find the reference angle, first find the smallest positive coterminal angle, then apply the quadrant rule: Quadrant I - reference equals the angle itself; Quadrant II - reference equals 180 minus the angle; Quadrant III - reference equals the angle minus 180; Quadrant IV - reference equals 360 minus the angle. The reference angle is crucial for evaluating trigonometric functions because trig values depend only on the reference angle and the quadrant.

Why do coterminal angles have the same trigonometric values?

Coterminal angles have identical trigonometric values because they have the same terminal side, meaning they correspond to the same point on the unit circle. Since sine equals the y-coordinate and cosine equals the x-coordinate of the point on the unit circle where the terminal side intersects it, angles with the same terminal side produce the same coordinates. Adding 360 degrees means making one additional complete revolution, returning to the exact same position. This periodicity is a defining property of trigonometric functions: sin(theta + 360n) = sin(theta) and cos(theta + 360n) = cos(theta) for any integer n. This is why trigonometric functions are called periodic functions.

How many coterminal angles does any angle have?

Every angle has infinitely many coterminal angles. For any angle theta, the set of all coterminal angles is {theta + 360n : n is any integer}. This includes infinitely many positive coterminal angles (n = 1, 2, 3, ...) and infinitely many negative coterminal angles (n = -1, -2, -3, ...). However, there is exactly one coterminal angle in the range [0, 360) degrees, which is the standard position or principal angle. When working with radian measure, coterminal angles differ by multiples of 2*pi, and the principal angle lies in the range [0, 2*pi). The concept of coterminal angles reflects the periodic nature of rotational motion and circular functions.

What quadrant does an angle fall in and why does it matter?

The four quadrants are determined by the terminal side position: Quadrant I (0-90 degrees) has both coordinates positive, Quadrant II (90-180 degrees) has negative x and positive y, Quadrant III (180-270 degrees) has both negative, and Quadrant IV (270-360 degrees) has positive x and negative y. The quadrant matters because it determines the signs of trigonometric functions. In Quadrant I, all trig functions are positive. In Quadrant II, only sine is positive. In Quadrant III, only tangent is positive. In Quadrant IV, only cosine is positive. The mnemonic ASTC (All Students Take Calculus) helps remember which functions are positive in each quadrant.

References