The Science That Draws Necessary Conclusions

To Learn Math

Coterminal and Reference Angles

with one comment

Before I create a test for the posts up to now, it is important for me to discuss coterminal and reference angles.

Angle Standard Position

There are two parts of an angle, the initial side and terminal side. As the names imply, the initial side is the side where an angle begins and the terminal side is where the angle ends. The vertex is the point where the two sides meet. One can graph an angle on the coordinate plane. Standard position is when the vertex is at the origin (0, 0) and the initial side lies on the x-axis going in the positive direction. If the terminal side is moved counterclockwise, it is positive; if it is moved clockwise, it is a negative angle. Angles can be of any size, even greater than 360^\circ. An arrow normally notes the number of rotations, though it is not found in the picture above.

Coterminal angles are angles whose terminal sides lay upon one another but are not the same angle. For example, 120^\circ, 480^\circ, and -240^\circ are coterminal angles because their terminal sides lay on each other. The reference angle of an angle is the distance of its terminal side from the x-axis. Angles from 0^\circ to 90^\circ have a reference angle the same as the angle. So the reference angle of 80^\circ is 80^\circ.

The following only applies to angles between 0^\circ and 360^\circ. If the terminal side lies in the second quadrant, the reference angle is 180^\circ - \theta. If the terminal side lies in the third quadrant, the reference angle is \theta - 180^\circ. If the terminal side lies in the fourth quadrant, the reference angle is 360^\circ - \theta. The quadrantal angles, 90^\circ, 180^\circ, 270^\circ, and 0^\circ, have no reference angle.

To find the reference angle of other angles, it is easiest to find a coterminal angle between 0^\circ and 360^\circ. Simply add or subtract 360 until you find it.

For those who have graphing calculator, I made a program that you can use with it.

:Input "ANGLE^\circ:", A
:
:While A>360
:A-360\rightarrowA
:End
:
:While A\leq0
:A+360\rightarrowA
:End
:
:D isp "COTERMINAL:",A
:
:If (A=90 or A=180 or A= 270 or A=360)
:Then
:D isp "QUADRANT ANGLE"
:Stop
:End
:
:If (A>270 and A180 and A90 and A<180)
:180-A\rightarrowA
:
:D isp "REF ANGLE:",A

It may not be the best, but it works. You may want to add a “DelVar A” at the end. The next post should be announcing a Trig Test Part 1. The actual test will be on a page listed in the sidebar.

Written by todizzle91

April 2, 2008 at 9:25 pm

Posted in Trigonometry

One Response

Subscribe to comments with RSS.

  1. great explanation of difference between coterminal and reference angels.

    elgin

    October 22, 2009 at 7:57 pm


Leave a Reply