A phasor is a complex number on the unit circle, e^(iθ) = cosθ + i·sinθ, and it turns signal processing into arithmetic. To rotate by an angle you multiply by a phasor; because e^(iα)·e^(iβ) = e^(i(α+β)), frequencies add under multiplication — the whole of mixing, modulation, and the Fourier transform rides on that one fact. No trigonometry is needed to spin one: multiply (a,b)·(c,d) = (ac−bd, ad+bc) and the magnitude is preserved exactly. The phasor is the carrier of the phase channel in its purest form.
The demo rotates a unit phasor (0.6,0.8) twice by complex multiply and shows it equals the phasor squared — frequencies add, magnitude stays 1: live demo
“Rotations need sines and cosines.” — a complex multiply rotates exactly, and composing two multiplies adds their angles. cited
A number whose whole job is to turn — rotate by multiplying, and angles add themselves. phase channel
On the canonical compiler, rotating (1,0) twice by (0.6,0.8) gives (−0.28, 0.96), exactly the phasor squared; magnitude stays 1: