Sine and cosine as unit-circle coordinates and right-triangle ratios.
Sine and cosine are the core trigonometric functions. On the unit circle, they are coordinates. In a right triangle, they are ratios. As functions, they become repeating waves. This lesson connects the first two meanings so later graph and equation work makes sense.
Learning objectives
After this lesson you should be able to:
explain cosine as horizontal coordinate;
explain sine as vertical coordinate;
compute sine and cosine for common angles;
use right-triangle ratios sin = opposite/hypotenuse and cos = adjacent/hypotenuse;
decide signs from the quadrant;
check values with a unit-circle plot and SymPy.
Sine and cosine on the unit circle
For an angle theta, the unit-circle point is:
(cos(theta), sin(theta))
So:
cos(theta) tells how far left or right the point is;
sin(theta) tells how far up or down the point is.
At 30 degrees, the point is mostly to the right and slightly above the x-axis, so cosine is larger than sine.
The hypotenuse is always the side across from the right angle and is the longest side.
Same values, two viewpoints
For acute angles, the right-triangle ratios match the unit-circle coordinates. The unit circle extends the definitions to angles beyond 0 to 90 degrees.
Special angles
angle
sine
cosine
0°
0
1
30°
1/2
sqrt(3)/2
45°
sqrt(2)/2
sqrt(2)/2
60°
sqrt(3)/2
1/2
90°
1
0
Notice that sine increases from 0 to 1 on the first quadrant, while cosine decreases from 1 to 0.
Signs beyond the first quadrant
Use quadrant signs:
Quadrant I: sine +, cosine +
Quadrant II: sine +, cosine -
Quadrant III: sine -, cosine -
Quadrant IV: sine -, cosine +
The reference angle gives the size; the quadrant gives the sign.
Worked example 1: unit-circle value
Find cos(240 degrees).
240 degrees is in Quadrant III.
The reference angle is 240 - 180 = 60 degrees.
cos(60 degrees)=1/2.
In Quadrant III, cosine is negative.
So:
cos(240 degrees) = -1/2
Worked example 2: right triangle
A right triangle has angle theta, opposite side 5, adjacent side 12, and hypotenuse 13.