I wanna prove geometrically ( and not by linear algebra, doing transformations in the bases ) the result of the rotation of a point. The proof should only include geometrical steps like using similarity between triangles, pythagorean theorem and definition of cos and sen on a triangle, for example.
This picture clears my doubt :
http://postimg.org/image/z60zv5d83/
Thanks in advance.
Let $(x,y)$ be the original coordinates, and $(x',y')$ the later one. Then $$x'=ax+by,~y'=cx+dy$$as they are linear combination. Notice that $$x^2+y^2=(x')^2+(y')^2$$Replacing $x',y'$ by $x,y$ in the above equation, we get $$a^2+c^2=b^2+d^2=1,~ab+cd=0$$Let $a=\cos\theta$ and do some work gives the result.
As required by OP, I will give an alternative method using vector decomposition:
Let $\vec{OA}=(x,y)$ be the original vector, $\vec{OB}=(x',y')$ the vector after rotation of angle $\theta$. Then $$(x',y')=\vec{OB}=\vec{OC}+\vec{OD}=(x,y)\cos\theta+(y,-x)\sin\theta.~~\mbox{(DONE!)}$$