Turn any angle of the form ±α + k·π/2
into a function of an acute angle α
. Two rules guide the process: (1) Odd change, even no change — when k is odd, the function name changes (sin ↔ cos, tan ↔ cot); when k is even, the function name stays. (2) Sign by quadrant — determine the quadrant of the original angle and use the sign of the original function in that quadrant.
±α + k·π/2
with integer k.For example, sin(5π/2 + α)
→ α + 5·π/2
(k = 5 is odd). Name changes: sin → cos. Quadrant: equivalent to π/2 + α
(since +2π cycles), which is in QII where sine is positive. Result: sin(5π/2 + α) = cos α
.