Skip to main content
math

Coterminal Angle Calculator

Find the positive and negative coterminal angles of a given angle by adding or subtracting 360 degrees. Coterminal angles share the same terminal side in standard position, essential for trigonometry, unit circle problems, and rotational mechanics.

Reviewed by Chase FloiedUpdated

This free online coterminal angle calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Any angle in degrees (can be positive, negative, or greater than 360)

Results

Coterminal Angle (0 to 360)

90 degrees

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Coterminal Angle Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Coterminal Angle Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Coterminal Angle Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Coterminal Angle Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Coterminal Angle Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Find the positive and negative coterminal angles of a given angle by adding or subtracting 360 degrees. Coterminal angles share the same terminal side in standard position, essential for trigonometry, unit circle problems, and rotational mechanics. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Coterminal Angle Calculator

The Coterminal Angle Calculator finds angles that share the same terminal side when drawn in standard position (vertex at origin, initial side along the positive x-axis). Two angles are coterminal if they differ by a multiple of 360 degrees. For example, 90 degrees, 450 degrees, and -270 degrees are all coterminal. This calculator reduces any angle to its equivalent in the range [0, 360) and also provides the nearest negative coterminal angle. Coterminal angles are essential in trigonometry (all coterminal angles have identical trig values), rotational mechanics (gears completing multiple revolutions), periodic phenomena (waves, oscillations), and navigation (compass bearings).

The Math Behind It

Two angles are coterminal if their terminal sides coincide when drawn in standard position. Mathematically, angles A and B are coterminal if A - B = 360n for some integer n. This means every angle has infinitely many coterminal angles. The principal coterminal angle is the unique angle in [0, 360) coterminal with the given angle. It is found by computing angle mod 360 (being careful with negative angles). For negative angles, the formula angle - 360*floor(angle/360) correctly handles the reduction. Coterminal angles have identical trigonometric values: sin(theta) = sin(theta + 360n), cos(theta) = cos(theta + 360n), etc. This is the periodicity property of trigonometric functions. It means the unit circle 'wraps around' every 360 degrees, and the trig functions repeat. In physics, coterminal angles appear in rotational motion. A wheel that has turned 720 degrees has made two complete revolutions and is in the same position as if it had turned 0 degrees. In AC circuits, voltages and currents are periodic, and phase angles are often expressed as coterminal angles in [0, 360). The concept generalizes to radians: coterminal angles differ by 2*pi*n. In complex analysis, the argument of a complex number is defined only up to multiples of 2*pi, making coterminal angles essential for defining complex logarithms. The principal argument is typically chosen in (-pi, pi] or [0, 2*pi).

Formula Reference

Coterminal Angle

coterminal = angle +/- 360n (where n is any integer)

Variables: angle = given angle, n = number of full rotations to add/subtract

Worked Examples

Example 1: Reduce 450 degrees

Find the coterminal angle of 450 degrees in [0, 360).

Step 1:450 / 360 = 1.25, floor(1.25) = 1
Step 2:450 - 360 * 1 = 450 - 360 = 90

450 degrees is coterminal with 90 degrees.

Example 2: Negative Angle: -120 degrees

Find the positive coterminal angle of -120 degrees.

Step 1:-120 / 360 = -0.333, floor(-0.333) = -1
Step 2:-120 - 360 * (-1) = -120 + 360 = 240

-120 degrees is coterminal with 240 degrees.

Common Mistakes & Tips

  • !Adding 360 when you should subtract, or vice versa. To get a positive coterminal, add 360 to negative angles. To get a smaller coterminal, subtract 360 from large positive angles.
  • !Assuming there is only one coterminal angle. Every angle has infinitely many coterminal angles: ...theta-720, theta-360, theta, theta+360, theta+720...
  • !Confusing coterminal with supplementary or complementary. Coterminal angles differ by 360 degrees, not sum to 90 or 180.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Are coterminal angles equal?

They are not numerically equal but are geometrically equivalent. They represent the same position on the unit circle and have identical trigonometric values. In most applications, coterminal angles are treated as interchangeable.

How many coterminal angles does an angle have?

Infinitely many. For any angle theta, theta + 360n is coterminal for every integer n (positive, negative, or zero). You can keep adding or subtracting 360.

What is the difference between coterminal angle and reference angle?

A coterminal angle is the same angle reduced to [0, 360). A reference angle is the acute angle between the terminal side and the nearest part of the x-axis, always between 0 and 90 degrees. The reference angle helps evaluate trig functions for angles in any quadrant.