Consider the polar coordinates $$x=r\cos\theta\\y=r\sin\theta$$
Show that the unit vector $\hat{\theta}=(-\sin\theta, \cos\theta)$.
My attempt:
$$\vec{\theta} = \theta \hat{\theta}$$ I think that $$\hat{\theta}=\left(\frac1r \frac{\partial x}{\partial \theta}, \frac1r \frac{\partial y}{\partial \theta}\right)$$
I think that the factor $\frac1r$ must be added for normalization.
But this is not rigorous. Please give me a hint.
HINT:
The unit vector $\hat{\theta}$ is given by
$$ \hat{\theta} = \frac{\frac{d \mathbf{r}}{d\theta}}{|\frac{d \mathbf{r}}{d\theta}|},$$
where $\mathbf{r}$ is the radius vector. So, in Cartesian coordinates it is given by
$$ \mathbf{r} = \begin{bmatrix} x \\ y \end{bmatrix}, $$
in polar coordinates it is given by
$$ \mathbf{r} = \begin{bmatrix} r \cos \theta \\ r\sin \theta \end{bmatrix}. $$
Can you take it from here?