So I have these two vectors
X=3 {Cos[\[Pi]/3],Sin[\[Pi]/3]};
Y={Cos[\[Pi]/6],Sin[\[Pi]/6]};
and I want to obtain two other vectors U and V such that obey the following conditions:
U parallel to Y
V perpendicular to Y
X = U+V
I have tried many ways but still can't get the answer for U and V, please help me on this!